diff --git a/ecommerce_integrations/shopify/constants.py b/ecommerce_integrations/shopify/constants.py index 98701896..47720e03 100644 --- a/ecommerce_integrations/shopify/constants.py +++ b/ecommerce_integrations/shopify/constants.py @@ -6,7 +6,7 @@ SETTING_DOCTYPE = "Shopify Setting" OLD_SETTINGS_DOCTYPE = "Shopify Settings" -API_VERSION = "2023-04" +API_VERSION = "2024-01" WEBHOOK_EVENTS = [ "orders/create", diff --git a/pyproject.toml b/pyproject.toml index 1bc76484..c11448c3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ readme = "./README.md" dynamic = ["version"] dependencies = [ - "ShopifyAPI==12.3.0", # update after resolving pyjwt conflict in frappe + "ShopifyAPI==12.4.0", # update after resolving pyjwt conflict in frappe "boto3~=1.28.10", ]