Geolocation Object Import and Export

The geolocation.xsd schema supports importing store geolocations based on ZIP code.

When configuring the geolocation object, keep the following in mind:

Object Information Details
Schema file geolocation.xsd
Business Manager import location site > Administration > Site Development > Site Import & Export
Pipelets N/A

The following is a sample XML file containing two geolocation records for the USA:

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<geolocations country-code="US" xmlns="http://www.demandware.com/xml/impex/geolocation/2007-05-01">
	<geolocation postal-code="00501">  
		<city xml:lang="x-default">HOLTSVILLE</city>
		<state xml:lang="x-default">NY</state> 
		<longitude>-72.637078</longitude> 
		<latitude>40.922326</latitude> 
	</geolocation>
	<geolocation postal-code="00544">  
		<city xml:lang="x-default">HOLTSVILLE</city>
		<state xml:lang="x-default">NY</state> 
		<longitude>-72.637078</longitude> 
		<latitude>40.922326</latitude> 
</geolocation>...</geolocations>
    
Note: For information about geolocation values that are part of orders, see the Order Object.
X Privacy Update: We use cookies to make interactions with our websites and services easy and meaningful, to better understand how they are used. By continuing to use this site you are giving us your consent to do this. Privacy Policy.