Skip to main content

Magento API

To build your Magento app, please install the plugin below on your Magento website so that the app can sync with your data:

  • Copy Magento Extension plugin folder to app/code folder on your Magento server.

  • Run this command in the website directory:

    php bin/magento setup:upgrade

  • Clear the cache on Magento after upgrade:

    php bin/magento cache:flush

  • Change the Store View code: In Admin Site, Move to Stores -> All Stores and click Store View to change the store code. The store code must be language code like: en, ar...

That’s all :)