Skip to content

Instantly share code, notes, and snippets.

@daniel-sim
Last active June 6, 2023 09:18
Show Gist options
  • Save daniel-sim/dc7b12f872b850b05b0478729695ff00 to your computer and use it in GitHub Desktop.
Save daniel-sim/dc7b12f872b850b05b0478729695ff00 to your computer and use it in GitHub Desktop.
query {
transactions(types: [APP_SUBSCRIPTION_SALE]) {
edges {
node {
id
createdAt
... on AppSubscriptionSale {
netAmount {
amount
}
app {
name
}
shop {
myshopifyDomain
}
}
}
}
}
}
@adventuretocode
Copy link

adventuretocode commented Jun 6, 2023

@daniel-sim if you can add more detail example that was helpful,

@daniel-sim
Copy link
Author

I don't offer consulting, unfortunately. A developer that's familiar with GraphQL and knows a bit about the Shopify Billing API can help out. Best of luck!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment