Represents the eligibility status of the inbound packages.

InboundEligibility

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

Properties

ineligibilityReasons?: OrderIneligibilityReason[]

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

InboundEligibility

packagesToInbound: SkuEligibility[]

Details on SKU eligibility for each inbound package.

InboundEligibility

previewedAt: string

Timestamp when the eligibility check is performed.

InboundEligibility

InboundEligibility