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

    An object which contains the delivery condition and the quantity of upcoming deliveries associated with that condition for an offer.

    interface DeliveriesCondition {
        condition?: DeliveriesConditionConditionEnum;
        next30DaysDeliveries?: number;
    }
    Index

    Properties

    The condition type of upcoming deliveries for the offer.

    next30DaysDeliveries?: number

    The number of upcoming deliveries in the next 30 days associated with this delivery condition.