Poq.SDK.Node

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

ICustomersClient.postCustomersByIDProductLists() method

Creates a customer product list.

Signature:

postCustomersByIDProductLists(customerId: string, body: CustomerProductList, options?: RequestOptions): Promise<PoqResponse<CustomerProductList>>;

Parameters

Parameter Type Description
customerId string The customer id.
body CustomerProductList  
options RequestOptions (Optional) Override http request option.

Returns:

Promise<PoqResponse<CustomerProductList>>