mailchimp_stores
Retrieve connected e-commerce stores and orders from Mailchimp. Use actions to list stores, get store details, or fetch all orders across the account.
Instructions
Connected e-commerce stores, and orders across every store. Start here for a store_id. Set action to one of: list (all connected stores); details (full store record, needs store_id); all_orders (orders across every store on the account).
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. | |
| store_id | No | Store ID. For action=details. |