01-27-2021 07:10 AM
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.
01-28-2021 09:10 AM
So JSON Pages max out at 100. What you need to do is iterate through it using the page parameter.
page
ss.fetch_orders(params) takes my parameters and converts it to be camel case etc.