Skip to main content

OrderLoadingUnitsInput

No description

input OrderLoadingUnitsInput {
pickupStopIndex: Int!
dropStopIndex: Int!
customType: ObjectId
unloadingReference: String
reference: String
length: Float!
width: Float!
height: Float!
weight: Float
quantity: Float!
loadingMeters: Float
stackable: Boolean
template: ObjectId
name: String
icon: LoadingUnitIcon
}

Fields

OrderLoadingUnitsInput.pickupStopIndex ● Int! non-null scalar

Index of the stop where this load will be picked.

OrderLoadingUnitsInput.dropStopIndex ● Int! non-null scalar

Index of the stop where this load will be dropped.

OrderLoadingUnitsInput.customType ● ObjectId scalar

References the custom loading unit type if applicable.

OrderLoadingUnitsInput.unloadingReference ● String scalar

OrderLoadingUnitsInput.reference ● String scalar

The loading reference number used to identify the load. Can be internal or supplied by the customer.

OrderLoadingUnitsInput.length ● Float! non-null scalar

Length of a single loading unit in centimeters.

OrderLoadingUnitsInput.width ● Float! non-null scalar

Width of a single loading unit in centimeters.

OrderLoadingUnitsInput.height ● Float! non-null scalar

Height of a single loading unit in centimeters.

OrderLoadingUnitsInput.weight ● Float scalar

Total weight of the loading units in kilograms.

OrderLoadingUnitsInput.quantity ● Float! non-null scalar

Quantity of the loading units in the shipment. For example, a shipment of 20 palettes means quantity equals 20.

OrderLoadingUnitsInput.loadingMeters ● Float scalar

The total number of loading meters taken up by the shipment in the truck.

OrderLoadingUnitsInput.stackable ● Boolean scalar

OrderLoadingUnitsInput.template ● ObjectId scalar

Reference to the LoadingUnitTemplate _id if applicable.

OrderLoadingUnitsInput.name ● String scalar

Name of the loading unit. Can be one of the pre-defined names: EURO (for Europalettes), INDUSTRIAL (for industrial palettes), STANDARD_CONTAINER_40FT (for standard 40ft containers), STANDARD_CONTAINER_20FT (for standard 20ft containers), HIGH_CUBE_CONTAINER_40FT (for 40ft high-cube containers), HIGH_CUBE_CONTAINER_20FT (for 20ft high-cube containers). Or, it can be any custom name for a custom loading unit.

OrderLoadingUnitsInput.icon ● LoadingUnitIcon enum

An icon of the loading unit. Can be one of the pre-defined icons: EURO (for Europalettes), INDUSTRIAL (for industrial palettes), CONTAINER (for any container types), CUSTOM (for boxes, packages, or anything else).