awaitGetProducts

open suspend override fun awaitGetProducts(fullProductIds: Set<String>): Set<StoreProduct>(source)

Gets the StoreProduct(s) for the given list of product ids for all types.

Coroutine friendly version of getProducts.

Return

A list of StoreProduct with the products that have been able to be fetched from the store successfully. Not found products will be ignored.

Parameters

productIds

List of productIds

Throws

if there's an error retrieving the products.