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.
Filtering shipments
Pass filter parameters to narrow results:| Filter | Type | Description |
|---|---|---|
status | string | Shipment status (for example in_transit or delivered) |
port | string | UN/LOCODE for port of discharge |
carrier | string | SCAC code (for example MAEU, HLCU) |
updatedAfter | ISO 8601 | Only shipments updated after this timestamp |
includeContainers | boolean | Set to false to omit containers from the included relationships |
Filtering containers
| Filter | Type | Description |
|---|---|---|
status | string | Container status |
port | string | UN/LOCODE for port of discharge |
carrier | string | SCAC code |
updatedAfter | ISO 8601 | Only containers updated after this timestamp |
include | string | Comma-delimited list of related resources to include |
For list endpoints, avoid heavy
include usage for performance. When you need deep relationships, prefer single-resource endpoints like containers.get or shipments.get.Pagination
List methods accept pagination options withpage and pageSize (page numbers are 1-based):
format: 'mapped', list results include items, links, and meta. When using format: 'raw', these live in the JSON:API response.