Request parameters for getFeatureSKU operation in FbaOutboundApi.

Export

FbaOutboundApiGetFeatureSKURequest

interface FbaOutboundApiGetFeatureSKURequest {
    featureName: string;
    marketplaceId: string;
    sellerSku: string;
}

Properties

featureName: string

The name of the feature.

Memberof

FbaOutboundApiGetFeatureSKU

marketplaceId: string

The marketplace for which to return the count.

Memberof

FbaOutboundApiGetFeatureSKU

sellerSku: string

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

Memberof

FbaOutboundApiGetFeatureSKU