A place to discuss charging merchants for your apps and services using the billing API.
Hello,
The Shopify GraphQL API provides a way to query App purchases for a given store as described here: https://shopify.dev/docs/apps/billing/reporting#query-multiple-purchases.
In the example query, it says to use currentAppInstallation if you want to query multiple App purchases. Does this only include purchases made on the App that is running the query?
For example, let's say a store has App A and App B installed.
Using App A to query the GraphQL API, is it possible to retrieve all App purchases/subscriptions for both App A and App B, or would the data be limited to App A only?
Solved! Go to the solution
This is an accepted solution.
Hey @marvinbaltazar
Apps can only query their own purchases/subscriptions.
Scott | Developer Advocate @ Shopify
This is an accepted solution.
Hey @marvinbaltazar
Apps can only query their own purchases/subscriptions.
Scott | Developer Advocate @ Shopify