> ## Documentation Index
> Fetch the complete documentation index at: https://terminal49-mintlify-268a42bc.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     |
| ------------------------------------------ | -------- |
| <a id="property-bolprefix" /> `bolPrefix?` | `string` |
| <a id="property-name" /> `name`            | `string` |
| <a id="property-notes" /> `notes?`         | `string` |
| <a id="property-scac" /> `scac`            | `string` |
| <a id="property-shortname" /> `shortName?` | `string` |
