Get delivery details
GET/api/delivery/:serviceCode
Retrieves detailed information for a specific delivery identified by its service code.
The response includes:
- Basic delivery information (code, status, dates)
- Pickup (ETL) and drop-off (ETD) addresses
- Details of the assigned vehicle
- Information on related auctions
- Associated messages (if any)
- Indicator if messaging is allowed (can_message)
Requirements:
- The service code must exist
- The delivery must belong to the authenticated user's company
Usage example:
- Check the current status of a delivery
- Obtain information for tracking
- Consult details to resolve incidents
Request
Responses
- 200
- 400
- 401
Individual delivery
Request error
Unauthorized