> ## Documentation Index
> Fetch the complete documentation index at: https://superofficeas-bugfix-ty-screen-designer-paradox.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Enum ShipmentAddrStatus

> Status for sending to a particular recipient

Status for sending to a particular recipient

## Syntax

```crmscript theme={null}
ShipmentAddrStatus
```

## Fields

| Name           | Description                                                                                         |
| -------------- | --------------------------------------------------------------------------------------------------- |
| Unknown        | Default value for empty rows                                                                        |
| Ready          | Ready for shipment                                                                                  |
| Duplicate      | Blocked because it duplicates another shipment addr in the same batch                               |
| Blocked        | Blocked because of nomailing flag                                                                   |
| Sent           | Sent                                                                                                |
| Bounced        | Bounce received from transport channel                                                              |
| Opened         | Recipient has opened the message, we know because of tracking                                       |
| Clicked        | Test recipient, will be deleted after sent (enum name is not correct, but that cant be changed now) |
| SoftBounced    | Vacation notice, etc                                                                                |
| NoSubscription | Recipient does not have subscription for shipmentType                                               |
| Complained     | Recipient sent a complaint                                                                          |
| TooManyBounces | Recipient address has bounced too many times                                                        |
