Get full delivery details
GET/truckers/deliveries/:service_code
This endpoint returns detailed information about a specific delivery identified by its service code.
Information included:
- Basic delivery data (code, status, dates)
- Pickup and delivery addresses (etl_address, etd_address)
- Cargo details (type, weight, pallets)
- Hiring company information
- Responsible party contact data
- Associated messages and notes
Use cases:
- View all details of a specific delivery
- Query information to prepare pickup/delivery
- Verify data before starting an operation
Notes:
- Requires valid JWT authentication
- Only returns deliveries assigned to the authenticated carrier
Request
Responses
- 200
- 401
- 404
Full delivery details
Unauthorized
Not found