From dcb91e209086085a1c90331310be34cb704dc9b9 Mon Sep 17 00:00:00 2001 From: Md Mahiuddin <68785084+mahiuddin-dev@users.noreply.github.com> Date: Mon, 5 Jun 2023 11:43:10 +0600 Subject: [PATCH] Update API Version --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d473a015..eb2c9c27 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ pip install --upgrade ShopifyAPI ```python shop_url = "SHOP_NAME.myshopify.com" - api_version = '2020-10' + api_version = '2023-04' state = binascii.b2a_hex(os.urandom(15)).decode("utf-8") redirect_uri = "http://myapp.com/auth/shopify/callback" scopes = ['read_products', 'read_orders']