/** * Return a specific product * @param string $sku Product to lookup * @return array */ public function GetProdInventory($sku) { return Merchant::GetProdInventory($this->api_user, $this->api_key, $sku); }