Home > @poq/sdk-sfcc > CustomersClient > postCustomersByIDAddresses
Creates a new address with the given name for the given customer.
Signature:
postCustomersByIDAddresses(customerId: string, body: CustomerAddress, options?: RequestOptions): Promise<PoqResponse<CustomerAddress>>;
| 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>>