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

    The physical address of the merchant.

    interface MerchantAddress {
        addressLine1?: string;
        addressLine2?: string;
        addressLine3?: string;
        city?: string;
        countryCode?: string;
        districtOrCounty?: string;
        municipality?: string;
        name?: string;
        postalCode?: string;
        stateOrRegion?: string;
    }
    Index

    Properties

    addressLine1?: string

    The primary street address of the merchant's location.

    addressLine2?: string

    Additional address information.

    addressLine3?: string

    Additional address information.

    city?: string

    The city of the address.

    countryCode?: string

    The two-letter country code for the address, in ISO 3166-1 format.

    districtOrCounty?: string

    The district or county of the address.

    municipality?: string

    The municipality of the address.

    name?: string

    The name of the business or facility at this address.

    postalCode?: string

    The postal code or ZIP code of the address.

    stateOrRegion?: string

    The state, province, or region of the address.