Amazon Selling Partner API (SP-API) SDK for TypeScript
    Preparing search index...

    The physical address of the location.

    interface TrackingMilestoneAddress {
        city?: string;
        countryCode?: string;
        region?: string;
    }
    Index
    city?: string

    The city where the milestone occurred.

    countryCode?: string

    The two-character country code in ISO 3166-1 alpha-2 format (for example, US).

    region?: string

    The state or region where the milestone occurred.