DEV

Type.

Carton

No description

Fields

amountInsured

Decimal

The monetary amount insured for the packingCarton

createdAt

DateTime!

Required

When this Carton was created

createdBy

ID!

Required

The user who created the Carton

dimensionalUnit

DimensionalUnitCode!

Required

The measurement units of the height, length and width

height

Decimal!

Required

The numeric height of the packingCarton

id

ID!

Required

Carton ID, prefixed with carton_
The items associated with the packingCarton

length

Decimal!

Required

The numeric length of the packingCarton

mode

Mode!

Required

Whether the Carton is in test or live mode

name

String

The name of the packaging option on the carton

organization

ID!

Required

The organization that owns the Carton

packagingOption

PackagingOption

Deprecated

The packaging option associated with the packingCarton

rootId

ID!

Required

The id of the root that will own the Carton.

shipFrom

Location

Where the item is shipping from

shipTo

Location

The order's destination (customer address)
The source of the carton size

Required

The packaging style (box, polybag, letter, etc)

updatedAt

DateTime!

Required

When this Carton was most recently updated.

updatedBy

ID!

Required

The user who most recently updated the Carton.

weight

Decimal!

Required

The heaviness of the packingCarton, using a numeric value

weightUnit

WeightUnitCode!

Required

The type of weight associated with the packingCarton

width

Decimal!

Required

The numeric width of the packingCarton

Was this page helpful?