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

    The postal address information.

    interface Address {
        AddressLine1: string;
        AddressLine2?: string;
        AddressLine3?: string;
        City: string;
        CountryCode: string;
        DistrictOrCounty?: string;
        Email: string;
        Name: string;
        Phone: string;
        PostalCode: string;
        StateOrProvinceCode?: string;
    }
    Index

    Properties

    AddressLine1: string

    The street address information.

    AddressLine2?: string

    Additional street address information.

    AddressLine3?: string

    Additional street address information.

    City: string

    The city.

    CountryCode: string

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

    DistrictOrCounty?: string

    The district or county.

    Email: string

    The email address.

    Name: string

    The name of the addressee, or business name.

    Phone: string

    The phone number.

    PostalCode: string

    The zip code or postal code.

    StateOrProvinceCode?: string

    The state or province code. This is a required field in Canada, US, and UK marketplaces, and for shipments that originate in China.