Actions5
- Product Actions
- Store Actions
Overview
This node interacts with the Salla API to update the status of a product. It is useful in e-commerce workflows where the product availability or visibility needs to be changed dynamically, such as marking a product as on sale, out of stock, or hidden. For example, a user can automate updating product statuses based on inventory changes or promotional events.
Use Case Examples
- Automatically mark products as 'Out of Stock' when inventory runs low.
- Change product status to 'Hidden' for seasonal items not currently available.
- Set product status to 'On Sale' during promotional campaigns.
Properties
| Name | Meaning |
|---|---|
| Product ID | The unique identifier of the product to update. |
| Status | The new status to assign to the product, such as 'On Sale', 'Out of Stock', or 'Hidden'. |
Output
JSON
id- The unique identifier of the updated product.status- The updated status of the product.name- The name of the product.price- The price of the product.product_type- The type/category of the product.
Dependencies
- Salla API OAuth2 authentication
Troubleshooting
- Common issues include invalid or missing product ID, which will cause the API request to fail.
- Incorrect status values not in the allowed options ('sale', 'out', 'hidden') will result in errors.
- API authentication failures due to invalid or expired OAuth2 tokens.
- Network or connectivity issues when calling the Salla API.
Links
- Salla API - Update Product Status - Official API documentation for updating product status in Salla.