# ChangeLog **Version[1.0.6] - Sep 2, 2025** 1. Added `Delivered` and `Send Delivery Updates` APIs related to "Merchant Responsible Delivery". **Version[1.0.5] - Jul 25, 2025** 1. Added Integrating with the Keeta API. 2. Added Postman Collection. **Version[1.0.4] - Jul 18, 2025** **ORDERS changes** 1. Added the post `/v1/batchDecrypt` endpoint.

**Version[1.0.3] - Jul 8, 2025** **ORDERS changes** 1. Added the post `/v1/orders/{orderId}/dispatch` endpoint. request validation only.

**Version[1.0.2] - Jul 7, 2025** **MERCHANT changes** 1. Removed the post `/v1/merchantStatus/{merchantId}/available` and `post /v1/merchantStatus/{merchantId}/unavailable` endpoints, and unified the merchant status update through the `POST /merchantUpdate` endpoint (consistent with the native Open Delivery protocol).

**Version[1.0.1] - Jun 30, 2025** **Response Body Structure Definition Change** 1. Version 1.0.0 introduced response body structural changes, while v1.0.1 was adjusted to **maintain alignment with the Open Delivery**. **ORDERS changes** 1. Updated order events diagram and order flow diagram in **Order Overview** section. 2. Added **Order Refund** instruction under **Order Overview** which follows Keeta's refund rules. 3. Added sample metadata for payload within `USER_REFUND_REQUEST` event that could be notified by polling or webhook mechanism. **MERCHANT changes** 1. The data structure and fields of `GET /merchant` and `POST /merchantUpdate` endpoints are adjusted to be consistent with the native Open Delivery protocol.