Allows to access details of created transport order.
Url parameters and connection settings
- URL: https://api.platform.trans.eu
- Endpoint: /ext/orders-api/v1/orders-created/{order-id}
- Method: GET
Headers:
- Content-type: application/json
- Accept: application/json
- Authorization: Bearer {access_token}
- Api-key: {unique_app_api-key}
Authorization
Authorization process is described here. Each API request must also consist of unique Api-key obtained during application registration together with client_id and client_secret.
Order
Full description of order details and parameters can be found here.
Json example:
Example of details of received order
{
"id": "da012de9-faca-4b14-b380-9b94aadff6fa",
"additional_terms": null,
"archived_at": null,
"can_archive": false,
"created_at": "2021-07-01T08:54:07.008Z",
"freight": {
"carrier": {
"assignee": null,
"legal_name": "Test Company",
"vat_id": "11111111111"
},
"distance": 2036000,
"is_roundtrip": false,
"reference_number": null,
"shipper": {
"assignee": {
"account_id": 749989,
"email": "test@trans.eu",
"family_name": "Kowalski",
"fax": null,
"given_name": "Krzysztof",
"telephone": "0048 111111111",
"trans_id": "1007374-1"
},
"legal_name": "Test spedition company",
"vat_id": "222222222222"
},
"spots": [
{
"description": "Example description",
"name": "Magazine 1",
"operations": [
{
"loads": [],
"operation_order": 1,
"operation_time": null,
"time_window": null,
"time_window_reason": null,
"timespans": {
"begin": "2021-06-22T09:00:00.000Z",
"end": "2021-06-22T10:00:00.000Z"
},
"type": "loading"
}
],
"place": {
"address": {
"country": "pl",
"description": null,
"locality": "Kraków",
"number": "5",
"postal_code": "31-001",
"street": "Wawel",
"tracking": null
},
"coordinates": {
"latitude": 50.06143,
"longitude": 19.93658
},
"timezone": "Europe/Warsaw"
},
"spot_order": 1
},
{
"description": null,
"name": null,
"operations": [
{
"loads": [],
"operation_order": 1,
"operation_time": null,
"time_window": null,
"time_window_reason": null,
"timespans": {
"begin": "2021-06-23T09:00:00.000Z",
"end": "2021-06-23T09:00:00.000Z"
},
"type": "unloading"
}
],
"place": {
"address": {
"country": "pl",
"description": null,
"locality": "Dąbrowa Środkowa",
"number": "34",
"postal_code": "59-330",
"street": "Średnia",
"tracking": null
},
"coordinates": {
"latitude": 51.41828,
"longitude": 16.33485
},
"timezone": "Europe/Warsaw"
},
"spot_order": 2
}
],
"requirements": {
"temperature": {
"max": 100,
"min": 10
},
"exemption_from_adr": null,
"is_ftl": true,
"monitoring": null,
"other_requirements": [
"lift",
"hds"
],
"required_adr_classes": [
"adr_1"
],
"required_door_types": [],
"required_tipper_trailer_additional_equipment": [],
"required_truck_bodies": [
"cooler",
"isotherm"
],
"required_ways_of_loading": [
"top"
],
"shipping_remarks": "Shipping remarks",
"transport": {
"count": 1,
"schedule_type": "together",
"settlement_basis": null,
"total_weight": null,
"type": "ftl"
},
"vehicle_size_id": "bus"
},
"capacity": {
"value": 22,
"unit_code": "t"
},
"shipment_external_id": "ABC123",
"transit_time": null,
"surcharges": {},
"loads": []
},
"invoice": null,
"is_archived_permanently": false,
"legacy_freight_id": null,
"monitoring": {
"providers": [
"trans_task",
"external_telematics"
],
"required": true,
"expected_monitoring_id": "required"
},
"number": "2021/07/01/1",
"payment": {
"days": 30,
"period": null,
"price": {
"currency": "pln",
"type": "km",
"value": 1500
},
"total_estimated_price": {
"currency": "eur",
"value": 3333,
"type": "route"
}
},
"related": [],
"status": {
"comment": null,
"value": "waiting-for-confirmation"
},
"vehicle": {
"semi_trailer": {
"dispatcher_id": 54083,
"id": 501737,
"kind": "4_semi_trailer",
"registration_plate_number": "PL1111111",
"type": "5_tent"
},
"truck": {
"dispatcher_id": 41483,
"id": 236503,
"kind": "5_truck",
"registration_plate_number": "DW1111111",
"revision": 1,
"type": null
}
},
"insurance": null,
"additional_costs": {
"for_carrier": {
"sum": 50,
"currency": "eur",
"items": [
{
"id": "f608cfa5-7a6c-4e93-a5bb-f4ec8bba3ce4",
"category": "contractual-penalty",
"name": "additional charge 1",
"price": {
"type": "fixed",
"value": 50,
"percentage": null
},
"settlement_method": "debit-note",
"description": null,
"created_at": "2026-05-14T15:05:31.499Z",
"updated_at": "2026-05-14T15:05:31.499Z",
"attachments": [],
"transportIds": [],
"status": null
}
]
},
"for_shipper": {
"sum": 100,
"currency": "eur",
"items": [
{
"id": "8bc13309-07e3-483f-907a-ccaedccb1a2b",
"category": "4_addition",
"name": "additional charge 2",
"price": {
"type": "fixed",
"value": 100,
"percentage": null
},
"settlement_method": "included-in-freight-price",
"description": null,
"created_at": "2026-05-14T15:05:31.499Z",
"updated_at": "2026-05-14T15:05:31.499Z",
"attachments": [],
"transportIds": [],
"status": null
}
]
}
},
"attachments_requirements": {
"required_types": [],
"other_attachment_type_description": null
},
"_metadata": {
"restrictions": [],
"applied_default_terms_template": false,
"carrier_company_is_blocked": false,
"order_price_was_changed_by_contract_update": false
},
"attachments": [
{
"author": {
"trans_id": "1079411-15",
"account_id": 1158167,
"family_name": "Jakubowski",
"given_name": "Jakub"
},
"company": {
"legal_name": "Test Company",
"company_id": 1111119
},
"created_at": "2026-05-14T15:03:25.751Z",
"description": "CMR document 1",
"media_id": "51757085-8b34-4a9c-8339-62fe333e915b",
"media_name": "2114520770672180.pdf",
"protected": false,
"source": "orders",
"source_id": null,
"type_id": "cmr",
"visible_to_contractor": true
}
],
"cooperation": {
"status": "ACTIVE"
},
"delivery_confirmation": null,
"driver": "Jan Driver",
"cancellation": null,
"required_execution_data": []
}