Poq.SDK.Node

Home > @poq/sdk > SearchProductListingRequest

SearchProductListingRequest class

Signature:

export declare class SearchProductListingRequest extends PoqContract 

Extends: PoqContract

Constructors

Constructor Modifiers Description
(constructor)(params)   Constructs a new instance of the SearchProductListingRequest class

Properties

Property Modifiers Type Description
count   number Number of items to return.
filterAttributes   SearchRequestFilterAttribute[] | undefined List of filtration attributes.
maxPrice   number | undefined When value is set, result items of search response will have maximum price lower or equal to it
minPrice   number | undefined When value is set, result items of search response will have minimal price greater or equal to it
searchTerms   string | undefined Property holds value of search terms.
skip   number Number of items to skip.
sort   SearchRequestSortField | undefined Information to identify sorting rules. When null, relevancy score is used.