Request parameters for getSmallAndLightEligibilityBySellerSKU operation in SmallAndLightApi.

Export

SmallAndLightApiGetSmallAndLightEligibilityBySellerSKURequest

interface SmallAndLightApiGetSmallAndLightEligibilityBySellerSKURequest {
    marketplaceIds: string[];
    sellerSKU: string;
}

Properties

marketplaceIds: string[]

The marketplace for which the eligibility status is retrieved. NOTE: Accepts a single marketplace only.

Memberof

SmallAndLightApiGetSmallAndLightEligibilityBySellerSKU

sellerSKU: string

The seller SKU that identifies the item.

Memberof

SmallAndLightApiGetSmallAndLightEligibilityBySellerSKU