CitySwift Request
Tracking-parcel
API Documentation
CitySwift prices
CitySwift Request
FlexFlow Request
Tracking-parcel
Track Parcel
This endpoint allows you to track a parcel by providing the tracking number.
POST
/
parcel
/
intral
/
track-parcel
curl --request POST \
--url https://api.mervii.com/beta/parcel/intral/track-parcel \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"tracking_number": "202410082201832"
}'
{
"data": {
"created_at": "2024-10-08T20:31:51.000Z",
"destinations": [
{
"city": "Ojodu Berger",
"contacts": {
"email": "abdul@gmail.com",
"name": "Olakunle Olayemi",
"phone_number": "09020500177",
"phone_number_2": "09020500177"
},
"country": "Nigeria",
"country_code": "NG",
"formattedAddress": "Olowora, Ojodu Berger 105102, Lagos, Nigeria",
"lat": 6.6395189,
"lng": 3.3710171,
"local": "Kosofe",
"neighborhood": "Olowora",
"postal_code": "105102",
"price": {
"amount": 1427,
"amount_payable": 1427,
"discount_amount": 0,
"discount_description": "0% discount",
"discount_type": "percentage",
"distance": "7.1 km",
"duration": "17 mins"
},
"region": {
"latitude": 6.6395189,
"longitude": 3.3710171
},
"state": "Lagos",
"state_code": "LA",
"ward": "Isheri-Olowo-Ira/Shangisha/Magodo Phase I & II"
}
],
"discount_description": "See the destination parcel details",
"discount_type": "percentage",
"pickup_origin": {
"city": "Ikeja",
"contacts": {
"email": "abdul@gmail.com",
"name": "Olakunle Olayemi",
"phone_number": "09020500177",
"phone_number_2": "09020500177"
},
"country_code": "NG",
"region": {
"latitude": 6.594019599999999,
"longitude": 3.336365099999999
},
"state_code": "LA"
},
"ref": null,
"status": "Pending",
"total_amount": "1427.00",
"total_amount_payable": "1427.00",
"total_discount_amount": "0.00",
"tracking_number": "202410082201832",
"updated_at": "2024-10-08T20:31:51.000Z"
},
"message": "",
"status": true
}
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
Example:
"202410082201832"
Response
200 - application/json
success
Example:
"2024-10-08T20:31:51.000Z"
Example:
"Ojodu Berger"
Example:
"Nigeria"
Example:
"NG"
Example:
"Olowora, Ojodu Berger 105102, Lagos, Nigeria"
Example:
6.6395189
Example:
3.3710171
Example:
"Kosofe"
Example:
"Olowora"
Example:
"105102"
Example:
1427
Example:
1427
Example:
0
Example:
"0% discount"
Example:
"percentage"
Example:
"7.1 km"
Example:
"17 mins"
Example:
"Lagos"
Example:
"LA"
Example:
"Isheri-Olowo-Ira/Shangisha/Magodo Phase I & II"
Example:
[
{
"city": "Ojodu Berger",
"contacts": {
"email": "abdul@gmail.com",
"name": "Olakunle Olayemi",
"phone_number": "09020500177",
"phone_number_2": "09020500177"
},
"country": "Nigeria",
"country_code": "NG",
"formattedAddress": "Olowora, Ojodu Berger 105102, Lagos, Nigeria",
"lat": 6.6395189,
"lng": 3.3710171,
"local": "Kosofe",
"neighborhood": "Olowora",
"postal_code": "105102",
"price": {
"amount": 1427,
"amount_payable": 1427,
"discount_amount": 0,
"discount_description": "0% discount",
"discount_type": "percentage",
"distance": "7.1 km",
"duration": "17 mins"
},
"region": {
"latitude": 6.6395189,
"longitude": 3.3710171
},
"state": "Lagos",
"state_code": "LA",
"ward": "Isheri-Olowo-Ira/Shangisha/Magodo Phase I & II"
}
]
Example:
"See the destination parcel details"
Example:
"percentage"
Example:
"Ikeja"
Example:
"NG"
Example:
"LA"
Example:
"Pending"
Example:
"1427.00"
Example:
"1427.00"
Example:
"0.00"
Example:
"202410082201832"
Example:
"2024-10-08T20:31:51.000Z"
Example:
""
Example:
true
Was this page helpful?
curl --request POST \
--url https://api.mervii.com/beta/parcel/intral/track-parcel \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"tracking_number": "202410082201832"
}'
{
"data": {
"created_at": "2024-10-08T20:31:51.000Z",
"destinations": [
{
"city": "Ojodu Berger",
"contacts": {
"email": "abdul@gmail.com",
"name": "Olakunle Olayemi",
"phone_number": "09020500177",
"phone_number_2": "09020500177"
},
"country": "Nigeria",
"country_code": "NG",
"formattedAddress": "Olowora, Ojodu Berger 105102, Lagos, Nigeria",
"lat": 6.6395189,
"lng": 3.3710171,
"local": "Kosofe",
"neighborhood": "Olowora",
"postal_code": "105102",
"price": {
"amount": 1427,
"amount_payable": 1427,
"discount_amount": 0,
"discount_description": "0% discount",
"discount_type": "percentage",
"distance": "7.1 km",
"duration": "17 mins"
},
"region": {
"latitude": 6.6395189,
"longitude": 3.3710171
},
"state": "Lagos",
"state_code": "LA",
"ward": "Isheri-Olowo-Ira/Shangisha/Magodo Phase I & II"
}
],
"discount_description": "See the destination parcel details",
"discount_type": "percentage",
"pickup_origin": {
"city": "Ikeja",
"contacts": {
"email": "abdul@gmail.com",
"name": "Olakunle Olayemi",
"phone_number": "09020500177",
"phone_number_2": "09020500177"
},
"country_code": "NG",
"region": {
"latitude": 6.594019599999999,
"longitude": 3.336365099999999
},
"state_code": "LA"
},
"ref": null,
"status": "Pending",
"total_amount": "1427.00",
"total_amount_payable": "1427.00",
"total_discount_amount": "0.00",
"tracking_number": "202410082201832",
"updated_at": "2024-10-08T20:31:51.000Z"
},
"message": "",
"status": true
}