> ## 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.

# 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                                                        |


## Related topics

- [Enum values for ShipmentAddrStatus](/en/database/tables/enums/shipmentaddrstatus.md)
- [SuperOffice.WebApi.Data.ShipmentAddrStatus](/en/api/reference/webapi/SuperOffice.WebApi.Data.ShipmentAddrStatus.md)
- [s_shipment_addr table](/en/database/tables/s-shipment-addr.md)
- [Enum values for ShipmentStatus](/en/database/tables/enums/shipmentstatus.md)
- [Enum ShipmentStatus](/en/automation/crmscript/reference/CRMScript.NetServer.ShipmentStatus.md)
- [Enum ShipmentListStatus](/en/automation/crmscript/reference/CRMScript.NetServer.ShipmentListStatus.md)
