Home > @poq/sdk-sfcc > CustomersClient > patchCustomersByIDProductListsByID
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>>;
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>>