Import Export API
The Import/Export API is made up of a pair of REST endpoints that are exposed on the Elastic Path Integration Server. These endpoints allow data to be exported from the system or imported into the system using standard Import/Export XML formats.
With all Integration Server endpoints, these APIs are secured with HTTP Basic Authentication. The credentials are based on username and password of existing Commerce Manager (CM) users.
Export Endpoint
The following endpoint returns an XML document containing data from Elastic Path for the requested data type:
GET integration/api/importexport/export
For more information, see Exports.
Import Endpoint
The following endpoint accepts an XML document containing data to be imported into Elastic Path:
POST integration/api/importexport/import
For more information, see Imports.