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

    An object representing an excluded benefit that is excluded for a shipping offer or rate.

    interface ExcludedBenefit {
        Benefit?: string;
        ReasonCodes?: string[];
    }
    Index

    Properties

    Benefit?: string

    A benefit that is being excluded from a shipment.

    ReasonCodes?: string[]

    List of reasons why a benefit is excluded for a shipping offer (for example, LATE_DELIVERY_RISK).