Aptos Set Order Status
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 |
| Subdomain | Optional String | Optional subdomain (defaults to 'api-jako') |
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 7 months ago