Home > @vsf-enterprise/bigcommerce-api > UpdateCustomerParameters
# UpdateCustomerParameters interface
Parameters to update customer.
Signature:
export interface UpdateCustomerParameters
# Properties
Property | Type | Description |
---|---|---|
accepts_product_review_abandoned_cart_emails? | boolean | (Optional) It determines if the customer is signed up to receive product review or abandoned cart emails or recieve both emails. |
authentication? | Authentication | (Optional) Authentication information. |
company? | string | (Optional) The company of the customer. |
email? | string | (Optional) The email of the customer. Must be unique. |
first_name? | string | (Optional) The first name of the customer. |
last_name? | string | (Optional) The last name of the customer. |
phone? | string | (Optional) The phone number of the customer. |
validation | ValidateCredentialsParameter | Validation object that holds customer credentials. The profile will update only if the credentials are valid |