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

    Specifies the unit of measure and quantity for items that are sold by weight, volume, length, or other measurements rather than simple count.

    interface Measurement {
        unit: MeasurementUnitEnum;
        value: number;
    }
    Index

    Properties

    Properties

    The specific unit of measurement used to quantify this item.

    value: number

    The numerical quantity or amount being measured in the specified unit.