Skip to content

Instantly share code, notes, and snippets.

@fiko
Last active April 3, 2024 08:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fiko/50b83ee88d2b79fd23031697ad959355 to your computer and use it in GitHub Desktop.
Save fiko/50b83ee88d2b79fd23031697ad959355 to your computer and use it in GitHub Desktop.
Voyado Elevate Testing
<?xml version="1.0" encoding="UTF-8" ?>
<data_import type="full">
<modify market="eb" locale="en-GB">
<product_groups>
<add_or_replace>
<product_group key="1001">
<brand>Gazelle</brand>
<department>Men</department>
<products>
<product key="1001-100">
......
</product>
</products>
</product_group>
</add_or_replace>
</product_groups>
</modify>
<modify market="tsa" locale="en-GB">
<product_groups>
<add_or_replace>
<product_group key="1001">
<brand>Gazelle</brand>
<department>Men</department>
<products>
<product key="1001-100">
......
</product>
</products>
</product_group>
</add_or_replace>
</product_groups>
</modify>
</data_import>
# Voyado Elevate Testing
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment