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,
    "status": 460,
    "status_update_time": 1746522002,
    "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,
    "is_ship_now": false,
    "confirmed_sla_time": 0,
    "sla_time": 0,
    "shipped_sla_time": 0,
    "completed_time": 0,
    "estimated_departure_time": 0,
    "returned_time": 0,
    "created_time": 1746520734,
    "updated_time": 1746520734,
    "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,
    "is_fulfill_now": false,
    "payment_status": 200,
    "payment_status_display": "Paid",
    "payment_status_css": "success",
    "payment_detail": {
      "total_payment": 20000,
      "total_unpaid": 0,
      "total_paid": 20000,
      "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,
    "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,
      "fulfilled_time": 1746521106,
      "shipped_time": 0,
      "canceled_time": 0,
      "cancel_reason": null,
      "partner_escrow_time": 0
    }
  },
  "error": false,
  "error_code": null,
  "log_id": null,
  "messages": "",
  "total": 1
}

Request

Header Params
Authorization
string 
required
Default:
{{your_api_key_here}}

Responses

🟢200OK
application/json
Body
status_code
integer 
required
data
object 
required
id
integer 
required
country
string 
required
currency
string 
required
platform
string 
required
group_platform
string 
required
sorting_code
null 
required
tracking_code
string 
required
partner_tracking_code
string 
required
partner_id
null 
required
note
string 
required
packaging_note
null 
required
partner_created_time
integer 
required
status
integer 
required
status_update_time
integer 
required
tax_paid_by
string 
required
fee_paid_by
string 
required
tax_info
object 
required
volume
string 
required
protective_packaging
boolean 
required
inspection
boolean 
required
use_insurance
boolean 
required
can_check_content
boolean 
required
shipping_provider
string 
required
fulfill_type
integer 
required
confirmed_sla_time
integer 
required
sla_time
integer 
required
shipped_sla_time
integer 
required
completed_time
integer 
required
estimated_departure_time
integer 
required
returned_time
integer 
required
created_time
integer 
required
updated_time
integer 
required
user
integer 
required
business
integer 
required
updated_by
integer 
required
created_by
integer 
required
pickup_address
object 
required
store
object 
required
box_dimension
integer 
required
courier_integration
integer 
required
courier
integer 
required
courier_service
object 
required
courier_ship
object 
required
status_display
string 
required
platform_logo
string 
required
status_css
string 
required
validate_order_type
array[string]
required
can_view_channel_order_detail
boolean 
required
can_approve
boolean 
required
email_updated
string 
required
email_created
string 
required
total_cod_amount
integer 
required
cod_amount
integer 
required
total_amount
integer 
required
is_fulfill_now
boolean 
required
payment_status
integer 
required
payment_status_display
string 
required
payment_status_css
string 
required
payment_detail
object 
required
actual_weight
integer 
required
total_weight_items
integer 
required
total_qty_items
integer 
required
total_discounted_price
integer 
required
additional_services
null 
required
can_edit
boolean 
required
can_cancel
boolean 
required
can_create_shipment
boolean 
required
can_update_packed_to_marketplace
boolean 
required
order_type_display
string 
required
receiver
object 
required
order_info
object 
required
error
boolean 
required
error_code
null 
required
log_id
null 
required
messages
string 
required
total
integer 
required
Previous
List order
Next
Cancel order
Built with