Poq.SDK.Node

Home > @poq/sdk-sfcc > IProductListsClient

IProductListsClient interface

Signature:

export interface IProductListsClient 

Methods

Method Description
getProductLists(email, firstname, lastname, options) Retrieves all public product lists as defined by the given search term (email, first name, last name).
getProductListsByID(listId, expand, options) Retrieves a public product list by id.
getProductListsByIDItems(listId, expand, options) Retrieves the items of a public product list.
getProductListsByIDItemsByID(listId, itemId, expand, options) Retrieves an item from a public product list.