update_store_customer
Update an existing Mailchimp store customer's details like name, opt-in status, address, or company for custom or headless storefronts.
Instructions
Update an existing store customer's name, opt-in status, address, or company.
Only fields supplied in additional_fields are changed. Many stores sync customers automatically via Shopify or WooCommerce integrations; these manual writes suit custom or headless storefronts.
Args: store_id: E-commerce store ID. customer_id: Existing customer ID. additional_fields: Dict of documented fields to update (e.g. opt_in_status, first_name, last_name, company, address) merged into the request body.
Returns: JSON with the updated customer object.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| account | No | ||
| store_id | Yes | ||
| customer_id | Yes | ||
| additional_fields | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |