mailchimp_carts
Retrieve abandoned and active shopping cart data from a store. Use list, details, or lines actions to analyze carts and identify abandoned purchases for recovery.
Instructions
Abandoned and active shopping carts for one store, for abandoned-cart analysis. Set action to one of: list (carts in the store); details (full cart record, needs cart_id); lines (line items in the cart, needs cart_id).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | Maximum items to return, 1-1000. Defaults to 1000. | |
| action | Yes | Which data to retrieve. See the tool description. | |
| offset | No | Items to skip. Combine with count to page beyond the first 1000. | |
| cart_id | No | Cart ID, from action=list. | |
| store_id | Yes | Store ID, from mailchimp_stores action=list. |