Home > @poq/sdk > SearchProductListingRequest
Signature:
export declare class SearchProductListingRequest extends PoqContract
Extends: PoqContract
Constructor | Modifiers | Description |
---|---|---|
(constructor)(params) | Constructs a new instance of the SearchProductListingRequest class |
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. |