How to connect Lightspeed to API2Cart?
To connect Lightspeed store to API2Cart you need to specify the following credentials:
There are two ways to get them:
- lightspeed_api_key
- lightspeed_api_secret
- The store owners can contact the LightSpeed Customer Service department in order to receive api_key and api_secret credentials.
- You can develop your App and publish it on LightSpeed App Store. After that, you will get APP_KEY and APP_SECRET. Then you should specify the callback URL to which store credentials come. You can do it in the partner environment (Under ‘Apps > (APP NAME) > Success URL’).
- lightspeed_api_key = APP_KEY
- lightspeed_api_secret = md5(token + APP_SECRET);