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

    Information that identifies an item.

    interface ItemIdentifier {
        ASIN?: string;
        ItemCondition: ConditionType;
        MarketplaceId: string;
        SellerSKU?: string;
    }
    Index

    Properties

    ASIN?: string

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

    ItemCondition: ConditionType
    MarketplaceId: string

    A marketplace identifier. Specifies the marketplace from which prices are returned.

    SellerSKU?: string

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