shopify_cancel_order
Cancel a Shopify order asynchronously. Specify reason, refund, restock, staff note, and require confirmation to execute.
Instructions
Cancel an order asynchronously (orderCancel returns a job). Destructive: requires confirm=true. Default reason=OTHER, restock=true, refund=false, notifyCustomer omitted.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| reason | No | ||
| refund | No | ||
| restock | No | ||
| notifyCustomer | No | ||
| staffNote | No | ||
| confirm | No |