API Docs
Home
Home
Developer GuideAPI
StatusWebhooks
Developer GuideAPI
StatusWebhooks
  1. Order
  • Config
    • List Pickup Address
      GET
    • List Box Dimension
      GET
    • List vendor
      GET
    • List store
      GET
  • Online Product
    • Options
      • List category
      • List brand
    • Create Single Product
      POST
    • Create Product From Product Inventory
      POST
    • List product
      GET
    • Product detail
      GET
  • Product Inventory
    • Options
      • List Outbound Strategy
      • List Product Type
      • List Material
      • List Storage Method
    • List product inventory
      GET
    • Product inventory detail
      GET
    • Create single inventory product
      POST
  • 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
      POST
    • Create order B2B
      POST
    • List order
      GET
    • Order detail
      GET
    • Cancel order
      PATCH
  • 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
  • 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. Order

Order detail

GET
/api/v1/public/orders/detail/{{order_tracking_code}}
Request Request Example
Shell
JavaScript
Java
Swift
curl --location -g --request GET '/api/v1/public/orders/detail/{{order_tracking_code}}' \
--header 'Authorization;'
Response Response Example
{"status_code":200,"data":{"id":16760,"country":"VN","currency":"VND","platform":"retail","group_platform":"retail","source":"app","sorting_code":null,"tracking_code":"NHOV1901325215","partner_tracking_code":"NHOV1901325215","partner_id":null,"partner_courier_tracking_code":null,"order_type":"b2c","note":"","packaging_note":"","partner_priority_fulfillment":false,"partner_created_time":1746520734.0,"status":460,"status_update_time":1746522002.0,"tax_paid_by":"sender","fee_paid_by":"sender","tax_info":{},"volume":"10x10x10","protective_packaging":false,"inspection":false,"use_insurance":false,"can_check_content":true,"shipping_provider":"normal","fulfill_type":2,"time_fulfillment":1746521034.0,"is_ship_now":false,"confirmed_sla_time":0.0,"sla_time":0.0,"shipped_sla_time":0.0,"completed_time":0.0,"estimated_departure_time":0.0,"returned_time":0.0,"created_time":1746520734.0,"updated_time":1746520734.0,"user":190,"business":276,"updated_by":190,"created_by":190,"pickup_address":{"id":167,"pickup_name":"BTH","contact_name":"SHOP TEST IT","phone":"0961557476","address":"Đường An Phú Đông 13, An Phú Đông, Quận 12, Thành phố Hồ Chí Minh","pickup_code":"PK100167","fulfillment_provider_name":"N&H Logistics","warehouse_provider_name":"FC HCM","is_fulfill_self":false,"is_fulfill_3pf":true},"store":{"id":336,"name":"Hary Trần","logo":null,"platform":"retail","platform_logo":"https://nh-wms.sgp1.cdn.digitaloceanspaces.com/oms/store.png"},"box_dimension":120,"courier_integration":212,"courier":16,"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","validate_order_type":["courier_ship","pickup_address","receiver"],"can_view_channel_order_detail":false,"can_approve":false,"email_updated":"appreview01@nandh.vn","email_created":"appreview01@nandh.vn","total_cod_amount":0,"cod_amount":0,"total_amount":20000.0,"is_fulfill_now":false,"payment_status":200,"payment_status_display":"Paid","payment_status_css":"success","payment_detail":{"total_payment":20000.0,"total_unpaid":0,"total_paid":20000.0,"total_debt":0,"total_refund":0},"actual_weight":20,"total_weight_items":2,"total_cbm":0.002,"total_qty_items":2,"total_discounted_price":20000.0,"additional_services":"","can_edit":false,"can_cancel":false,"can_create_shipment":false,"can_update_packed_to_marketplace":false,"order_type_display":"B2C","receiver":{"id":13732,"country":"VN","fullname":"Bùi Thị Hoài Thương","email":"buithihoaithuong301@gmail.com","phone":"+84961557476","address":"Số 9 Trà khúc","address2":null,"zipcode":null,"lat":null,"lng":null,"order":16760,"province":{"id":79,"country":"VN","code":"HCM","province_name":"TP. Hồ Chí Minh"},"district":{"id":766,"country":"VN","province_id":79,"district_name":"Quận Tân Bình"},"ward":{"id":26965,"province_id":79,"district_id":766,"country":"VN","ward_name":"Phường 02"},"customer":null},"order_info":{"confirmed_time":1746520734.0,"fulfilled_time":1746521106.0,"shipped_time":0.0,"canceled_time":0.0,"cancel_reason":null,"partner_escrow_time":0.0}},"error":false,"error_code":null,"log_id":null,"messages":"","total":1}

Request

Header Params

Responses

🟢200OK
application/json
Body

Previous
List order
Next
Cancel order
Built with