ProductMasterCartonInput
Attributes for creating a new product master carton
input ProductMasterCartonInput {
gtin: String
height: Decimal
length: Decimal
quantity: Int
weight: Decimal
weightFactor: Int
width: Decimal
}
Fields
ProductMasterCartonInput.gtin ● String scalar common
ProductMasterCartonInput.height ● Decimal scalar common
ProductMasterCartonInput.length ● Decimal scalar common
ProductMasterCartonInput.quantity ● Int scalar common
ProductMasterCartonInput.weight ● Decimal scalar common
ProductMasterCartonInput.weightFactor ● Int scalar common
ProductMasterCartonInput.width ● Decimal scalar common
Member Of
AddProductInput input ● ProductAddInput input ● ProductUpdateInput input ● UpdateProductInput input