Search

Index

Revindex Storefront

Warehouse

Last updated on 2021-05-10 2 mins. to read

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    
Name String Yes Localized name. West Coast Warehouse
Phone String No    
PostalCode String Yes    
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    

 

Comments


Powered by Revindex Wiki