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

    Identifier associated with the item in the Amazon catalog, such as a UPC or EAN identifier.

    interface ItemIdentifier {
        identifier: string;
        identifierType: string;
    }
    Index

    Properties

    identifier: string

    Identifier.

    identifierType: string

    Type of identifier, such as UPC, EAN, or ISBN.