Home > @poq/sdk > SearchProductListingRequest > (constructor)
Constructs a new instance of the SearchProductListingRequest class
Signature:
constructor(params: {
        searchTerms?: string;
        minPrice?: number;
        maxPrice?: number;
        filterAttributes?: SearchRequestFilterAttribute[];
        sort?: SearchRequestSortField;
        skip?: number;
        count?: number;
    });
| Parameter | Type | Description | 
|---|---|---|
| params | { searchTerms?: string; minPrice?: number; maxPrice?: number; filterAttributes?: SearchRequestFilterAttribute[]; sort?: SearchRequestSortField; skip?: number; count?: number; } |