# Quantity

### Object description

| Field | Type                                   | Required | Description      |
| ----- | -------------------------------------- | -------- | ---------------- |
| unit  | [**Unit**](#enum-type-possible-values) | Yes      | Product unit     |
| value | double                                 | Yes      | Product quantity |

## Enum type possible values

| Unit       |   |
| ---------- | - |
| PIECE      |   |
| LITER      |   |
| DECILITER  |   |
| KILOGRAM   |   |
| GRAM       |   |
| TON        |   |
| METER      |   |
| CENTIMETER |   |
| DECIMETER  |   |
| PINT       |   |
| FOOT       |   |
| YARD       |   |
| MILE       |   |
| CUP        |   |
| QUART      |   |
| GALLON     |   |
| POUND      |   |
| STONE      |   |
| INCH       |   |
