Fetch recent middle mile orders Run in API Explorer
Ask AI
GET
/api/external/hub/v1/middle_mile_orders
curl \
--request GET 'https://api.useshelf.com/api/external/hub/v1/middle_mile_orders'
Response examples (200)
{
"data": [
{
"id": 42,
"internal_identifier": "string",
"warehouse_name": "string",
"created_at": "2026-05-04T09:42:00Z",
"authorized_amount": 42.0,
"authorized_currency": "string",
"estimated_volume": 42.0,
"number_of_shipments": 42,
"shipment_ids": [
"string"
]
}
]
}
Response examples (404)
{
"error": "string"
}