Add or update a customer in a Mailchimp e-commerce store. This endpoint uses PUT semantics - if the customer exists, it will be updated; if not, a new customer will be created. The customer_id in the path and the id in the request body should match. Customers are linked to Mailc…
idRequiredstringA unique identifier for the customer. Limited to 50 characters. This should match the customer_id path parameter.
companystringThe customer's company name.
store_idRequiredstringThe unique identifier for the e-commerce store in Mailchimp.
last_namestringThe customer's last name.
first_namestringThe customer's first name.
customer_idRequiredstringThe unique identifier for the customer within the store. This is used in the URL path and should match the 'id' field in the request body.
address__citystringThe city where the customer is located.
email_addressRequiredstringThe customer's email address. Must be a valid email format.
opt_in_statusRequiredbooleanThe customer's opt-in status for marketing emails. Set to true to subscribe the customer to marketing, false for transactional-only. This value will never overwrite the opt-in status of a pre-existing Mailchimp list member.
address__countrystringThe customer's country name.
address__address1stringThe primary street address of the customer.
address__address2stringAdditional address information (apartment, suite, etc.).
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
OAuth connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.