diff --git a/requirements.txt b/requirements.txt index d37d236..c47b727 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ # frappe # https://github.com/frappe/frappe is installed during bench-init # erpnext # https://github.com/frappe/erpnext is installed during bench-init -ShopifyAPI~=10.0.0 +ShopifyAPI~=11.0.0 diff --git a/shopify_integration/shopify_integration/doctype/shopify_settings/shopify_settings.py b/shopify_integration/shopify_integration/doctype/shopify_settings/shopify_settings.py index fd526dc..96874da 100644 --- a/shopify_integration/shopify_integration/doctype/shopify_settings/shopify_settings.py +++ b/shopify_integration/shopify_integration/doctype/shopify_settings/shopify_settings.py @@ -15,7 +15,7 @@ class ShopifySettings(Document): - api_version = "2021-01" + api_version = "2022-04" @staticmethod @frappe.whitelist()