Home > @poq/sdk-sfcc > CustomersClient > getCustomersByIDAddressesByID
Retrieves a customer’s address by address name.
Signature:
getCustomersByIDAddressesByID(customerId: string, addressName: string, options?: RequestOptions): Promise<PoqResponse<CustomerAddress>>;
Parameter | Type | Description |
---|---|---|
customerId | string | the id of the customer to retrieve the address for |
addressName | string | the name of the address to retrieve |
options | RequestOptions | (Optional) Override http request option. |
Returns:
Promise<PoqResponse<CustomerAddress>>