Poq.SDK.Node

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

ICustomersClient.deleteCustomersByIDProductListsByIDItemsByID() method

Removes an item from a customer product list.

Signature:

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

Parameters

Parameter Type Description
customerId string The id of the owner of the product list
listId string The id of the product list.
itemId string The id of the product list item to delete.
options RequestOptions (Optional) Override http request option.

Returns:

Promise<PoqResponse<void>>