# Shipment

### Object description

| Field                   | Type                                                                                         | Required | Description              |
| ----------------------- | -------------------------------------------------------------------------------------------- | -------- | ------------------------ |
| method                  | [ShipmentMethod](#enum-type-possible-values)                                                 | Yes      | Method for shipment      |
| status                  | [ShipmentStatus](https://developer.smarts.ee/general/data-object-description/shipmentstatus) | Yes      | Status for shipment      |
| price                   | double                                                                                       | Yes      | Shipping price           |
| currency                | [Currency](https://developer.smarts.ee/general/data-object-description/currency)             | 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](https://developer.smarts.ee/general/data-object-description/address)               | 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 |
