Home > @poq/sdk-sfcc > CustomersClient > postCustomersByIDProductLists
Creates a customer product list.
Signature:
postCustomersByIDProductLists(customerId: string, body: CustomerProductList, options?: RequestOptions): Promise<PoqResponse<CustomerProductList>>;
Parameter | Type | Description |
---|---|---|
customerId | string | The customer id. |
body | CustomerProductList | |
options | RequestOptions | (Optional) Override http request option. |
Returns:
Promise<PoqResponse<CustomerProductList>>