> For the complete documentation index, see [llms.txt](https://developer.smarts.ee/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developer.smarts.ee/general/data-object-description/shipment.md).

# Shipment

### Object description

| Field                   | Type                                                                                     | Required | Description              |
| ----------------------- | ---------------------------------------------------------------------------------------- | -------- | ------------------------ |
| method                  | [ShipmentMethod](/general/data-object-description/shipment.md#enum-type-possible-values) | Yes      | Method for shipment      |
| status                  | [ShipmentStatus](/general/data-object-description/shipmentstatus.md)                     | Yes      | Status for shipment      |
| price                   | double                                                                                   | Yes      | Shipping price           |
| currency                | [Currency](/general/data-object-description/currency.md)                                 | Yes      | Shipping currency        |
| expectedDeliveryUTCTime | String                                                                                   | Yes      | Expected delivery in UTC |
| createdUTCTime          | String                                                                                   | Yes      | Shipment created UTC     |
| contactEmail            | String                                                                                   | Yes      | Client email             |
| contactPhone            | String                                                                                   | Yes      | Client phone             |
| address                 | [Address](/general/data-object-description/address.md)                                   | Yes      | Shipment address         |

## Enum type possible values

| ShipmentMethod |                                       |
| -------------- | ------------------------------------- |
| COURIER        | Shipment method courier               |
| PARCEL         | Shipment method parcel                |
| COME\_BY\_SPOT | Shipment method for pick up by myself |
