Is your feature request related to a problem? Please describe.
Currently the app uses admin login credentials to get admin access token for API authorization. Every time app is started a new token is requested, if we create integration token, we don't need to hit API every time to get access token
Describe the solution you'd like
Remove code that uses /V1/integration/admin/token API
Manually provide an integration token in magento.js file, which will be used in place of admin access token
Is your feature request related to a problem? Please describe. Currently the app uses admin login credentials to get admin access token for API authorization. Every time app is started a new token is requested, if we create integration token, we don't need to hit API every time to get access token
Describe the solution you'd like
/V1/integration/admin/token
APImagento.js
file, which will be used in place of admin access tokenAdditional context consult Magento 2 API doc