Courier Group

List of courier groups available in KiriminAja's API, staging and production may be the difference

List of courier groups available in KiriminAja's API, staging and production may be the difference

[POST] /api/mitra/couriers_group

Response Sample

{
  "status": true,
  "method": "get_courier_groups",
  "text": "Data Loaded",
  "datas": [
    {
      "code": "regular",
      "name": "Regular"
    },
    {
      "code": "one_day",
      "name": "One Day"
    },
    {
      "code": "next_day",
      "name": "Next Day"
    },
    {
      "code": "economy",
      "name": "Ekonomi"
    },
    {
      "code": "cargo",
      "name": "Cargo"
    },
    {
      "code": "same_day",
      "name": "Same Day"
    }
  ]
}