ecommerce_cancelAnOrderV1
Cancel an order by store and order ID, optionally email the customer, and get 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. |