Pull List of Shipped Orders

Hi,

I am trying to pull a list of shipped orders for a twenty-four hour period. My client’s report says 149 shipments, but my report says 150. Is my code correct?

https://api.ordoro.com/shipment/?start_date=2017-06-16T04:00:00.0000000Z&end_date=2017-06-17T03:59:59.0000000Z&limit=100&offset=0

I am sending June 16th 12:00 AM EST. Should I send another timezone?

Hi,

Are you trying to get only shipped shipments? If so, you should add status=shipped to the url. If you are looking for orders, you should use GET /order/: https://api.ordoro.com/order/?status=shipped, plus any date filters.