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

    The shipping address for the service job.

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

    Properties

    addressLine1: string

    The first line of the address.

    addressLine2?: string

    Additional address information, if required.

    addressLine3?: string

    Additional address information, if required.

    city?: string

    The city.

    countryCode?: string

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

    county?: string

    The county.

    district?: string

    The district.

    name: string

    The name of the person, business, or institution.

    phone?: string

    The phone number.

    postalCode?: string

    The postal code. This can contain letters, digits, spaces, and/or punctuation.

    stateOrRegion?: string

    The state or region.