cancel_order
Cancel a Shopify order using its ID. Optionally include a reason, refund payment, and restock inventory.
Instructions
Cancel an order
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Order ID (e.g., 'gid://shopify/Order/123456789') | |
| reason | No | Cancellation reason | |
| refund | No | Whether to refund the order | |
| restock | No | Whether to restock inventory |