getProducts

suspend fun getProducts(vararg productIds: String): Result<Map<String, StoreProduct>>(source)

Given a list of product identifiers, returns a map of identifiers to StoreProduct objects.

Return

A map of product identifiers to StoreProduct objects.

Parameters

productIds

: A list of full product identifiers.