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
Name | Type | Description |
---|---|---|
Order Number | String | Order number (from Merchant OMS) |
Bearer Token | String | Bearer token for authentication |
Outputs
Name | Type | Description |
---|---|---|
Found Order? | Boolean | Whether the order information was found True / False |
Raw Data | Object | Raw Data from API Call |
Shipments Data | Object | Parcel Data from API Call |
Updated 3 days ago