Sorted Get Shipments
Looks up shipments in Sorted by a custom reference, usually an order number. Use it to retrieve Sorted shipment data for an order.
What it does
- Searches Sorted shipments using your API key and the custom reference.
- Returns the full Sorted API response, including any matching shipments.
- Returns whether at least one shipment was found.
Notes
- Custom References is typically the order number stored in Sorted.
Inputs
| Name | Type | Description |
|---|---|---|
| API Key | String | API Key |
| Custom References | String | Custom references used in Sorted, usually order number. |
Outputs
| Name | Type | Description |
|---|---|---|
| Response Data | Object | The Response with Shipemnts |
| Action Status | Boolean | Whether the action has succeeded or not |