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

> Status for shipment (started, cancelled etc)

Status for shipment (started, cancelled etc)

## Syntax

```crmscript theme={null}
ShipmentStatus
```

## Fields

| Name              | Description                                                                                                                          |
| ----------------- | ------------------------------------------------------------------------------------------------------------------------------------ |
| None              | Initial status, shipment is left alone, can be used for working with shipment                                                        |
| Ok                | Finished, no errors.                                                                                                                 |
| Canceled          | Stopped by user.                                                                                                                     |
| Waiting           | Ready for execution, in the queue.                                                                                                   |
| Started           | Executing (sending).                                                                                                                 |
| StatusFailed      | Finished, had some errors.                                                                                                           |
| Retry             | Retrying the addresses which did not work                                                                                            |
| Populating        | Between waiting and starting. Used when we populate the recipient lists.                                                             |
| Deleted           | Deleted                                                                                                                              |
| AwaitPopulate     | Awaiting ejournalCron to start populate                                                                                              |
| PopulatingOnly    | eJournalCron has started populateOnly after someone saved choose recipients screen.                                                  |
| PopulateAborted   | eJournalCron has started populating, but by user request it is canceled. Now we finish populating, and then set status back to none. |
| PopulateError     |                                                                                                                                      |
| TooManyRecipients |                                                                                                                                      |


## Related topics

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