Salla

Interact with the Salla API

Actions5

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

  1. Automatically mark products as 'Out of Stock' when inventory runs low.
  2. Change product status to 'Hidden' for seasonal items not currently available.
  3. 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

Discussion