create_store
Creates an e-commerce store in Mailchimp to manage products, customers, carts, and orders for custom or headless storefronts.
Instructions
Create an e-commerce store in Mailchimp to hold products, customers, carts, and orders.
A store is the top-level container that connects purchase data to an audience for segmentation and product recommendations. Many stores sync automatically via Shopify or WooCommerce integrations; these manual writes suit custom or headless storefronts.
Authenticated via API key. Max 10 concurrent requests. Respects read-only and dry-run modes.
Args: store_id: Client-supplied unique ID for the new store (e.g. 'store_1'). name: Human-readable store name shown in the Mailchimp UI. currency_code: ISO 4217 currency code (e.g. 'USD', 'EUR'). additional_fields: Optional dict of extra documented fields (e.g. list_id, domain, email_address, primary_locale, timezone) merged into the request body. account: Optional account name (e.g. 'marketing') configured via MAILCHIMP_API_KEY_. Omit to use the default account. See list_accounts.
Returns: JSON with the created store object.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| account | No | ||
| store_id | Yes | ||
| currency_code | Yes | ||
| additional_fields | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |