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