Amazon Selling Partner API (SP-API) SDK for TypeScript
    Preparing search index...

    A quantity based on the specified unit of measurement.

    interface Amount {
        unitOfMeasure: "Eaches";
        value: string;
    }
    Index
    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.