Nhảy tới nội dung

Danh sách

Lấy danh sách đơn hàng

HTTP Request

GET /api/v3/orders

Query Parameters

ParameterDefaultDescription
order_typeLoại đơn hàng (1 - Đơn hàng mua, 2 - Đơn hàng bán)
order_date_fromNgày đặt hàng từ (Y-m-d)
order_date_toNgày đặt hàng đến (Y-m-d)
created_at_fromNgày tạo đơn hàng từ (Y-m-d)
created_at_toNgày tạo đơn hàng đến (Y-m-d)
account_idId khách hàng
offsetVị trí bắt đầu lấy dữ liệu
limitSố 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"
}
}