Home > @poq/sdk-sfcc > ProductListsClient > getProductLists
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>>;
Parameter | Type | Description |
---|---|---|
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>>