ReDoc documentation

Consolidated Orders

Orders are being consolidated by the application to enrich them with captured domain knowledge through Conditionals and/or Locations. These endpoints provide insights into and discoverability of the results of this consolidation.

Get a cursor paged list of consolidated orders

This endpoint allows you to retrieve a cursor paged list of information on consolidated orders, based on their plannability. We currently only support returning information on Orders that have become unplannable after consolidating the orders' timeframes with their Location and applicable Conditionals.

You can find out more about how to use cursors in our developer portal.

Securitykeycloak
Request
query Parameters
plannability
required
string
Value: "UNPLANNABLE"
cursor
string

Cursor of the page to retrieve. Can be left blank initially to retrieve the first page. Paging through the results requires passing in the cursor from a previous response.

limit
integer <int32> [ 1 .. 1000 ]
Default: 100

Number of results per page.

Responses
200

OK

default

General error payload

get/consolidated-orders
Response samples
application/json
{
  • "data": [
    ],
  • "cursor": {
    }
}