Aptos Set Item Status
Set Item Status using Aptos OMS API
Uses the SetItemStatusAdvanced 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 |
Aptos Item ID | String | Aptos Item ID of Item to update |
Part Number | String | Aptos Product Part Number of Item to update |
Status ID | String | Item Status ID to set: 4 - Ordered, 24 - Item Return Received, 29 - Cancelled, etc |
Note Text | Optional String | Optional note text to add |
Send Email | Optional Boolean | Optional Boolean for whether to send a customer email on update |
Outputs
Output | Type | Decription |
---|---|---|
Success? | Boolean | If Set Item Status request successfully sent found for the given IDs |
Order Status Response | Object | Response from Set Item Status request |
Error | String | Error message |
Updated 26 days ago