Home > @vsf-enterprise/bigcommerce-api > Endpoints > updateCustomerFormFields
# Endpoints.updateCustomerFormFields() method
Updates form field values on the Customer or Customer Address objects.
Signature:
updateCustomerFormFields(context: BigcommerceIntegrationContext, params: UpdateCustomerFormFieldsParameters): Promise<UpdateCustomerFormFieldsResponse>;
# Parameters
Parameter | Type | Description |
---|---|---|
context | BigcommerceIntegrationContext | An auto-generated value prepended to the method as a first parameter. |
params | UpdateCustomerFormFieldsParameters | Parameters for updateCustomerFormFields endpoint |
Returns:
Promise<UpdateCustomerFormFieldsResponse>