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

    Represents the eligibility status of the inbound packages.

    interface InboundEligibility {
        ineligibilityReasons?: OrderIneligibilityReason[];
        packagesToInbound: SkuEligibility[];
        previewedAt: string;
        status: InboundEligibilityStatus;
    }
    Index

    Properties

    ineligibilityReasons?: OrderIneligibilityReason[]

    If there are order level eligibility issues, then this list will contain those error codes and descriptions.

    packagesToInbound: SkuEligibility[]

    Details on SKU eligibility for each inbound package.

    previewedAt: string

    Timestamp when the eligibility check is performed.