Skip to main content
Solved

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

  • January 25, 2024
  • 1 reply
  • 452 views

Forum|alt.badge.img+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?

Best answer by Mariana Curdoglo

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

1 reply

Mariana Curdoglo
Planeteer 🌎
Forum|alt.badge.img+5
  • Planeteer 🌎
  • 23 posts replied to
  • Answer
  • February 15, 2024

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