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

    Variable IneligibilityReasonCodeConst

    IneligibilityReasonCode: {
        LateDelivery: "LATE_DELIVERY";
        NoCoverage: "NO_COVERAGE";
        PickupSlotRestriction: "PICKUP_SLOT_RESTRICTION";
        ProgramConstraints: "PROGRAM_CONSTRAINTS";
        SizeRestrictions: "SIZE_RESTRICTIONS";
        TermsAndConditionsNotAccepted: "TERMS_AND_CONDITIONS_NOT_ACCEPTED";
        Unknown: "UNKNOWN";
        UnsupportedVas: "UNSUPPORTED_VAS";
        VasCombinationRestriction: "VAS_COMBINATION_RESTRICTION";
        WeightRestrictions: "WEIGHT_RESTRICTIONS";
    } = ...

    Reasons that make a shipment service offering ineligible.

    Type Declaration

    • ReadonlyLateDelivery: "LATE_DELIVERY"
    • ReadonlyNoCoverage: "NO_COVERAGE"
    • ReadonlyPickupSlotRestriction: "PICKUP_SLOT_RESTRICTION"
    • ReadonlyProgramConstraints: "PROGRAM_CONSTRAINTS"
    • ReadonlySizeRestrictions: "SIZE_RESTRICTIONS"
    • ReadonlyTermsAndConditionsNotAccepted: "TERMS_AND_CONDITIONS_NOT_ACCEPTED"
    • ReadonlyUnknown: "UNKNOWN"
    • ReadonlyUnsupportedVas: "UNSUPPORTED_VAS"
    • ReadonlyVasCombinationRestriction: "VAS_COMBINATION_RESTRICTION"
    • ReadonlyWeightRestrictions: "WEIGHT_RESTRICTIONS"