cancel
Showing results for 
Search instead for 
Did you mean: 
tommvi
First-timer
Status: New

I want to pass a list of order numbers to ssapi and retrieve a list of the given orders. Similar to how ssapi.shipstation.com/orders works, but instead of only passing a single order number, I want to pass a list of order numbers.

Calling the API once per each order is taking too long and eventually a request gets deadlocked. Searching by storeID and a date range to get the list of orders will not work for my purposes.

I believe being able to retrieve multiple Orders by passing multiple order numbers is a feature ShipStation should implement. I have a database with my order numbers which I can easily retrieve data from. Since I have this list, it would be best, considering time and resources, to make one call to ShipStation API which includes this list of order numbers.

To reiterate, I need to pass a list of orderNumbers, not orderIDs.

Help appreciated, thank you.