Query App charges for all apps installed in a store

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?

Hey @marvinbaltazar

Apps can only query their own purchases/subscriptions.

1 Like

Thanks @SBD !