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

NameTypeDescription
API KeyStringAPI Key
Custom ReferencesStringCustom references used in Sorted, usually order number.

Outputs

NameTypeDescription
Response DataObjectThe Response with Shipemnts
Action StatusBooleanWhether the action has succeeded or not

Notes