Solved

What is the maximum number of concurrent Orders I can create?

  • 25 January 2024
  • 1 reply
  • 54 views

Badge +2

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?

icon

Best answer by Mariana Curdoglo 15 February 2024, 16:45

View original

1 reply

Userlevel 3
Badge +5

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