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

ItemIdentifiersByMarketplace

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

Properties

identifiers: ItemIdentifier[]

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

ItemIdentifiersByMarketplace

marketplaceId: string

Amazon marketplace identifier.

ItemIdentifiersByMarketplace