Skip to main content

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

ProductMasterCartonInput.height ● Decimal scalar

ProductMasterCartonInput.length ● Decimal scalar

ProductMasterCartonInput.quantity ● Int scalar

ProductMasterCartonInput.weight ● Decimal scalar

ProductMasterCartonInput.weightFactor ● Int scalar

ProductMasterCartonInput.width ● Decimal scalar

Member Of

AddProductInput input ● UpdateProductInput input