New Shopify Certification now available: Liquid Storefronts for Theme Developers

Webhook event information missing in documentation

CharlyTalavera
Shopify Partner
25 0 9

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?


Replies 2 (2)
mikedasilva
Shopify Staff (Retired)
Shopify Staff (Retired)
61 7 12

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.

CharlyTalavera
Shopify Partner
25 0 9

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?