Details of item quantity.

PackedQuantity

interface VendorShipmentsApiModelPackedQuantity {
    amount: number;
    unitOfMeasure:
        | "Eaches"
        | "Cases"
        | VendorShipmentsApiModelPackedQuantityUnitOfMeasureEnum;
    unitSize?: number;
}

Properties

amount: number

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

PackedQuantity

unitOfMeasure:
    | "Eaches"
    | "Cases"
    | VendorShipmentsApiModelPackedQuantityUnitOfMeasureEnum

Unit of measure for the shipped quantity.

PackedQuantity

unitSize?: number

The case size, in the event that we ordered using cases. Otherwise, 1.

PackedQuantity

MMNEPVFCICPMFPCPTTAAATR