Hello!
I’m developing a shopify app that bills a user based on usage. I’ve been able to successfully create app usage records with my app via shopify’s graphql api, but even though I’ve registered the APP_SUBSCRIPTIONS_APPROACHING_CAPPED_AMOUNT webhook, it doesn’t get triggered when a user has used 90% of their capped amount. Something to note is I’m using a “test” subscription. Should the webhook still get triggered if I use that?
NOTE: I have been able to register and receive request for the APP_UNISTALLED, ORDERS_CREATE, and FULFILLMENT_OFDERS_FULFILLMENT_REQUEST_SUBMITTED just fine
KR,
–JTN