Hi All,
I use the shopify Introspection Schema to understand the payload of any operation before hand . For example : Product create - From the introspection schema I know what the required request is and what are valid response objects.
For the webhook inbound notification that I receive , I am not able to predict or figure out a pattern from the introspection schema . Is there a way I can get this ? For example : Order Update - whenever an order is updated this is the payload I will receive
Hi @Anusha28 ,
Did you find out your need? I work with webhook, too. And here the doc I often check: https://shopify.dev/docs/api/admin-rest/2024-01/resources/webhook#event-topics
I hope this is helpful to you.
Hi ,
Thank You for your response. My question is related to , is there way I can query this payload by sending a GraphQL request to shopify .
Usecase: If I am modelling my integration based on the payload in the documentation , in the future when this payload changes (newer Shopify version , bug fixes etc ), I need to update all my integrations again.