list_account_orders
Retrieve e-commerce orders across all stores in your Mailchimp account for account-wide reporting without needing 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.
Args: count: Number of orders to return (max 1000). Defaults to 10. offset: Number of orders to skip for pagination. Defaults to 0.
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 |