Skip to main content
GET
/
v1
/
declarations
/
transit
/
{id}
Get transit details
curl --request GET \
  --url https://sandbox-api.easecustoms.com/v1/declarations/transit/{id} \
  --header 'Authorization: Bearer <token>'
{
  "declarationId": 104,
  "status": "ready",
  "procedureType": "standard",
  "declarationType": "T1",
  "totalWeight": 1500,
  "weightUnit": "KGM",
  "destinationOffice": "NL000850",
  "departureOffice": "NL000432",
  "errors": []
}
Retrieve the full details and current customs processing state of a transit declaration.

Path Parameters

id
number
required
The unique transit declaration ID.
{
  "declarationId": 104,
  "status": "ready",
  "procedureType": "standard",
  "declarationType": "T1",
  "totalWeight": 1500,
  "weightUnit": "KGM",
  "destinationOffice": "NL000850",
  "departureOffice": "NL000432",
  "errors": []
}