I need to download a large number of products, I created a script using python API to launch many orders, but after a few orders it stopped with 400 error…. I was wondering what is the maximum number of orders I can queue?
Page 1 / 1
Hello Andrea,
If you reached a 400 error it is most likely caused by an issue in your script. According to Orders API reference document you’d need to get a 409 error to reach order concurrency limit. 400 error means it was an invalid request. I’d suggest printing out whatever request you are making when you reach this error and see if there is an issue with it.
Mariana
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.