> ## Documentation Index
> Fetch the complete documentation index at: https://terminal49-mintlify-8f0cde31.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Interface: TrackingRequest

> TrackingRequest interface in the Terminal49 TypeScript SDK, the mapped response model with request number, status, tracked container, and reference numbers.

# Interface: TrackingRequest

Simplified tracking request model returned by mapped SDK responses.

## Indexable

> \[`key`: `string`]: `any`

## Properties

| Property                                           | Type                                                                      |
| -------------------------------------------------- | ------------------------------------------------------------------------- |
| <a id="property-container" /> `container?`         | [`Container`](/sdk/reference/types/models/interfaces/Container) \| `null` |
| <a id="property-id" /> `id`                        | `string`                                                                  |
| <a id="property-refnumbers" /> `refNumbers?`       | `string`\[]                                                               |
| <a id="property-requestnumber" /> `requestNumber?` | `string`                                                                  |
| <a id="property-requesttype" /> `requestType?`     | `string`                                                                  |
| <a id="property-scac" /> `scac?`                   | `string`                                                                  |
| <a id="property-shipment" /> `shipment?`           | [`Shipment`](/sdk/reference/types/models/interfaces/Shipment) \| `null`   |
| <a id="property-status" /> `status?`               | `string`                                                                  |
