- Overview
- Getting Started
- Common Errors
- API
- Config
- Product
- Product Inventory
- Order
- Shipment
- Shipment Inbound
- Courier
- Address Directory
- Status
- Webhooks
Order detail
Developing
GET
/api/v1/public/orders/detail/{{tracking_code}}
Last modified:2024-08-01 04:52:45
Request
Header Params
Authorization
string
optional
Default:
6pGkII/faXeTxkNR1wOXRKZniSG25HgtPoDr3dLcuAcegBUKinCDkkdpxeSULdtPE0I7P8nM7dWTPRUyhzgtvQ==
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location -g --request GET 'https://stg-oms.nandh.vn/api/v1/public/orders/detail/{{tracking_code}}' \
--header 'Authorization: 6pGkII/faXeTxkNR1wOXRKZniSG25HgtPoDr3dLcuAcegBUKinCDkkdpxeSULdtPE0I7P8nM7dWTPRUyhzgtvQ=='
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
Example
{
"status_code": 0,
"data": {
"id": 0,
"country": "string",
"currency": "string",
"platform": "string",
"group_platform": "string",
"sorting_code": null,
"tracking_code": "string",
"partner_tracking_code": "string",
"partner_id": null,
"note": "string",
"packaging_note": null,
"partner_created_time": 0,
"status": 0,
"status_update_time": 0,
"tax_paid_by": "string",
"fee_paid_by": "string",
"tax_info": {},
"volume": "string",
"protective_packaging": true,
"inspection": true,
"use_insurance": true,
"can_check_content": true,
"shipping_provider": "string",
"fulfill_type": 0,
"confirmed_sla_time": 0,
"sla_time": 0,
"shipped_sla_time": 0,
"completed_time": 0,
"estimated_departure_time": 0,
"returned_time": 0,
"created_time": 0,
"updated_time": 0,
"user": 0,
"business": 0,
"updated_by": 0,
"created_by": 0,
"pickup_address": {
"id": 0,
"pickup_name": "string",
"contact_name": "string",
"phone": "string",
"address": "string",
"pickup_code": "string",
"fulfillment_provider_name": "string",
"warehouse_provider_name": null,
"is_fulfill_self": true,
"is_fulfill_3pf": true
},
"store": {
"id": 0,
"name": null,
"logo": null
},
"box_dimension": 0,
"courier_integration": 0,
"courier": 0,
"courier_service": {
"name": "string",
"estimate_time": "string",
"is_fulfill_now": true
},
"courier_ship": {
"id": 0,
"prefix": "string",
"name": "string",
"description": "string",
"logo": "string",
"tracking_url": null,
"rating": 0,
"is_fulfill_now": true,
"is_seller_own_fleet": true,
"use_lib": null
},
"status_display": "string",
"platform_logo": "string",
"status_css": "string",
"validate_order_type": [
"string"
],
"can_view_channel_order_detail": true,
"can_approve": true,
"email_updated": "string",
"email_created": "string",
"total_cod_amount": 0,
"cod_amount": 0,
"total_amount": 0,
"is_fulfill_now": true,
"payment_status": 0,
"payment_status_display": "string",
"payment_status_css": "string",
"payment_detail": {
"total_payment": 0,
"total_unpaid": 0,
"total_paid": 0,
"total_debt": 0,
"total_refund": 0
},
"actual_weight": 0,
"total_weight_items": 0,
"total_qty_items": 0,
"total_discounted_price": 0,
"additional_services": null,
"can_edit": true,
"can_cancel": true,
"can_create_shipment": true,
"can_update_packed_to_marketplace": true,
"order_type_display": "string",
"receiver": {
"id": 0,
"country": "string",
"fullname": "string",
"email": "string",
"phone": "string",
"address": "string",
"address2": null,
"zipcode": null,
"lat": null,
"lng": null,
"order": 0,
"province": {
"id": 0,
"country": "string",
"code": "string",
"province_name": "string"
},
"district": {
"id": 0,
"country": "string",
"province_id": 0,
"district_name": "string"
},
"ward": {
"id": 0,
"province_id": 0,
"district_id": 0,
"country": "string",
"ward_name": "string"
},
"customer": null
},
"order_info": {
"confirmed_time": 0,
"fulfilled_time": 0,
"shipped_time": 0,
"canceled_time": 0,
"cancel_reason": null,
"partner_escrow_time": 0
}
},
"error": true,
"error_code": null,
"log_id": null,
"messages": "string",
"total": 0
}
Modified at 2024-08-01 04:52:45