Home > @poq/sdk-sfcc > ProductListsClient
Signature:
export declare class ProductListsClient extends BaseAPI implements IProductListsClient
Extends: BaseAPI
Implements: IProductListsClient
Method | Modifiers | 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. |