Filtering shipments
Pass filter parameters to narrow results:Filtering containers
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.