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

    The latitude and longitude coordinates of the shipping address using the WGS84 coordinate system.

    interface GeoCoordinates {
        Latitude?: number;
        Longitude?: number;
    }
    Index

    Properties

    Latitude?: number

    The latitude coordinate of the shipping address using the WGS84 coordinate system.

    Longitude?: number

    The longitude coordinate of the shipping address using the WGS84 coordinate system.