object OrderHistory

Fields

FieldTypeDescription
idString

Public API ID for this identifiable.

legacy_idBigInt

Numeric legacy ID for this identifiable; use only where legacy IDs are required.

order_idString

Public API order ID that identifies the related record.

user_idString

Public API user ID that identifies the related record.

account_idString

Public API account ID that identifies the related record.

usernameString

Username for this order history.

order_numberString

Order number for this order history.

informationString

Human-readable information for this order history.

created_atISODateTime

Created at as an ISO-8601 datetime, returned in UTC unless otherwise noted.

orderOrder

Order associated with this order history.

Referenced By

Example

{
  "id": "UmVjb3JkOjEyMzQ=",
  "legacy_id": 1234,
  "order_id": "T3JkZXI6MTIzNA==",
  "user_id": "VXNlcjoxMjM0",
  "account_id": "QWNjb3VudDoxMjM0",
  "username": "SO-100045",
  "order_number": "SO-100045",
  "information": "Order moved to shipped status.",
  "created_at": "2026-07-09T15:30:00Z",
  "order": {id: "T3JkZXI6MTIzNA==", order_number: "SO-100045"}
}