Courier Detail

The list of couriers available in the KiriminAja API, staging and production may be the difference

The list of couriers available in the KiriminAja API, staging and production may be the difference

[POST] /api/mitra/courier_services

Request

FieldDataTypeNullableDesc
courier_codestringfalseCourier
{
  "courier_code": "jne"
}

Response Sample

{
  "status": true,
  "method": "get_services_from_courier",
  "text": "Data Loaded",
  "datas": [
    {
      "name": "Reguler",
      "code": "REG",
      "cut_off_time": "23:03:00",
      "volumetrik": "6000",
      "rounded": 0.3,
      "courier_group": "regular"
    },
    {
      "name": "OKE",
      "code": "OKE",
      "cut_off_time": null,
      "volumetrik": "6000",
      "rounded": 0.3,
      "courier_group": "economy"
    },
    {
      "name": "Trucking",
      "code": "JTR",
      "cut_off_time": null,
      "volumetrik": "6000",
      "rounded": 0.3,
      "courier_group": "cargo"
    },
    {
      "name": "YES",
      "code": "YES",
      "cut_off_time": null,
      "volumetrik": "6000",
      "rounded": 0.3,
      "courier_group": "next_day"
    },
    {
      "name": "Reguler",
      "code": "REG19",
      "cut_off_time": "06:03:00",
      "volumetrik": "6000",
      "rounded": 0.3,
      "courier_group": "regular"
    },
    {
      "name": "OKE",
      "code": "OKE19",
      "cut_off_time": null,
      "volumetrik": "6000",
      "rounded": 0.3,
      "courier_group": "economy"
    },
    {
      "name": "YES",
      "code": "YES19",
      "cut_off_time": "05:05:00",
      "volumetrik": "6000",
      "rounded": 0.3,
      "courier_group": "next_day"
    },
    {
      "name": "Trucking",
      "code": "JTR18",
      "cut_off_time": null,
      "volumetrik": "5000",
      "rounded": 0.3,
      "courier_group": "cargo"
    },
    {
      "name": "Trucking",
      "code": "JTR23",
      "cut_off_time": null,
      "volumetrik": null,
      "rounded": null,
      "courier_group": "cargo"
    }
  ]
}