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

    Information about an SKU, including the count available, identifiers, and a list of overlapping SKUs that share the same inventory pool.

    interface FeatureSku {
        asin?: string;
        fnSku?: string;
        overlappingSkus?: string[];
        sellerSku?: string;
        skuCount?: number;
    }
    Index

    Properties

    asin?: string

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

    fnSku?: string

    The unique SKU used by Amazon's fulfillment network.

    overlappingSkus?: string[]

    Other seller SKUs that are shared across the same inventory.

    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.