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

    The shipping address for the order.

    interface Address {
        AddressLine1?: string;
        AddressLine2?: string;
        AddressLine3?: string;
        AddressType?: AddressAddressTypeEnum;
        City?: string;
        CompanyName?: string;
        CountryCode?: string;
        County?: string;
        District?: string;
        ExtendedFields?: AddressExtendedFields;
        Municipality?: string;
        Name?: string;
        Phone?: string;
        PostalCode?: string;
        StateOrRegion?: string;
    }
    Index

    Properties

    AddressLine1?: string

    The street address.

    AddressLine2?: string

    Additional street address information, if required.

    AddressLine3?: string

    Additional street address information, if required.

    The address type of the shipping address.

    City?: string

    The city.

    CompanyName?: string

    The company name of the recipient. Note: This attribute is only available for shipping address.

    CountryCode?: string

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

    County?: string

    The county.

    District?: string

    The district.

    ExtendedFields?: AddressExtendedFields
    Municipality?: string

    The municipality.

    Name?: string

    The name.

    Phone?: string

    The phone number of the buyer. Note: 1. This attribute is only available for shipping address. 2. In some cases, the buyer phone number is suppressed: a. Phone is suppressed for all AFN (fulfilled by Amazon) orders. b. Phone is suppressed for the shipped MFN (fulfilled by seller) order when the current date is past the Latest Delivery Date.

    PostalCode?: string

    The postal code.

    StateOrRegion?: string

    The state or region.