ExportDataUnitsConfiguration document

Document representing a configuration for the data units which a site export needs to identify what exactly should be exported. All unit types (site specific, global, ...) which should be exported need to be set to ‘true‘. Units set to 'false' are simply ignored with this version and can also be skipped.

PropertyTypeConstraintsDescription
catalog_static_resourcesMap[String, Boolean]The Catalog Static Resources which should be exported. If "all" is included, all available units will be exported.
catalogsMap[String, Boolean]The Catalogs which should be exported. If "all" is included, all available units will be exported.
customer_listsMap[String, Boolean]The Customer Lists which should be exported. If "all" is included, all available units will be exported.
global_dataExportGlobalDataConfigurationThe Global Data which should be exported. If "all" is set, all available units will be exported.
inventory_listsMap[String, Boolean]The Inventory Lists which should be exported. If "all" is included, all available units will be exported.
librariesMap[String, Boolean]The Libraries which should be exported. If "all" is included, all available units will be exported.
library_static_resourcesMap[String, Boolean]The Library Static Resources which should be exported. If "all" is included, all available units will be exported.
price_booksMap[String, Boolean]The Price Books which should be exported. If "all" is included, all available units will be exported.
sitesMap[String, ExportSitesConfiguration]The Sites which should be exported. If property "all" is assigned, all available sites will be exported.