Skip to main content

SupplyShipmentStats

Statistics related to shipments

type SupplyShipmentStats {
estimatedTotalCartons: Int
estimatedTotalPallets: Int
estimatedTotalVolume: Decimal
estimatedTotalWeight: Decimal
totalCartons: Int
totalItems: Decimal!
totalPallets: Int
totalUnits: Decimal!
totalVolume: Decimal
totalWeight: Decimal
}

Fields

SupplyShipmentStats.estimatedTotalCartons ● Int scalar

Total number of cartons in the shipment

SupplyShipmentStats.estimatedTotalPallets ● Int scalar

Total number of pallets in the shipment

SupplyShipmentStats.estimatedTotalVolume ● Decimal scalar

Estimated total volume of the shipment based on item data

SupplyShipmentStats.estimatedTotalWeight ● Decimal scalar

Estimated total weight of the shipment based on item data

SupplyShipmentStats.totalCartons ● Int scalar

Total number of cartons in the shipment

SupplyShipmentStats.totalItems ● Decimal! non-null scalar

Total number of distinct items in the shipment

SupplyShipmentStats.totalPallets ● Int scalar

Total number of pallets in the shipment

SupplyShipmentStats.totalUnits ● Decimal! non-null scalar

Total number of units in the shipment

SupplyShipmentStats.totalVolume ● Decimal scalar

Total volume of the shipment

SupplyShipmentStats.totalWeight ● Decimal scalar

Total weight of the shipment

Member Of

SupplyShipment object