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

    A quantity based on unit of measure.

    interface DeliveryQuantity {
        amount: string;
        unitOfMeasure: "Each";
    }
    Index

    Properties

    amount: string

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

    unitOfMeasure: "Each"

    The unit of measure for the amount.