InnerPack
No description
type InnerPack {
createdAt: ISO8601DateTime
dimWeight: Decimal
gtin: String
height: Decimal
id: ID
length: Decimal
quantity: Int
ratedWeight: Decimal
updatedAt: ISO8601DateTime
volume: Decimal
weight: Decimal
weightFactor: Int
width: Decimal
}
Fields
InnerPack.createdAt ● ISO8601DateTime scalar
InnerPack.dimWeight ● Decimal scalar
The "Dimensional Weight" field represents the calculated weight of a package based on its dimensions, which is used to determine shipping costs. This value is particularly relevant for items with large dimensions but relatively low actual weight.
InnerPack.gtin ● String scalar
InnerPack.height ● Decimal scalar
InnerPack.id ● ID scalar
InnerPack.length ● Decimal scalar
InnerPack.quantity ● Int scalar
InnerPack.ratedWeight ● Decimal scalar
The "Rated Weight" of a product is a calculated attribute that indicates the estimated weight of the productand it is given by taking the max value between the dimensional weight and physical weight.
InnerPack.updatedAt ● ISO8601DateTime scalar
InnerPack.volume ● Decimal scalar
The "Volume" field denotes the amount of space occupied by a product in three dimensions (length, width, height).
InnerPack.weight ● Decimal scalar
InnerPack.weightFactor ● Int scalar
InnerPack.width ● Decimal scalar
Member Of
Product object