Actions87
- Users Actions
- Shopping & Catalogs Actions
- Advertising & Campaigns Actions
- Advanced Analytics Actions
- Engagement Features Actions
- Business Tools Actions
- Search & Discovery Actions
- Pins Actions
- Boards Actions
Overview
The node provides a comprehensive integration with the Pinterest API v5, enabling users to interact with various Pinterest resources such as Pins, Boards, Users, Shopping Catalogs, Advertising Campaigns, Analytics, Engagement Features, Business Tools, and Search & Discovery. Specifically, for the Shopping & Catalogs resource and the Get Catalog operation, the node retrieves detailed information about a specific shopping catalog on Pinterest.
This functionality is beneficial for e-commerce businesses or marketers who want to programmatically access their Pinterest shopping catalogs to manage product listings, analyze catalog data, or synchronize catalog information with other systems.
Practical example:
A user can automate the retrieval of a particular shopping catalog's details by providing its Catalog ID. This can be used to update internal databases, trigger workflows based on catalog changes, or integrate with inventory management systems.
Properties
| Name | Meaning |
|---|---|
| Catalog ID | The unique identifier of the shopping catalog to retrieve. This is required to specify which catalog's details to fetch. |
Output
- The output is a JSON object containing the detailed data of the requested shopping catalog as returned by the Pinterest API.
- The structure typically includes catalog metadata such as catalog name, format, creation date, and possibly associated product groups or products depending on the API response.
- No binary data output is involved in this operation.
Dependencies
- Requires an active subscription and valid API key credential for the external "N8N Tools" API service that acts as a proxy or enhancer for Pinterest API calls.
- Requires OAuth2 authentication credentials for Pinterest API access.
- The node internally uses helper classes to interact with different Pinterest API endpoints, including the Shopping Catalogs API.
- Proper configuration of these credentials within n8n is necessary for successful execution.
Troubleshooting
- Invalid subscription or API key error: If the node throws an error indicating invalid subscription or API key, verify that the API key credential is correctly configured and active.
- Catalog not found or invalid Catalog ID: Ensure the provided Catalog ID exists and is accessible with the authenticated Pinterest account.
- API rate limits or permission errors: These may occur if the Pinterest API quota is exceeded or if the authenticated user lacks permissions to access the catalog. Check API usage limits and permissions.
- Network or connectivity issues: Confirm that the n8n instance has internet access and can reach the external API endpoints.
Links and References
- Pinterest API v5 Documentation
- Pinterest Shopping Catalogs API Reference
- n8n Documentation - Creating Custom Nodes
If you need further details on other operations or resources, feel free to ask!