Aptos Get Order by Order Number
Get Order by Order Number using Aptos OMS API
Uses the GetOrderByOrderNumber endpoint here
Inputs
In order to use the action in your flow you need to provide it the following inputs:
Input | Type | Description |
---|---|---|
Aptos Client Name | String | Aptos Client Name |
Aptos GUID | String | Aptos GUID |
Order Number | String | Order Number to search |
Order Lookup Type | Optional String | Order Lookup Type to search by: 1 - OMS order number, 2 - OMS order unique id, 3 - external order number (default) |
Outputs
Output | Type | Decription |
---|---|---|
Success? | Boolean | If Order Data is found for the given Order Number |
Order Data | Object | Order Data Object for the given Order Number |
Error | String | Error message |
Updated 5 months ago