Ingrid Get Shipments by Order Number

This action is used to get the shipment information from Ingrid using order number

https://developer.ingrid.com/delivery_tracking/integration/headless_integrations/

This action is used to get shipment and tracking information from Ingrid by Merchant OMS Order Number. It is particular useful when the order has multiple shipments.

The action returns the full raw data, however to access the shipment data, you must look at the 'parcels' object.

Inputs

NameTypeDescription
Order NumberStringOrder number (from Merchant OMS)
Bearer TokenStringBearer token for authentication

Outputs

NameTypeDescription
Found Order?BooleanWhether the order information was found
True / False
Raw DataObjectRaw Data from API Call
Shipments DataObjectParcel Data from API Call