Poq.SDK.Node

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

ICustomersClient.deleteCustomersByIDProductListsByID() method

Deletes a customer product list.

Signature:

deleteCustomersByIDProductListsByID(customerId: string, listId: string, options?: RequestOptions): Promise<PoqResponse<void>>;

Parameters

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

Returns:

Promise<PoqResponse<void>>