Selling Partner API SDK for JavaScript
    Preparing search index...

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

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

    Properties

    countryCode: string

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

    defaultCurrencyCode: string

    The ISO 4217 format currency code of the marketplace.

    defaultLanguageCode: string

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

    domainName: string

    The domain name of the marketplace.

    id: string

    The encrypted marketplace value.

    name: string

    The marketplace name.