App reviews, troubleshooting, and recommendations
Hi,
I want to find a list of webhooks topics for GraphQL, because the only ones I find are in lowercase this:
{
"webhook": {
"topic": "orders/create",
"address": "https://12345.ngrok.io/",
"format": "json"
}
}
And I want them in this format with uppercase and underscores:
webhookSubscriptionCreate(
topic: ORDERS_CREATE
webhookSubscription: {
format: JSON,
callbackUrl: "https://12345.ngrok.io/"}
)
I tried to change the format just by change the words to uppercase and using the underscores, but in some webhooks it doesn't work, is it there an official list or something where I can see all of them in this format?
Solved! Go to the solution
This is an accepted solution.
It was hard to find, but I finally found what I needed. I leave the link to the docs if anyone else has a hard time finding this: https://shopify.dev/api/admin/graphql/reference/events/webhooksubscriptiontopic
This is an accepted solution.
It was hard to find, but I finally found what I needed. I leave the link to the docs if anyone else has a hard time finding this: https://shopify.dev/api/admin/graphql/reference/events/webhooksubscriptiontopic
Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025