---
title: "Get Change Messages"
method: GET
path: "/commerce/callofforders/{callOffOrderId}/changemessages"
tags: ["CallOffOrder"]
---

# Get Change Messages

`GET /commerce/callofforders/{callOffOrderId}/changemessages`

Get Change Messages

## Path parameters

- `callOffOrderId` string, required

## Query parameters

- `startIndex` integer
- `pageSize` integer
- `responseFields` string

## Response `200`

OK

- CallOffOrderChangeMessageCollection — Paged result for Call-Off Order change-message queries.
  - `items` CallOffOrderChangeMessage[], nullable — Page of change messages matching the query.
    - `body` string, nullable — Human-readable description of what changed.
    - `callOffOrderId` string, nullable — Identifier of the parent call-off order this message belongs to.
    - `createBy` string, nullable — User who triggered the change.
    - `createDate` string, date-time — Timestamp when the change was recorded.
    - `id` string, nullable — System-generated change message identifier.
    - `identifier` string, nullable — Optional identifier of the specific sub-entity that changed (e.g. line id).
    - `newValue` string, nullable — New value when the change represents a single-field mutation.
    - `oldValue` string, nullable — Prior value when the change represents a single-field mutation.
    - `siteId` integer — Site identifier.
    - `subject` string, nullable — Subject of the change (e.g. "status", "line.status").
    - `tenantId` integer — Tenant identifier.
  - `pageSize` integer — Maximum number of records per page.
  - `startIndex` integer — Zero-based index of the first record in this page.
  - `totalCount` integer — Total number of matching messages across all pages.

---

[API](https://skmtc.net/kibocommerce/apis/customer.md) · [All operations](https://skmtc.net/kibocommerce/apis/customer/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/kibocommerce/customer/versions/47c0cf7b75ab/schema)
