cancel
Showing results for 
Search instead for 
Did you mean: 

Get more than 100 rows with API

ksteele
First-timer

We're making a rest call with the ShipStationAPI to return all orders in an awaiting shipment status. This appears to be only returning the oldest 100 rows. 

 

Is there a way to make this call return more than 100 rows? I'm not seeing anything like maxRows, row count, etc as an option for the query. 

1 REPLY 1

masonfabian
Super User
Super User

So JSON Pages max out at 100. What you need to do is iterate through it using the page parameter.
pagecode_snip.PNG
ss.fetch_orders(params) takes my parameters and converts it to be camel case etc.