Aptos Get Orders by Email
Get Order by Order Number using Aptos OMS API
Uses the GetOrdersByCustomerEmail 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 |
String | Email to search | |
Include Customer Info | Optional String | Whether to include Customer Info in response: true - Include Customer Info (default), false - Do not include Customer Info |
Outputs
Output | Type | Description |
---|---|---|
Success? | Boolean | If Orders Data is found for the given Email |
Order Data | List | Orders Data List for the given Email |
Number of Orders | Number | Number of Orders found |
Error | String | Error message |
Updated 4 months ago