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.

Packager Configuration

Packager Configuration

The packager element specifies how the exported data is packaged. The type attribute can be set to:

  • ZIP - creates a zip archive of the exported data
  • NONE - stores the data in a directory

The packagename attribute specifies the name of the exported zip file. This attribute is only required if the type is set to ZIP.

<packager type="ZIP" packagename="products.zip" />