KIRIMPAKET API DOCUMENTATION
    KIRIMPAKET API DOCUMENTATION
    • Introduction
    • Area
      • Get Province
        GET
      • Get City by Province id
        GET
      • Get District by City id
        GET
      • Get District by Keyword [Recommended use this]
        GET
      • Get Subdistrict (Desa/Kelurahan) by District id
        GET
    • Get Shipping cost
      POST
    • Create Order
      POST
    • Track Order/AWB
      GET

      Get Shipping cost

      POST
      https://api-dev.kirimpaket.id/api/open/shipping/cost-list

      Request

      Authorization
      Provide your bearer token in the
      Authorization
      header when making requests to protected resources.
      Example:
      Authorization: Bearer ********************
      Header Params
      Accept
      string 
      optional
      Example:
      application/json
      Body Params application/json
      object {0}
      Example
      {
          "origin_id": 2573,
          "destination_id": 3027,
          "weight": 1, // kilogram
          "payment": "unpaid", // unpaid = cod, paid = non cod
          "expedition": "jne" // jne, sap, ninja, idexpress, sicepat, jnt
      }

      Request samples

      Shell
      JavaScript
      Java
      Swift
      Go
      PHP
      Python
      HTTP
      C
      C#
      Objective-C
      Ruby
      OCaml
      Dart
      R
      Request Request Example
      Shell
      JavaScript
      Java
      Swift
      curl --location --request POST 'https://api-dev.kirimpaket.id/api/open/shipping/cost-list' \
      --header 'Accept: application/json' \
      --header 'Content-Type: application/json' \
      --data-raw '{
          "origin_id": 2573,
          "destination_id": 3027,
          "weight": 1, // kilogram
          "payment": "unpaid", // unpaid = cod, paid = non cod
          "expedition": "jne" // jne, sap, ninja, idexpress, sicepat, jnt
      }'

      Responses

      🟢200Success
      application/json
      Body
      data
      array [object {10}] 
      required
      id
      integer 
      required
      code
      string 
      required
      rate_name
      string 
      required
      logo
      string 
      required
      logistic_name
      string 
      required
      show_name
      string 
      required
      price
      string  | integer 
      required
      etd_from
      integer  | string 
      required
      etd_thru
      integer  | string 
      required
      times
      string 
      required
      Example
      {
          "data": [
              {
                  "id": 911,
                  "code": "sap",
                  "rate_name": "UDRREG",
                  "logo": "https://api-dev.kirimpaket.id/logo/sap.svg",
                  "logistic_name": "SAP COD",
                  "show_name": "SAP COD - UDRREG",
                  "price": "11000",
                  "etd_from": 2,
                  "etd_thru": 4,
                  "times": "Hari"
              },
              {
                  "id": 936,
                  "code": "sap",
                  "rate_name": "DRGREG",
                  "logo": "https://api-dev.kirimpaket.id/logo/sap.svg",
                  "logistic_name": "SAP COD",
                  "show_name": "SAP COD - DRGREG",
                  "price": "37500",
                  "etd_from": 3,
                  "etd_thru": 6,
                  "times": "Hari"
              },
              {
                  "id": 961,
                  "code": "sap",
                  "rate_name": "UDRONS",
                  "logo": "https://api-dev.kirimpaket.id/logo/sap.svg",
                  "logistic_name": "SAP COD",
                  "show_name": "SAP COD - UDRONS",
                  "price": "18000",
                  "etd_from": 1,
                  "etd_thru": 2,
                  "times": "Hari"
              },
              {
                  "id": 18,
                  "code": "jne",
                  "rate_name": "REG",
                  "logo": "https://api-dev.kirimpaket.id/logo/jne.svg",
                  "logistic_name": "JNE COD",
                  "show_name": "JNE COD - REG",
                  "etd_from": "1",
                  "etd_thru": "2",
                  "price": "12000",
                  "times": "Hari"
              },
              {
                  "id": 19,
                  "code": "jne",
                  "rate_name": "YES",
                  "logo": "https://api-dev.kirimpaket.id/logo/jne.svg",
                  "logistic_name": "JNE COD",
                  "show_name": "JNE COD - YES",
                  "etd_from": "1",
                  "etd_thru": "1",
                  "price": "24000",
                  "times": "Hari"
              },
              {
                  "id": 1088,
                  "code": "jne",
                  "rate_name": "JTR",
                  "logo": "https://api-dev.kirimpaket.id/logo/jne.svg",
                  "logistic_name": "JNE COD",
                  "show_name": "JNE COD - JTR",
                  "etd_from": "3",
                  "etd_thru": "4",
                  "price": "45000",
                  "times": "Hari"
              },
              {
                  "id": 203,
                  "code": "idexpress",
                  "rate_name": "STD",
                  "logo": "https://api-dev.kirimpaket.id/logo/idexpress.svg",
                  "logistic_name": "IDExpress COD",
                  "show_name": "IDExpress COD - STD",
                  "price": 10500,
                  "etd_from": "0",
                  "etd_thru": "0",
                  "times": "Hari"
              },
              {
                  "id": 241,
                  "code": "idexpress",
                  "rate_name": "IDTruck",
                  "logo": "https://api-dev.kirimpaket.id/logo/idexpress.svg",
                  "logistic_name": "IDExpress COD",
                  "show_name": "IDExpress COD - IDTruck",
                  "price": 35000,
                  "etd_from": "0",
                  "etd_thru": "0",
                  "times": "Hari"
              },
              {
                  "id": 711,
                  "code": "ninja",
                  "rate_name": "Standard",
                  "logo": "https://api-dev.kirimpaket.id/logo/ninja.svg",
                  "logistic_name": "Ninja COD",
                  "show_name": "Ninja COD - Standard",
                  "etd_from": 0,
                  "etd_thru": 0,
                  "price": 9000,
                  "times": "Hari"
              },
              {
                  "id": 786,
                  "code": "ninja",
                  "rate_name": "Nextday",
                  "logo": "https://api-dev.kirimpaket.id/logo/ninja.svg",
                  "logistic_name": "Ninja COD",
                  "show_name": "Ninja COD - Nextday",
                  "etd_from": 0,
                  "etd_thru": 0,
                  "price": 16000,
                  "times": "Hari"
              }
          ]
      }
      Previous
      Get Subdistrict (Desa/Kelurahan) by District id
      Next
      Create Order
      Built with