getProduct

abstract fun getProduct(sku: String?): Productz?

Return a product that matches the sku (product id). Null if no matching product exists.

See also