Actions11
Overview
This node interacts with the Zid API to manage products, orders, and customers. Specifically, for the Product resource with the Update operation, it updates an existing product's details by sending the updated fields to the Zid API. This is useful for automating product management tasks such as changing product names, descriptions, or prices in an e-commerce system.
Use Case Examples
- Updating a product's price and description automatically when inventory changes.
- Changing product details based on external data feeds or user input in a workflow.
Properties
| Name | Meaning |
|---|---|
| ID | The unique identifier of the product to update, required to specify which product to modify. |
| Additional Fields | Optional fields to update on the product, such as name, description, and price. |
Output
JSON
json- The updated product data returned from the Zid API after the update operation.
Dependencies
- Zid API OAuth2 credentials required for authentication.
Troubleshooting
- Missing or invalid OAuth2 credentials will cause authentication errors; ensure credentials are properly configured.
- Providing an invalid product ID will result in an error from the Zid API indicating the product was not found.
- Incorrect or unsupported fields in Additional Fields may cause the API to reject the update request.
Links
- Zid API Documentation - Official documentation for the Zid API, useful for understanding available endpoints and data formats.