Export

ASINIdentifier

interface ASINIdentifier {
    ASIN: string;
    MarketplaceId: string;
}

Properties

Properties

ASIN: string

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

Memberof

ASINIdentifier

MarketplaceId: string

A marketplace identifier.

Memberof

ASINIdentifier