Home > @vsf-enterprise/bigcommerce-api > Endpoints > updateCustomerAddress
# Endpoints.updateCustomerAddress() method
Update an address
Signature:
updateCustomerAddress(context: BigcommerceIntegrationContext, params: UpdateAddressParameters): Promise<UpdateAddressResponse>;
# Parameters
Parameter | Type | Description |
---|---|---|
context | BigcommerceIntegrationContext | An auto-generated value prepended to the method as a first parameter. |
params | UpdateAddressParameters | An object which contains necessary properties for updating an address. |
Returns:
Promise<UpdateAddressResponse>