Nhảy tới nội dung

Sửa đơn hàng

Sửa một đơn hàng đã tồn tại trên hệ thống

HTTP Request

PUT /api/v3/orders

Body

{
"order_code": "ORDER001",
"order_info": {
"account_code": "KH0001",
"account_name": "Anh Quyet",
"account_address": "Linh Đàm - Hoàng Mai - Hà Nội",
"account_email": "[email protected]",
"account_phone": "0988686868",
"order_date": "12/12/2016",
"discount": 5,
"discount_amount": 3200,
"vat": 10,
"vat_amount": 6080,
"transport": 0,
"transport_amount": 0,
"installation": 0,
"installation_amount": 0,
"amount": 66880
},
"products": [
{ "product_id": 2179, "product_code": "ABCXYZ123", "product_name": "iPhone 7 Plus", "quantity": 1, "price": 10000, "product_sale_off": 10, "cash_discount": "1000" },
{ "product_id": 2180, "product_code": "ABCXYZ456", "product_name": "iMac X20", "quantity": 2, "price": 30000, "product_sale_off": 0, "cash_discount": "5000" }
],
"terms": [ "Thời gian giao hàng: ", "Địa điểm giao hàng: ", "Điều khoản khác"
]
}