Ask a Question

Ask a Question
Back to All

Orders endpoint is not documented?

Hello,

I need to get all the failed orders. The Frontend (frontend.deliverect.com) is using that endpoint already - but in this documentation I can't find anything about it.

GET https://api.deliverect.com/orders

Query Parameters:
page: 1
cursor: new
where: {"account":{"$in":["Censored"]},"pickupTime":{"$gt":"2023-03-01T23:00:00.000Z","$lt":"2023-03-30T21:59:59.999Z"}}
sort: -pickupTime
max_results: 25
useFastCount: true

Returns a JSON with some _items which I need. :+1:

Thanks in Advance for helping.