Home > @shopware-pwa/shopware-6-client > updateCustomerAddress

# updateCustomerAddress() function

This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.

Update an address for specific ID

Signature:

export declare function updateCustomerAddress(params: Partial<CustomerAddress>, contextInstance?: ShopwareApiInstance): Promise<CustomerAddress>;

# Parameters

Parameter Type Description
params Partial<CustomerAddress>
contextInstance ShopwareApiInstance

Returns:

Promise<CustomerAddress>

# Exceptions

ClientApiError