Request parameters for getSmallAndLightEnrollmentBySellerSKU operation in SmallAndLightApi.

Export

SmallAndLightApiGetSmallAndLightEnrollmentBySellerSKURequest

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

Properties

marketplaceIds: string[]

The marketplace for which the enrollment status is retrieved. Note: Accepts a single marketplace only.

Memberof

SmallAndLightApiGetSmallAndLightEnrollmentBySellerSKU

sellerSKU: string

The seller SKU that identifies the item.

Memberof

SmallAndLightApiGetSmallAndLightEnrollmentBySellerSKU