object OrderAttachment
Fields
| Field | Type | Description |
|---|---|---|
id | String | Public API ID for this identifiable. |
legacy_id | BigInt | Numeric legacy ID for this identifiable; use only where legacy IDs are required. |
order_id | String | Public API order ID that identifies the related record. |
account_id | String | Public API account ID that identifies the related record. |
description | String | Human-readable description for this order attachment. |
url | String | URL for the URL resource. |
filename | String | Filename for this order attachment. |
file_type | String | File type for this order attachment. |
file_size | Int | File size in bytes. |
created_at | ISODateTime | 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"
}