I’m working on building an integration from .net to keep the prices and quantity of products synchronized from the management system. I’ve been using the API individually, but I occasionally receive the error “Too Many Requests.” Now I’m trying with graphQL. I’ve managed to send individual shipments, but I have doubts about whether I’m going to receive the same error or slowness.
What is the best way to send a massive price and stock update for many products/variants?
Hi,
I would suggest that consider implementing a queueing and caching strategy