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

    The payload for the getEligibleInventory operation.

    interface GetFeatureInventoryResult {
        featureName: string;
        featureSkus?: FeatureSku[];
        marketplaceId: string;
        nextToken?: string;
    }
    Index

    Properties

    featureName: string

    The name of the feature.

    featureSkus?: FeatureSku[]

    An array of SKUs eligible for this feature and the quantity available.

    marketplaceId: string

    The requested marketplace.

    nextToken?: string

    When present and not empty, pass this string token in the next request to return the next response page.