Domestic Pricing by Rate Type

There are two ways to obtain the pricing rates available via Shipper API

Get Pricing Domestic
This endpoint will display all logistics available by Shipper on that particular route

Get Pricing Domestic by Rate Types
This endpoint will only display logistics available based on the rate type query request.

Example of Get Domestic Pricing User Interface

500

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

POST Domestic Pricing by Rate Type

POST /v3/pricing/domestic/{rate_type}

Path Parameter

ParameterTypeDescription
rate_typestring
"instant", "regular" , "express" "trucking" , "same-day"
The type of services that want to be displayed

Request Data

ParameterTypeDescription
origin.area_id
(Required when not use lat-lon)
integerArea id of the origin obtained from Get Location
origin.lat
(Required for Instant & Same Day Service)
stringLatitude Position of the Origin
origin.lng
(Required for Instant & Same Day Service)
stringLongitude Position of the Origin
origin.suburb_idintegerSuburb id of the origin
destination.area_id
(Required when not use lat-lon)
integerArea id of the destination obtained from Get Location
destination.lat
(Required for Instant & Same Day Service)
stringLatitude Position of the Destination
destination.lng
(Required for Instant & Same Day Service)
stringLongitude Position of the Destination
destination.suburb_id
(Optional)
integerSuburb id of the destination
for_order
(required)
booleanUse this to ensure pricing eligibility.
codbooleanDefault set to false
height
(required)
integerHeight in cm
length
(required)
integerLength in cm
width
(required)
integerWidth in cm
weight
(required)
integerWeight in kg
item_value
(required)
integerValue of the item in IDR
limitintegerLimit data displayed for each page, default 30
pageintegerPage Number default 1
sort_byArray of StringsSort the orders of available services based on the filter.
Example "final_price"

Sample Request and Response

In the sample below, querying regular rate service will only display Regular Services

curl --location --request POST '{{baseUrl}}/v3/pricing/domestic/regular' \
--header 'Content-Type: application/json' \
{
  "cod": false,
  "destination": {
    "area_id": 4711,
    "lat": "-6.2195686",
    "lng": "106.8325872",
    "suburb_id": 482
  },
  "for_order": true,
  "height": 10,
  "item_value": 40000,
  "length": 10,
  "limit": 30,
  "origin": {
    "area_id": 4711,
    "lat": "-6.2195686",
    "lng": "106.8325872",
    "suburb_id": 482
  },
  "page": 1,
  "sort_by": [
    "final_price"
  ],
  "weight": 0.5,
  "width": 10
}
{
    "metadata": {
        "path": "/v3/pricing/domestic/regular?%3Arate_type=regular&",
        "http_status_code": 200,
        "http_status": "OK",
        "timestamp": 1622180735
    },
    "data": {
        "origin": {
            "area_id": 4711,
            "area_name": "Karet Kuningan",
            "suburb_id": 482,
            "suburb_name": "Setia Budi",
            "city_id": 41,
            "city_name": "Jakarta Selatan",
            "province_id": 6,
            "province_name": "DKI Jakarta",
            "country_id": 228,
            "country_name": "INDONESIA",
            "lat": -6.2197608,
            "lng": 106.8266873
        },
        "destination": {
            "area_id": 4711,
            "area_name": "Karet Kuningan",
            "suburb_id": 482,
            "suburb_name": "Setia Budi",
            "city_id": 41,
            "city_name": "Jakarta Selatan",
            "province_id": 6,
            "province_name": "DKI Jakarta",
            "country_id": 228,
            "country_name": "INDONESIA",
            "lat": -6.2197608,
            "lng": 106.8266873
        },
        "pricings": [
            {
                "logistic": {
                    "id": 13,
                    "name": "Wahana",
                    "logo_url": "https://global-cdn.shipper.id/images/png/logistic/wahana.240x90.png",
                    "code": "WHN",
                    "company_name": "PT Wahana Prestasi Logistik"
                },
                "rate": {
                    "id": 15,
                    "name": "Regular",
                    "type": "Regular",
                    "description": "Regular",
                    "full_description": ""
                },
                "weight": 0.5,
                "volume": 1000,
                "volume_weight": 0.167,
                "final_weight": 1,
                "min_day": 2,
                "max_day": 2,
                "unit_price": 5000,
                "total_price": 5000,
                "discount": 0,
                "discount_value": 0,
                "discounted_price": 5000,
                "insurance_fee": 200,
                "must_use_insurance": false,
                "liability_value": 40000,
                "final_price": 5000,
                "currency": "IDR",
                "insurance_applied": false
            },
            {
                "logistic": {
                    "id": 33,
                    "name": "SAP",
                    "logo_url": "https://global-cdn.shipper.id/images/png/logistic/sap-express.240x90.png",
                    "code": "SAP",
                    "company_name": "SAP Logistic"
                },
                "rate": {
                    "id": 349,
                    "name": "Reguler",
                    "type": "Regular",
                    "description": "Regular",
                    "full_description": ""
                },
                "weight": 0.5,
                "volume": 1000,
                "volume_weight": 0.167,
                "final_weight": 1,
                "min_day": 3,
                "max_day": 7,
                "unit_price": 7000,
                "total_price": 7000,
                "discount": 0,
                "discount_value": 0,
                "discounted_price": 7000,
                "insurance_fee": 120,
                "must_use_insurance": false,
                "liability_value": 0,
                "final_price": 7000,
                "currency": "IDR",
                "insurance_applied": false
            },
            {
                "logistic": {
                    "id": 6,
                    "name": "Tiki",
                    "logo_url": "https://global-cdn.shipper.id/images/png/logistic/tiki.240x90.png",
                    "code": "TIK",
                    "company_name": "PT Citra Van Titipan Kilat"
                },
                "rate": {
                    "id": 54,
                    "name": "REG",
                    "type": "Regular",
                    "description": "Regular",
                    "full_description": ""
                },
                "weight": 0.5,
                "volume": 1000,
                "volume_weight": 0.167,
                "final_weight": 1,
                "min_day": 2,
                "max_day": 2,
                "unit_price": 8000,
                "total_price": 8000,
                "discount": 0,
                "discount_value": 0,
                "discounted_price": 8000,
                "insurance_fee": 90,
                "must_use_insurance": false,
                "liability_value": 40000,
                "final_price": 8000,
                "currency": "IDR",
                "insurance_applied": false
            },
            {
                "logistic": {
                    "id": 16,
                    "name": "Lion Parcel",
                    "logo_url": "https://global-cdn.shipper.id/images/png/logistic/lion-parcel.240x90.png",
                    "code": "LPA",
                    "company_name": "PT Lion Express"
                },
                "rate": {
                    "id": 44,
                    "name": "REGPACK",
                    "type": "Regular",
                    "description": "Regular Rate",
                    "full_description": ""
                },
                "weight": 0.5,
                "volume": 1000,
                "volume_weight": 0.167,
                "final_weight": 1,
                "min_day": 3,
                "max_day": 5,
                "unit_price": 8500,
                "total_price": 8500,
                "discount": 0,
                "discount_value": 0,
                "discounted_price": 8500,
                "insurance_fee": 100,
                "must_use_insurance": false,
                "liability_value": 40000,
                "final_price": 8500,
                "currency": "IDR",
                "insurance_applied": false
            },
            {
                "logistic": {
                    "id": 3,
                    "name": "RPX",
                    "logo_url": "https://global-cdn.shipper.id/images/png/logistic/rpx.240x90.png",
                    "code": "RPX",
                    "company_name": "PT Repex Perdana International"
                },
                "rate": {
                    "id": 8,
                    "name": "RGP",
                    "type": "Regular",
                    "description": "Regular Package (RGP)",
                    "full_description": ""
                },
                "weight": 0.5,
                "volume": 1000,
                "volume_weight": 0.167,
                "final_weight": 1,
                "min_day": 2,
                "max_day": 2,
                "unit_price": 9000,
                "total_price": 9000,
                "discount": 0,
                "discount_value": 0,
                "discounted_price": 9000,
                "insurance_fee": 200,
                "must_use_insurance": false,
                "liability_value": 40000,
                "final_price": 9000,
                "currency": "IDR",
                "insurance_applied": false
            },
            {
                "logistic": {
                    "id": 9,
                    "name": "J&T",
                    "logo_url": "https://global-cdn.shipper.id/images/png/logistic/jnt.240x90.png",
                    "code": "JNT",
                    "company_name": "PT Global Jet Express"
                },
                "rate": {
                    "id": 57,
                    "name": "Express",
                    "type": "Regular",
                    "description": "Express Rate",
                    "full_description": ""
                },
                "weight": 0.5,
                "volume": 1000,
                "volume_weight": 0.167,
                "final_weight": 1,
                "min_day": 1,
                "max_day": 3,
                "unit_price": 9000,
                "total_price": 9000,
                "discount": 0,
                "discount_value": 0,
                "discounted_price": 9000,
                "insurance_fee": 5100,
                "must_use_insurance": false,
                "liability_value": 40000,
                "final_price": 9000,
                "currency": "IDR",
                "insurance_applied": false
            },
            {
                "logistic": {
                    "id": 1,
                    "name": "JNE",
                    "logo_url": "https://global-cdn.shipper.id/images/png/logistic/jne.240x90.png",
                    "code": "JNE",
                    "company_name": "PT Tiki Jalur Nugraha Ekakurir"
                },
                "rate": {
                    "id": 4,
                    "name": "CTC",
                    "type": "Regular",
                    "description": "Regular",
                    "full_description": ""
                },
                "weight": 0.5,
                "volume": 1000,
                "volume_weight": 0.167,
                "final_weight": 1,
                "min_day": 1,
                "max_day": 2,
                "unit_price": 9000,
                "total_price": 9000,
                "discount": 0,
                "discount_value": 0,
                "discounted_price": 9000,
                "insurance_fee": 5080,
                "must_use_insurance": false,
                "liability_value": 40000,
                "final_price": 9000,
                "currency": "IDR",
                "insurance_applied": false
            },
            {
                "logistic": {
                    "id": 15,
                    "name": "Ninja Xpress",
                    "logo_url": "https://global-cdn.shipper.id/images/png/logistic/ninja.240x90.png",
                    "code": "NIN",
                    "company_name": "PT Andiarta Muzizat"
                },
                "rate": {
                    "id": 228,
                    "name": "Standard",
                    "type": "Regular",
                    "description": "Standard",
                    "full_description": ""
                },
                "weight": 0.5,
                "volume": 1000,
                "volume_weight": 0.167,
                "final_weight": 1,
                "min_day": 1,
                "max_day": 2,
                "unit_price": 9500,
                "total_price": 9500,
                "discount": 0,
                "discount_value": 0,
                "discounted_price": 9500,
                "insurance_fee": 2750,
                "must_use_insurance": false,
                "liability_value": 40000,
                "final_price": 9500,
                "currency": "IDR",
                "insurance_applied": false
            },
            {
                "logistic": {
                    "id": 5,
                    "name": "SiCepat",
                    "logo_url": "https://global-cdn.shipper.id/images/png/logistic/sicepat.240x90.png",
                    "code": "SCP",
                    "company_name": "PT SiCepat Ekspres Indonesia"
                },
                "rate": {
                    "id": 58,
                    "name": "REG",
                    "type": "Regular",
                    "description": "Regular",
                    "full_description": ""
                },
                "weight": 0.5,
                "volume": 1000,
                "volume_weight": 0.167,
                "final_weight": 1,
                "min_day": 1,
                "max_day": 2,
                "unit_price": 10000,
                "total_price": 10000,
                "discount": 0,
                "discount_value": 0,
                "discounted_price": 10000,
                "insurance_fee": 5080,
                "must_use_insurance": false,
                "liability_value": 40000,
                "final_price": 10000,
                "currency": "IDR",
                "insurance_applied": false
            },
            {
                "logistic": {
                    "id": 36,
                    "name": "Recommended by Shipper",
                    "logo_url": "https://global-cdn.shipper.id/images/png/logistic/shipper.240x90.png",
                    "code": "RBS",
                    "company_name": "PT SHIPPINDO TEKNOLOGI LOGISTIK"
                },
                "rate": {
                    "id": 365,
                    "name": "Regular",
                    "type": "Regular",
                    "description": "",
                    "full_description": ""
                },
                "weight": 0.5,
                "volume": 1000,
                "volume_weight": 0.167,
                "final_weight": 1,
                "min_day": 1,
                "max_day": 2,
                "unit_price": 10000,
                "total_price": 10000,
                "discount": 0,
                "discount_value": 0,
                "discounted_price": 10000,
                "insurance_fee": 0,
                "must_use_insurance": true,
                "liability_value": 40000,
                "final_price": 10000,
                "currency": "IDR",
                "insurance_applied": true
            }
        ]
    },
    "pagination": {
        "current_page": 1,
        "current_elements": 10,
        "total_pages": 1,
        "total_elements": 10,
        "sort_by": [
            "final_price"
        ]
    }
}

Response List

ParameterDescription
metadataMetadata information
metadata.pathAPI endpoint path
metadata.http_status_codeHTTP status code
metadata.http_statusHTTP status
metadata.timestampTimestamp
paginationPaging information
pagination.current_pageCurrent page
pagination.current_elementsTotal item per page
pagination.total_pagesTotal pages
pagination.total_elementsTotal datas
dataAll important information about the 3PL pricing
data.originAll important information about the origin that have been sent
data.origin.area_idArea ID of the origin
data.origin.area_nameArea name of the origin
data.origin.suburb_idSuburb ID of the origin
data.origin.suburb_nameSuburb name of the origin
data.origin.city_idCity ID of the origin
data.origin.city_nameCity name of the origin
data.origin.province_idProvince ID of the origin
data.origin.province_nameProvince name of the origin
data.origin.country_idCountry ID of the origin
data.origin.country_nameCountry name of the origin
data.origin.latLatitude of the origin
data.origin.lngLongitude of the origin
data.destinationAll important information about the destination that have been sent
data.destination.area_idArea ID of the destination
data.destination.area_nameArea name of the destination
data.destination.suburb_idSuburb ID of the destination
data.destination.suburb_nameSuburb name of the destination
data.destination.city_idCity ID of the destination
data.destination.city_nameCity name of the destination
data.destination.province_idProvince ID of the destination
data.destination.province_nameProvince name of the destination
data.destination.country_idCountry ID of the destination
data.destination.country_nameCountry name of the destination
data.destination.latLatitude of the destination
data.destination.lngLongitude of the destination
data.pricingsAll important information about the available 3PLs based on the request
data.pricings.[].logisticAll information about the available logistic
data.pricings.[].logistic.idLogistic ID
data.pricings.[].logistic.nameLogistic name
data.pricings.[].logistic.logo_urlLogistic URL logo
data.pricings.[].logistic.codeLogistic code
data.pricings.[].logistic.company_nameLogistic company name
data.pricings.[].rateAll important information about the available rate service of the logistic
data.pricings.[].rate.idRate service ID. Required to use when Create Order
data.pricings.[].rate.nameRate service name
data.pricings.[].rate.typeRate service type
data.pricings.[].rate.descriptionRate service description
data.pricings.[].rate.full_descriptionRate service full description
data.pricings.[].weightWeight of the package (kg)
data.pricings.[].volumeVolume of the package based on the length, width, and height
data.pricings.[].volume_weightVolumetric weight of the package
data.pricings.[].final_weightFinal weight that have been chosen between "weight" and "volume_weight". Will choose which one is heavier.
data.pricings.[].min_dayMinimum day of delivery estimation
data.pricings.[].max_dayMaximum day of delivery estimation
data.pricings.[].unit_priceShipment fee for 1 kg
data.pricings.[].total_priceTotal shipment fee
data.pricings.[].discountDiscount percentage
data.pricings.[].discount_valueDiscount value (IDR)
data.pricings.[].discounted_priceShipment fee after discount
data.pricings.[].insurance_feeInsurance fee for the package
data.pricings.[].must_use_insuranceInformation about whether required to use insurance or not.

If "must_use_insurance" true, then final_price will be total_price + insurance_fee
If "must_use_insurance" false, then final_price will be total_price only.

If "must_use_insurance" true, then use_insurance on Create Order must be true.
data.pricings.[].lialibility_valuePackage value
data.pricings.[].final_priceTotal shipment fee with discount and insurance fee
data.pricings.[].currencyCurrency that Shipper used
data.pricings.[].insurance_appliedInformation about whether the insurance fee already applied in the price