ProductShippingInput
Attributes for creating a new product shipping
input ProductShippingInput {
height: Decimal
length: Decimal
packageType: PackageTypesEnum
shipReadyPackaging: Boolean
shippingPackage: ShippingPackagesEnum
weight: Decimal
weightFactor: Int
width: Decimal
}