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

    Additional address components that provide more detailed location information, helping with precise delivery routing. Note: Only available with Brazil shipping addresses.

    interface AddressExtendedFields {
        complement?: string;
        neighborhood?: string;
        streetName?: string;
        streetNumber?: string;
    }
    Index

    Properties

    complement?: string

    The floor number / unit number.

    neighborhood?: string

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

    streetName?: string

    The name of the street.

    streetNumber?: string

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