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 Track operation, the node retrieves tracking information for a shipment by its ID.

Common scenarios where this node is beneficial include:

  • Automatically fetching the latest shipment tracking status within an order fulfillment workflow.
  • Monitoring shipment progress and updating customers or internal systems accordingly.
  • Integrating shipment tracking data into dashboards or notifications.

Example use case: After creating a shipment in Salla, you can use this node to track the shipment status by providing the shipment ID, enabling real-time updates on delivery progress.

Properties

Name Meaning
ID The unique identifier of the shipment resource to track. This is required.

Output

The node outputs JSON data representing the shipment tracking details retrieved from the Salla API endpoint /shipments/{id}/track. The exact structure depends on the API response but typically includes fields such as current status, location updates, timestamps, and any relevant tracking events.

No binary data output is produced by this operation.

Dependencies

  • Requires an API authentication credential configured in n8n to access the Salla API (e.g., an OAuth2 token).
  • The node uses the Salla API endpoints under /shipments to perform operations.
  • Network connectivity to the Salla API service is necessary.

Troubleshooting

  • Missing or invalid shipment ID: If the "ID" property is empty or incorrect, the API call will fail. Ensure the shipment ID is valid and exists in your Salla account.
  • Authentication errors: If the API credentials are not set up correctly or have expired, requests will be rejected. Verify that the API key or OAuth2 token is properly configured and has sufficient permissions.
  • API rate limits or downtime: If the Salla API is temporarily unavailable or rate-limited, the node may throw errors. Retry after some time or check the API status.
  • Unsupported operation error: If the operation parameter is changed incorrectly, the node throws an error indicating the operation is unsupported for shipments. Use only supported operations listed in the node properties.

Links and References

Discussion