Partners GraphQL API for WebhookDeliveriesOverview

eranavidor
Visitor
2 0 2

Hi,

Shopify partners dashboard contains the "Webhook metrics" dashboard with the following metrics.

eranavidor_0-1618356016683.png

I want to "harvest" the webhook delivery metrics of my Shopify app to our internal monitoring pipeline in order to maintain higher retention and setup alerts.

Using the browser dev tools, I could identify some undocumented Partners GraphQL API calls:

  1. WebhooksDeliveryAttempts
  2. WebhooksAverageResponseTime
  3. WebhookDeliveriesOverview
  4. WebhookTopicSummaries

eranavidor_1-1618356115482.png

eranavidor_2-1618356343942.png

None of the "operationName"s above is documented, and querying them using my partner's API client auth token fails (getting 404).

Do you know if there is an available schema for these operations?

Thanks,

Eran.

Reply 1 (1)

eranavidor
Visitor
2 0 2

Hi there, any chance anybody has experienced that?