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.

Delivery Configuration

Delivery Configuration

The target element under the delivery element specifies the directory where data is exported to.

<delivery>
    <method>FILE</method>
    <!-- Specify target directory in the file system:
      "." - current directory, ".." - parent directory -->
    <target>./</target>
</delivery>