Danh sách
Lấy danh sách đơn hàng
HTTP Request
GET /api/v3/orders
Query Parameters
Parameter | Default | Description |
---|---|---|
order_type | Loại đơn hàng (1 - Đơn hàng mua, 2 - Đơn hàng bán) | |
order_date_from | Ngày đặt hàng từ (Y-m-d) | |
order_date_to | Ngày đặt hàng đến (Y-m-d) | |
created_at_from | Ngày tạo đơn hàng từ (Y-m-d) | |
created_at_to | Ngày tạo đơn hàng đến (Y-m-d) | |
account_id | Id khách hàng | |
offset | Vị trí bắt đầu lấy dữ liệu | |
limit | Số bản ghi trên trang |
Body
{
"records": [
{
"order_id": "14219",
"order_code": "DH14219",
"order_type": "2",
"amount": "1,000,000.0",
"f_amount": "0.0",
"discount": "0.0",
"discount_amount": "0.0",
"vat_amount": "0.0",
"account_info": {
"account_id": "22",
"account_code": "KH4989988",
"email": null,
"phone": "09370399001",
"address": "11 Thái Hà Đống Đa Hà Nội"
},
"order_date": "2022-02-22",
"created_at": "2022-02-22 11:39:03",
"updated_at": "2022-02-22 11:43:41",
"status": "1",
"assigned_user": "3",
"assigned_name": "Nguyễn Trung Hiếu",
"payment_status": "unpaid",
"lading_code": "",
"lading_info": {
"status": {
"code": "ASSIGNING",
"name": "Finding a supplier"
},
"tracking_url": "http://app.ahamove.com/record/24DWX2OF"
}
}
],
"pagination": {
"limit": "10",
"offset": "0",
"total_record": "1"
}
}