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

    Schema to identify an item by MarketPlaceId, SellerId, and SellerSKU.

    interface SellerSKUIdentifier {
        MarketplaceId: string;
        SellerId: string;
        SellerSKU: string;
    }
    Index

    Properties

    MarketplaceId: string

    A marketplace identifier.

    SellerId: string

    The seller identifier submitted for the operation.

    SellerSKU: string

    The seller stock keeping unit (SKU) of the item.