Poq.SDK.Node

Home > @poq/sdk-sfcc > CustomersClient > patchCustomersByIDAddressesByID

CustomersClient.patchCustomersByIDAddressesByID() method

Updates a customers address by address name.

Signature:

patchCustomersByIDAddressesByID(customerId: string, addressName: string, body: CustomerAddress, options?: RequestOptions): Promise<PoqResponse<CustomerAddress>>;

Parameters

Parameter Type Description
customerId string the id of the customer to update the address for
addressName string the name of the address to update
body CustomerAddress  
options RequestOptions (Optional) Override http request option.

Returns:

Promise<PoqResponse<CustomerAddress>>