Details of item quantity.

ItemQuantity

interface ItemQuantity {
    amount: number;
    unitOfMeasure: string;
}

Properties

amount: number

Quantity of units shipped for a specific item at a shipment level. If the item is present only in certain packages or pallets within the shipment, please provide this at the appropriate package or pallet level.

ItemQuantity

unitOfMeasure: string

Unit of measure for the shipped quantity.

ItemQuantity