Poq.SDK.Node

Home > @poq/sdk-sfcc > ICustomersClient > postCustomersByIDAddresses

ICustomersClient.postCustomersByIDAddresses() method

Creates a new address with the given name for the given customer.

Signature:

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

Parameters

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

Returns:

Promise<PoqResponse<CustomerAddress>>