Poq.SDK.Node

Home > @poq/sdk-sfcc > ProductListsClient > getProductLists

ProductListsClient.getProductLists() method

Retrieves all public product lists as defined by the given search term (email, first name, last name).

Signature:

getProductLists(email?: string, firstname?: string, lastname?: string, options?: RequestOptions): Promise<PoqResponse<PublicProductListResult>>;

Parameters

Parameter Type Description
email string (Optional) The email address of the customer, the product lists belong to.
firstname string (Optional) The first name of the customer, the product lists belong to.
lastname string (Optional) The last name of the customer, the product lists belong to.
options RequestOptions (Optional) Override http request option.

Returns:

Promise<PoqResponse<PublicProductListResult>>