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.

Retrieval Configuration

Retrieval Configuration

The retrieval element specifies how to retrieve the import data.

  • The method element must always be set to FILE.
  • The source element must contain the path to the package. If the Packager Configuration (Import) element's type is ZIP, the source must specify a zip file. If type is NONE, source must specify a directory.
    <retrieval>
        <method>FILE</method>
        <source>c:/temp/importexport/export.zip</source>
    </retrieval>
Note: Use the forward slash as the path separator inside the source element.