getProducts
Gets the StoreProduct(s) for the given list of product ids for all product types.
Parameters
productIds
List of productIds
callback
Response callback
fun getProducts(productIds: List<String>, type: ProductType? = null, callback: GetStoreProductsCallback)
Gets the StoreProduct(s) for the given list of product ids of type type
Parameters
productIds
List of productIds
type
A product type to filter (no filtering applied if null)
callback
Response callback