Execute Order Cancellation
order_cancel_executeCancel a Shopify order after previewing it. In production, set confirm_production to true to execute.
Instructions
Execute a previewed order cancellation. This actually cancels the order. Production stores require confirm_production: true.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| operation_id | Yes | Operation ID from order_cancel_plan | |
| response_format | No | Response format | json |
| confirm_production | No | Required for production stores |