Ask a Question
Orders endpoint is not documented?
over 1 year ago by Delphin-Grill Hohenhameln
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. 👍
Thanks in Advance for helping.