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

    Detailed information for an ineligible shipping service offering.

    interface IneligibleRate {
        carrierId: string;
        carrierName: string;
        ineligibilityReasons: IneligibilityReason[];
        serviceId: string;
        serviceName: string;
    }
    Index

    Properties

    carrierId: string

    The carrier identifier for the offering, provided by the carrier.

    carrierName: string

    The carrier name for the offering.

    ineligibilityReasons: IneligibilityReason[]

    A list of reasons why a shipping service offering is ineligible.

    serviceId: string

    An identifier for the shipping service.

    serviceName: string

    The name of the shipping service.