> ## Documentation Index
> Fetch the complete documentation index at: https://docs.superoffice.com/llms.txt
> Use this file to discover all available pages before exploring further.

# ShipmentType table

> Shipment type list table. Classification of a mailing, allowing recipients to subscribe to lists

## ShipmentType Table (512)

Shipment type list table. Classification of a mailing, allowing recipients to subscribe to lists

## Fields

| Name                      | Description                                                                     | Type                            | Nullable |
| ------------------------- | ------------------------------------------------------------------------------- | ------------------------------- | :------: |
| ShipmentType\_id          | Primary key                                                                     | PK                              |    No    |
| name                      | The list item                                                                   | String(4000)                    |    No    |
| tooltip                   | The tooltip for the list item                                                   | String(4000)                    |    Yes   |
| rank                      | Rank order                                                                      | UShort                          |    Yes   |
| deleted                   | 0 -> record is active 1 -> record is 'deleted' and should not be shown in lists | UShort                          |    Yes   |
| registered                | Registered when                                                                 | UtcDateTime                     |    No    |
| registered\_associate\_id | Registered by whom                                                              | FK [associate](./associate.mdx) |    No    |
| updated                   | Last updated when                                                               | UtcDateTime                     |    No    |
| updated\_associate\_id    | Last updated by whom                                                            | FK [associate](./associate.mdx) |    No    |
| updatedCount              | Number of updates made to this record                                           | UShort                          |    No    |

<img src="https://mintcdn.com/superofficeas/3ZhivzBeXAvFeVZx/media/loc/en/database/tables/ShipmentType.png?fit=max&auto=format&n=3ZhivzBeXAvFeVZx&q=85&s=d44a7c90126a788034af26a8b6017380" alt="ShipmentType table relationship diagram" width="935" height="883" data-path="media/loc/en/database/tables/ShipmentType.png" />

## Indexes

| Fields | Types | Description |
| ------ | ----- | ----------- |

## Relationships

| Table                                                | Description                                                                                                                       |
| ---------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------- |
| [associate](./associate)                             | Employees, resources and other users - except for External persons                                                                |
| [email\_flow](./email-flow)                          | A set of properties related to the email workflow.                                                                                |
| [s\_shipment](./s-shipment)                          | Contains info about one shipment. The addresses are stored in s\_shipment\_addr                                                   |
| [ShipmentTypeReservation](./shipmenttypereservation) | ShipmentTypes a person has reserved against. Note that the absense of a record here implies acceptance of a mailings of this type |

## Replication Flags

* Replicate changes DOWN from central to satellites and travellers.
* Replicate changes UP from satellites and travellers back to central.
* Copy to satellite and travel prototypes.

## Security Flags

* No access control via user's Role.


## Related topics

- [ShipmentTypeReservation table](/en/database/tables/shipmenttypereservation.md)
- [shipmenttype](/en/api/mdo-providers/reference/shipmenttype.md)
- [s_shipment table](/en/database/tables/s-shipment.md)
- [What's new in version 10.3.9.718](/release-notes/database/changes-10.3.9.md)
- [What's new in version 10.5.1.1092](/release-notes/database/changes-10.5.1.md)
- [What's new in version 10.5.2.435](/release-notes/database/changes-10.5.2.md)
