From ac827e2163d0af122dfcf5928b56ae8d355c80d8 Mon Sep 17 00:00:00 2001 From: Eduardo Fortuna <88729460+EduardoWAOF@users.noreply.github.com> Date: Wed, 22 Sep 2021 10:54:12 -0500 Subject: [PATCH] Update version api shopify --- framework/shopify/const.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/shopify/const.ts b/framework/shopify/const.ts index 06fbe5054..a8ee70586 100644 --- a/framework/shopify/const.ts +++ b/framework/shopify/const.ts @@ -8,6 +8,6 @@ export const STORE_DOMAIN = process.env.NEXT_PUBLIC_SHOPIFY_STORE_DOMAIN export const SHOPIFY_COOKIE_EXPIRE = 30 -export const API_URL = `https://${STORE_DOMAIN}/api/2021-01/graphql.json` +export const API_URL = `https://${STORE_DOMAIN}/api/2021-07/graphql.json` export const API_TOKEN = process.env.NEXT_PUBLIC_SHOPIFY_STOREFRONT_ACCESS_TOKEN