GET Orders created since

I want to get all order since a specific date form the API, is this possible? Is there somewhere that tells me all of the acceptable parameters for an API endpoint?

For example:
https://api.ordoro.com/order/?order_date=2017-06-16T04:00:00.0000000Z

The above gives me an error:
{
_ “error_message”: “The input field ‘order_date’ was not expected.”,_
_ “param”: null_
}

Hi, Depending on the version of the app you are on, you can either visit the Ordoro API Docs with the link at the top of the forums here, or V3 Order API Documentation.

Here’s the v2 API version of GET orders https://ordoro.docs.apiary.io/#reference/order/order/get
Here’s the v3 Orders API version of GET orders https://devapiverson.docs.apiary.io/#reference/order/get

Thank you, once I found it the documentation is pretty amazing :slight_smile: For those looking, https://api.ordoro.com/product/?created_after={{mydate}}

1 Like