From ac2664f312fb8f3b8109cd8cad16a6a24e178224 Mon Sep 17 00:00:00 2001 From: Eduardo Fortuna Date: Wed, 20 Apr 2022 01:07:01 -0500 Subject: [PATCH] Update const.ts --- packages/shopify/src/const.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/shopify/src/const.ts b/packages/shopify/src/const.ts index a8ee70586..91f740d22 100644 --- a/packages/shopify/src/const.ts +++ b/packages/shopify/src/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-07/graphql.json` +export const API_URL = `https://${STORE_DOMAIN}/api/2022-04/graphql.json` export const API_TOKEN = process.env.NEXT_PUBLIC_SHOPIFY_STOREFRONT_ACCESS_TOKEN