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?
I am sending June 16th 12:00 AM EST. Should I send another timezone?
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?
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.