OIL Search For Shipment by Order Number
Find shipments via Order Number
This action retrieves shipments from OIL that correspond to a specific Order Number.
Inputs
In order to use the action in your flow you need to provide it with the following inputs:
Input | Type | Description |
---|---|---|
Order Number | String | The unique identifier of the order. The action will search for orders matching this ID. |
Subscription Key | String | Subscription API Key |
OIL Tenant ID | String | Tenant ID API Key |
Retail Formula | String | Retail Formula |
Outputs
Output | Type | Decription |
---|---|---|
Success | Boolean | True if managed to find an order; False if no orders found. |
Order Data | Object | Order Raw Data |
Shipment Data | Object | If some shipments are found then this output will have the list of shipment objects with all the shipment fields. |
This action uses OIL RetrieveSalesOrder endpoint - https://docs.omnichannelintegrationlayer.com/api-specifications/202401/#tag/SalesOrders/operation/RetrievePickingOrdersByOrderNumber
Updated 11 months ago