Topics covering webhook creation & management, event handling, Pub/Sub, and Eventbridge, in Shopify apps.
Where to get more info about this webhook? The only info I could find in Shopify documentation is this response which doesn't help at all.
{ "app_subscription": { "admin_graphql_api_id": "gid:\/\/shopify\/AppSubscription\/1029266947", "name": "Webhook Test", "status": "PENDING", "admin_graphql_api_shop_id": "gid:\/\/shopify\/Shop\/690933842", "created_at": "2019-08-08T16:17:42-04:00", "updated_at": "2019-08-08T16:17:42-04:00" } }
Thanks for the reply.
Where do we find documentation about this webhook these days?
has the development for this functionality finished?
For anyone wondering, in gid://shopify/AppSubscription/{ID} the ID is equal to "recurring_application_charge":{"id":{ID}} in the 201 response from POST recurring_application_charges.json.
The inconsistent naming is bound to confuse folks.
Is this solution still valid?