Skip to main content

ProductPalletInput

Attributes for creating a new product pallet

input ProductPalletInput {
gtin: String
height: Decimal
length: Decimal
quantity: Int
weight: Decimal
weightFactor: Int
width: Decimal
}

Fields

ProductPalletInput.gtin ● String scalar common

ProductPalletInput.height ● Decimal scalar common

ProductPalletInput.length ● Decimal scalar common

ProductPalletInput.quantity ● Int scalar common

ProductPalletInput.weight ● Decimal scalar common

ProductPalletInput.weightFactor ● Int scalar common

ProductPalletInput.width ● Decimal scalar common

Member Of

AddProductInput input ● ProductAddInput input ● ProductUpdateInput input ● UpdateProductInput input