getProducts

fun getProducts(productIds: List<String>, callback: GetStoreProductsCallback)

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

Parameters

productIds

List of productIds

callback

Response callback

Sources

Link copied to clipboard