How to get latest updated order with status ( awaiting_fulfillment )

Hello there,

I’m facing issue with getting latest updated order with status “awaiting_fulfillment”.

Also, order_by and order_direction not working for me.

I want to get updated order first.

Hey,

Could you paste an example request you are making with the response you are getting?

Hi Marc,

Sample Request:

Method: Get
API Endpoint: https://api.veeqo.com/orders?page_size=10&page=1&updated_at_min=2018-09-14+00:00:00&order_by=updated_at&order_direction=asc

When I try to pull records they are not in expected order.

Do you please suggest something? So, I’ll always get updated orders first and there is no need to pulling extra records and making more call to API?

Is there any way to get recent updated orders first?