Pallet
No description
type Pallet {
createdAt: ISO8601DateTime
dimWeight: Decimal
gtin: String
height: Decimal
id: ID
length: Decimal
quantity: Int
ratedWeight: Decimal
updatedAt: ISO8601DateTime
volume: Decimal
weight: Decimal
weightFactor: Decimal
width: Decimal
}
Fields
Pallet.createdAt ● ISO8601DateTime scalar
Pallet.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.
Pallet.gtin ● String scalar
Pallet.height ● Decimal scalar
Pallet.id ● ID scalar
Pallet.length ● Decimal scalar
Pallet.quantity ● Int scalar
Pallet.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.
Pallet.updatedAt ● ISO8601DateTime scalar
Pallet.volume ● Decimal scalar
The "Volume" field denotes the amount of space occupied by a product in three dimensions (length, width, height).
Pallet.weight ● Decimal scalar
Pallet.weightFactor ● Decimal scalar
Pallet.width ● Decimal scalar
Member Of
Product object