Home > @vsf-enterprise/bigcommerce-api > CreateCustomerPayload
# CreateCustomerPayload interface
Payload to create customer
Signature:
export interface CreateCustomerPayload extends CreateCustomerParameters
Extends: CreateCustomerParameters
# Properties
Property | Type | Description |
---|---|---|
channel_ids? | Channel['id'][] | (Optional) Array of channels the customer can access. |
origin_channel_id? | Channel['id'] | (Optional) Channel ID of the customer that has created the form. |