Cancel an order
ecommerce_cancelAnOrderV1Cancel an order and optionally notify the customer by email, returning the updated order summary.
Instructions
Cancel the order and optionally email the customer. Returns the updated order summary.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| order_id | Yes | The ID of the order to cancel. | |
| store_id | Yes | The ID of the store that owns the order. | |
| notify_customer | No | Whether to email the customer about the cancellation. Defaults to true. |