Poq.SDK.Node

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

CustomersClient.patchCustomersByIDProductListsByID() method

Changes a product list. Changeable properties are the name, description and if the list is public.

Signature:

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

Parameters

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

Returns:

Promise<PoqResponse<CustomerProductList>>