Opencart Admin Rest API module enables you to perform the admin side action without log in to the admin. You just need to use this module and using the api you can perform admin actions.
Features:
- No configuration at admin end.
- Simply use your admin username and password for authentication.
- Connect your mobile app with opencart.
- Connect any other platform with opencart.
- Easy and ready to use.
Available API List:
- getProduct: To get the one/all products
- addEditProduct: To add/edit the product
- deleteProduct: To delete product.
- getCategory: To get the one/all category(s)
- addEditCategory: To add/edit the category
- deleteCategory: To delete category.
- getManufacturer: To get the one/all manufacturer(s)
- addEditManufacturer: To add/edit the manufacturer
- deleteManufacturer: To delete manufacturer.