---
title: "Changes to Update an order"
method: PUT
path: "/accounting/{connection_id}/order/{id}"
---

# Changes to Update an order

`PUT /accounting/{connection_id}/order/{id}`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 2 of 25 revisions.

- **2026-08-12** `1c744a7590b4` — 5 warning, 8 info
- **2026-07-31** `963bcc74f9e3` — 3 info

## Changes

- **2026-08-12** `1c744a7590b4` — 5 warning, 8 info
  - added the new `CANCELED` enum value to the `status` response property for the response status `200`
  - added the new `COMPLETED` enum value to the `status` response property for the response status `200`
  - added the new `OPEN` enum value to the `status` response property for the response status `200`
  - added the new `SERVICE_CHARGE` enum value to the `lineitems/items/fees/items/type` response property for the response status `200`
  - added the new `TIP` enum value to the `lineitems/items/fees/items/type` response property for the response status `200`
  - added the new optional request property `metadata`
  - added the enum value `metadata` to the property `items/` of the `query` request parameter `fields`
  - added the new `CANCELED` enum value to the request property `status`
  - added the new `COMPLETED` enum value to the request property `status`
  - added the new `OPEN` enum value to the request property `status`
  - added the new `SERVICE_CHARGE` enum value to the request property `lineitems/items/fees/items/type`
  - added the new `TIP` enum value to the request property `lineitems/items/fees/items/type`
  - added the optional property `metadata` to the response with the `200` status
- **2026-07-31** `963bcc74f9e3` — 3 info
  - added the new optional request property `organization_id`
  - added the enum value `organization_id` to the property `items/` of the `query` request parameter `fields`
  - added the optional property `organization_id` to the response with the `200` status

---

[Operation](https://skmtc.dev/unified/apis/unified-to-api/docs/accounting/:connection_id/order/:id/put.md) · [API](https://skmtc.dev/unified/apis/unified-to-api.md) · [Page](https://skmtc.dev/unified/apis/unified-to-api/changes/accounting/:connection_id/order/:id/put)
