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