findBySku

open fun findBySku(sku: String): Product

Find a product via its SKU.

Return

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