Home > @poq/sdk > ProductClient > getByListingIds
Method returns list of products specified by list of listing ids.
Signature:
getByListingIds(appIdentifier: string, currencyIdentifier: string, listingIds: string[]): Promise<PoqResponse<Product[]>>;
Parameter | Type | Description |
---|---|---|
appIdentifier | string | The unique guid v4 app identifier. |
currencyIdentifier | string | ISO currency code is the three-letter alphabetic code that represent the various currencies used throughout the world. |
listingIds | string[] | The collection of identifiers of the specific product’s listings. |
Returns:
Promise<PoqResponse<Product[]>>
List of products.