Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 1.07 KB

EcommerceCustomer5.md

File metadata and controls

13 lines (10 loc) · 1.07 KB

EcommerceCustomer5

Properties

Name Type Description Notes
OptInStatus bool The customer's opt-in status. This value will never overwrite the opt-in status of a pre-existing Mailchimp list member, but will apply to list members that are added through the e-commerce API endpoints. Customers who don't opt in to your Mailchimp list will be added as `Transactional` members. [optional] [default to null]
Company string The customer's company. [optional] [default to null]
FirstName string The customer's first name. [optional] [default to null]
LastName string The customer's last name. [optional] [default to null]
Address *Address1 [optional] [default to null]

[Back to Model list] [Back to API list] [Back to README]