For the complete documentation index, see llms.txt. This page is also available as Markdown.

XML

Universal Import evaluates XML structures so that each child element directly below the root represents one import record.

Structure and columns

  • Each child element under the root is treated as one record.

  • Field values are taken from the child elements of the respective record node.

  • Column names correspond to the XML element names.

Items and shop system

  • For item imports: If a record node contains a child element product_type with the value configurable the entire record is skipped (this serves as a filter for configurable products from e-commerce exports).

Technical details

  • XML-namespaces are supported.

  • All common mapping functions are available:

    • Column mapping

    • Virtual columns

    • Import preview

    • Logging

Last updated