Actions11
Overview
This node interacts with the Zid API to manage products, orders, and customers. Specifically, for the Product resource with the Create operation, it allows users to create a new product in the Zid system by providing product details such as name, description, and price. This is useful for automating product management workflows, such as adding new products to an online store directly from an automation workflow.
Use Case Examples
- Creating a new product with a name, description, and price to add it to the Zid e-commerce platform.
- Automating product catalog updates by creating products based on data from other systems.
Properties
| Name | Meaning |
|---|---|
| Additional Fields | A collection of optional fields to specify product details when creating or updating a product. |
Output
JSON
json- The JSON response from the Zid API representing the created product object.
Dependencies
- Requires Zid API OAuth2 credentials for authentication.
Troubleshooting
- Ensure OAuth2 credentials are properly configured and contain valid access and authorization tokens; missing tokens will cause errors.
- If the API request fails, check the provided product fields for correctness and completeness.
- Common error: 'No credentials found!' indicates missing or misconfigured credentials.
- Common error: 'Missing required tokens' indicates incomplete OAuth2 token setup.
Links
- Zid API Documentation - Official API documentation for Zid, useful for understanding available endpoints and data structures.