delete_store_cart
Permanently remove a cart from a store using its store ID and cart ID. Use this action when a cart has been converted to an order or has expired.
Instructions
Permanently delete a cart from a store. Cannot be undone.
Use when an external system reports the cart has been completed (converted to order) or expired. Does not affect related orders or customer records.
Authenticated via API key. Max 10 concurrent requests. Respects read-only and dry-run modes. Returns 404 if store_id or cart_id is invalid.
Args: store_id: E-commerce store ID. cart_id: Cart ID to delete.
Returns: JSON with status ('deleted'), store_id, cart_id on success.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cart_id | Yes | ||
| store_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |