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 intermediary service to provide extensive Pinterest-related functionality within n8n workflows. Specifically, for the Shopping & Catalogs resource and the Get Product Groups operation, it retrieves product group information from a specified shopping catalog on Pinterest.

Use cases include:

  • Managing and organizing product groups within a Pinterest shopping catalog.
  • Automating retrieval of product group data for inventory or marketing analysis.
  • Integrating Pinterest shopping data into broader e-commerce or analytics workflows.

Example: Automatically fetch all product groups from a given catalog to update your internal product database or trigger marketing campaigns based on product groupings.

Properties

Name Meaning
Catalog ID The unique identifier of the shopping catalog from which to retrieve product groups. This is required.

Output

The node outputs JSON data representing the product group(s) retrieved from the specified shopping catalog. The structure corresponds to the Pinterest API's product group data model, typically including fields such as product group name, filters, and other metadata.

No binary data output is involved in this operation.

Dependencies

  • Requires an active subscription and valid API key credential for the intermediary "N8N Tools" API service that proxies Pinterest API calls.
  • Requires Pinterest OAuth2 authentication credentials configured in n8n to authorize requests.
  • The node uses multiple internal API wrapper classes to interact with Pinterest services through the intermediary API.

Troubleshooting

  • Invalid subscription or API key error: If you receive errors indicating invalid subscription or API key, verify that your API key credential is correct and active.
  • Missing or incorrect Catalog ID: Ensure the Catalog ID property is provided and correctly references an existing Pinterest shopping catalog.
  • API rate limits or permission errors: These may occur if the Pinterest account lacks necessary permissions or exceeds usage quotas.
  • Network or connectivity issues: Confirm that n8n can reach the external API endpoints without firewall or proxy restrictions.

Links and References


This summary focuses exclusively on the "Shopping & Catalogs" resource and the "Get Product Groups" operation as requested.

Discussion