A space to discuss GraphQL queries, mutations, troubleshooting, throttling, and best practices.
Hello everyone!
Can anybody explain, how to calculate query cost for Payment Apps API?
I've read the doc page, but the only info I got regarding Payment Apps API is that rate limits are 910 p/s and 1820p/s for "standard" and "plus" respectively.
https://shopify.dev/api/usage/rate-limits
Also, it contains description blocks for other APIs, but not for Payment Apps API.
Is the calculation the same as for GraphQL Admin API? Or is it somehow different?
Thank you in advance for your help!
Solved! Go to the solution
This is an accepted solution.
Hey @Nika_Mueller
Thanks for getting in touch! Regarding the calculated cost of GQL queries, calculated costs are used in both the Admin GraphQL API and the Payments Apps API alike as both of them are GQL API's). Both API's are subject to requested and actual costs in the same way (docs) .
Please feel free to check out the documentation on Calculated Query Costs here, it will provide more guidance. Hope that helps!
This is an accepted solution.
Hey @Nika_Mueller
Thanks for getting in touch! Regarding the calculated cost of GQL queries, calculated costs are used in both the Admin GraphQL API and the Payments Apps API alike as both of them are GQL API's). Both API's are subject to requested and actual costs in the same way (docs) .
Please feel free to check out the documentation on Calculated Query Costs here, it will provide more guidance. Hope that helps!