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

    Address of the party.

    interface Address {
        addressLine1: string;
        addressLine2?: string;
        addressLine3?: string;
        attention?: string;
        city?: string;
        countryCode: string;
        county?: string;
        district?: string;
        name: string;
        phone?: string;
        postalCode?: string;
        stateOrRegion: string;
    }
    Index

    Properties

    addressLine1: string

    First line of the address. For Amazon label only vendors, this field will have the value xxxxx within the object shipToParty.

    addressLine2?: string

    Additional address information, if required. For Amazon label only vendors, this field will have the value xxxxx within the object shipToParty.

    addressLine3?: string

    Additional address information, if required. For Amazon label only vendors, this field will have the value xxxxx within the object shipToParty.

    attention?: string

    The attention name of the person at that address. For Amazon label only vendors, this field will have the value xxxxx within the object shipToParty.

    city?: string

    The city where the person, business or institution is located. For Amazon label only vendors, this field will have the value xxxxx within the object shipToParty.

    countryCode: string

    The two digit country code. In ISO 3166-1 alpha-2 format.

    county?: string

    The county where person, business or institution is located. For Amazon label only vendors, this field will have the value xxxxx within the object shipToParty.

    district?: string

    The district where person, business or institution is located. For Amazon label only vendors, this field will have the value xxxxx within the object shipToParty.

    name: string

    The name of the person, business or institution at that address. For Amazon label only vendors, this field will have the value xxxxx within the object shipToParty.

    phone?: string

    The phone number of the person, business or institution located at that address. For Amazon label only vendors, this field will have the value xxxxx within the object shipToParty.

    postalCode?: string

    The postal code of that address. It conatins a series of letters or digits or both, sometimes including spaces or punctuation.

    stateOrRegion: string

    The state or region where person, business or institution is located.