object InboundShipmentImage
Fields
| Field | Type | Description |
|---|---|---|
url | String | URL for the URL resource. |
filename | String | Filename for this inbound shipment image. |
mimetype | String | Mimetype for this inbound shipment image. |
file_size_bytes | Int | File size bytes as a numeric value. |
description | String | Human-readable description for this inbound shipment image. |
created_at | ISODateTime | Created at as an ISO-8601 datetime, returned in UTC unless otherwise noted. |
updated_at | ISODateTime | Updated at as an ISO-8601 datetime, returned in UTC unless otherwise noted. |
Referenced By
Example
{
"url": "https://example.com/resource",
"filename": "Inbound Shipment 1001",
"mimetype": "application/pdf",
"file_size_bytes": 2048,
"description": "Customer requested expedited handling.",
"created_at": "2026-07-09T15:30:00Z",
"updated_at": "2026-07-09T15:30:00Z"
}