DEV

Type.

PackagingOption

A packagingOption represents a box that can be used to ship an item

Fields

createdAt

DateTime!

Required

When the packagingOption was created

createdBy

ID!

Required

The user who created the PackagingOption

dimensionalUnit

DimensionalUnitCode!

Required

The measurement units of the height, length and width

height

Decimal!

Required

The numeric height of the packagingOption

id

ID!

Required

PackagingOption ID, prefixed with packagingOption_

length

Decimal!

Required

The numeric length of the packagingOption

mode

Mode!

Required

Whether the packagingOption is in test or live mode

name

String!

Required

The name the organization is using for a particular packagingOption

organization

ID!

Required

The organization associated with the packagingOption

Required

The source from where the PackagingOption was generated

Required

The status of the packagingOption

Required

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

updatedAt

DateTime!

Required

When the packagingOption was most recently updated.

updatedBy

ID!

Required

The user who most recently updated the PackagingOption.

weightCapacity

Decimal!

Required

The maximum weight of the packagingOption

weightUnit

WeightUnitCode!

Required

The type of weight associated with the packingCarton

width

Decimal!

Required

The numeric width of the packagingOption

Was this page helpful?