Home > @shopware-pwa/shopware-6-client > getCustomerAddresses
# getCustomerAddresses() function
Get all customer's addresses
Signature:
export declare function getCustomerAddresses(parameters?: ShopwareSearchParams, contextInstance?: ShopwareApiInstance): Promise<EntityResult<"customer_address", CustomerAddress[]>>;
# Parameters
Parameter | Type | Description |
---|---|---|
parameters | ShopwareSearchParams | |
contextInstance | ShopwareApiInstance |
Returns:
Promise<EntityResult<"customer_address", CustomerAddress[]>>
# Exceptions
ClientApiError