1👍
✅
When you’ve complete OAuth, you will receive a (permanent) session token
, if you store this session token
along with the shop_url
you can do requests on behalf of the shop who installed your app.
Take a look at the shopify_python_api
documentation, for a detailed explanation.
0👍
The API comes with access to the http://docs.shopify.com/api/shop
Note how easy it is to get the shop name.
- [Answer]-DISTINCT Django Query
- [Answer]-Django multiple Forms in a single Form instance,validation error
- [Answer]-Django – difficult order by (two M2M relations)
- [Answer]-Special counter for loop in django
- [Answer]-Using scrapy command "crawl" from django
Source:stackexchange.com