Store ID is now required for external apps' authentication
What's new
Native and external appsChanges in API
https://www.example.com/myapp?code=abcd123456https://www.example.com/myapp?code=abcd123456&store_id=1003 POST /api/oauth/token/{store_id} HTTP/1.1
Host: my.ecwid.com
Content-Type: application/x-www-form-urlencoded
client_id={client_id}&client_secret={client_secret}&code={code}&redirect_uri={redirect_uri}&grant_type=authorization_codeTimeline
How to update the app
Last updated
Was this helpful?
