Appearance
getCustomerAddresses 
Definition 
Get all customer's addresses
Signature 
ts
export async function getCustomerAddresses(
  parameters: ShopwareSearchParams = {},
  contextInstance: ShopwareApiInstance = defaultInstance
) 
Parameters 
| Name | Type | Description | 
|---|---|---|
| parameters | ShopwareSearchParams  | ShopwareSearchParams | 
| contextInstance | ShopwareApiInstance  | ShopwareApiInstance | 
Properties 
| Name | Type | Description | 
|---|
Usage example 
WARNING
Example is generated automatically. Sometimes it's required to be adjusted to your needs.