From 9a7245dd8e9749a5e73e9d65ecc7cf8d2af4d49d Mon Sep 17 00:00:00 2001 From: Robert Reinhard Date: Fri, 28 Apr 2023 05:38:10 -0700 Subject: [PATCH] Update API to 2023-04 --- index.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.coffee b/index.coffee index 59f24cd..113980d 100644 --- a/index.coffee +++ b/index.coffee @@ -314,7 +314,7 @@ export default class ShopifyGtmInstrumentor # Query Storefront API queryStorefrontApi: (payload) -> response = await axios - url: "#{@storeUrl}/api/2022-10/graphql" + url: "#{@storeUrl}/api/2023-04/graphql" method: 'post' headers: 'Accept': 'application/json'