Request parameters for putSmallAndLightEnrollmentBySellerSKU operation in SmallAndLightApi.

Export

SmallAndLightApiPutSmallAndLightEnrollmentBySellerSKURequest

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

Properties

marketplaceIds: string[]

The marketplace in which to enroll the item. Note: Accepts a single marketplace only.

Memberof

SmallAndLightApiPutSmallAndLightEnrollmentBySellerSKU

sellerSKU: string

The seller SKU that identifies the item.

Memberof

SmallAndLightApiPutSmallAndLightEnrollmentBySellerSKU