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

    A quantity based on unit of measure.

    interface Amount {
        unitOfMeasure: "Eaches";
        value: string;
    }
    Index

    Properties

    Properties

    unitOfMeasure: "Eaches"

    The unit of measure for the amount.

    value: string

    A decimal number with no loss of precision. Useful when precision loss is unacceptable, as with currencies. Follows RFC7159 for number representation.