Salla icon

Salla

Interact with Salla.sa e-commerce platform API

Actions38

Overview

This node integrates with the Salla.sa e-commerce platform API, allowing users to manage various resources such as orders, products, customers, addresses, special offers, coupons, shipments, and digital products. Specifically, for the Shipment resource with the Update operation, the node updates an existing shipment's details on the Salla platform.

Typical use cases include automating shipment management workflows, such as updating shipment status, description, or name after changes in logistics or order fulfillment processes. For example, a user might update the shipment status to "active" once it has been dispatched or modify the shipment description to add tracking notes.

Properties

Name Meaning
ID The unique identifier of the shipment resource to update.
Additional Fields Optional fields to update on the shipment:
- Name The new name for the shipment.
- Description A description or notes about the shipment.
- Status The current status of the shipment. Possible values: Active, Inactive, Draft.

Output

The node outputs a JSON object representing the updated shipment resource as returned by the Salla API. This typically includes all shipment details such as its ID, name, description, status, and any other relevant metadata provided by the API response.

No binary data output is involved in this operation.

Dependencies

  • Requires an active connection to the Salla.sa e-commerce platform via an OAuth2 API credential.
  • The node depends on the Salla API being accessible and the credentials having sufficient permissions to update shipment resources.
  • No additional environment variables are required beyond the configured API authentication.

Troubleshooting

  • Common Issues:

    • Invalid or missing shipment ID: Ensure the "ID" property is correctly set to an existing shipment's ID.
    • Insufficient permissions: Verify that the API credentials have rights to update shipments.
    • Network or API errors: Check connectivity to the Salla API and confirm the service is operational.
  • Error Messages:

    • "The operation "update" is not supported for shipments!" — This indicates a misconfiguration or unsupported operation; ensure the operation is set to "Update" for the Shipment resource.
    • API error messages related to invalid fields or unauthorized access will be passed through; review the message for specific causes.

Links and References

Discussion