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
This node provides an integration with Pinterest's API v5, specifically enabling management of Shopping Catalogs among other Pinterest resources. The "Update Catalog" operation allows users to modify the details of an existing shopping catalog on Pinterest. This is useful for e-commerce businesses or marketers who want to keep their product catalogs up-to-date directly from their workflows.
Typical use cases include:
- Updating the name or metadata of a shopping catalog after changes in product offerings.
- Automating catalog updates as part of a larger marketing or inventory workflow.
- Synchronizing catalog information between internal systems and Pinterest.
For example, if a retailer renames a product collection, they can use this node to update the corresponding Pinterest catalog without manual intervention.
Properties
| Name | Meaning |
|---|---|
| Catalog ID | The unique identifier of the shopping catalog to update. |
| Catalog Name (optional) | New name for the catalog (if provided, updates the catalog's name). |
Note: The only required property for the "Update Catalog" operation is Catalog ID. Optionally, you can provide a new catalog name to update it.
Output
The node outputs JSON data representing the updated catalog object returned by the Pinterest API. This typically includes fields such as the catalog's ID, name, format, and other metadata reflecting the current state after the update.
No binary data output is involved in this operation.
Dependencies
- Requires an API key credential for the external service called "N8N Tools API" which acts as a proxy or validation layer for Pinterest API calls.
- Requires OAuth2 credentials for Pinterest API access.
- The node internally uses helper classes that wrap Pinterest API endpoints for Shopping Catalogs.
Troubleshooting
- Invalid subscription or API key error: If the node throws an error about invalid subscription or API key, verify that your API key credential is correct and active.
- Missing Catalog ID: The operation requires a valid Catalog ID; ensure this is provided and corresponds to an existing catalog.
- Permission errors: Make sure the Pinterest OAuth2 credentials have sufficient permissions to update shopping catalogs.
- Network or API errors: Check connectivity and Pinterest API status if requests fail unexpectedly.
Links and References
- Pinterest API v5 Documentation - Shopping Catalogs
- n8n Documentation - Creating Custom Nodes
- Pinterest Business Help Center
If you need further details on other operations or resources, feel free to ask!