# Change Log

## 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


---

# 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/english-1.0.6/change-log.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.
