A space to discuss GraphQL queries, mutations, troubleshooting, throttling, and best practices.
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
Hi there,
Using a subscription based app called Appstle and I'm wanting to know if increasing the API call rate on this app will have any effect (hoping for faster) transaction processing speeds.
Will increasing the call rate have an effect on transaction processing speeds?
Thanks
To learn more visit the Shopify Help Center or the Community Blog.
Hi Teganc,
Seal Subscriptions here, a subscriptions app for Shopify stores (https://apps.shopify.com/seal-subscriptions). Increasing the API call rate limit most likely won't make much of a difference. This usually comes down to the actual implementation of the Shopify API in the app itself.
For example, in our Seal Subscriptions app, we have recently released an update to our code, which processes transaction incredibly faster. For example, our app has a feature, which allows customers to charge themselves at any time (if they want to) and the app processes that transaction a second after they click the button to charge themselves.