findBySkus

open fun findBySkus(skus: Array<String>): Array<Product>

Find a product via its SKU.

Return

The first product containing the given SKU, otherwise null if no product was found.