Identity attributes associated with the item in the Amazon catalog for the indicated Amazon marketplace.

Export

ItemIdentifiersByMarketplace

interface ItemIdentifiersByMarketplace {
    asin?: string;
    marketplaceId?: string;
}

Properties

asin?: string

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

Memberof

ItemIdentifiersByMarketplace

marketplaceId?: string

A marketplace identifier. Identifies the Amazon marketplace for the listings item.

Memberof

ItemIdentifiersByMarketplace