Get Vehicle ID for Lalamove

This documentation can be used for Lalamove orders only. Last Update 14 Aug 2024

Authorizations : X-API-Key_Header
Request Body Schema : application/json

Request Parameter

MethodEndpoint
GET/v3/vehicle/city/{city_id}

Request List

city_idusers can get city id using GET Cities by Province ID on this page https://logistics-docs.shipper.id/docs/search-location-complete-step

Response Parameter

{
  "data": [
    {
      "id": 331,
      "city_id": 42,
      "name": "Motorcycle",
      "logistic": {
        "id": 27,
        "name": "Lalamove"
      },
      "max_dimension_in_cm": {
        "width": 50,
        "length": 40,
        "height": 50
      },
      "max_weight_in_kg": 20,
      "special_instructions": [
        {
          "id": 905,
          "display_name": "Waiting Time > 60 Minutes"
        },
        {
          "id": 906,
          "display_name": "Round trip"
        },
        {
          "id": 907,
          "display_name": "Door to Door Delivery"
        },
        {
          "id": 908,
          "display_name": "Thermal bag"
        },
        {
          "id": 909,
          "display_name": "Door-to-door (pickup & drop off by driver)"
        },
        {
          "id": 910,
          "display_name": "Extra waiting time (up to 1 hr)"
        }
      ]
    },
    {
      "id": 361,
      "city_id": 42,
      "name": "MPV",
      "logistic": {
        "id": 27,
        "name": "Lalamove"
      },
      "max_dimension_in_cm": {
        "width": 100,
        "length": 175,
        "height": 85
      },
      "max_weight_in_kg": 200,
      "special_instructions": [
        {
          "id": 945,
          "display_name": "Door-to-door (pickup & drop off by driver)"
        },
        {
          "id": 946,
          "display_name": "Waiting Time > 60 Minutes"
        },
        {
          "id": 947,
          "display_name": "Extra waiting time (up to 1 hr)"
        },
        {
          "id": 948,
          "display_name": "Toll"
        },
        {
          "id": 949,
          "display_name": "Door to Door Delivery -1-2 stops"
        },
        {
          "id": 950,
          "display_name": "Toll fee"
        },
        {
          "id": 951,
          "display_name": "Round trip"
        }
      ]
    }
  ],
  "metadata": {
    "path": "/v3/vehicle/city/42?%3Aid=42&",
    "status_code": 200,
    "status": "OK",
    "message": "",
    "timestamp": "1723107069"
  }
}

Response List

ParameterDescription
data.idVehicle ID. You can use this parameter to get Lalamove Pricing
data.city_idCity ID that you used to get the vehicle information
data.namename of the vehicle that you can use in that specific city
logistic.idlogistic ID is the logistic identification
logistic.namelogistic name of the logistic provider name
max_dimension_in_cm.widthmaximum dimension that you can send in width (in CM)
max_dimension_in_cm.heightmaximum dimension that you can send in height (in CM)
max_dimension_in_cm.lengthmaximum dimension that you can send in length (in CM)
max_weight_in_kgmaximum weight of the goods that you can send
special_instructions.idthe id of special instruction that users can choose
special_instructions.display_namethe name of special instruction that users can choose