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

    Interface AddressExtendedFields

    Extended address fields for additional address components including the street name or number. Note: Available for grocery sellers and Brazil shipping addresses.

    interface AddressExtendedFields {
        Complement?: string;
        GeoCoordinates?: GeoCoordinates;
        Neighborhood?: string;
        StreetName?: string;
        StreetNumber?: string;
    }
    Index

    Properties

    Complement?: string

    The floor number/unit number in the building/private house number.

    GeoCoordinates?: GeoCoordinates
    Neighborhood?: string

    The neighborhood. This value is only used in some countries (such as Brazil).

    StreetName?: string

    The street name.

    StreetNumber?: string

    The house, building, or property number associated with the location's street address.