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

    A quantity based on the specified unit of measurement.

    interface Amount {
        unit?: string;
        value: string;
    }
    Index
    unit?: string

    The unit of measure for the amount. Possible values: EACHES.

    value: string

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