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

    The physical address of the customer.

    interface CustomerAddress {
        addressLine1?: string;
        addressLine2?: string;
        addressLine3?: string;
        addressType?: string;
        city?: string;
        companyName?: string;
        countryCode?: string;
        districtOrCounty?: string;
        extendedFields?: AddressExtendedFields;
        municipality?: string;
        name?: string;
        phone?: string;
        postalCode?: string;
        stateOrRegion?: string;
    }
    Index

    Properties

    addressLine1?: string

    The primary street address.

    addressLine2?: string

    Additional address information.

    addressLine3?: string

    Additional address information.

    addressType?: string

    The type of location. Possible values: RESIDENTIAL, COMMERCIAL, PICKUP_POINT

    city?: string

    The city of the address.

    companyName?: string

    The name of the business or organization at this address.

    countryCode?: string

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

    districtOrCounty?: string

    The district or county of the address.

    extendedFields?: AddressExtendedFields
    municipality?: string

    The municipality of the address.

    name?: string

    The full name of the person who will receive the delivery at this address.

    phone?: string

    The contact phone number for delivery coordination and customer communication. Note: The buyer phone number will be suppressed in some cases, including but not limited to: - All FBA (Fulfillment by Amazon) orders. - Shipped FBM (Fulfilled by the merchant) orders when current date is past the latest delivery date.

    postalCode?: string

    The postal code, ZIP code, or equivalent mailing code of the address.

    stateOrRegion?: string

    The state, province, or region of the address.