Opencart Rest API generation
问题 I tried to generate Rest Api of my whole categories, products and all others to use it into my mobile application but I can't get any solution. Can anyone tell me that in opencart 3.0.2.0, otherwise if opencart can't give this solution then give me other framework by which I can easily create APIs for my data? 回答1: this worked out for me I made a custom controller in the OpenCart api folder <?php class ControllerApiAllproducts extends Controller { private $error = array(); public function