Home > @vsf-enterprise/bigcommerce-api > CreateCustomerParameters
# CreateCustomerParameters interface
Parameters to create customer.
Signature:
export interface CreateCustomerParameters
# Properties
| Property | Type | Description |
|---|---|---|
| accepts_product_review_abandoned_cart_emails | boolean | 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) Customer company. |
| custom_fields | Array<CustomerFormField> | Customer custom fields. |
| string | The email of the customer. Must be unique. | |
| first_name | string | The first name of the customer. |
| last_name | string | The last name of the customer. |
| password | string | Customer password. |
| phone? | string | (Optional) Customer phone number. |