OIL Search For Order by Email
Find orders by Order Number
This action retrieves orders 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 |
---|---|---|
String | The email address. The action will search for orders matching this email address. | |
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. |
Orders | Object | If some orders are found then this output will have the list of order objects with all the order fields. |
This action uses OIL SearchByCustomer endpoint - https://docs.omnichannelintegrationlayer.com/api-documentation/202401/api-operations/SalesOrders/RetrieveOrdersByCustomerNumber
Updated 9 days ago