Home > @shopware-pwa/shopware-6-client > getCustomerAddress
# getCustomerAddress() function
Get the customer's address by id
Signature:
export declare function getCustomerAddress(addressId: string, contextInstance?: ShopwareApiInstance): Promise<CustomerAddress>;
# Parameters
Parameter | Type | Description |
---|---|---|
addressId | string | |
contextInstance | ShopwareApiInstance |
Returns:
Promise<CustomerAddress>
# Exceptions
ClientApiError