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 4 months ago