[webhooks]
api_version = "2024-07"
[[webhooks.subscriptions]]
topics = [
"app/uninstalled",
"carts/create",
"carts/update",
"checkouts/create",
"checkouts/update",
"orders/create",
"orders/update",
"products/update"
]
uri = "/webhooks"
For some reason im getting a validation error. Everything seems to be in place and it worked before.
Did shopify upgrade version or something?
Thanks in advance.
