N8N Tools - Pinterest Enhanced icon

N8N Tools - Pinterest Enhanced

Comprehensive Pinterest API v5 integration for N8N workflows

Overview

This node integrates with the Pinterest API v5 via an enhanced API wrapper to manage various Pinterest resources, including shopping catalogs and products. Specifically, for the Shopping & Catalogs resource and the Create Product operation, it allows users to add new products to a specified shopping catalog on Pinterest.

This functionality is beneficial for e-commerce businesses or marketers who want to automate the management of their product catalogs on Pinterest. For example, you can use this node in workflows that sync your inventory system with Pinterest, automatically adding new products as they become available.

Properties

Name Meaning
Catalog ID The unique identifier of the shopping catalog where the product will be created. This is required to specify which catalog the product belongs to.

Output

The node outputs JSON data representing the response from the Pinterest API after creating the product. This typically includes details about the newly created product such as its ID, name, description, pricing, availability, and other metadata returned by the API.

If the node supports binary data output (not explicitly shown for this operation), it would represent media associated with the product, but for product creation, the output is primarily JSON.

Dependencies

  • Requires an active subscription and valid API key credential for the external "N8N Tools API" service, which acts as a proxy or enhancer for Pinterest API calls.
  • Requires Pinterest OAuth2 authentication credentials to access the Pinterest API.
  • The node uses several internal API wrapper classes to interact with different Pinterest API endpoints, specifically the Shopping Catalogs API wrapper for this resource.
  • Proper configuration of these credentials within n8n is necessary before using the node.

Troubleshooting

  • Invalid Subscription or API Key: If the node throws an error indicating invalid subscription or API key, verify that the API key credential is correctly configured and active.
  • Missing Required Parameters: Ensure that the "Catalog ID" property is provided and valid; otherwise, the API call to create a product will fail.
  • API Rate Limits or Permissions: Pinterest API may enforce rate limits or require specific permissions/scopes. Make sure the OAuth2 credentials have the necessary scopes to manage shopping catalogs.
  • Network or Connectivity Issues: Errors during HTTP requests might indicate network problems; check connectivity and proxy settings if applicable.
  • Continue On Fail Behavior: If enabled, the node will continue processing subsequent items even if some fail, returning errors in the output for those items.

Links and References


Note: This summary focuses on the "Shopping & Catalogs" resource and the "Create Product" operation as requested. The node supports many other Pinterest-related operations across multiple resources.

Discussion