Skip to main content

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:

  1. Check the current status of a delivery
  2. Obtain information for tracking
  3. Consult details to resolve incidents

Request

Responses

Individual delivery