XML General

<?xml version="1.0" encoding="UTF-8"?>
<pim xmlns="http://www.apollon.de/omn" schemaVersion="1.16">

    <meta>
        <itm key="messageType">request</itm>
        <itm key="messageMode">delta</itm>
        <itm key="messageTime">2020-09-17T11:32:08.022Z</itm>
        <itm key="sourceEnv">customer-env</itm>
        <itm key="productImportPreProcessor">customerProductImportPreProcessor</itm>
        <itm key="productImportPostProcessor">customerProductImportPostProcessor</itm>
        <itm key="projectImportPostProcessor">defaultProjectImportPostProcessor</itm>
    </meta>

    <locales mode="delta">
        <locale language="en" country="GB" name="English"/>
        <locale language="de" country="DE" name="German"/>
    </locales>

    <tagDefs>
        <tagDef tid="Webshop"/>
        <tagDef tid="PIM Only"/>
    </tagDefs>

    <deletions>
        <deletion dataType="product" tid="0123-456-789-02"/>
        <deletion dataType="attrDef" tid="attr.color"/>
    </deletions>

    <responses>
        <response dataType="attrDef" tid="attr.guid" action="delete">
            <status>SUCCESS</status>
        </response>
        <response dataType="attrDef" tid="attr.description">
            <status>SUCCESS</status>
        </response>
        <response dataType="classification" tid="class01">
            <status>SUCCESS</status>
        </response>
        <response dataType="product" tid="0123-456-789-01">
            <status>SUCCESS</status>
        </response>
        <response dataType="product" tid="0123-456-789-02">
            <status>ERROR</status>
            <description>Please provide a value for the mandatory attribute: "name"</description>
            <itms>
                <itms type="100">
                    <itms type="nodes">
                        <itm key="nodes">/classroot/path/to/node1</itm>
                        <itm key="nodes">/classroot/path/to/node2</itm>
                    </itms>
                </itms>
                <itms type="200">
                    <itms type="id">
                        <itm key="id">123</itm>
                        <itm key="id">456</itm>
                    </itms>
                </itms>
            </itms>
        </response>
        <response dataType="tagDef" tid="TechAttr">
            <status>SUCCESS</status>
        </response>
    </responses>

</pim>

Welcome to the AI Chat!

Write a prompt to get started...