Home > @shopware-pwa/shopware-6-client > updateCustomerAddress
# updateCustomerAddress() function
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