List shipment of order
Developing
GET
/api/v1/public/shipments/list-shipment-of-order
Request Request Example
Shell
JavaScript
Java
Swift
curl --location -g --request GET '/api/v1/public/shipments/list-shipment-of-order?order_id={{order_id}}' \
--header 'Authorization;'
Response Response Example
{
"status_code": 200,
"data": [
{
"id": 9230,
"country": "VN",
"currency": "VND",
"platform": "retail",
"group_platform": "retail",
"sorting_code": null,
"tracking_code": "NHSVC1901327753",
"partner_tracking_code": "NHOV1901325215",
"status": 220,
"order_shipping_provider": "normal",
"shipping_provider": "self",
"fulfillment_provider": "nandh",
"courier_tracking_code": "NHOV1901325215",
"fulfill_type": 2,
"warehouse_provider": "NH_WH_HCM",
"is_ship_now": false,
"priority_fulfillment_3pf": false,
"cod_amount": "0.00",
"created_time": 1746520735,
"updated_time": 1746520735,
"user": 190,
"business": 276,
"updated_by": 190,
"created_by": 190,
"pickup_address": 167,
"store": 336,
"order": 16760,
"courier_integration": 212,
"courier": {
"id": 16,
"prefix": "sof",
"name": "Tự Vận Chuyển",
"description": "Hình thức người bán tự vận chuyển cho đơn hàng của mình. Tự quản lý quá trình vận chuyển và giao hàng đối với những đơn hàng mà người bán đã nhận.",
"logo": "https://nh-wms.sgp1.cdn.digitaloceanspaces.com/oms/delivery.png",
"tracking_url": null,
"rating": 4,
"is_fulfill_now": false,
"is_seller_own_fleet": true,
"use_lib": null,
"is_platform_own_fleet": false
},
"courier_service": {
"name": "Tiêu Chuẩn",
"estimate_time": "3-5",
"is_fulfill_now": false
},
"courier_ship": {
"id": 16,
"prefix": "sof",
"name": "Tự Vận Chuyển",
"description": "Hình thức người bán tự vận chuyển cho đơn hàng của mình. Tự quản lý quá trình vận chuyển và giao hàng đối với những đơn hàng mà người bán đã nhận.",
"logo": "https://nh-wms.sgp1.cdn.digitaloceanspaces.com/oms/delivery.png",
"tracking_url": null,
"rating": 4,
"is_fulfill_now": false,
"is_seller_own_fleet": true,
"use_lib": null,
"is_platform_own_fleet": false
},
"status_display": "Ready to ship",
"platform_logo": "https://nh-wms.sgp1.cdn.digitaloceanspaces.com/oms/store.png",
"status_css": "info",
"label_link": "https://stg-oms.nandh.vn/api/v1/shipments/awb-label/6819caa15efe8d6a39df4f6b",
"can_cancel": true,
"can_update_document": false,
"is_b2b": false,
"can_confirm": false,
"additional_services_info": [],
"supported_actions": [],
"is_marketplace": false,
"is_marketplace_seller_own_fleet": false,
"is_retail": true,
"is_platform_shopping": false,
"shipping_documents": [],
"can_confirm_complaint_completed": false
}
],
"error": false,
"error_code": null,
"log_id": null,
"messages": "",
"total": 1
}
Request
Query Params
order_id
string
required
Example:
{{order_id}}
Header Params
Authorization
string
required
Default:
{{your_api_key_here}}