Aptos Set Order Status
Set Order Status using Aptos OMS API
Uses the SetOrderStatus 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 |
Aptos Order ID | String | Aptos Order ID of Order to update |
Status ID | String | 4 - Ordered, 6 - Order Complete, 11 - Order Cancelled, etc |
Note Text | Optional String | Optional note text to add |
Outputs
Output | Type | Decription |
---|---|---|
Success? | Boolean | If Order Data is found for the given Order Number |
Order Status Response | Object | Response from Set Order Status request |
Error | String | Error message |
Updated 26 days ago