Home > @vsf-enterprise/bigcommerce-api > Endpoints > getCustomers
# Endpoints.getCustomers() method
Get customers
Signature:
getCustomers(context: BigcommerceIntegrationContext, params: GetCustomersParameters): Promise<GetCustomersResponse>;
# Parameters
Parameter | Type | Description |
---|---|---|
context | BigcommerceIntegrationContext | An auto-generated value prepended to the method as a first parameter. |
params | GetCustomersParameters | Parameters for getCustomer endpoint |
Returns:
Promise<GetCustomersResponse>