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

    Identifiers that are associated with the item in the Amazon catalog, grouped by marketplaceId.

    interface ItemIdentifiersByMarketplace {
        identifiers: ItemIdentifier[];
        marketplaceId: string;
    }
    Index

    Properties

    identifiers: ItemIdentifier[]

    Identifiers associated with the item in the Amazon catalog for the indicated marketplaceId.

    marketplaceId: string

    Amazon marketplace identifier. To find the ID for your marketplace, refer to Marketplace IDs.identifier.