Announcement: You can find the guides for Commerce 7.5 and later on the new Elastic Path Documentation site. This Developer Center contains the guides for Commerce 6.13.0 through 7.4.1.Visit new site

This version of Elastic Path Commerce is no longer supported or maintained. To upgrade to the latest version, contact your Elastic Path representative.

Warehouses

Warehouses

A warehouse is a physical location where your goods are stored.

Sample XML: Warehouses


<warehouses>
<warehouse code="UKWarehouse">
    <name>UK Warehouse</name>
    <pick_delay>120</pick_delay>
    <street1>Unit 540, Springfield Industrial Estate</street1>
    <city>Warrington</city>
    <sub_country></sub_country>
    <zip_postal_code>WA12 7J3</zip_postal_code>
    <country>GB</country>
</warehouse>
...
</warehouses>