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

    The location where the person, business or institution is located.

    interface Location {
        city?: string;
        countryCode?: string;
        postalCode?: string;
        stateOrRegion?: string;
    }
    Index

    Properties

    city?: string

    The city or town where the person, business or institution is located.

    countryCode?: string

    The two digit country code. Follows ISO 3166-1 alpha-2 format.

    postalCode?: string

    The postal code of that address. It contains a series of letters or digits or both, sometimes including spaces or punctuation.

    stateOrRegion?: string

    The state, county or region where the person, business or institution is located.