list_account_orders
Retrieve e-commerce orders across all stores in your Mailchimp account for account-wide reporting, avoiding the need to query each store individually.
Instructions
List e-commerce orders across every store in the account.
Use for account-wide order reporting without iterating store by store; scope to a single store with list_store_orders instead. Manual commerce writes suit custom/headless stores; Shopify and WooCommerce integrations sync orders automatically.
Authenticated via API key. Max 10 concurrent requests. Read-only, safe to retry.
Args: count: Number of orders to return (max 1000). Defaults to 10. offset: Number of orders to skip for pagination. Defaults to 0. account: Optional account name (e.g. 'marketing') configured via MAILCHIMP_API_KEY_. Omit to use the default account. See list_accounts.
Returns: JSON with orders (array of order objects across all stores), total_items.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | ||
| offset | No | ||
| account | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |