Veeqo Cancel Order by ID
Cancel Veeqo orders
This action cancels orders from Veeqo that correspond to a specific order number
Inputs
In order to use the action in your flow you need to provide it with the following inputs:
| Input | Type | Description | 
|---|---|---|
| Order ID | Number | Veeqo Order ID - not this is not the same as Merchant Order Number (sales_record_number from Veeqo Search for Order data) | 
| Send Email? | Boolean | Whether or not to send Veeqo email | 
| Cancellation Reason | String | Cancellation Reason | 
| API Key | String | API Key | 
Outputs
| Output | Type | Description | 
|---|---|---|
| Success | Boolean | True if managed to cancel an order; False otherwise. | 
This action uses Veeqo PUT Cancel endpoint - https://developers.veeqo.com/api/operations/cancel-an-order/
Updated about 2 months ago
