delete_store_order
Permanently delete an e-commerce order from a store. This action removes the order and its lines and cannot be undone.
Instructions
Permanently delete an e-commerce order from a store.
This removes the order and its lines and cannot be undone. Manual commerce writes suit custom/headless stores; Shopify and WooCommerce integrations sync orders automatically.
Args: store_id: E-commerce store ID. Obtain from list_ecommerce_stores. order_id: Order ID to delete.
Returns: JSON confirming deletion (empty body on success) or an error object.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| account | No | ||
| order_id | Yes | ||
| store_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |