Cancel an order
ecommerce_cancelAnOrderV1Cancel an ecommerce order and optionally email the customer to notify them of the cancellation. Receive the updated order summary after the action.
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. |