Get Courier Details
You can get courier details using this endpoint.
Path
get
/fulfillment/partner/fs/:fs_id/order/courrier/details
Request Parameters
Parameter | Type | Required | Location | Description |
---|---|---|---|---|
fs_id | Integer | Required | path | Fulfillment service id |
order_id | Integer | Required | query | Order id |
shop_id | Integer | Required | parameter | Shop id |
Example Request
curl -X GET \
'http://fs.tokopedia.net/fulfillment/partner/fs/12001/order/courrier/details?order_id=102415102&shop_id=543647' \
-H 'Authorization: Bearer OoHgyxcgQ5a1uCbmbbXjjA' \
Response Parameters
Success Response Examples
{
"header": {
"process_time": 0.06721941,
"messages": "Your request has been processed successfully"
},
"data": {
"order_id": 840288920,
"awb": "",
"booking_code": "002716687877",
"code": "002716687877",
"code_field_name": "Nomor Resi",
"driver": {
"name": "",
"phone": "",
"photo_url": "",
"tracking_url": "",
"status": 0,
"status_text": ""
},
"encryption": {
"secret": "",
"content": "",
}
}
}
Error Response Examples
{
"header": {
"process_time": 0.082290478,
"messages": "Our server encounters an error, please try again later",
"reason": "There Are Error From Ext Service",
"error_code": "ORD_API_006"
},
"data": null
}