I am trying to use Magento2 APIs in my React Native application.
I have created a new integration on Magento Admin, but I don't know how to use it.
(any hint about using Magento Integrations would be helpful)
please help and thanks
I am trying to use Magento2 APIs in my React Native application.
I have created a new integration on Magento Admin, but I don't know how to use it.
(any hint about using Magento Integrations would be helpful)
please help and thanks
make a post request using axios or fetch to get admin token POST /V1/integration/admin/token
login using service credentials for magento integration and you can access magento 2 functionality easily.
https://devdocs.magento.com/swagger/index_20.html
This app i have built using magento 2 as backend https://expo.io/@gamingumar/lemoncrate