v1

latestOpenAPI 3.0.1Apache 2.02026-07-26401961.7 KB
Imports

Get list of import items received from eTIMS

Get list of import items received from eTIMS

get/imports

Query parameters

beforestring

When paginating results, a pointer to an ID before which we want results

Example:<entity>_01HC3J1VVVM05YCTS61G7V3KC6
afterstring

When paginating results, a pointer to an ID after which we want results

Example:<entity>_01HC3J1VVVM05YCTS61G7V3KC6
page_sizeinteger

The maximum number of items to return per page, defaults to 20

Example:20

Response

Success

Example response

{
  "pagination": {
    "next": "<entity>_01HC3J1VVVM05YCTS61G7V3KC6",
    "previous": "<entity>_01HC3J1VVVM05YCTS61G7V3KC6",
    "page_size": 20
  },
  "meta": {
    "last_updated": "2026-07-14T21:00:00.000Z"
  },
  "data": [
    {
      "id": "import_01HC3J1VVVM05YCTS61G7V3KC6",
      "task_code": "202607141365045",
      "declaration_date": "2026-07-14T21:00:00.000Z",
      "item_sequence": 1,
      "declaration_number": "23BUSIM400040606",
      "hs_code": "30049000",
      "item_name": "MEDICAMENT; NORMAL SALINE 0.9% I.V. [ NS ]; CT; 1450; 500ML;",
      "origin_nation_code": "UG",
      "import_item_status_code": "2",
      "export_nation_code": "UG",
      "package": 17,
      "package_unit_code": "KGM",
      "quantity": 23925,
      "quantity_unit_code": "KGM",
      "gross_weight": 24650,
      "net_weight": 23925,
      "supplier_name": "ABACUS PARENTERAL DRUGS LIMITED",
      "agent_name": "Kandito International Company Kenya Limited",
      "invoice_foreign_currency_amount": 14355,
      "invoice_foreign_currency_code": "USD",
      "invoice_foreign_currency_rate": 124.45,
      "import_item_status": "UPDATED",
      "item_id": "item_01HC3J1VVVM05YCTS61G7V3KC6",
      "item_class_code": "30103604",
      "item_code": "KE2CRM0000015"
    }
  ]
}