diff --git a/CHANGELOG.md b/CHANGELOG.md index f6745c02..91b3d330 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # @shopify/shopify-app-template-remix +## 2024.11.26 + +- [888](https://github.com/Shopify/shopify-app-template-remix/pull/888) Update restResources version to 2024-10 + ## 2024.11.06 - [881](https://github.com/Shopify/shopify-app-template-remix/pull/881) Update to the productCreate mutation to use the new ProductCreateInput type diff --git a/app/shopify.server.ts b/app/shopify.server.ts index f7d6109c..ab03ab11 100644 --- a/app/shopify.server.ts +++ b/app/shopify.server.ts @@ -5,7 +5,7 @@ import { shopifyApp, } from "@shopify/shopify-app-remix/server"; import { PrismaSessionStorage } from "@shopify/shopify-app-session-storage-prisma"; -import { restResources } from "@shopify/shopify-api/rest/admin/2024-07"; +import { restResources } from "@shopify/shopify-api/rest/admin/2024-10"; import prisma from "./db.server"; const shopify = shopifyApp({ diff --git a/shopify.app.toml b/shopify.app.toml index cffe3311..e1a27650 100644 --- a/shopify.app.toml +++ b/shopify.app.toml @@ -3,7 +3,7 @@ scopes = "write_products" [webhooks] -api_version = "2024-07" +api_version = "2024-10" # Handled by: /app/routes/webhooks.app.uninstalled.tsx [[webhooks.subscriptions]]