API Docs
Home
Home
Developer GuideAPI
StatusWebhooks
Developer GuideAPI
StatusWebhooks
  1. Shipment
  • Config
    • List Pickup Address
      GET
    • List Box Dimension
      GET
    • List vendor
      GET
    • List store
      GET
    • List category
      GET
    • List brand
      GET
    • List Outbound Strategy
      GET
    • List Product Type
      GET
    • List Material
      GET
    • List Storage Method
      GET
    • List Unit
      GET
    • Upload File
      POST
  • Online Product
    • Create Single Product
      POST
    • Create Product From Product Inventory
      POST
    • List product
      GET
    • Product detail
      GET
  • Product Inventory
    • Create single inventory product
      POST
    • List product inventory
      GET
    • Product inventory detail
      GET
    • Get Product Inventory in Warehouse
      GET
  • Order
    • Shipping Service
      • Preview shipping prices
        • List shipping service
        • List available courier
      • List available courier from order
      • List shipping service of courier
    • Create order B2C
    • Create order B2B
    • List order
    • Order detail
    • Cancel order
  • Shipment
    • Create shipment auto
      POST
    • [Retail][Ship by self] Create shipment with item
      POST
    • Cancel shipment
      PATCH
    • List shipment
      GET
    • Shipment detail
      GET
    • List shipment of order
      GET
  • Shipment Inbound
    • Create shipment inbound
    • Cancel shipment inbound
    • List shipment inbound
    • Shipment inbound detail
    • Shipment inbound items
    • List addtional services
  • Order Return
    • List return order
    • Return order detail
    • Create return order
    • Cancel Return Order
  • Courier
    • List courier service integrated
    • List courier operate
    • List courier integrated
  • Address Directory
    • Province
    • District
    • Ward
  1. Shipment

List shipment of order

GET
/api/v1/public/shipments/list-shipment-of-order
This API retrieves the list of shipments associated with a specific order by its order_id.

Request

Query Params

Header Params

Responses

🟢200OK
application/json
Body

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.0,"updated_time":1746520735.0,"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}
Previous
Shipment detail
Next
Create shipment inbound
Built with