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

Export

ItemIdentifiersByMarketplace

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

Properties

identifiers: ItemIdentifier[]

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

Memberof

ItemIdentifiersByMarketplace

marketplaceId: string

Amazon marketplace identifier.

Memberof

ItemIdentifiersByMarketplace