> For the complete documentation index, see [llms.txt](https://apidoc.247express.vn/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://apidoc.247express.vn/english-1.0.6/change-log.md).

# Change Log

## 1.0.7 - 2026-07-17

Add api [Check shipping address](/english-1.0.6/customer/check-shipping-address.md)

## 1.0.6 - 2024-07-24

Add API Feedback

Add COPAmt parameter to the [create order api](/english-1.0.6/customer/create-an-order.md) and [update order api](/english-1.0.6/customer/update-order.md).

## 1.0.5 - 2024-02-27

Add Packages parameter to the [create order api](/english-1.0.6/customer/create-an-order.md) and [update order api](/english-1.0.6/customer/update-order.md).

## 1.0.4 - 2023-07-12

### Changed

Add API get [Status update log](/english-1.0.6/webhooks/status-update-log.md).

## 1.0.3 - 2020-10-16

247Express implements API support on nodejs platform compatible with today's popular frameworks such as ReactJS, Angular, VueJS...

## 1.0.2 - 2020-03-26

### Changed

Add return shipping parameters to the order creation API:\
Details of the changes please refer [here](/english-1.0.6/customer/create-an-order.md).

#### Example

```
"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

* Quantity property name in order object.

### Changed

* Change the UI.

## 1.0.0 - 2019-11-20

### Added

* Released version 1.0.0
