v1

latestOpenAPI 3.0.02026-07-24189145350.1 KB
Orders

Get orders of type collection

Get orders of type collection

get/orders/collection

Query parameters

limitinteger

Max number of rows that will be displayed per request

offsetinteger

Number of rows skipped from the beginning of the cursor

codestring

Code you want to look for

fromstring

From date that you want to search (must have an ending date and the interval cannot be more than 7 days)

tostring

To date that you want to search (must have an starting date and the interval cannot be more than 7 days)

Response

Get orders of type collection

Example response

{
  "data": [
    {
      "date": "2022-12-31",
      "qtn": "ABC123",
      "timeWindow": [
        {
          "from": "08:00",
          "to": "13:00"
        }
      ],
      "merchants": [
        {
          "_id": 1
        }
      ]
    }
  ]
}