ReDoc documentation
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.
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.
OK
General error payload
{- "data": [
- {
- "order_id": "string",
- "transport_request_id": "string",
- "order_type": "PICKUP",
- "unplannable_reasons": [
- {
- "reason": "string",
- "description": "string"
}
]
}
], - "cursor": {
- "self": "c2VsZl9fcGFnZQ",
- "prev": "cHJldmlvdXNfX3BhZ2U",
- "next": "bmV4dF9fcGFnZQ"
}
}