Unable to record increased cap amount after user confirms usage cap increase

chrisandrewca
Shopify Partner
9 0 15

Steps:

1. Create appSubscriptionLineItemUpdate

2. User confirms cap increase and is redirected to the subscriptions redirect URL

3. APP_SUBSCRIPTIONS_UPDATE doesn't fire

4. Unable to easily record the cap increase from inside the hook, need to check activeSub cap on every usage create

 

Could someone confirm APP_SUBSCRIPTIONS_UPDATE isn't firing in this scenario?

Reply 1 (1)
Enase
New Member
1 0 0

I have the same issue. Looks like there is no way to find out is the any change in subscription capped amount. So that we need check subscription on every request that leads to Shopify API rate limits.