Selling Partner API SDK for JavaScript
    Preparing search index...

    Details of item quantity.

    interface ItemQuantity {
        amount: number;
        totalWeight?: TotalWeight;
        unitOfMeasure: ItemQuantityUnitOfMeasureEnum;
        unitSize?: number;
    }
    Index

    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.

    totalWeight?: TotalWeight

    Unit of measure for the shipped quantity.

    unitSize?: number

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