Topics covering webhook creation & management, event handling, Pub/Sub, and Eventbridge, in Shopify apps.
Hi! I'm on this page: https://shopify.dev/api/admin-graphql/2022-07/enums/WebhookSubscriptionTopic
I want to get the data that we receive for the `APP_SUBSCRIPTIONS_UPDATE` webhook event. So i think that the topic name is `app_subscriptions/update`. But when i search for `app_subscriptions/update` in this documentation: https://shopify.dev/api/admin-rest/2022-07/resources/webhook the entry for that event is not there. Do you know from where can i get the documentation about the example data that we should receive on that webhook event?
Hi @CharlyTalavera ,
That topic is only available on the GraphQL API. Here's where you can find more info on it https://shopify.dev/api/admin-graphql/2022-07/enums/WebhookSubscriptionTopic
Cheers,
To learn more visit the Shopify Help Center or the Community Blog.
I see. So it's only available for GraphQL API, that's why i couldn't find it in the Api Rest documentation.
So there isn't any place where i can see the example data that comes in the requests in the GraphQL API for that specific topic, I have to check it manually doing a test. Right?