Home > @vsf-enterprise/bigcommerce-api > CreateCustomerResponse
# CreateCustomerResponse interface
Create customer response.
Signature:
export interface CreateCustomerResponse
# Properties
Property | Type | Description |
---|---|---|
data | Array<User> | Collection of customers. |
meta | MetaCollection | Data about the response, including pagination and collection totals. |