Order Book provides ready-to-run domain-specific logistic data governance for your route optimization.
PTV OptiFlow Order Book API (1.8.1)
Request
Retrieve a cursor-paged list of all orders across all order types.
You can find out more about how to use cursors in our developer portal.
- Mock serverhttps://developer.conundra.eu/_mock/apis/order-book/order-book-api/orders
- Order Book API Productionhttps://api.conundra.eu/orderbook/v1/orders
A cursor-based paged set of orders. The set might be empty if no orders are present.
Subset of orders matching the provided query, limited to the size specified in the request.
The cursor for this page. Not present when the result contains no data.
The cursor for the previous page. Not present when fetching data for the first page.
{ "data": [ { … } ], "cursor": { "self": "c2VsZl9fcGFnZQ", "prev": "cHJldmlvdXNfX3BhZ2U", "next": "bmV4dF9fcGFnZQ" } }
Locations can be managed separately in Order Book, which allows the user to capture their related business rules in a reusable manner. This is especially valuable in business cases where a select set of Locations is reused across many orders.
Typical use cases include capturing regular opening hours or requirements tied to a specific Location.