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