DeleteECommerceCarts
Deletes an e-commerce cart record from the connected store.
Input
| Name | Type | Required | Description |
| StoreId | String | True | The unique identifier of the store containing the e-commerce cart to be deleted. Each store represents a connected e-commerce integration within the Mailchimp account. |
| Id | String | True | The unique identifier of the specific shopping cart to delete from the selected store. This value corresponds to the cart record previously created or retrieved through the API. |
Result Set Columns
| Name | Type | Description |
| Success | String | If the value is 'true', the cart was successfully deleted from the store. If the value is 'false', the operation failed or the specified cart could not be found. |