$this->load->model('openbay/ebay'); $json = $this->model_openbay_ebay->getProductStock($this->request->get['pid']); $this->response->setOutput(json_encode($json));