# ChangeLog

## 1.0.6 - 2024-07-24

Bổ sung api [Feedback](/customer/feedback.md)

Thêm tham số tiền COP (COPAmt) và Địa chỉ gửi (SenderAddress) vào api [Tạo đơn hàng](/customer/tao-don-hang.md) và [Cập nhật đơn hàng](/customer/cap-nhat-don-hang.md)

## 1.0.5 - 2024-02-27

Thêm tham số danh sách chi tiết kiện hàng (Packages) cho api [Tạo đơn hàng ](/customer/tao-don-hang.md)và [Cập nhật đơn hàng](/customer/cap-nhat-don-hang.md)

## 1.0.4 - 2023-07-12

Bổ sung API [Lịch sử cập nhật trạng thái](/webhooks/lich-su-cap-nhat-trang-thai.md).

## 1.0.3 - 2020-10-16

247Express triển khai hỗ trợ API trên nền tảng nodejs tương thích với các framework phổ biến hiện nay như ReactJS, Angular, VueJS...

## 1.0.2 - 2020-03-26

### Changed

Thêm tham số về thông tin chuyển hoàn hàng cho API tạo đơn hàng:\
Chi tiết thay đổi vui lòng tham khảo [tại đây](/customer/tao-don-hang.md). \
Mẫu ví dụ thay đổi:

```
"ReturnInfo":
	  {
		  "FRPhone":"0909123456",
		  "FRProvinceName": "Hồ Chí Minh",
		  "FRDistrictName": "Quận Tân Bình",
		  "FRWardName": "Phường 12",	
		  "FRDetailAddress" : "18A Cộng Hòa", 
		  "FRFullAddress": "18A Cộng Hòa, Phường 12, Quận Tân Bình, Hồ Chí Minh"
	  }
```

## 1.0.1 - 2020-01-09

### Fixed

* Sửa lỗi tên thuộc tính Quantity trong đối tượng đơn hàng.

### Changed

* Thay đổi giao diện.

## 1.0.0 - 2019-11-20

### Added

* Xuất phiên bản 1.0.0


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://apidoc.247express.vn/changelog.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
