You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. In order to access a shop's data, apps need an access token from that specific shop. We need to authenticate with that shop using OAuth, which we can start in the following way:
53
54
54
55
```python
55
56
shop_url ="SHOP_NAME.myshopify.com"
56
-
api_version ='2020-10'
57
+
api_version ='2024-01'
57
58
state = binascii.b2a_hex(os.urandom(15)).decode("utf-8")
0 commit comments