Information about an Amazon marketplace where a seller can list items and customers can view and purchase items.

Marketplace

interface Marketplace {
    countryCode: string;
    defaultCurrencyCode: string;
    defaultLanguageCode: string;
    domainName: string;
    id: string;
    name: string;
}

Properties

countryCode: string

The ISO 3166-1 alpha-2 format country code of the marketplace.

Marketplace

defaultCurrencyCode: string

The ISO 4217 format currency code of the marketplace.

Marketplace

defaultLanguageCode: string

The ISO 639-1 format language code of the marketplace.

Marketplace

domainName: string

The domain name of the marketplace.

Marketplace

id: string

The encrypted marketplace value.

Marketplace

name: string

The marketplace name.

Marketplace