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

    The payload for the getFeatureSKU operation.

    interface GetFeatureSkuResult {
        asin?: string;
        featureName: string;
        fnSku?: string;
        ineligibleReasons?: string[];
        isEligible: boolean;
        marketplaceId: string;
        sellerSku?: string;
        skuCount?: number;
    }
    Index

    Properties

    asin?: string

    The Amazon Standard Identification Number (ASIN) of the item.

    featureName: string

    The name of the feature.

    fnSku?: string

    The unique SKU used by Amazon's fulfillment network.

    ineligibleReasons?: string[]

    A list of one or more reasons that the seller SKU is ineligible for the feature. Possible values: * MERCHANT_NOT_ENROLLED: The merchant isn't enrolled for the feature. * SKU_NOT_ELIGIBLE: The SKU doesn't reside in a warehouse that supports the feature. * INVALID_SKU: There is an issue with the SKU provided.

    isEligible: boolean

    When true, the seller SKU is eligible for the requested feature.

    marketplaceId: string

    The requested marketplace.

    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.

    skuCount?: number

    The number of SKUs available for this service.