getProducts
abstract fun getProducts(productIDs: ReadonlyArray<String>): Promise<ReadonlyArray<Product>>(source)
Resolves with an array of Product
objects.
Retrieves the product descriptions.
Resolves with an array of Product
objects.
Retrieves the product descriptions.