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.
Security
clientCredentials
- Mock serverhttps://developer.conundra.eu/_mock/apis/order-book/order-book-api/consolidated-orders
- Order Book API Productionhttps://api.conundra.eu/orderbook/v1/consolidated-orders
curl -i -X GET \
'https://developer.conundra.eu/_mock/apis/order-book/order-book-api/consolidated-orders?plannability=UNPLANNABLE&cursor=string&limit=100' \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>'