object OrderAttachment

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.

account_idString

Public API account ID that identifies the related record.

descriptionString

Human-readable description for this order attachment.

urlString

URL for the URL resource.

filenameString

Filename for this order attachment.

file_typeString

File type for this order attachment.

file_sizeInt

File size in bytes.

created_atISODateTime

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

Referenced By

Example

{
  "id": "UmVjb3JkOjEyMzQ=",
  "legacy_id": 1234,
  "order_id": "T3JkZXI6MTIzNA==",
  "account_id": "QWNjb3VudDoxMjM0",
  "description": "Customer requested expedited handling.",
  "url": "https://example.com/resource",
  "filename": "SO-100045",
  "file_type": "application/pdf",
  "file_size": 2048,
  "created_at": "2026-07-09T15:30:00Z"
}