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

    Interface AddressExtendedFields

    The container for address extended fields (such as street name and street number). Currently 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 in the building/private house number.

    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.