The Small and Light eligibility status of the item indicated by the specified seller SKU.

Export

SmallAndLightEligibility

interface SmallAndLightEligibility {
    marketplaceId: string;
    sellerSKU: string;
    status: SmallAndLightEligibilityStatus;
}

Properties

marketplaceId: string

A marketplace identifier.

Memberof

SmallAndLightEligibility

sellerSKU: string

Identifies an item in the given marketplace. SellerSKU is qualified by the seller's SellerId, which is included with every operation that you submit.

Memberof

SmallAndLightEligibility

Memberof

SmallAndLightEligibility