Have your say in Community Polls: What was/is your greatest motivation to start your own business?
Our Partner & Developer boards on the community are moving to a brand new home: the .dev community forums! While you can still access past discussions here, for all your future app and storefront building questions, head over to the new forums.

Webhook event information missing in documentation

Webhook event information missing in documentation

CharlyTalavera
Shopify Partner
31 1 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)
61 7 13

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
31 1 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?