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.

We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more

Re: app_subscriptions/update Webhook response

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 7 (7)

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
Shopify Partner
8 0 24

Where do we find documentation about this webhook these days?

_noor
Shopify Partner
3 0 1

has the development for this functionality finished? 

vanessa_adabra
Shopify Partner
11 0 0

Is there documentation available nowadays? @Visely-Team 

steamroller
Shopify Partner
8 0 4

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.

_noor
Shopify Partner
3 0 1

Is this solution still valid?