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

    Specific details to identify a place.

    interface Address {
        addressLine1: string;
        addressLine2?: string;
        city: string;
        companyName?: string;
        countryCode: string;
        districtOrCounty?: string;
        email?: string;
        name: string;
        phoneNumber?: string;
        postalCode: string;
        stateOrProvinceCode?: string;
    }
    Index

    Properties

    addressLine1: string

    Street address information.

    addressLine2?: string

    Additional street address information.

    city: string

    The city.

    companyName?: string

    The name of the business.

    countryCode: string

    The country code in two-character ISO 3166-1 alpha-2 format.

    districtOrCounty?: string

    The district or county.

    email?: string

    The email address.

    name: string

    The name of the individual who is the primary contact.

    phoneNumber?: string

    The phone number.

    postalCode: string

    The postal code.

    stateOrProvinceCode?: string

    The state or province code.