Retrieve Draft Order Rates
Endpoint
GET /v1/draft_orders/:id/rates
You can retrieve draft order rates.
API Response
{
"success": true,
"object": "courier_pricing",
"message": "Success to retrieve courier pricing",
"code": 20001003,
"origin": {
"location_id": null,
"latitude": null,
"longitude": null,
"postal_code": 12430,
"country_name": "Indonesia",
"country_code": "ID",
"administrative_division_level_1_name": "DKI Jakarta",
"administrative_division_level_1_type": "province",
"administrative_division_level_2_name": "Jakarta Selatan",
"administrative_division_level_2_type": "city",
"administrative_division_level_3_name": "Cilandak",
"administrative_division_level_3_type": "district",
"administrative_division_level_4_name": "Cilandak Barat",
"administrative_division_level_4_type": "subdistrict",
"address": null
},
"stops": [],
"destination": {
"location_id": null,
"latitude": null,
"longitude": null,
"postal_code": 10210,
"country_name": "Indonesia",
"country_code": "ID",
"administrative_division_level_1_name": "DKI Jakarta",
"administrative_division_level_1_type": "province",
"administrative_division_level_2_name": "Jakarta Pusat",
"administrative_division_level_2_type": "city",
"administrative_division_level_3_name": "Tanah Abang",
"administrative_division_level_3_type": "district",
"administrative_division_level_4_name": "Bendungan Hilir",
"administrative_division_level_4_type": "subdistrict",
"address": null
},
"pricing": [
{
"available_collection_method": [
"pickup"
],
"available_for_cash_on_delivery": false,
"available_for_proof_of_delivery": false,
"available_for_instant_waybill_id": true,
"available_for_insurance": true,
"company": "grab",
"courier_name": "GRAB",
"courier_code": "grab",
"courier_service_name": "Instant",
"courier_service_code": "instant",
"description": "Instant service for on demand needs.",
"duration": "1 - 3 Hours",
"shipment_duration_range": "1 - 3",
"shipment_duration_unit": "hours",
"service_type": "same_day",
"shipping_type": "parcel",
"price": 11000,
"type": "instant"
},
{
"available_collection_method": [
"pickup"
],
"available_for_cash_on_delivery": true,
"available_for_proof_of_delivery": false,
"available_for_instant_waybill_id": true,
"available_for_insurance": true,
"company": "anteraja",
"courier_name": "AnterAja",
"courier_code": "anteraja",
"courier_service_name": "Reguler",
"courier_service_code": "reg",
"description": "Regular shipment",
"duration": "2 days",
"shipment_duration_range": "2",
"shipment_duration_unit": "days",
"service_type": "standard",
"shipping_type": "parcel",
"price": 10000,
"type": "reg"
},
{
"available_collection_method": [
"pickup"
],
"available_for_cash_on_delivery": true,
"available_for_proof_of_delivery": false,
"available_for_instant_waybill_id": true,
"available_for_insurance": true,
"company": "sicepat",
"courier_name": "SiCepat",
"courier_code": "sicepat",
"courier_service_name": "Reguler",
"courier_service_code": "reg",
"description": "Layanan reguler",
"duration": "1 - 2 days",
"shipment_duration_range": "1 - 2",
"shipment_duration_unit": "days",
"service_type": "standard",
"shipping_type": "parcel",
"price": 11500,
"type": "reg"
},
{
"available_collection_method": [
"pickup"
],
"available_for_cash_on_delivery": true,
"available_for_proof_of_delivery": false,
"available_for_instant_waybill_id": true,
"available_for_insurance": true,
"company": "sap",
"courier_name": "SAP",
"courier_code": "sap",
"courier_service_name": "Regular Service",
"courier_service_code": "reg",
"description": "Regular Service",
"duration": "4 days",
"shipment_duration_range": "4",
"shipment_duration_unit": "days",
"service_type": "standard",
"shipping_type": "parcel",
"price": 8000,
"type": "reg"
},
{
"available_for_cash_on_delivery": false,
"available_for_proof_of_delivery": false,
"available_for_instant_waybill_id": true,
"available_for_insurance": true,
"company": "ninja",
"courier_name": "Ninja Express",
"courier_code": "ninja",
"courier_service_name": "Reguler",
"courier_service_code": "standard",
"description": "Layanan reguler",
"duration": "2 - 3 days",
"shipment_duration_range": "2 - 3",
"shipment_duration_unit": "days",
"service_type": "standard",
"shipping_type": "parcel",
"price": 7777,
"type": "standard"
}
]
}