Selling Partner API SDK for JavaScript
    Preparing search index...

    Request parameters for getFeatureSKU operation in FulfillmentOutboundApi.

    interface FulfillmentOutboundApiGetFeatureSKURequest {
        featureName: string;
        marketplaceId: string;
        sellerSku: string;
    }
    Index

    Properties

    featureName: string

    The name of the feature.

    marketplaceId: string

    The marketplace for which to return the count.

    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.