Skip to main content
GET
/
transports
/
{transportId}
Get transport
curl --request GET \
  --url https://api.quivo.co/transports/{transportId}
{
  "shipTo": {
    "city": "<string>",
    "countryIso2": "<string>",
    "street": "<string>",
    "name": "<string>",
    "company": "<string>",
    "phone": "<string>",
    "email": "<string>",
    "zip": "<string>",
    "state": "<string>",
    "street2": "<string>"
  },
  "sellerId": 123,
  "shipFrom": {
    "city": "<string>",
    "countryIso2": "<string>",
    "street": "<string>",
    "name": "<string>",
    "company": "<string>",
    "phone": "<string>",
    "email": "<string>",
    "zip": "<string>",
    "state": "<string>",
    "street2": "<string>"
  },
  "positions": [
    {
      "deliveryType": "CONTAINER",
      "quantity": 2,
      "unitWeightKg": 1,
      "unitLengthM": 1,
      "unitWidthM": 1,
      "unitHeightM": 1,
      "contentDescription": "<string>",
      "containerType": "<string>"
    }
  ],
  "pickupDate": "2023-12-25",
  "deliveryDate": "2023-12-25",
  "id": 123,
  "created": "2023-11-07T05:31:56Z",
  "reference": "<string>",
  "exportedAt": "2023-11-07T05:31:56Z",
  "status": "CREATED",
  "freightOrderIdentifier": "<string>",
  "requestId": "<string>"
}

Path Parameters

transportId
integer<int64>
required

The unique identifier for a transport record.

Response

Returns the transport record details including routing and current status.

Complete transport record information. Contains transport details including origin, destination, mode, shipment references, and status.

shipTo
object
required

Address data structure

sellerId
integer<int64>
required

Seller ID.

shipFrom
object
required

Address data structure

positions
object[]
required

List of the positions for transportation.

pickupDate
string<date>

Optional estimated date of departure

deliveryDate
string<date>

Optional estimated date of arrival

id
integer<int64>

The unique identifier for the id

created
string<date-time>

Timestamp when the item was created

reference
string

Reference number or identifier for the item

exportedAt
string<date-time>

The exported at timestamp

status
enum<string>

The current status of the item

Available options:
CREATED,
TRANSMITTED
freightOrderIdentifier
string

The unique identifier for the freightorderentifier

requestId
string

The unique identifier for the request