[Answer]-Shopify getting store name to build post url (python)

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.

👤hjblok

0👍

The API comes with access to the http://docs.shopify.com/api/shop

Note how easy it is to get the shop name.

Leave a comment