Home > @poq/sdk > SearchClient > search
Method returns product listing by specified search & filter criteria.
Signature:
search(appIdentifier: string, currencyIdentifier: string, params?: SearchProductListingRequest): Promise<PoqResponse<SearchResponse>>;
Parameter | Type | Description |
---|---|---|
appIdentifier | string | The unique guid v4 app identifier. |
currencyIdentifier | string | The ISO currency code is the three-letter alphabetic code that represent the various currencies used throughout the world. |
params | SearchProductListingRequest | (Optional) The carrier of search, filter and pagination settings for search. |
Returns:
Promise<PoqResponse<SearchResponse>>
The Found items by provided criteria.