Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
nebula17794ythey want to enforce graphql usage :/ i think default rest limit is 2/s with leaky bucket limiting.
sadly graphql limits are not way higher like you would expect for that price tag.
ps: take a look at what happens if your shop has more than 50k variations. Magic :-| -
The statement about GraphQL is correct. It's rate limiting is better but not upto the mark that you should get for the price point.
But it does allow you to make small sized requests which consume less points if used properly.
Also you would need ur code to decide when it absolutely should make an API call. Use cache or save data in the db. -
It’s insane. I don’t know why people don’t listen to me and stay the hell away from Shopify. The TCO is sky high once you need more than the basic plans offer. Shopify Plus is $24,000 a year?!?!? Hope your store is doing really well to cover all of that.
-
p329298479dPaying enterprise money for a rate limit that stingy is its own special kind of pain. I hit a smaller version of this with LLM APIs — one key taps out mid-request and the whole side project grinds to a halt. Ended up building a tiny self-hosted proxy that sits in front of OpenAI/Gemini-compatible APIs and quietly rotates to the next working key when one gets throttled. Doesn't fix Shopify's pricing, but at least my own stuff stops dying at 2am. https://github.com/p32929/rotato
Related Rants
-
blackmarket0A colleague and I spent a month building a Shopify app that allows merchants to give customers store credit. ... -
blackmarket3I'm nearly done importing almost half a million records to Shopify and they just formal email asking me to sto... -
devios14Just got my Christmas present from Shopify: You have 45 days to integrate with our new Billing API or lose yo...

TIL, shopify plus has whopping 4 requests per second rate limit on their admin rest api's... I don't know how much we pay them but shopify plus pricing starts at $2000 monthly, for a fucking FOUR requests per SECOND.
rant
shopify