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

# SuperOffice.WebApi.Data.ShipmentStatus

# <a id="SuperOffice_WebApi_Data_ShipmentStatus" /> Enum ShipmentStatus

Namespace: [SuperOffice.WebApi.Data](SuperOffice.WebApi.Data.md)\
Assembly: SuperOffice.WebApi.dll

Status for shipment (started, cancelled etc)
This Enum is used by:  s\_shipment.status

```csharp theme={null}
public enum ShipmentStatus : short
```

## Fields

`AwaitPopulate = 9`

9: Awaiting ejournalCron to start populate

`Canceled = 2`

2: Stopped by user.

`Deleted = 8`

8: Deleted

`None = 0`

0: Initial status, shipment is left alone, can be used for working with shipment

`Ok = 1`

1: Finished, no errors.

`PopulateAborted = 11`

11: eJournalCron has started populating, but by user request it is canceled. Now we finish populating, and then set status back to none.

`PopulateError = 12`

12:

`Populating = 7`

7: Between waiting and starting. Used when we populate the recipient lists.

`PopulatingOnly = 10`

10: eJournalCron has started populateOnly after someone saved choose recipients screen.

`Retry = 6`

6: Retrying the addresses which did not work

`Started = 4`

4: Executing (sending).

`StatusFailed = 5`

5: Finished, had some errors.

`TooManyRecipients = 13`

13:

`Waiting = 3`

3: Ready for execution, in the queue.


## Related topics

- [SuperOffice.WebApi.Data.PreviewMailingHeader](/en/api/reference/webapi/SuperOffice.WebApi.Data.PreviewMailingHeader.md)
- [SuperOffice.WebApi.Data.ShipmentAddrStatus](/en/api/reference/webapi/SuperOffice.WebApi.Data.ShipmentAddrStatus.md)
- [SuperOffice.WebApi.Data.PreviewMailing](/en/api/reference/webapi/SuperOffice.WebApi.Data.PreviewMailing.md)
- [SuperOffice.WebApi.Data.ShipmentMessageEntity](/en/api/reference/webapi/SuperOffice.WebApi.Data.ShipmentMessageEntity.md)
- [SuperOffice.WebApi.Data.ShipmentMessageType](/en/api/reference/webapi/SuperOffice.WebApi.Data.ShipmentMessageType.md)
- [SuperOffice.WebApi.Data.ShipmentMessageBlockEntity](/en/api/reference/webapi/SuperOffice.WebApi.Data.ShipmentMessageBlockEntity.md)
