Amazon Selling Partner API (SP-API) SDK for TypeScript
    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

    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.