object InboundShipmentImage

Fields

FieldTypeDescription
urlString

URL for the URL resource.

filenameString

Filename for this inbound shipment image.

mimetypeString

Mimetype for this inbound shipment image.

file_size_bytesInt

File size bytes as a numeric value.

descriptionString

Human-readable description for this inbound shipment image.

created_atISODateTime

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

updated_atISODateTime

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"
}