diff --git a/.changeset/great-spoons-allow.md b/.changeset/great-spoons-allow.md new file mode 100644 index 0000000000..a845151cc8 --- /dev/null +++ b/.changeset/great-spoons-allow.md @@ -0,0 +1,2 @@ +--- +--- diff --git a/packages/apps/shopify-app-remix/docs/staticPages/examples/guides/webhooks/declarative-config.example.ts b/packages/apps/shopify-app-remix/docs/staticPages/examples/guides/webhooks/declarative-config.example.ts index 74bfa497ff..caa7e2a4e8 100644 --- a/packages/apps/shopify-app-remix/docs/staticPages/examples/guides/webhooks/declarative-config.example.ts +++ b/packages/apps/shopify-app-remix/docs/staticPages/examples/guides/webhooks/declarative-config.example.ts @@ -1,7 +1,19 @@ [webhooks] -api_version = "2024-04" +api_version = "2025-04" [[webhooks.subscriptions]] topics = [ "app/uninstalled" ] uri = "/webhooks" compliance_topics = [ "customers/data_request", "customers/redact", "shop/redact" ] + + [[webhooks.subscriptions]] + topics = [ "products/update" ] + uri = "https://example.org/endpoint" + + [[webhooks.subscriptions.metafields]] + namespace = "custom" + key = "ingredients" + + [[webhooks.subscriptions.metafields]] + namespace = "$app:product_highlight" + key = "title"