To import/export warehouses, go to Catalog > Warehouses from the Storefront module menu. Click on the Import or Export link.
Column
|
Type
|
Data required
|
Description
|
Example
|
Act
|
String
|
Yes
|
Type of import action to perform (Insert = i, Update = u, Delete = d)
|
u
|
WarehouseID
|
Integer
|
Yes/No
|
Database object identifier. This value is required when performing an update or delete action if the WarehouseKey is not provided.
|
98
|
WarehouseKey
|
String
|
Yes/No
|
A unique key that can be used to uniquely identify this object. This could be a short meaningful text or simply a GUID. If you don't specify a value, the system will generate a unique key for you during insertion. This key can be used to lookup the object if the WarehouseID is not specified.
|
westcoast
|
City
|
String
|
Yes
|
|
|
CountryCode
|
String
|
Yes
|
|
US
|
CreateDate
|
DateTime
|
No
|
|
|
Description
|
String
|
No
|
Short description.
|
|
District
|
String
|
No
|
|
|
Email
|
String
|
No
|
|
|
Latitude
|
Decimal
|
No
|
Used for calculating distance and showing markers on maps.
|
38.264630
|
LocalTimeZone
|
String
|
Yes
|
Must be a valid .NET TimeZoneInfo name. e.g. "UTC", "Eastern Standard Time" that matches your warehouse location time zone.
|
UTC
|
Longitude
|
Decimal
|
No
|
Used for calculating distance and showing markers on maps.
|
-122.176860
|
Name
|
String
|
Yes
|
Localized name.
|
West Coast Warehouse
|
OpenPublic
|
Boolean
|
Yes
|
Indicate if warehouse is also a store.
|
|
Phone
|
String
|
No
|
|
|
PostalCode
|
String
|
Yes
|
|
|
PublicFridayCloseTime
|
Timestamp
|
No
|
|
20:30
|
PublicFridayOpenTime
|
Timestamp
|
No
|
|
08:00
|
PublicMondayCloseTime
|
Timestamp
|
No
|
|
|
PublicMondayOpenTime
|
Timestamp
|
No
|
|
|
PublicThursdayCloseTime
|
Timestamp
|
No
|
|
|
PublicThursdayOpenTime
|
Timestamp
|
No
|
|
|
PublicTuesdayCloseTime
|
Timestamp
|
No
|
|
|
PublicTuesdayOpenTime
|
Timestamp
|
No
|
|
|
PublicSaturdayCloseTime
|
Timestamp
|
No
|
|
|
PublicSaturdayOpenTime
|
Timestamp
|
No
|
|
|
PublicSundayCloseTime
|
Timestamp
|
No
|
|
|
PublicSundayOpenTime
|
Timestamp
|
No
|
|
|
PublicWednesdayCloseTime
|
Timestamp
|
No
|
|
|
PublicWednesdayOpenTime
|
Timestamp
|
No
|
|
|
SellerID
|
Integer
|
No
|
Associate the seller object by its SellerID.
|
|
Street
|
String
|
Yes
|
|
|
SubdivisionCode
|
String
|
Yes
|
The state, province or region code.
|
US-CA
|
Unit
|
String
|
No
|
|
|
UpdateDate
|
DateTime
|
No
|
|
|