find_sailings
Retrieve ocean sailings between ports with cut-offs, booking references, and arrival times in order. Filter by departure dates and transshipment counts to identify bookable schedules.
Instructions
Sailings from one port to another, earliest arrival first, with cut-offs and a routing_reference to book.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | How many options to return | |
| origin | Yes | Port of loading, as a UN/LOCODE such as CNSHA | |
| depart_from | No | Earliest departure date | |
| destination | Yes | Port of discharge, as a UN/LOCODE such as NLRTM | |
| depart_until | No | Latest departure date | |
| max_transshipments | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||