Skip to content

Commit e130597

Browse files
Merge pull request #57 from Shopify/update-webhook-api-version
Updated webhook API version to latest
2 parents 9eb1293 + 4355158 commit e130597

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
## 2025.08.17
44

5+
- [#57](https://github.com/Shopify/shopify-app-template-react-router/pull/57) Update Webhook API version in `shopify.app.toml` to `2025-07`
56
- [#56](https://github.com/Shopify/shopify-app-template-react-router/pull/56) Remove local CLI from package.json in favor of global CLI installation
67
- [#53](https://github.com/Shopify/shopify-app-template-react-router/pull/53) Add the Shopify Dev MCP to the template
78

shopify.app.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
scopes = "write_products"
44

55
[webhooks]
6-
api_version = "2024-10"
6+
api_version = "2025-07"
77

88
# Handled by: /app/routes/webhooks.app.uninstalled.tsx
99
[[webhooks.subscriptions]]

0 commit comments

Comments
 (0)