> ## Documentation Index
> Fetch the complete documentation index at: https://terminal49-codex-update-typescript-sdk-cli-current.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Interface: ShippingLine

> ShippingLine interface in the Terminal49 TypeScript SDK, the mapped response model for ocean carriers with SCAC code, name, BOL prefix, notes, and short name.

# Interface: ShippingLine

Simplified shipping line returned by mapped SDK responses.

## Properties

| Property                                                                             | Type        | Description                                                     |
| ------------------------------------------------------------------------------------ | ----------- | --------------------------------------------------------------- |
| <a id="property-alternativescacs" /> `alternativeScacs?`                             | `string`\[] | Additional SCACs the carrier tracks under.                      |
| <a id="property-billofladingtrackingsupport" /> `billOfLadingTrackingSupport?`       | `boolean`   | Whether the carrier supports tracking by bill of lading number. |
| <a id="property-bolprefix" /> `bolPrefix?`                                           | `string`    | -                                                               |
| <a id="property-bookingnumbertrackingsupport" /> `bookingNumberTrackingSupport?`     | `boolean`   | Whether the carrier supports tracking by booking number.        |
| <a id="property-containernumbertrackingsupport" /> `containerNumberTrackingSupport?` | `boolean`   | Whether the carrier supports tracking by container number.      |
| <a id="property-name" /> `name`                                                      | `string`    | -                                                               |
| <a id="property-notes" /> `notes?`                                                   | `string`    | -                                                               |
| <a id="property-scac" /> `scac`                                                      | `string`    | -                                                               |
| <a id="property-shortname" /> `shortName?`                                           | `string`    | -                                                               |
