# Type specifications

## PackInfo

| Property   | Type                                               | Description                                                                                                                                                     |
| ---------- | -------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| UnitType   | integer                                            | <p>The unit type of the next quantity attribute.</p><p>Available values are:</p><p> </p><p>Boxes = 1</p><p>Units = 2</p><p>Pallets = 3</p><p>Containers = 4</p> |
| Quantity   | integer                                            | <p>The quantity number of packages in the order’s shipping.</p><p> </p><p>It is measured in the “UnitType” type.</p><p> </p>                                    |
| Dimensions | [#packinfodimension](#packinfodimension "mention") | <p>The dimensions (height, width and depth) of the shipping package.</p><p> </p>                                                                                |
| Weight     | [#packinfoweight](#packinfoweight "mention")       | <p>The weight of the shipping package.</p><p> </p>                                                                                                              |

### PackInfoDimension

| Property    | Type    | Description                                                                                                                                                                              |
| ----------- | ------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| MeasureType | integer | <p>The measure type of dimensions attributes.</p><p>Available values are:</p><p> </p><p>Millimeters = 1</p><p>Centimeters = 2</p><p>Meters = 3</p><p>Kilometers = 4</p><p>Inches = 5</p> |
| Height      | decimal | <p>The height of the order’s shipping package.</p><p> </p><p>It is measured in the “MeasureType” type.</p>                                                                               |
| Width       | decimal | <p>The witdh of the order’s shipping package.</p><p> </p><p>It is measured in the “MeasureType” type.</p>                                                                                |
| Depth       | decimal | <p>The depth of the order’s shipping package.</p><p> </p><p>It is measured in the “MeasureType” type.</p>                                                                                |

### PackInfoWeight

| Property    | Type    | Description                                                                                                                          |
| ----------- | ------- | ------------------------------------------------------------------------------------------------------------------------------------ |
| MeasureType | integer | <p>The measure type of weight attributes.</p><p>Available values are:</p><p> </p><p>Kilograms = 1</p><p>Tons = 2</p><p>Grams = 3</p> |
| Gross       | decimal | <p>The gross weigth of the order’s shipping package.</p><p> </p><p>It is measured in the “MeasureType” type.</p>                     |
| Liquid      | decimal | <p>The liquid weigth of the order’s shipping package.</p><p> </p><p>It is measured in the “MeasureType” type.</p>                    |
