DEV

Type.

CartonItem

A CartonItem represents an item that has been assigned to be packed to a Carton

Fields

countryOfOrigin

CountryCode

The country of origin for the cartonItem

dimensionalUnit

DimensionalUnitCode!

Required

The type of dimensional unit associated with the cartonItem

height

Decimal!

Required

The numeric height of the cartonItem

hsCode

String

The HS code for the cartonItem

item

Item!

Required

The original item associated with cartonItem

labelName

String

The name of the cartonItem for use on label

length

Decimal!

Required

The numeric height of the cartonItem

quantity

Int!

Required

How many cartonItems are included in a given packingCarton

Required

The type of packaging required to pack the cartonItem

weight

Decimal!

Required

The numeric weight of the cartonItem

weightUnit

WeightUnitCode!

Required

The type of weight associated with the cartonItem

width

Decimal!

Required

The numeric width of the cartonItem

Was this page helpful?