⌨️Type specifications

Response from the API endpoint...

PackInfo

PropertyTypeDescription

UnitType

integer

The unit type of the next quantity attribute.

Available values are:

Boxes = 1

Units = 2

Pallets = 3

Containers = 4

Quantity

integer

The quantity number of packages in the order’s shipping.

It is measured in the “UnitType” type.

Dimensions

The dimensions (height, width and depth) of the shipping package.

Weight

The weight of the shipping package.

PackInfoDimension

PropertyTypeDescription

MeasureType

integer

The measure type of dimensions attributes.

Available values are:

Millimeters = 1

Centimeters = 2

Meters = 3

Kilometers = 4

Inches = 5

Height

decimal

The height of the order’s shipping package.

It is measured in the “MeasureType” type.

Width

decimal

The witdh of the order’s shipping package.

It is measured in the “MeasureType” type.

Depth

decimal

The depth of the order’s shipping package.

It is measured in the “MeasureType” type.

PackInfoWeight

PropertyTypeDescription

MeasureType

integer

The measure type of weight attributes.

Available values are:

Kilograms = 1

Tons = 2

Grams = 3

Gross

decimal

The gross weigth of the order’s shipping package.

It is measured in the “MeasureType” type.

Liquid

decimal

The liquid weigth of the order’s shipping package.

It is measured in the “MeasureType” type.

Last updated