cancel_order
Cancel a Shopify order by GID, specifying a cancellation reason, with options to automatically refund and notify the customer via email.
Instructions
Cancels an order
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Shopify Order GID | |
| reason | No | Cancellation reason | |
| refund | No | Automatically refund | |
| notifyCustomer | No | Notify customer via email |