Documentation Index
Fetch the complete documentation index at: https://terminal49.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Interface: Shipment
Simplified shipment model returned by mapped SDK responses.
Indexable
[key: string]: any
Properties
| Property | Type |
|---|
billOfLading? | string |
containers? | object[] |
customerName? | string |
id | string |
ports? | object |
ports.destination? | { ata?: string | null; eta?: string | null; locode?: string | null; name?: string | null; terminal?: { firmsCode?: string; id?: string; name?: string; nickname?: string; } | null; timezone?: string | null; } | null |
ports.portOfDischarge? | { ata?: string | null; code?: string | null; countryCode?: string | null; eta?: string | null; locode?: string | null; name?: string | null; originalEta?: string | null; terminal?: { firmsCode?: string; id?: string; name?: string; nickname?: string; } | null; timezone?: string | null; } | null |
ports.portOfLading? | { atd?: string | null; code?: string | null; countryCode?: string | null; etd?: string | null; locode?: string | null; name?: string | null; timezone?: string | null; } | null |
shippingLineScac? | string |
tracking? | object |
tracking.lineTrackingLastAttemptedAt? | string | null |
tracking.lineTrackingLastSucceededAt? | string | null |
tracking.lineTrackingStoppedAt? | string | null |
tracking.lineTrackingStoppedReason? | string | null |