update_store
Update an existing e-commerce store's name, currency, or metadata by supplying only the fields to change. Supports custom and headless storefronts.
Instructions
Update an existing e-commerce store's name, currency, connected audience, or metadata.
Only fields supplied in additional_fields are changed. 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: E-commerce store ID. additional_fields: Dict of documented fields to update (e.g. name, currency_code, 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 updated store object.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| account | No | ||
| store_id | Yes | ||
| additional_fields | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |