Get Shipment Detail
GET
/api/v2/public/shipment/{{omisell_shipment_number}}
Request Request Example
Shell
JavaScript
Java
Swift
curl --location -g --request GET 'https://api.omisell.com/api/v2/public/shipment/{{omisell_shipment_number}}' \
--header 'Authorization: Omi {{Token}}' \
--header 'Authorization;' \
--header 'Seller-ID;' \
--header 'Country;'
Response Response Example
{
"data": {
"cod_amount": 0,
"currency": "string",
"created_time": 0,
"delivered_time": 0,
"fulfilled_time": 0,
"shipped_time": 0,
"updated_time": 0,
"fulfillment_by": "string",
"omisell_order_number": "string",
"omisell_shipment_number": "string",
"order_number": "string",
"courier_tracking_number": "string",
"wms_order_number": "string",
"courier": {
"name": "string",
"service_code": "string",
"service_name": "string"
},
"pickup": {
"id": 0,
"pickup_code": "string",
"pickup_name": "string",
"address": "string"
},
"receiver": {
"fullname": "string",
"phone": "string",
"email": "string",
"address": "string",
"commune_name": "string",
"commune_id": 0,
"district_name": "string",
"district_id": 0,
"province_name": "string",
"province_id": 0,
"country": "string"
},
"fail_reason": "string",
"shipment_note": "string",
"status_id": 0,
"status_name": "string",
"total_amount": 0,
"volume": "string",
"weight": 0
},
"error": true,
"error_code": 0,
"attr_error": null,
"messages": "string",
"request_id": "string"
}
Request
Header Params
Authorization
string
required
Example:
Omi {{Token}}
Content-Type
string
required
Example:
application/json
Seller-ID
number
optional
Country
string
optional
Examples:
THVNPHIDMY
Responses
Modified at 2024-04-03 07:33:31