update_store
Update an existing e-commerce store's name, currency, or metadata. Only supplied fields are changed, suited for custom or 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.
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.
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 |