app_subscriptions/update Webhook response

orkhanfarmanli
Visitor
2 0 1

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"
  }
}

  

Replies 5 (5)

Visely-Team
Shopify Partner
1843 210 488

This functionality is still under development and not released yet.

Sergiu Svinarciuc | CTO @ visely.io
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution!
- To learn more about the awesome stuff we do head over to visely.io or our blog
orkhanfarmanli
Visitor
2 0 1

Thanks for the reply.

ProveSource
Tourist
8 0 24

Where do we find documentation about this webhook these days?

vanessa_adabra
Shopify Partner
11 0 0

Is there documentation available nowadays? @Visely-Team 

steamroller
Shopify Partner
8 0 2

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.