Types > PackedBox
Commerce APITypesPackedBox
PackedBox

Description

Fields

grams: Int!

The weight of the empty packaging in grams

Example: 200


height: Int!

Height of the packaging in millimeters

Example: 200


inventory_location_id: String!


items: [PackedItem!]!


length: Int!

Length of the packaging in millimeters

Example: 200


max_grams: Int!

The maximum weight this packaging can hold (excluding its own weight)

Example: 200


name: String!

Name of the packaging

Example: "Large Box"


width: Int!

Width of the packaging in millimeters

Example: 200


Used By

Types

Order

Preview (typescript)

Loading module