{"info":{"_postman_id":"7ad47538-9331-48d7-add5-c705c50a116b","name":"ZOOVU API V3 PUBLIC","description":"<html><head></head><body><h1 id=\"5-minute-search-setup-guide\">5 Minute search setup Guide</h1>\n<p><strong>​Please make sure to always use encrypted communication via HTTPS to the API.</strong></p>\n<h2 id=\"1-upload-products-to-the-api\">1. Upload products to the API</h2>\n<p>​<br>Simply use the \"<a href=\"https://documenter.getpostman.com/view/1933592/SWTBfdoi?version=latest#9e50aefc-87d0-4b02-8bee-ab017d5489ac\">create or update products</a>\" endpoint to upload products.<br>​<br>Let us use some example data. Just send a POST request to<br>{{BASE}}/products?apiKey={{APIKEY}}</p>\n<p><strong>BASE URL: <a href=\"https://api.data.zoovu.com/\">https://api.data.zoovu.com/</a></strong><br>​<br>with this Body JSON:<br>​</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-javascript\">{\n    \"products\": [\n                {\n            \"identifier\": \"61149\",\n            \"groupIdentifier\": \"61149\",\n            \"name\": \"Branching Life Wall Hanging\",\n            \"productUrl\": \"https://www.tenthousandvillages.com/wall-decor/e252ce8d53a61149d6c2d0a7c5147617\",\n            \"categories\": [\n                {\n                    \"path\": [\n                        \"Home\",\n                        \"Decoration\"\n                    ]\n                },\n                {\n                    \"path\": [\n                        \"Home\",\n                        \"House\",\n                        \"Living Room\"\n                    ]\n                }\n            ],\n            \"settings\": {\n                \"includeUserGroups\": [\n                    \"23\",\n                    \"42\"\n                ],\n                \"excludeUserGroups\": [\n                    \"64\"\n                ]\n            },\n            \"images\": [\n                {\n                    \"url\": \"https://www.tenthousandvillages.com/media/catalog/product/cache/1/large_image/100x100/9df78eab33525d08d6e5fb8d27136e95/6/6/6607890_1.jpg\",\n                    \"type\":\"LARGE\"\n                },\n                {\n                    \"url\": \"https://www.tenthousandvillages.com/media/catalog/product/cache/1/small_image/100x100/9df78eab33525d08d6e5fb8d27136e95/6/6/6607890_1.jpg\",\n                    \"type\":\"SMALL\"\n                },\n                {\n                    \"url\": \"https://www.tenthousandvillages.com/media/catalog/product/cache/1/thumb_image/100x100/9df78eab33525d08d6e5fb8d27136e95/6/6/6607890_1.jpg\",\n                    \"type\":\"THUMB\"\n                }\n            ],\n            \"attributes\": [\n                {\n                    \"key\": \"Price\",\n                    \"value\": \"175\"\n                },\n                {\n                    \"key\": \"Price\",\n                    \"value\": \"170\",\n                    \"userGroups\": [\n                        \"23, 42\"\n                    ]\n                },\n                {\n                    \"key\": \"Color\",\n                    \"value\": \"blue\"\n                },\n                {\n                    \"key\": \"Made in\",\n                    \"value\": \"Peru\"\n                },\n                {\n                    \"key\": \"Description\",\n                    \"value\": \"Blending different colors to create specific hues|Cotton threads form the warp; wool coils form the weft.|Peruvian artisans used coiled wool to create this painterly image with depth and feeling.|Peruvian weavers use wool from sheep of the Andes.|They wash it in a local river|To make coiled wool tapestries|card and dye it.|ready to create a tapestry on a wooden loom.|they roll the wool fibers into long strands - \\\"I love it\\\"\"\n                }\n            ]\n        },{\n            \"identifier\": \"6379b9_B\",\n            \"groupIdentifier\": \"937\",\n            \"name\": \"Garden Kitty Planter (Small)\",\n            \"productUrl\": \"https://www.tenthousandvillages.com/pet-parent/6379b95b7e4577dd7216dd13ae6ba0d4\",\n            \"categories\": [\n                {\n                     \"path\": [\n                         \"Home\",\n                        \"Garden\",\n                        \"Garden Maintainance\"\n                    ]\n                }\n            ],\n            \"image\": \"https://www.tenthousandvillages.com/media/catalog/product/cache/1/small_image/100x100/9df78eab33525d08d6e5fb8d27136e95/6/6/6607890_1.jpg\",\n            \"attributes\": [\n                {\n                    \"key\": \"Price\",\n                    \"value\": \"10.99\"\n                },\n                {\n                    \"key\": \"Price\",\n                    \"value\": \"6.99\",\n                    \"userGroups\" : [\"42\"]\n                },\n                {\n                    \"key\": \"Price\",\n                    \"value\": \"2.99\",\n                    \"userGroups\" : [\"23\"]\n                },\n                {\n                    \"key\": \"Color\",\n                    \"value\": \"red\"\n                },\n                {\n                    \"key\": \"Made in\",\n                    \"value\": \"USA\"\n                },\n                {\n                    \"key\": \"Description\",\n                    \"value\": \"The Garden Kitty Planter is handcrafted in Bangladesh where makers from Corr-The Jute Works showcase their skill in ceramics by crafting each white-washed terracotta planter by hand.|The perfect pot for cat nip!\"\n                }\n            ]\n        },\n        {\n            \"identifier\": \"6379b9_C\",\n            \"groupIdentifier\": \"937\",\n            \"name\": \"Garden Kitty Planter (Small) Typ C\",\n            \"productUrl\": \"https://www.tenthousandvillages.com/pet-parent/6379b95b7e4577dd7216dd13ae6ba0d4\",\n            \"categories\": [\n                {\n                    \"path\": [\n                        \"Home\",\n                        \"Garden\",\n                        \"Garden Maintainance\"\n                    ]\n                }\n            ],\n            \"image\": \"https://www.tenthousandvillages.com/media/catalog/product/cache/1/small_image/100x100/9df78eab33525d08d6e5fb8d27136e95/6/6/6607890_1.jpg\",\n            \"attributes\": [\n                {\n                    \"key\": \"Price\",\n                    \"value\": \"5.99\"\n                },\n                {\n                    \"key\": \"Price\",\n                    \"value\": \"3.99\",\n                    \"userGroups\" : [\"23\"]\n                },\n                {\n                    \"key\": \"Price\",\n                    \"value\": \"7.99\",\n                    \"userGroups\" : [\"42\"]\n                },\n                {\n                    \"key\": \"Made in\",\n                    \"value\": \"Germany\",\n                    \"userGroups\" : [\"23\"]\n                },\n                {\n                    \"key\": \"Color\",\n                    \"value\": \"green\"\n                },\n                {\n                    \"key\": \"Description\",\n                    \"value\": \"The Garden Kitty Planter is handcrafted in Bangladesh where makers from Corr-The Jute Works showcase their skill in ceramics by crafting each white-washed terracotta planter by hand.|The perfect pot for cat nip!\"\n                }\n            ]\n        }\n    ]\n}\n\n</code></pre>\n<p>In the request response you will get information about the running task since the update runs <strong>asynchronously</strong> on the server. The response might look like this:<br>​</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-javascript\">{\n    \"message\": \"Update will now be started\",\n    \"status\": \"success\",\n    \"task\": {\n        \"projectId\": 8,\n        \"taskStatus\": \"RUNNING\",\n        \"failure\": false,\n        \"requestTime\": \"1586885089508\",\n        \"startTime\": \"1586885089884\",\n        \"finishTime\": null,\n        \"nrOfItems\": 8,\n        \"progress\": 0,\n        \"id\": \"5e95f1e1b29702008d86d0d8\"\n    }\n}\n\n</code></pre>\n<p>​<br>​</p>\n<h2 id=\"2-wait-for-the-update-to-finish\">2. Wait for the Update to finish</h2>\n<p>​<br>In step 1 you received a task id. To check whether the update has been processed you can call the <a href=\"https://documenter.getpostman.com/view/1933592/SWTBfdoi?version=latest#3f3467b1-f55c-438a-8ea0-a911f847e6b3\">get task information</a> endpoint.<br>​</p>\n<p>Simply send a GET request to<br>{{BASE}}/tasks/{{TASKID}}?apiKey={{APIKEY}} and put in the task id from your previous response.<br>​<br>The task contains a <strong>progress</strong> field with a float value between 0 and 1. If the progress is 1 your update has finished.<br>​</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-javascript\">{\n    \"message\": \"Task received\",\n    \"status\": \"success\",\n    \"task\": {\n        \"projectId\": 8,\n        \"taskStatus\": \"FINISHED\",\n        \"failure\": false,\n        \"requestTime\": \"1586885089508\",\n        \"startTime\": \"1586885089884\",\n        \"finishTime\": \"1586885099136\",\n        \"nrOfItems\": 8,\n        \"progress\": 1,\n        \"id\": \"5e95f1e1b29702008d86d0d8\"\n    }\n}\n\n</code></pre>\n<p>​</p>\n<h2 id=\"3-implement-the-search\">3. Implement the Search</h2>\n<p>​<br>The final step is to implement the search API endpoint and the autosuggestion API endpoint from here: <a href=\"https://documenter.getpostman.com/view/1933592/SWTBfdoi?version=latest#0e67e902-66cb-4c3b-ac36-2a27b46f7615\">search</a></p>\n<p>Please make sure to always attach a sessionId query parameter to suggestion/search queries.</p>\n<p>And also make sure to forward the client IP address via HTTP header called HTTP_CLIENT_IP - otherwise settings like \"max queries per IP per hour\" do not work.</p>\n<p>Optional: Of course you may build your own search frontend by implementing the search API endpoints but we already have built a JavaScript plugin that is ready to be used, mobile ready, accessibility tested, and highly customizable. You may use this free of charge.<br>​<br>Take this sample HTML and just replace <strong>PROJECT_ID</strong> with your project id.<br>​<br>The rest is handled automatically by the imported script as described in more detail here: <a href=\"https://semantic-studio-docs.zoovu.com/installation-guide\">https://semantic-studio-docs.zoovu.com/installation-guide</a><br>​</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-html\">&lt;html lang=\"en\"&gt;  \n&lt;head&gt;  \n &lt;meta charset=\"utf-8\"/&gt;  \n &lt;meta name=\"viewport\" content=\"width=device-width,initial-scale=1.0\"/&gt;  \n &lt;title&gt;Simple Example&lt;/title&gt;  \n  &lt;comment class=&amp;#x27;preserveHtml&amp;#x27; class=&amp;#x27;preserveHtml&amp;#x27; class=&amp;#x27;preserveHtml&amp;#x27; class=&amp;#x27;preserveHtml&amp;#x27; class=&amp;#x27;preserveHtml&amp;#x27; class=&amp;#x27;preserveHtml&amp;#x27;&gt; simple styles for the demo     --&gt;  \n&lt;/head&gt;  \n&lt;body&gt;  \n  &lt;comment class=&amp;#x27;preserveHtml&amp;#x27; class=&amp;#x27;preserveHtml&amp;#x27; class=&amp;#x27;preserveHtml&amp;#x27; class=&amp;#x27;preserveHtml&amp;#x27; class=&amp;#x27;preserveHtml&amp;#x27; class=&amp;#x27;preserveHtml&amp;#x27;&gt; the header content of your page    --&gt;  \n  &lt;header id=\"header\"&gt;  \n &lt;h1 class=&amp;#x27;preserveHtml&amp;#x27; class=&amp;#x27;preserveHtml&amp;#x27; class=&amp;#x27;preserveHtml&amp;#x27; class=&amp;#x27;preserveHtml&amp;#x27; class=&amp;#x27;preserveHtml&amp;#x27; class=&amp;#x27;preserveHtml&amp;#x27;&gt;Search Example&lt;/h1&gt;  \n &lt;/header&gt;  \n  &lt;comment class=&amp;#x27;preserveHtml&amp;#x27; class=&amp;#x27;preserveHtml&amp;#x27; class=&amp;#x27;preserveHtml&amp;#x27; class=&amp;#x27;preserveHtml&amp;#x27; class=&amp;#x27;preserveHtml&amp;#x27; class=&amp;#x27;preserveHtml&amp;#x27;&gt; the input field, the id must be placed in the setting \"searchBoxSelector\" at the bottom of the page     --&gt;  \n  &lt;section class=&amp;#x27;preserveHtml&amp;#x27; class=&amp;#x27;preserveHtml&amp;#x27; class=&amp;#x27;preserveHtml&amp;#x27; class=&amp;#x27;preserveHtml&amp;#x27; class=&amp;#x27;preserveHtml&amp;#x27; id=\"search\" role=\"search\" class=\"search\"&gt;  \n  &lt;input id=\"searchBox\" type=\"text\" placeholder=\"search\"/&gt;  \n &lt;/section&gt;  &lt;comment class=&amp;#x27;preserveHtml&amp;#x27; class=&amp;#x27;preserveHtml&amp;#x27; class=&amp;#x27;preserveHtml&amp;#x27; class=&amp;#x27;preserveHtml&amp;#x27; class=&amp;#x27;preserveHtml&amp;#x27; class=&amp;#x27;preserveHtml&amp;#x27;&gt; the main content area of your page     --&gt;  \n  &lt;main role=\"main\" id=\"main\"&gt;  \n &lt;/main&gt;  &lt;comment class=&amp;#x27;preserveHtml&amp;#x27; class=&amp;#x27;preserveHtml&amp;#x27; class=&amp;#x27;preserveHtml&amp;#x27; class=&amp;#x27;preserveHtml&amp;#x27; class=&amp;#x27;preserveHtml&amp;#x27; class=&amp;#x27;preserveHtml&amp;#x27;&gt; end main     --&gt;  \n &lt;comment class=&amp;#x27;preserveHtml&amp;#x27; class=&amp;#x27;preserveHtml&amp;#x27; class=&amp;#x27;preserveHtml&amp;#x27; class=&amp;#x27;preserveHtml&amp;#x27; class=&amp;#x27;preserveHtml&amp;#x27; class=&amp;#x27;preserveHtml&amp;#x27;&gt; Beginning of SS360 scripts     --&gt;  &lt;script&gt;  \n  var ss360Config =  \n            {  \n                baseUrl: 'https://api-v3.semknox.com/search?projectId=PROJECT_ID',  \n  siteId: \"PROJECT_ID\",  \n  showImagesResults: true,  \n  showResultLink: false,  \n  showErrors: true,  \n  layout: {  \n                    navigation: {position: \"top\",}  \n                },  \n  style: {defaultCss: true, animationSpeed: 200, themeColor: '#313648'},  \n  searchBox: {selector: \"#searchBox\"},  \n  results: {  \n                    embedConfig: {contentBlock: \"#main\"},  \n  caption: \"Found #COUNT# search results for your query #QUERY#\",  \n  moreResultsButton: \"Show more results\",  \n  noResultsText: \"&lt;p class=&amp;#x27;preserveHtml&amp;#x27; class=&amp;#x27;preserveHtml&amp;#x27; class=&amp;#x27;preserveHtml&amp;#x27; class=&amp;#x27;preserveHtml&amp;#x27; class=&amp;#x27;preserveHtml&amp;#x27; class=&amp;#x27;preserveHtml&amp;#x27;&gt;I got &lt;strong class=&amp;#x27;preserveHtml&amp;#x27; class=&amp;#x27;preserveHtml&amp;#x27; class=&amp;#x27;preserveHtml&amp;#x27; class=&amp;#x27;preserveHtml&amp;#x27; class=&amp;#x27;preserveHtml&amp;#x27; class=&amp;#x27;preserveHtml&amp;#x27;&gt;NOTHING&lt;/b&gt;&lt;/p&gt;\",  \n  queryCorrectionText: \"Did you mean \\\"#CORRECTION#\\\"?\",  \n  moreResultsPagingSize: 5  \n  },  \n  };  \n  &lt;/script&gt;  \n &lt;script type=\"module\" src=\"https://cdn.sitesearch360.com/sitesearch360-v12.mjs\"&gt;&lt;/script&gt;  \n &lt;script nomodule src=\"https://cdn.sitesearch360.com/sitesearch360-v12.min.js\"&gt;&lt;/script&gt;  \n&lt;/body&gt;  \n&lt;/html&gt;\n\n</code></pre>\n<p>​<br>And that's all there is to get the search up an running. Of course there are plenty of configuration options.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"5 Minute search setup Guide","slug":"5-minute-search-setup-guide"}],"owner":"1933592","collectionId":"7ad47538-9331-48d7-add5-c705c50a116b","publishedId":"SWTBfdoi","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"0079BC"},"publishDate":"2022-06-22T21:05:35.000Z"},"item":[{"name":"SEARCH","item":[{"name":"product search","id":"0e67e902-66cb-4c3b-ac36-2a27b46f7615","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"HTTP_CLIENT_IP","value":"<IP>","description":"<p>Please insert the client IP triggering the search to prevent abuse of the API. The feature \"query per IP per hour/minute\" is only usable with the transmission of the IP address of the searching visitor.</p>\n","type":"text"}],"url":"{{BASE}}/search?projectId={{PROJECTID}}&apiKey={{APIKEY}}&query=*&offset=0&limit=100&filters=%5B%5D&sort=&sortComplex=%7B%7D&userGroup={{USERGROUP}}&catalogId={{CATALOGID}}&sessionId=4u43njwqj4b5h43jk2n4j54bwbj43&autocorrect=true","description":"<p>Search products by query.</p>\n<p>Please make sure to always attach a sessionId query parameter to suggestion/search queries.</p>\n<p>And also make sure to forward the client IP address via HTTP header called HTTP_CLIENT_IP - otherwise settings like \"max queries per IP per hour\" do not work.</p>\n","urlObject":{"path":["search"],"host":["{{BASE}}"],"query":[{"key":"projectId","value":"{{PROJECTID}}"},{"key":"apiKey","value":"{{APIKEY}}"},{"description":{"content":"<p>Any</p>\n","type":"text/plain"},"key":"query","value":"*"},{"description":{"content":"<p>Any integer value</p>\n","type":"text/plain"},"key":"offset","value":"0"},{"description":{"content":"<p>Between 0 and 1000</p>\n","type":"text/plain"},"key":"limit","value":"100"},{"description":{"content":"<p>[] - JSON array containing filters for product search OR content search (NOT both at the same time) </p>\n<p>E.g. with collection and range filter: </p>\n<p>[{\"name\":\"Farbe\", \"type\":\"products\", \"values\":[{\"name\":\"Rot\"}]}, {\"name\":\"Preis\", \"type\":\"products\", \"min\":2.0, \"max\":10.0}] </p>\n<p>or  </p>\n<p>[{\"name\":\"Topics\", \"type\":\"content\", \"values\":[{\"value\":\"Beach\"}]}] </p>\n<p>Please notice: The JSON needs to be URL encoded! Please make sure the JSON has the exact form shown here, eg. numeric filter objects have always min and max attributes set. We distinguish between filters for product search and content search.</p>\n<p>To make the filtering work, each filter needs to be configured in the Control Panel's filter section first.</p>\n<p>Besides filtering based on the values returned in a JSON answer of the API, you may also use conceptIdNames or database ids to filter independant of configured frontend filter. That way you may filter programmatically for any attribute given in the data.</p>\n<p>[{\"conceptIdName\": \"SUPPLIER\", \"type\":\"products\", \"values\":[{\"conceptIdName\": \"SUPPLIER_#_LIEFERANT_A\"}]}]</p>\n<p>[{\"id\": 22, \"type\":\"products\", \"values\":[{\"id\": 2323}]}</p>\n<p>Filtering for a BOOLEAN concept type would look like this:</p>\n<p>[{\"conceptIdName\":\"BLUETOOTH_AVAILABLE\",\"values\":[{\"value\":\"true\"}]}]</p>\n<p>Again, the JSON needs to be URL encoded. Please look up conceptIdName or database ids within the concept view of the Control Panel or via the concept API.</p>\n","type":"text/plain"},"key":"filters","value":"%5B%5D"},{"description":{"content":"<p>A string containing the name of the sort option - e.g. \"preis aufsteigend\" - URL encoded!</p>\n","type":"text/plain"},"key":"sort","value":""},{"description":{"content":"<p>{} - JSON object containing the sorting information.</p>\n<p>Example:</p>\n<p>{\"key\": \"123421\", \"direction\":\"ASC\"}</p>\n<p>Please notice, the JSON needs to be URL encoded!</p>\n<p>It is possible to use conceptIdNames as well:</p>\n<p>{\"conceptIdName\": \"DIAMETER_INTERNAL\", \"direction\":\"ASC\"}</p>\n<p>Finally there is the possibility to sort by a certain rankingStrategy, if you look up the ranking strategy identifier in the Control Panel:</p>\n<p>{\"rankingStrategyId\":\"60fe8a94097548517a966752\", \"type\":\"STRATEGY\"}</p>\n","type":"text/plain"},"key":"sortComplex","value":"%7B%7D"},{"description":{"content":"<p>You may add a user group for the user who is currently searching. If set, all user-group-specific attributes will be internally used.</p>\n","type":"text/plain"},"key":"userGroup","value":"{{USERGROUP}}"},{"key":"catalogId","value":"{{CATALOGID}}"},{"description":{"content":"<p>Please add a sessionId for the user to each request</p>\n","type":"text/plain"},"key":"sessionId","value":"4u43njwqj4b5h43jk2n4j54bwbj43"},{"description":{"content":"<p>You may turn the autocorrection off at some point. This allows you to do Google style SERPs with \"We searched for 'teacup'. Search for 'Teecup' instead\"</p>\n","type":"text/plain"},"key":"autocorrect","value":"true"}],"variable":[]}},"response":[{"id":"ea34cfd9-bd60-4f24-93b8-ba2a2a7ff9f2","name":"product search basic","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{BASE}}/search?projectId={{PROJECTID}}&apiKey={{APIKEY}}&query=*&offset=0&limit=100&filters=%5B%5D&sort=&sortComplex=%7B%7D&userGroup=testgroup&sessionId=4u43njwqj4b5h43jk2n4j54bwbj43","host":["{{BASE}}"],"path":["search"],"query":[{"key":"projectId","value":"{{PROJECTID}}"},{"key":"apiKey","value":"{{APIKEY}}"},{"key":"query","value":"*","description":"Any"},{"key":"offset","value":"0","description":"Any integer value"},{"key":"limit","value":"100","description":"Between 0 and 1000"},{"key":"filters","value":"%5B%5D","description":"[] - JSON array containing filters for product search OR content search (NOT both at the same time) e.g. with collection and range filter: [{\"name\":\"Farbe\", \"type\":\"products\", \"values\":[{\"value\":\"Rot\"}]}, {\"name\":\"Preis\", \"type\":\"products\", \"min\":2.0, \"max\":10.0}] or  [{\"name\":\"Topics\", \"type\":\"content\", \"values\":[{\"value\":\"Beach\"}]}] - URL encoded! Please make sure the JSON has the exact form shown here, eg. numeric filter objects have always min and max attributes set. We distinguish between filters for product search and content search."},{"key":"sort","value":"","description":"A string containing the name of the sort option - e.g. \"preis aufsteigend\" - URL encoded!"},{"key":"sortComplex","value":"%7B%7D","description":"{} - JSON object containing the sorting information: {\"key\": \"123421\", \"direction\":\"ASC\"} - URL encoded!\nfor rankingStrategies it would be:{\"rankingStrategyId\":\"60fe8a94097548517a966752\", \"type\":\"STRATEGY\"}"},{"key":"userGroup","value":"testgroup","description":"You may add a user group for the user who is currently searching. If set, all user-group-specific attributes will be internally used."},{"key":"sessionId","value":"4u43njwqj4b5h43jk2n4j54bwbj43","description":"Please add a sessionId for the user to each request"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 01 Apr 2022 08:10:24 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"11525"},{"key":"Connection","value":"keep-alive"},{"key":"allow-control-allow-origin","value":"*"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-allow-methods","value":"GET, POST, OPTIONS, DELETE, PUT"},{"key":"access-control-allow-headers","value":"Authorization"},{"key":"access-control-allow-headers","value":"language"},{"key":"access-control-allow-headers","value":"Content-Type"},{"key":"access-control-allow-headers","value":"Content-Encoding"},{"key":"access-control-allow-headers","value":"Origin"},{"key":"access-control-allow-headers","value":"X-Requested-With"},{"key":"access-control-allow-headers","value":"Accept"},{"key":"access-control-allow-headers","value":"SHOPSYSVER"},{"key":"access-control-allow-headers","value":"EXTVER"},{"key":"access-control-allow-headers","value":"SHOPSYS"},{"key":"access-control-allow-headers","value":"SEARCHINTEGRATION"},{"key":"access-control-allow-headers","value":"SEARCHINTEGRATIONVER"},{"key":"content-encoding","value":"gzip"},{"key":"strict-transport-security","value":"max-age=63072000"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"6f4fd91bbfda9a09-FRA"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"searchResults\": [\n        {\n            \"type\": \"products\",\n            \"name\": \"Products\",\n            \"totalResults\": 42,\n            \"totalResultsVariants\": 81,\n            \"results\": [\n                [\n                    {\n                        \"identifier\": \"058e613db53d782adfc9f2ccb43c45fe\",\n                        \"groupId\": \"058e613db53d782adfc9f2ccb43c45fe\",\n                        \"sxId\": 1409536,\n                        \"sxCategoryId\": \"BINDINGS\",\n                        \"dataPoints\": [\n                            {\n                                \"id\": 3012894,\n                                \"key\": \"shop-specific-url\",\n                                \"type\": \"PASS_ON\",\n                                \"value\": \"/en/Wakeboarding/Bindings/Binding-O-BRIEN-DECADE-CT.html\"\n                            }\n                        ],\n                        \"image\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/540_340_75/obrien_decade_ct_boot_2010_1.jpg\",\n                        \"name\": \"Bindung O'BRIEN DECADE CT\",\n                        \"images\": [\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/540_340_75/obrien_decade_ct_boot_2010_1.jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/665_665_75/obrien_decade_ct_boot_2010_1.jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/87_87_75/obrien_decade_ct_boot_2010_1.jpg\"\n                            }\n                        ],\n                        \"link\": \"//semknox-oxid-ddev.ddev.site:444/Wakeboarding/Bindungen/Bindung-O-BRIEN-DECADE-CT-2010.html?force_sid=f822af4d150ebeb8740941b3ba4e7a9b\",\n                        \"resultSet\": null,\n                        \"master\": true,\n                        \"head\": true,\n                        \"relevance\": 1000\n                    }\n                ],\n                [\n                    {\n                        \"identifier\": \"dc5ffdf380e15674b56dd562a7cb6aec\",\n                        \"groupId\": \"dc5ffdf380e15674b56dd562a7cb6aec\",\n                        \"sxId\": 1409527,\n                        \"sxCategoryId\": \"BELT\",\n                        \"dataPoints\": [\n                            {\n                                \"id\": 3012894,\n                                \"key\": \"shop-specific-url\",\n                                \"type\": \"PASS_ON\",\n                                \"value\": \"/Bekleidung/Fashion/Accessoires/Kuyichi-Lederguertel-JEVER.html\"\n                            }\n                        ],\n                        \"image\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/540_340_75/p1170221_1.jpg\",\n                        \"name\": \"Kuyichi Ledergürtel JEVER\",\n                        \"images\": [\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/540_340_75/p1170221_1.jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/2/540_340_75/p1170222_1.jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/665_665_75/p1170221_1.jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/2/665_665_75/p1170222_1.jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/87_87_75/p1170221_1.jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/2/87_87_75/p1170222_1.jpg\"\n                            }\n                        ],\n                        \"link\": \"//semknox-oxid-ddev.ddev.site:444/Bekleidung/Fashion/Accessoires/Kuyichi-Lederguertel-JEVER.html?force_sid=f822af4d150ebeb8740941b3ba4e7a9b\",\n                        \"resultSet\": null,\n                        \"master\": true,\n                        \"head\": true,\n                        \"relevance\": 999\n                    }\n                ],\n                [\n                    {\n                        \"identifier\": \"6b65c82bfe8fa19865d560f8c1a905b4\",\n                        \"groupId\": \"531b537118f5f4d7a427cdb825440922\",\n                        \"sxId\": 1409602,\n                        \"sxCategoryId\": \"JEANS\",\n                        \"dataPoints\": [\n                            {\n                                \"id\": 3012894,\n                                \"key\": \"shop-specific-url\",\n                                \"type\": \"PASS_ON\",\n                                \"value\": \"/Bekleidung/Fashion/Fuer-Sie/Jeans/Kuyichi-Jeans-ANNA-W-30-L-30-Smoke-Gray.html\"\n                            }\n                        ],\n                        \"image\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/540_340_75/front_z1(4)sg(2).jpg\",\n                        \"name\": \"Kuyichi Jeans ANNA\",\n                        \"images\": [\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/540_340_75/front_z1(4)sg(2).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/2/540_340_75/back_z2(4)sg(2).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/3/540_340_75/detail1_z3(4)sg(2).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/4/540_340_75/detail2_z4(4)sg(2).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/665_665_75/front_z1(4)sg(2).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/2/665_665_75/back_z2(4)sg(2).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/3/665_665_75/detail1_z3(4)sg(2).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/4/665_665_75/detail2_z4(4)sg(2).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/87_87_75/front_z1(4)sg(2).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/2/87_87_75/back_z2(4)sg(2).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/3/87_87_75/detail1_z3(4)sg(2).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/4/87_87_75/detail2_z4(4)sg(2).jpg\"\n                            }\n                        ],\n                        \"link\": \"//semknox-oxid-ddev.ddev.site:444/Bekleidung/Fashion/Fuer-Sie/Jeans/Kuyichi-Jeans-ANNA-W-30-L-30-Smoke-Gray.html?force_sid=f822af4d150ebeb8740941b3ba4e7a9b\",\n                        \"resultSet\": null,\n                        \"head\": true,\n                        \"relevance\": 998\n                    },\n                    {\n                        \"identifier\": \"6b6d187d3f648ab5d7875ce863244095\",\n                        \"groupId\": \"531b537118f5f4d7a427cdb825440922\",\n                        \"sxId\": 1409585,\n                        \"sxCategoryId\": \"JEANS\",\n                        \"dataPoints\": [\n                            {\n                                \"id\": 3012894,\n                                \"key\": \"shop-specific-url\",\n                                \"type\": \"PASS_ON\",\n                                \"value\": \"/Bekleidung/Fashion/Fuer-Sie/Jeans/Kuyichi-Jeans-ANNA-W-31-L-34-Super-Blue.html\"\n                            }\n                        ],\n                        \"image\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/540_340_75/front_z1(4)sb.jpg\",\n                        \"name\": \"Kuyichi Jeans ANNA\",\n                        \"images\": [\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/540_340_75/front_z1(4)sb.jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/2/540_340_75/back_z2(4)sb.jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/3/540_340_75/detail1_z3(4)sb.jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/4/540_340_75/detail2_z4(4)sb.jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/665_665_75/front_z1(4)sb.jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/2/665_665_75/back_z2(4)sb.jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/3/665_665_75/detail1_z3(4)sb.jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/4/665_665_75/detail2_z4(4)sb.jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/87_87_75/front_z1(4)sb.jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/2/87_87_75/back_z2(4)sb.jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/3/87_87_75/detail1_z3(4)sb.jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/4/87_87_75/detail2_z4(4)sb.jpg\"\n                            }\n                        ],\n                        \"link\": \"//semknox-oxid-ddev.ddev.site:444/Bekleidung/Fashion/Fuer-Sie/Jeans/Kuyichi-Jeans-ANNA-W-31-L-34-Super-Blue.html?force_sid=f822af4d150ebeb8740941b3ba4e7a9b\",\n                        \"resultSet\": null,\n                        \"head\": true,\n                        \"relevance\": 997\n                    },\n                    {\n                        \"identifier\": \"6b6cf1ed0c0b3e784b05b1c9c207d352\",\n                        \"groupId\": \"531b537118f5f4d7a427cdb825440922\",\n                        \"sxId\": 1409553,\n                        \"sxCategoryId\": \"JEANS\",\n                        \"dataPoints\": [\n                            {\n                                \"id\": 3012894,\n                                \"key\": \"shop-specific-url\",\n                                \"type\": \"PASS_ON\",\n                                \"value\": \"/Bekleidung/Fashion/Fuer-Sie/Jeans/Kuyichi-Jeans-ANNA-W-34-L-34-Super-Blue.html\"\n                            }\n                        ],\n                        \"image\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/540_340_75/front_z1(4)sb(1).jpg\",\n                        \"name\": \"Kuyichi Jeans ANNA\",\n                        \"images\": [\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/540_340_75/front_z1(4)sb(1).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/2/540_340_75/back_z2(4)sb(1).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/3/540_340_75/detail1_z3(4)sb(1).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/4/540_340_75/detail2_z4(4)sb(1).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/665_665_75/front_z1(4)sb(1).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/2/665_665_75/back_z2(4)sb(1).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/3/665_665_75/detail1_z3(4)sb(1).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/4/665_665_75/detail2_z4(4)sb(1).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/87_87_75/front_z1(4)sb(1).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/2/87_87_75/back_z2(4)sb(1).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/3/87_87_75/detail1_z3(4)sb(1).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/4/87_87_75/detail2_z4(4)sb(1).jpg\"\n                            }\n                        ],\n                        \"link\": \"//semknox-oxid-ddev.ddev.site:444/Bekleidung/Fashion/Fuer-Sie/Jeans/Kuyichi-Jeans-ANNA-W-34-L-34-Super-Blue.html?force_sid=f822af4d150ebeb8740941b3ba4e7a9b\",\n                        \"resultSet\": null,\n                        \"head\": true,\n                        \"relevance\": 996\n                    },\n                    {\n                        \"identifier\": \"6b628e6a8ffa98fea6f2ee9d708b1b23\",\n                        \"groupId\": \"531b537118f5f4d7a427cdb825440922\",\n                        \"sxId\": 1409594,\n                        \"sxCategoryId\": \"JEANS\",\n                        \"dataPoints\": [\n                            {\n                                \"id\": 3012894,\n                                \"key\": \"shop-specific-url\",\n                                \"type\": \"PASS_ON\",\n                                \"value\": \"/Bekleidung/Fashion/Fuer-Sie/Jeans/Kuyichi-Jeans-ANNA-W-31-L-34-Blau.html\"\n                            }\n                        ],\n                        \"image\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/540_340_75/front_z1(4).jpg\",\n                        \"name\": \"Kuyichi Jeans ANNA\",\n                        \"images\": [\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/540_340_75/front_z1(4).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/2/540_340_75/back_z2(4).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/3/540_340_75/detail1_z3(4).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/4/540_340_75/detail2_z4(4).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/665_665_75/front_z1(4).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/2/665_665_75/back_z2(4).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/3/665_665_75/detail1_z3(4).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/4/665_665_75/detail2_z4(4).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/87_87_75/front_z1(4).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/2/87_87_75/back_z2(4).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/3/87_87_75/detail1_z3(4).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/4/87_87_75/detail2_z4(4).jpg\"\n                            }\n                        ],\n                        \"link\": \"//semknox-oxid-ddev.ddev.site:444/Bekleidung/Fashion/Fuer-Sie/Jeans/Kuyichi-Jeans-ANNA-W-31-L-34-Blau.html?force_sid=f822af4d150ebeb8740941b3ba4e7a9b\",\n                        \"resultSet\": null,\n                        \"head\": true,\n                        \"relevance\": 995\n                    },\n                    {\n                        \"identifier\": \"6b6efaa522be53c3e86fdb41f0542a8a\",\n                        \"groupId\": \"531b537118f5f4d7a427cdb825440922\",\n                        \"sxId\": 1409588,\n                        \"sxCategoryId\": \"JEANS\",\n                        \"dataPoints\": [\n                            {\n                                \"id\": 3012894,\n                                \"key\": \"shop-specific-url\",\n                                \"type\": \"PASS_ON\",\n                                \"value\": \"/Bekleidung/Fashion/Fuer-Sie/Jeans/Kuyichi-Jeans-ANNA-W-30-L-30-Blau.html\"\n                            }\n                        ],\n                        \"image\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/540_340_75/front_z1(4)(2).jpg\",\n                        \"name\": \"Kuyichi Jeans ANNA\",\n                        \"images\": [\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/540_340_75/front_z1(4)(2).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/2/540_340_75/back_z2(4)(2).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/3/540_340_75/detail1_z3(4)(2).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/4/540_340_75/detail2_z4(4)(2).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/665_665_75/front_z1(4)(2).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/2/665_665_75/back_z2(4)(2).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/3/665_665_75/detail1_z3(4)(2).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/4/665_665_75/detail2_z4(4)(2).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/87_87_75/front_z1(4)(2).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/2/87_87_75/back_z2(4)(2).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/3/87_87_75/detail1_z3(4)(2).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/4/87_87_75/detail2_z4(4)(2).jpg\"\n                            }\n                        ],\n                        \"link\": \"//semknox-oxid-ddev.ddev.site:444/Bekleidung/Fashion/Fuer-Sie/Jeans/Kuyichi-Jeans-ANNA-W-30-L-30-Blau.html?force_sid=f822af4d150ebeb8740941b3ba4e7a9b\",\n                        \"resultSet\": null,\n                        \"head\": true,\n                        \"relevance\": 994\n                    },\n                    {\n                        \"identifier\": \"6b6ee4ad0a02a725a136ca139e226dd5\",\n                        \"groupId\": \"531b537118f5f4d7a427cdb825440922\",\n                        \"sxId\": 1409548,\n                        \"sxCategoryId\": \"JEANS\",\n                        \"dataPoints\": [\n                            {\n                                \"id\": 3012894,\n                                \"key\": \"shop-specific-url\",\n                                \"type\": \"PASS_ON\",\n                                \"value\": \"/Bekleidung/Fashion/Fuer-Sie/Jeans/Kuyichi-Jeans-ANNA-W-30-L-30-Super-Blue.html\"\n                            }\n                        ],\n                        \"image\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/540_340_75/front_z1(4)sb(2).jpg\",\n                        \"name\": \"Kuyichi Jeans ANNA\",\n                        \"images\": [\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/540_340_75/front_z1(4)sb(2).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/2/540_340_75/back_z2(4)sb(2).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/3/540_340_75/detail1_z3(4)sb(2).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/4/540_340_75/detail2_z4(4)sb(2).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/665_665_75/front_z1(4)sb(2).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/2/665_665_75/back_z2(4)sb(2).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/3/665_665_75/detail1_z3(4)sb(2).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/4/665_665_75/detail2_z4(4)sb(2).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/87_87_75/front_z1(4)sb(2).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/2/87_87_75/back_z2(4)sb(2).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/3/87_87_75/detail1_z3(4)sb(2).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/4/87_87_75/detail2_z4(4)sb(2).jpg\"\n                            }\n                        ],\n                        \"link\": \"//semknox-oxid-ddev.ddev.site:444/Bekleidung/Fashion/Fuer-Sie/Jeans/Kuyichi-Jeans-ANNA-W-30-L-30-Super-Blue.html?force_sid=f822af4d150ebeb8740941b3ba4e7a9b\",\n                        \"resultSet\": null,\n                        \"head\": true,\n                        \"relevance\": 993\n                    },\n                    {\n                        \"identifier\": \"6b6e2c7af07fd2b9d82223ff35f4e08f\",\n                        \"groupId\": \"531b537118f5f4d7a427cdb825440922\",\n                        \"sxId\": 1409598,\n                        \"sxCategoryId\": \"JEANS\",\n                        \"dataPoints\": [\n                            {\n                                \"id\": 3012894,\n                                \"key\": \"shop-specific-url\",\n                                \"type\": \"PASS_ON\",\n                                \"value\": \"/Bekleidung/Fashion/Fuer-Sie/Jeans/Kuyichi-Jeans-ANNA-W-31-L-34-Smoke-Gray.html\"\n                            }\n                        ],\n                        \"image\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/540_340_75/front_z1(4)sg.jpg\",\n                        \"name\": \"Kuyichi Jeans ANNA\",\n                        \"images\": [\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/540_340_75/front_z1(4)sg.jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/2/540_340_75/back_z2(4)sg.jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/3/540_340_75/detail1_z3(4)sg.jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/4/540_340_75/detail2_z4(4)sg.jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/665_665_75/front_z1(4)sg.jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/2/665_665_75/back_z2(4)sg.jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/3/665_665_75/detail1_z3(4)sg.jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/4/665_665_75/detail2_z4(4)sg.jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/87_87_75/front_z1(4)sg.jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/2/87_87_75/back_z2(4)sg.jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/3/87_87_75/detail1_z3(4)sg.jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/4/87_87_75/detail2_z4(4)sg.jpg\"\n                            }\n                        ],\n                        \"link\": \"//semknox-oxid-ddev.ddev.site:444/Bekleidung/Fashion/Fuer-Sie/Jeans/Kuyichi-Jeans-ANNA-W-31-L-34-Smoke-Gray.html?force_sid=f822af4d150ebeb8740941b3ba4e7a9b\",\n                        \"resultSet\": null,\n                        \"head\": true,\n                        \"relevance\": 992\n                    },\n                    {\n                        \"identifier\": \"6b6e0bb9f2b8b5f070f91593073b4555\",\n                        \"groupId\": \"531b537118f5f4d7a427cdb825440922\",\n                        \"sxId\": 1409613,\n                        \"sxCategoryId\": \"JEANS\",\n                        \"dataPoints\": [\n                            {\n                                \"id\": 3012894,\n                                \"key\": \"shop-specific-url\",\n                                \"type\": \"PASS_ON\",\n                                \"value\": \"/Bekleidung/Fashion/Fuer-Sie/Jeans/Kuyichi-Jeans-ANNA-W-34-L-34-Smoke-Gray.html\"\n                            }\n                        ],\n                        \"image\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/540_340_75/front_z1(4)sg(1).jpg\",\n                        \"name\": \"Kuyichi Jeans ANNA\",\n                        \"images\": [\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/540_340_75/front_z1(4)sg(1).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/2/540_340_75/back_z2(4)sg(1).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/3/540_340_75/detail1_z3(4)sg(1).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/4/540_340_75/detail2_z4(4)sg(1).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/665_665_75/front_z1(4)sg(1).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/2/665_665_75/back_z2(4)sg(1).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/3/665_665_75/detail1_z3(4)sg(1).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/4/665_665_75/detail2_z4(4)sg(1).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/87_87_75/front_z1(4)sg(1).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/2/87_87_75/back_z2(4)sg(1).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/3/87_87_75/detail1_z3(4)sg(1).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/4/87_87_75/detail2_z4(4)sg(1).jpg\"\n                            }\n                        ],\n                        \"link\": \"//semknox-oxid-ddev.ddev.site:444/Bekleidung/Fashion/Fuer-Sie/Jeans/Kuyichi-Jeans-ANNA-W-34-L-34-Smoke-Gray.html?force_sid=f822af4d150ebeb8740941b3ba4e7a9b\",\n                        \"resultSet\": null,\n                        \"head\": true,\n                        \"relevance\": 991\n                    },\n                    {\n                        \"identifier\": \"6b65295a7fe5fa6faaa2f0ac3f9b0f80\",\n                        \"groupId\": \"531b537118f5f4d7a427cdb825440922\",\n                        \"sxId\": 1409617,\n                        \"sxCategoryId\": \"JEANS\",\n                        \"dataPoints\": [\n                            {\n                                \"id\": 3012894,\n                                \"key\": \"shop-specific-url\",\n                                \"type\": \"PASS_ON\",\n                                \"value\": \"/Bekleidung/Fashion/Fuer-Sie/Jeans/Kuyichi-Jeans-ANNA-W-34-L-34-Blau.html\"\n                            }\n                        ],\n                        \"image\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/540_340_75/front_z1(4)(1).jpg\",\n                        \"name\": \"Kuyichi Jeans ANNA\",\n                        \"images\": [\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/540_340_75/front_z1(4)(1).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/2/540_340_75/back_z2(4)(1).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/3/540_340_75/detail1_z3(4)(1).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/4/540_340_75/detail2_z4(4)(1).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/665_665_75/front_z1(4)(1).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/2/665_665_75/back_z2(4)(1).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/3/665_665_75/detail1_z3(4)(1).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/4/665_665_75/detail2_z4(4)(1).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/87_87_75/front_z1(4)(1).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/2/87_87_75/back_z2(4)(1).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/3/87_87_75/detail1_z3(4)(1).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/4/87_87_75/detail2_z4(4)(1).jpg\"\n                            }\n                        ],\n                        \"link\": \"//semknox-oxid-ddev.ddev.site:444/Bekleidung/Fashion/Fuer-Sie/Jeans/Kuyichi-Jeans-ANNA-W-34-L-34-Blau.html?force_sid=f822af4d150ebeb8740941b3ba4e7a9b\",\n                        \"resultSet\": null,\n                        \"head\": true,\n                        \"relevance\": 990\n                    }\n                ],\n                [\n                    {\n                        \"identifier\": \"6b6f0933802db44727dcefd88983afc5\",\n                        \"groupId\": \"6b6ac464656c16c90d671721c93dc6ba\",\n                        \"sxId\": 1409561,\n                        \"sxCategoryId\": \"T_SHIRT\",\n                        \"dataPoints\": [\n                            {\n                                \"id\": 3012894,\n                                \"key\": \"shop-specific-url\",\n                                \"type\": \"PASS_ON\",\n                                \"value\": \"/Bekleidung/Fashion/Fuer-Sie/Shirts-Co/Stewart-Brown-Lace-Scoop-Neck-Tee-L-Nocturne.html\"\n                            }\n                        ],\n                        \"image\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/540_340_75/front_z1(16)_z1(5).jpg\",\n                        \"name\": \"Stewart+Brown Lace Scoop Neck Tee\",\n                        \"images\": [\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/540_340_75/front_z1(16)_z1(5).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/2/540_340_75/back_z2(16)_z2(5).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/3/540_340_75/detail1_z3(16)_z3(5).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/4/540_340_75/detail2_z4(16)_z4(5).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/665_665_75/front_z1(16)_z1(5).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/2/665_665_75/back_z2(16)_z2(5).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/3/665_665_75/detail1_z3(16)_z3(5).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/4/665_665_75/detail2_z4(16)_z4(5).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/87_87_75/front_z1(16)_z1(5).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/2/87_87_75/back_z2(16)_z2(5).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/3/87_87_75/detail1_z3(16)_z3(5).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/4/87_87_75/detail2_z4(16)_z4(5).jpg\"\n                            }\n                        ],\n                        \"link\": \"//semknox-oxid-ddev.ddev.site:444/Bekleidung/Fashion/Fuer-Sie/Shirts-Co/Stewart-Brown-Lace-Scoop-Neck-Tee-L-Nocturne.html?force_sid=f822af4d150ebeb8740941b3ba4e7a9b\",\n                        \"resultSet\": null,\n                        \"head\": true,\n                        \"relevance\": 989\n                    },\n                    {\n                        \"identifier\": \"6b6676229f642918aea304b6e4881553\",\n                        \"groupId\": \"6b6ac464656c16c90d671721c93dc6ba\",\n                        \"sxId\": 1409544,\n                        \"sxCategoryId\": \"T_SHIRT\",\n                        \"dataPoints\": [\n                            {\n                                \"id\": 3012894,\n                                \"key\": \"shop-specific-url\",\n                                \"type\": \"PASS_ON\",\n                                \"value\": \"/Bekleidung/Fashion/Fuer-Sie/Shirts-Co/Stewart-Brown-Lace-Scoop-Neck-Tee-S-Nocturne.html\"\n                            }\n                        ],\n                        \"image\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/540_340_75/front_z1(16)_z1(3).jpg\",\n                        \"name\": \"Stewart+Brown Lace Scoop Neck Tee\",\n                        \"images\": [\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/540_340_75/front_z1(16)_z1(3).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/2/540_340_75/back_z2(16)_z2(3).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/3/540_340_75/detail1_z3(16)_z3(3).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/4/540_340_75/detail2_z4(16)_z4(3).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/665_665_75/front_z1(16)_z1(3).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/2/665_665_75/back_z2(16)_z2(3).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/3/665_665_75/detail1_z3(16)_z3(3).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/4/665_665_75/detail2_z4(16)_z4(3).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/87_87_75/front_z1(16)_z1(3).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/2/87_87_75/back_z2(16)_z2(3).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/3/87_87_75/detail1_z3(16)_z3(3).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/4/87_87_75/detail2_z4(16)_z4(3).jpg\"\n                            }\n                        ],\n                        \"link\": \"//semknox-oxid-ddev.ddev.site:444/Bekleidung/Fashion/Fuer-Sie/Shirts-Co/Stewart-Brown-Lace-Scoop-Neck-Tee-S-Nocturne.html?force_sid=f822af4d150ebeb8740941b3ba4e7a9b\",\n                        \"resultSet\": null,\n                        \"head\": true,\n                        \"relevance\": 988\n                    },\n                    {\n                        \"identifier\": \"6b6ced6d81841cc17291b9e919666e67\",\n                        \"groupId\": \"6b6ac464656c16c90d671721c93dc6ba\",\n                        \"sxId\": 1409571,\n                        \"sxCategoryId\": \"T_SHIRT\",\n                        \"dataPoints\": [\n                            {\n                                \"id\": 3012894,\n                                \"key\": \"shop-specific-url\",\n                                \"type\": \"PASS_ON\",\n                                \"value\": \"/Bekleidung/Fashion/Fuer-Sie/Shirts-Co/Stewart-Brown-Lace-Scoop-Neck-Tee-XL-Nocturne.html\"\n                            }\n                        ],\n                        \"image\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/540_340_75/front_z1(16)_z1(1).jpg\",\n                        \"name\": \"Stewart+Brown Lace Scoop Neck Tee\",\n                        \"images\": [\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/540_340_75/front_z1(16)_z1(1).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/2/540_340_75/back_z2(16)_z2(1).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/3/540_340_75/detail1_z3(16)_z3(1).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/4/540_340_75/detail2_z4(16)_z4(1).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/665_665_75/front_z1(16)_z1(1).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/2/665_665_75/back_z2(16)_z2(1).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/3/665_665_75/detail1_z3(16)_z3(1).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/4/665_665_75/detail2_z4(16)_z4(1).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/87_87_75/front_z1(16)_z1(1).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/2/87_87_75/back_z2(16)_z2(1).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/3/87_87_75/detail1_z3(16)_z3(1).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/4/87_87_75/detail2_z4(16)_z4(1).jpg\"\n                            }\n                        ],\n                        \"link\": \"//semknox-oxid-ddev.ddev.site:444/Bekleidung/Fashion/Fuer-Sie/Shirts-Co/Stewart-Brown-Lace-Scoop-Neck-Tee-XL-Nocturne.html?force_sid=f822af4d150ebeb8740941b3ba4e7a9b\",\n                        \"resultSet\": null,\n                        \"head\": true,\n                        \"relevance\": 987\n                    },\n                    {\n                        \"identifier\": \"6b661dda79318ca64ca06e97e4fbcb0a\",\n                        \"groupId\": \"6b6ac464656c16c90d671721c93dc6ba\",\n                        \"sxId\": 1409622,\n                        \"sxCategoryId\": \"T_SHIRT\",\n                        \"dataPoints\": [\n                            {\n                                \"id\": 3012894,\n                                \"key\": \"shop-specific-url\",\n                                \"type\": \"PASS_ON\",\n                                \"value\": \"/Bekleidung/Fashion/Fuer-Sie/Shirts-Co/Stewart-Brown-Lace-Scoop-Neck-Tee-M-Nocturne.html\"\n                            }\n                        ],\n                        \"image\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/540_340_75/front_z1(16)_z1(4).jpg\",\n                        \"name\": \"Stewart+Brown Lace Scoop Neck Tee\",\n                        \"images\": [\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/540_340_75/front_z1(16)_z1(4).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/2/540_340_75/back_z2(16)_z2(4).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/3/540_340_75/detail1_z3(16)_z3(4).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/4/540_340_75/detail2_z4(16)_z4(4).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/665_665_75/front_z1(16)_z1(4).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/2/665_665_75/back_z2(16)_z2(4).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/3/665_665_75/detail1_z3(16)_z3(4).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/4/665_665_75/detail2_z4(16)_z4(4).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/87_87_75/front_z1(16)_z1(4).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/2/87_87_75/back_z2(16)_z2(4).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/3/87_87_75/detail1_z3(16)_z3(4).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/4/87_87_75/detail2_z4(16)_z4(4).jpg\"\n                            }\n                        ],\n                        \"link\": \"//semknox-oxid-ddev.ddev.site:444/Bekleidung/Fashion/Fuer-Sie/Shirts-Co/Stewart-Brown-Lace-Scoop-Neck-Tee-M-Nocturne.html?force_sid=f822af4d150ebeb8740941b3ba4e7a9b\",\n                        \"resultSet\": null,\n                        \"head\": true,\n                        \"relevance\": 986\n                    },\n                    {\n                        \"identifier\": \"6b639ae07ba1176e1d275e4eb83433fc\",\n                        \"groupId\": \"6b6ac464656c16c90d671721c93dc6ba\",\n                        \"sxId\": 1409625,\n                        \"sxCategoryId\": \"T_SHIRT\",\n                        \"dataPoints\": [\n                            {\n                                \"id\": 3012894,\n                                \"key\": \"shop-specific-url\",\n                                \"type\": \"PASS_ON\",\n                                \"value\": \"/Bekleidung/Fashion/Fuer-Sie/Shirts-Co/Stewart-Brown-Lace-Scoop-Neck-Tee-XS-Nocturne.html\"\n                            }\n                        ],\n                        \"image\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/540_340_75/front_z1(16)_z1(2).jpg\",\n                        \"name\": \"Stewart+Brown Lace Scoop Neck Tee\",\n                        \"images\": [\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/540_340_75/front_z1(16)_z1(2).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/2/540_340_75/back_z2(16)_z2(2).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/3/540_340_75/detail1_z3(16)_z3(2).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/4/540_340_75/detail2_z4(16)_z4(2).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/665_665_75/front_z1(16)_z1(2).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/2/665_665_75/back_z2(16)_z2(2).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/3/665_665_75/detail1_z3(16)_z3(2).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/4/665_665_75/detail2_z4(16)_z4(2).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/87_87_75/front_z1(16)_z1(2).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/2/87_87_75/back_z2(16)_z2(2).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/3/87_87_75/detail1_z3(16)_z3(2).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/4/87_87_75/detail2_z4(16)_z4(2).jpg\"\n                            }\n                        ],\n                        \"link\": \"//semknox-oxid-ddev.ddev.site:444/Bekleidung/Fashion/Fuer-Sie/Shirts-Co/Stewart-Brown-Lace-Scoop-Neck-Tee-XS-Nocturne.html?force_sid=f822af4d150ebeb8740941b3ba4e7a9b\",\n                        \"resultSet\": null,\n                        \"head\": true,\n                        \"relevance\": 985\n                    }\n                ],\n                [\n                    {\n                        \"identifier\": \"096e38032896a847682651d565966c45\",\n                        \"groupId\": \"943ed656e21971fb2f1827facbba9bec\",\n                        \"sxId\": 1409586,\n                        \"sxCategoryId\": \"JEANS\",\n                        \"dataPoints\": [\n                            {\n                                \"id\": 3012894,\n                                \"key\": \"shop-specific-url\",\n                                \"type\": \"PASS_ON\",\n                                \"value\": \"/Bekleidung/Fashion/Fuer-Ihn/Jeans/Kuyichi-Jeans-MICK-W-34-L-34-Schwarz.html\"\n                            }\n                        ],\n                        \"image\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/540_340_75/front_z1(6).jpg\",\n                        \"name\": \"Kuyichi Jeans MICK\",\n                        \"images\": [\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/540_340_75/front_z1(6).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/2/540_340_75/back_z2(6).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/665_665_75/front_z1(6).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/2/665_665_75/back_z2(6).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/87_87_75/front_z1(6).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/2/87_87_75/back_z2(6).jpg\"\n                            }\n                        ],\n                        \"link\": \"//semknox-oxid-ddev.ddev.site:444/Bekleidung/Fashion/Fuer-Ihn/Jeans/Kuyichi-Jeans-MICK-W-34-L-34-Schwarz.html?force_sid=f822af4d150ebeb8740941b3ba4e7a9b\",\n                        \"resultSet\": null,\n                        \"head\": true,\n                        \"relevance\": 984\n                    },\n                    {\n                        \"identifier\": \"096a1b0849d5ffa4dd48cd388902420b\",\n                        \"groupId\": \"943ed656e21971fb2f1827facbba9bec\",\n                        \"sxId\": 1409591,\n                        \"sxCategoryId\": \"JEANS\",\n                        \"dataPoints\": [\n                            {\n                                \"id\": 3012894,\n                                \"key\": \"shop-specific-url\",\n                                \"type\": \"PASS_ON\",\n                                \"value\": \"/Bekleidung/Fashion/Fuer-Ihn/Jeans/Kuyichi-Jeans-MICK-W-34-L-34-Blau.html\"\n                            }\n                        ],\n                        \"image\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/540_340_75/detail1_z3(1).jpg\",\n                        \"name\": \"Kuyichi Jeans MICK\",\n                        \"images\": [\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/540_340_75/detail1_z3(1).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/2/540_340_75/detail2_z4(1).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/665_665_75/detail1_z3(1).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/2/665_665_75/detail2_z4(1).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/87_87_75/detail1_z3(1).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/2/87_87_75/detail2_z4(1).jpg\"\n                            }\n                        ],\n                        \"link\": \"//semknox-oxid-ddev.ddev.site:444/Bekleidung/Fashion/Fuer-Ihn/Jeans/Kuyichi-Jeans-MICK-W-34-L-34-Blau.html?force_sid=f822af4d150ebeb8740941b3ba4e7a9b\",\n                        \"resultSet\": null,\n                        \"head\": true,\n                        \"relevance\": 983\n                    },\n                    {\n                        \"identifier\": \"0964a33fb0e51ca6b907a34fbede7c2e\",\n                        \"groupId\": \"943ed656e21971fb2f1827facbba9bec\",\n                        \"sxId\": 1409564,\n                        \"sxCategoryId\": \"JEANS\",\n                        \"dataPoints\": [\n                            {\n                                \"id\": 3012894,\n                                \"key\": \"shop-specific-url\",\n                                \"type\": \"PASS_ON\",\n                                \"value\": \"/Bekleidung/Fashion/Fuer-Ihn/Jeans/Kuyichi-Jeans-MICK-W-32-L-32-Blau.html\"\n                            }\n                        ],\n                        \"image\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/540_340_75/detail1_z3.jpg\",\n                        \"name\": \"Kuyichi Jeans MICK\",\n                        \"images\": [\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/540_340_75/detail1_z3.jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/2/540_340_75/detail2_z4.jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/665_665_75/detail1_z3.jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/2/665_665_75/detail2_z4.jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/87_87_75/detail1_z3.jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/2/87_87_75/detail2_z4.jpg\"\n                            }\n                        ],\n                        \"link\": \"//semknox-oxid-ddev.ddev.site:444/Bekleidung/Fashion/Fuer-Ihn/Jeans/Kuyichi-Jeans-MICK-W-32-L-32-Blau.html?force_sid=f822af4d150ebeb8740941b3ba4e7a9b\",\n                        \"resultSet\": null,\n                        \"head\": true,\n                        \"relevance\": 982\n                    },\n                    {\n                        \"identifier\": \"09646538b54bac72b4ccb92fb5e3649f\",\n                        \"groupId\": \"943ed656e21971fb2f1827facbba9bec\",\n                        \"sxId\": 1409616,\n                        \"sxCategoryId\": \"JEANS\",\n                        \"dataPoints\": [\n                            {\n                                \"id\": 3012894,\n                                \"key\": \"shop-specific-url\",\n                                \"type\": \"PASS_ON\",\n                                \"value\": \"/Bekleidung/Fashion/Fuer-Ihn/Jeans/Kuyichi-Jeans-MICK-W-32-L-32-Schwarz.html\"\n                            }\n                        ],\n                        \"image\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/540_340_75/front_z1(5).jpg\",\n                        \"name\": \"Kuyichi Jeans MICK\",\n                        \"images\": [\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/540_340_75/front_z1(5).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/2/540_340_75/back_z2(5).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/665_665_75/front_z1(5).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/2/665_665_75/back_z2(5).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/87_87_75/front_z1(5).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/2/87_87_75/back_z2(5).jpg\"\n                            }\n                        ],\n                        \"link\": \"//semknox-oxid-ddev.ddev.site:444/Bekleidung/Fashion/Fuer-Ihn/Jeans/Kuyichi-Jeans-MICK-W-32-L-32-Schwarz.html?force_sid=f822af4d150ebeb8740941b3ba4e7a9b\",\n                        \"resultSet\": null,\n                        \"head\": true,\n                        \"relevance\": 981\n                    }\n                ],\n                [\n                    {\n                        \"identifier\": \"5316bbab81c19d81d5e36e59ecd7f506\",\n                        \"groupId\": \"531f91d4ab8bfb24c4d04e473d246d0b\",\n                        \"sxId\": 1409551,\n                        \"sxCategoryId\": \"JEANS\",\n                        \"dataPoints\": [\n                            {\n                                \"id\": 3012894,\n                                \"key\": \"shop-specific-url\",\n                                \"type\": \"PASS_ON\",\n                                \"value\": \"/Bekleidung/Fashion/Fuer-Ihn/Jeans/Kuyichi-Jeans-KYLE-W-32-L-32-Blau.html\"\n                            }\n                        ],\n                        \"image\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/540_340_75/front_z1(2)(1).jpg\",\n                        \"name\": \"Kuyichi Jeans KYLE\",\n                        \"images\": [\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/540_340_75/front_z1(2)(1).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/2/540_340_75/back_z2(2)(1).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/3/540_340_75/detail1_z3(2)(1).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/4/540_340_75/detail2_z4(2)(1).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/665_665_75/front_z1(2)(1).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/2/665_665_75/back_z2(2)(1).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/3/665_665_75/detail1_z3(2)(1).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/4/665_665_75/detail2_z4(2)(1).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/87_87_75/front_z1(2)(1).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/2/87_87_75/back_z2(2)(1).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/3/87_87_75/detail1_z3(2)(1).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/4/87_87_75/detail2_z4(2)(1).jpg\"\n                            }\n                        ],\n                        \"link\": \"//semknox-oxid-ddev.ddev.site:444/Bekleidung/Fashion/Fuer-Ihn/Jeans/Kuyichi-Jeans-KYLE-W-32-L-32-Blau.html?force_sid=f822af4d150ebeb8740941b3ba4e7a9b\",\n                        \"resultSet\": null,\n                        \"head\": true,\n                        \"relevance\": 980\n                    }\n                ],\n                [\n                    {\n                        \"identifier\": \"10067ab25bf275b7e68bc0431b204d24\",\n                        \"groupId\": \"dc581d8a115035cbfb0223c9c736f513\",\n                        \"sxId\": 1409592,\n                        \"sxCategoryId\": \"T_SHIRT\",\n                        \"dataPoints\": [\n                            {\n                                \"id\": 3012894,\n                                \"key\": \"shop-specific-url\",\n                                \"type\": \"PASS_ON\",\n                                \"value\": \"/Bekleidung/Fashion/Fuer-Ihn/Shirts-Co/Kuyichi-T-Shirt-TIGER-L-orange.html\"\n                            }\n                        ],\n                        \"image\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/540_340_75/img_0027_1_z1(2).jpg\",\n                        \"name\": \"Kuyichi T-Shirt TIGER\",\n                        \"images\": [\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/540_340_75/img_0027_1_z1(2).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/2/540_340_75/img_0030_z2(2).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/3/540_340_75/img_0032_z3(2).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/665_665_75/img_0027_1_z1(2).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/2/665_665_75/img_0030_z2(2).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/3/665_665_75/img_0032_z3(2).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/87_87_75/img_0027_1_z1(2).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/2/87_87_75/img_0030_z2(2).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/3/87_87_75/img_0032_z3(2).jpg\"\n                            }\n                        ],\n                        \"link\": \"//semknox-oxid-ddev.ddev.site:444/Bekleidung/Fashion/Fuer-Ihn/Shirts-Co/Kuyichi-T-Shirt-TIGER-L-orange.html?force_sid=f822af4d150ebeb8740941b3ba4e7a9b\",\n                        \"resultSet\": null,\n                        \"head\": true,\n                        \"relevance\": 979\n                    },\n                    {\n                        \"identifier\": \"10002696d80479437dda4882c77b3bd8\",\n                        \"groupId\": \"dc581d8a115035cbfb0223c9c736f513\",\n                        \"sxId\": 1409567,\n                        \"sxCategoryId\": \"T_SHIRT\",\n                        \"dataPoints\": [\n                            {\n                                \"id\": 3012894,\n                                \"key\": \"shop-specific-url\",\n                                \"type\": \"PASS_ON\",\n                                \"value\": \"/Bekleidung/Fashion/Fuer-Ihn/Shirts-Co/Kuyichi-T-Shirt-TIGER-M-orange.html\"\n                            }\n                        ],\n                        \"image\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/540_340_75/img_0027_1_z1(1).jpg\",\n                        \"name\": \"Kuyichi T-Shirt TIGER\",\n                        \"images\": [\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/540_340_75/img_0027_1_z1(1).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/2/540_340_75/img_0030_z2(1).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/3/540_340_75/img_0032_z3(1).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/665_665_75/img_0027_1_z1(1).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/2/665_665_75/img_0030_z2(1).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/3/665_665_75/img_0032_z3(1).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/87_87_75/img_0027_1_z1(1).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/2/87_87_75/img_0030_z2(1).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/3/87_87_75/img_0032_z3(1).jpg\"\n                            }\n                        ],\n                        \"link\": \"//semknox-oxid-ddev.ddev.site:444/Bekleidung/Fashion/Fuer-Ihn/Shirts-Co/Kuyichi-T-Shirt-TIGER-M-orange.html?force_sid=f822af4d150ebeb8740941b3ba4e7a9b\",\n                        \"resultSet\": null,\n                        \"head\": true,\n                        \"relevance\": 978\n                    },\n                    {\n                        \"identifier\": \"10049f9322cf8852f8d567e9662cb12c\",\n                        \"groupId\": \"dc581d8a115035cbfb0223c9c736f513\",\n                        \"sxId\": 1409587,\n                        \"sxCategoryId\": \"T_SHIRT\",\n                        \"dataPoints\": [\n                            {\n                                \"id\": 3012894,\n                                \"key\": \"shop-specific-url\",\n                                \"type\": \"PASS_ON\",\n                                \"value\": \"/Bekleidung/Fashion/Fuer-Ihn/Shirts-Co/Kuyichi-T-Shirt-TIGER-L-grau.html\"\n                            }\n                        ],\n                        \"image\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/540_340_75/img_0019_1_z4(2).jpg\",\n                        \"name\": \"Kuyichi T-Shirt TIGER\",\n                        \"images\": [\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/540_340_75/img_0019_1_z4(2).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/2/540_340_75/img_0022_z5(2).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/3/540_340_75/img_0024_z6(2).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/665_665_75/img_0019_1_z4(2).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/2/665_665_75/img_0022_z5(2).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/3/665_665_75/img_0024_z6(2).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/87_87_75/img_0019_1_z4(2).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/2/87_87_75/img_0022_z5(2).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/3/87_87_75/img_0024_z6(2).jpg\"\n                            }\n                        ],\n                        \"link\": \"//semknox-oxid-ddev.ddev.site:444/Bekleidung/Fashion/Fuer-Ihn/Shirts-Co/Kuyichi-T-Shirt-TIGER-L-grau.html?force_sid=f822af4d150ebeb8740941b3ba4e7a9b\",\n                        \"resultSet\": null,\n                        \"head\": true,\n                        \"relevance\": 977\n                    },\n                    {\n                        \"identifier\": \"dc53d3c0ca2ae7c38bf51f3410da0bf8\",\n                        \"groupId\": \"dc581d8a115035cbfb0223c9c736f513\",\n                        \"sxId\": 1409606,\n                        \"sxCategoryId\": \"T_SHIRT\",\n                        \"dataPoints\": [\n                            {\n                                \"id\": 3012894,\n                                \"key\": \"shop-specific-url\",\n                                \"type\": \"PASS_ON\",\n                                \"value\": \"/Bekleidung/Fashion/Fuer-Ihn/Shirts-Co/Kuyichi-T-Shirt-TIGER-S-grau.html\"\n                            }\n                        ],\n                        \"image\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/540_340_75/img_0019_1_z4.jpg\",\n                        \"name\": \"Kuyichi T-Shirt TIGER\",\n                        \"images\": [\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/540_340_75/img_0019_1_z4.jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/2/540_340_75/img_0022_z5.jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/3/540_340_75/img_0024_z6.jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/665_665_75/img_0019_1_z4.jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/2/665_665_75/img_0022_z5.jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/3/665_665_75/img_0024_z6.jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/87_87_75/img_0019_1_z4.jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/2/87_87_75/img_0022_z5.jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/3/87_87_75/img_0024_z6.jpg\"\n                            }\n                        ],\n                        \"link\": \"//semknox-oxid-ddev.ddev.site:444/Bekleidung/Fashion/Fuer-Ihn/Shirts-Co/Kuyichi-T-Shirt-TIGER-S-grau.html?force_sid=f822af4d150ebeb8740941b3ba4e7a9b\",\n                        \"resultSet\": null,\n                        \"head\": true,\n                        \"relevance\": 976\n                    },\n                    {\n                        \"identifier\": \"dc5ae3d43f96269ed3c62172e383be40\",\n                        \"groupId\": \"dc581d8a115035cbfb0223c9c736f513\",\n                        \"sxId\": 1409534,\n                        \"sxCategoryId\": \"T_SHIRT\",\n                        \"dataPoints\": [\n                            {\n                                \"id\": 3012894,\n                                \"key\": \"shop-specific-url\",\n                                \"type\": \"PASS_ON\",\n                                \"value\": \"/Bekleidung/Fashion/Fuer-Ihn/Shirts-Co/Kuyichi-T-Shirt-TIGER-S-orange.html\"\n                            }\n                        ],\n                        \"image\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/540_340_75/img_0027_1_z1.jpg\",\n                        \"name\": \"Kuyichi T-Shirt TIGER\",\n                        \"images\": [\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/540_340_75/img_0027_1_z1.jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/2/540_340_75/img_0030_z2.jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/3/540_340_75/img_0032_z3.jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/665_665_75/img_0027_1_z1.jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/2/665_665_75/img_0030_z2.jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/3/665_665_75/img_0032_z3.jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/87_87_75/img_0027_1_z1.jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/2/87_87_75/img_0030_z2.jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/3/87_87_75/img_0032_z3.jpg\"\n                            }\n                        ],\n                        \"link\": \"//semknox-oxid-ddev.ddev.site:444/Bekleidung/Fashion/Fuer-Ihn/Shirts-Co/Kuyichi-T-Shirt-TIGER-S-orange.html?force_sid=f822af4d150ebeb8740941b3ba4e7a9b\",\n                        \"resultSet\": null,\n                        \"head\": true,\n                        \"relevance\": 975\n                    }\n                ],\n                [\n                    {\n                        \"identifier\": \"6b667c30791dc05dfc0223038beeff74\",\n                        \"groupId\": \"6b6b09a02f3c78adb5771bce215ec265\",\n                        \"sxId\": 1409593,\n                        \"sxCategoryId\": \"SHIRT\",\n                        \"dataPoints\": [\n                            {\n                                \"id\": 3012894,\n                                \"key\": \"shop-specific-url\",\n                                \"type\": \"PASS_ON\",\n                                \"value\": \"/Bekleidung/Fashion/Fuer-Sie/Shirts-Co/Kuyichi-Longsleeve-Lani-XS-Schwarz.html\"\n                            }\n                        ],\n                        \"image\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/540_340_75/front_z1(14)_z1(2).jpg\",\n                        \"name\": \"Kuyichi Longsleeve Lani\",\n                        \"images\": [\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/540_340_75/front_z1(14)_z1(2).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/2/540_340_75/back_z2(14)_z2(2).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/3/540_340_75/detail1_z3(14)_z3(2).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/4/540_340_75/detail2_z4(14)_z4(2).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/665_665_75/front_z1(14)_z1(2).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/2/665_665_75/back_z2(14)_z2(2).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/3/665_665_75/detail1_z3(14)_z3(2).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/4/665_665_75/detail2_z4(14)_z4(2).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/87_87_75/front_z1(14)_z1(2).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/2/87_87_75/back_z2(14)_z2(2).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/3/87_87_75/detail1_z3(14)_z3(2).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/4/87_87_75/detail2_z4(14)_z4(2).jpg\"\n                            }\n                        ],\n                        \"link\": \"//semknox-oxid-ddev.ddev.site:444/Bekleidung/Fashion/Fuer-Sie/Shirts-Co/Kuyichi-Longsleeve-Lani-XS-Schwarz.html?force_sid=f822af4d150ebeb8740941b3ba4e7a9b\",\n                        \"resultSet\": null,\n                        \"head\": true,\n                        \"relevance\": 974\n                    },\n                    {\n                        \"identifier\": \"6b658df8dddb9f924f2c0cf52c716d0a\",\n                        \"groupId\": \"6b6b09a02f3c78adb5771bce215ec265\",\n                        \"sxId\": 1409562,\n                        \"sxCategoryId\": \"SHIRT\",\n                        \"dataPoints\": [\n                            {\n                                \"id\": 3012894,\n                                \"key\": \"shop-specific-url\",\n                                \"type\": \"PASS_ON\",\n                                \"value\": \"/Bekleidung/Fashion/Fuer-Sie/Shirts-Co/Kuyichi-Longsleeve-Lani-L-Schwarz.html\"\n                            }\n                        ],\n                        \"image\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/540_340_75/front_z1(14)_z1(5).jpg\",\n                        \"name\": \"Kuyichi Longsleeve Lani\",\n                        \"images\": [\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/540_340_75/front_z1(14)_z1(5).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/2/540_340_75/back_z2(14)_z2(5).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/3/540_340_75/detail1_z3(14)_z3(5).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/4/540_340_75/detail2_z4(14)_z4(5).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/665_665_75/front_z1(14)_z1(5).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/2/665_665_75/back_z2(14)_z2(5).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/3/665_665_75/detail1_z3(14)_z3(5).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/4/665_665_75/detail2_z4(14)_z4(5).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/87_87_75/front_z1(14)_z1(5).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/2/87_87_75/back_z2(14)_z2(5).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/3/87_87_75/detail1_z3(14)_z3(5).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/4/87_87_75/detail2_z4(14)_z4(5).jpg\"\n                            }\n                        ],\n                        \"link\": \"//semknox-oxid-ddev.ddev.site:444/Bekleidung/Fashion/Fuer-Sie/Shirts-Co/Kuyichi-Longsleeve-Lani-L-Schwarz.html?force_sid=f822af4d150ebeb8740941b3ba4e7a9b\",\n                        \"resultSet\": null,\n                        \"head\": true,\n                        \"relevance\": 973\n                    },\n                    {\n                        \"identifier\": \"6b6da1c656d89b5eeed486e355460d16\",\n                        \"groupId\": \"6b6b09a02f3c78adb5771bce215ec265\",\n                        \"sxId\": 1409582,\n                        \"sxCategoryId\": \"SHIRT\",\n                        \"dataPoints\": [\n                            {\n                                \"id\": 3012894,\n                                \"key\": \"shop-specific-url\",\n                                \"type\": \"PASS_ON\",\n                                \"value\": \"/Bekleidung/Fashion/Fuer-Sie/Shirts-Co/Kuyichi-Longsleeve-Lani-XL-Schwarz.html\"\n                            }\n                        ],\n                        \"image\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/540_340_75/front_z1(14)_z1(1).jpg\",\n                        \"name\": \"Kuyichi Longsleeve Lani\",\n                        \"images\": [\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/540_340_75/front_z1(14)_z1(1).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/2/540_340_75/back_z2(14)_z2(1).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/3/540_340_75/detail1_z3(14)_z3(1).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/4/540_340_75/detail2_z4(14)_z4(1).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/665_665_75/front_z1(14)_z1(1).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/2/665_665_75/back_z2(14)_z2(1).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/3/665_665_75/detail1_z3(14)_z3(1).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/4/665_665_75/detail2_z4(14)_z4(1).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/87_87_75/front_z1(14)_z1(1).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/2/87_87_75/back_z2(14)_z2(1).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/3/87_87_75/detail1_z3(14)_z3(1).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/4/87_87_75/detail2_z4(14)_z4(1).jpg\"\n                            }\n                        ],\n                        \"link\": \"//semknox-oxid-ddev.ddev.site:444/Bekleidung/Fashion/Fuer-Sie/Shirts-Co/Kuyichi-Longsleeve-Lani-XL-Schwarz.html?force_sid=f822af4d150ebeb8740941b3ba4e7a9b\",\n                        \"resultSet\": null,\n                        \"head\": true,\n                        \"relevance\": 972\n                    },\n                    {\n                        \"identifier\": \"6b6f9f7dc5b17d9b555db96a92eeb7a7\",\n                        \"groupId\": \"6b6b09a02f3c78adb5771bce215ec265\",\n                        \"sxId\": 1409537,\n                        \"sxCategoryId\": \"SHIRT\",\n                        \"dataPoints\": [\n                            {\n                                \"id\": 3012894,\n                                \"key\": \"shop-specific-url\",\n                                \"type\": \"PASS_ON\",\n                                \"value\": \"/Bekleidung/Fashion/Fuer-Sie/Shirts-Co/Kuyichi-Longsleeve-Lani-M-Schwarz.html\"\n                            }\n                        ],\n                        \"image\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/540_340_75/front_z1(14)_z1(4).jpg\",\n                        \"name\": \"Kuyichi Longsleeve Lani\",\n                        \"images\": [\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/540_340_75/front_z1(14)_z1(4).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/2/540_340_75/back_z2(14)_z2(4).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/3/540_340_75/detail1_z3(14)_z3(4).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/4/540_340_75/detail2_z4(14)_z4(4).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/665_665_75/front_z1(14)_z1(4).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/2/665_665_75/back_z2(14)_z2(4).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/3/665_665_75/detail1_z3(14)_z3(4).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/4/665_665_75/detail2_z4(14)_z4(4).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/87_87_75/front_z1(14)_z1(4).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/2/87_87_75/back_z2(14)_z2(4).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/3/87_87_75/detail1_z3(14)_z3(4).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/4/87_87_75/detail2_z4(14)_z4(4).jpg\"\n                            }\n                        ],\n                        \"link\": \"//semknox-oxid-ddev.ddev.site:444/Bekleidung/Fashion/Fuer-Sie/Shirts-Co/Kuyichi-Longsleeve-Lani-M-Schwarz.html?force_sid=f822af4d150ebeb8740941b3ba4e7a9b\",\n                        \"resultSet\": null,\n                        \"head\": true,\n                        \"relevance\": 971\n                    },\n                    {\n                        \"identifier\": \"6b6cd2c22befa44da8b028c709eee944\",\n                        \"groupId\": \"6b6b09a02f3c78adb5771bce215ec265\",\n                        \"sxId\": 1409623,\n                        \"sxCategoryId\": \"SHIRT\",\n                        \"dataPoints\": [\n                            {\n                                \"id\": 3012894,\n                                \"key\": \"shop-specific-url\",\n                                \"type\": \"PASS_ON\",\n                                \"value\": \"/Bekleidung/Fashion/Fuer-Sie/Shirts-Co/Kuyichi-Longsleeve-Lani-S-Schwarz.html\"\n                            }\n                        ],\n                        \"image\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/540_340_75/front_z1(14)_z1(3).jpg\",\n                        \"name\": \"Kuyichi Longsleeve Lani\",\n                        \"images\": [\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/540_340_75/front_z1(14)_z1(3).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/2/540_340_75/back_z2(14)_z2(3).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/3/540_340_75/detail1_z3(14)_z3(3).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/4/540_340_75/detail2_z4(14)_z4(3).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/665_665_75/front_z1(14)_z1(3).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/2/665_665_75/back_z2(14)_z2(3).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/3/665_665_75/detail1_z3(14)_z3(3).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/4/665_665_75/detail2_z4(14)_z4(3).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/87_87_75/front_z1(14)_z1(3).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/2/87_87_75/back_z2(14)_z2(3).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/3/87_87_75/detail1_z3(14)_z3(3).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/4/87_87_75/detail2_z4(14)_z4(3).jpg\"\n                            }\n                        ],\n                        \"link\": \"//semknox-oxid-ddev.ddev.site:444/Bekleidung/Fashion/Fuer-Sie/Shirts-Co/Kuyichi-Longsleeve-Lani-S-Schwarz.html?force_sid=f822af4d150ebeb8740941b3ba4e7a9b\",\n                        \"resultSet\": null,\n                        \"head\": true,\n                        \"relevance\": 970\n                    }\n                ],\n                [\n                    {\n                        \"identifier\": \"ed6573c0259d6a6fb641d106dcb2faec\",\n                        \"groupId\": \"ed6573c0259d6a6fb641d106dcb2faec\",\n                        \"sxId\": 1409575,\n                        \"sxCategoryId\": \"WAKEBOARD\",\n                        \"dataPoints\": [\n                            {\n                                \"id\": 3012894,\n                                \"key\": \"shop-specific-url\",\n                                \"type\": \"PASS_ON\",\n                                \"value\": \"/Wakeboarding/Wakeboards-More-cool-super-toll/Wakeboard-LIQUID-FORCE-GROOVE.html\"\n                            }\n                        ],\n                        \"image\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/540_340_75/lf_groove_2010_1.jpg\",\n                        \"name\": \"Wakeboard LIQUID FORCE GROOVE\",\n                        \"images\": [\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/540_340_75/lf_groove_2010_1.jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/2/540_340_75/lf_groove_2010_deck_1.jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/3/540_340_75/lf_groove_2010_bottom_1.jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/665_665_75/lf_groove_2010_1.jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/2/665_665_75/lf_groove_2010_deck_1.jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/3/665_665_75/lf_groove_2010_bottom_1.jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/87_87_75/lf_groove_2010_1.jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/2/87_87_75/lf_groove_2010_deck_1.jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/3/87_87_75/lf_groove_2010_bottom_1.jpg\"\n                            }\n                        ],\n                        \"link\": \"//semknox-oxid-ddev.ddev.site:444/Wakeboarding/Wakeboards-More-cool-super-toll/Wakeboard-LIQUID-FORCE-GROOVE.html?force_sid=f822af4d150ebeb8740941b3ba4e7a9b\",\n                        \"resultSet\": null,\n                        \"master\": true,\n                        \"head\": true,\n                        \"relevance\": 969\n                    }\n                ],\n                [\n                    {\n                        \"identifier\": \"6b65c65f6dc3a692821776079686a9dd\",\n                        \"groupId\": \"6b6099c305f591cb39d4314e9a823fc1\",\n                        \"sxId\": 1409579,\n                        \"sxCategoryId\": \"SHIRT\",\n                        \"dataPoints\": [\n                            {\n                                \"id\": 3012894,\n                                \"key\": \"shop-specific-url\",\n                                \"type\": \"PASS_ON\",\n                                \"value\": \"/Bekleidung/Fashion/Fuer-Sie/Shirts-Co/Stewart-Brown-Shirt-Kisser-Fish-L-Clover.html\"\n                            }\n                        ],\n                        \"image\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/540_340_75/front_z1(12)_z1(4).jpg\",\n                        \"name\": \"Stewart+Brown Shirt Kisser Fish\",\n                        \"images\": [\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/540_340_75/front_z1(12)_z1(4).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/2/540_340_75/back_z2(12)_z2(4).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/3/540_340_75/detail1_z3(12)_z3(4).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/4/540_340_75/detail2_z4(12)_z4(4).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/665_665_75/front_z1(12)_z1(4).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/2/665_665_75/back_z2(12)_z2(4).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/3/665_665_75/detail1_z3(12)_z3(4).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/4/665_665_75/detail2_z4(12)_z4(4).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/87_87_75/front_z1(12)_z1(4).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/2/87_87_75/back_z2(12)_z2(4).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/3/87_87_75/detail1_z3(12)_z3(4).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/4/87_87_75/detail2_z4(12)_z4(4).jpg\"\n                            }\n                        ],\n                        \"link\": \"//semknox-oxid-ddev.ddev.site:444/Bekleidung/Fashion/Fuer-Sie/Shirts-Co/Stewart-Brown-Shirt-Kisser-Fish-L-Clover.html?force_sid=f822af4d150ebeb8740941b3ba4e7a9b\",\n                        \"resultSet\": null,\n                        \"head\": true,\n                        \"relevance\": 968\n                    },\n                    {\n                        \"identifier\": \"6b6379a9e39321be9bec6b120ca2ae6a\",\n                        \"groupId\": \"6b6099c305f591cb39d4314e9a823fc1\",\n                        \"sxId\": 1409584,\n                        \"sxCategoryId\": \"SHIRT\",\n                        \"dataPoints\": [\n                            {\n                                \"id\": 3012894,\n                                \"key\": \"shop-specific-url\",\n                                \"type\": \"PASS_ON\",\n                                \"value\": \"/Bekleidung/Fashion/Fuer-Sie/Shirts-Co/Stewart-Brown-Shirt-Kisser-Fish-S-Clover.html\"\n                            }\n                        ],\n                        \"image\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/540_340_75/front_z1(12)_z1(2).jpg\",\n                        \"name\": \"Stewart+Brown Shirt Kisser Fish\",\n                        \"images\": [\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/540_340_75/front_z1(12)_z1(2).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/2/540_340_75/back_z2(12)_z2(2).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/3/540_340_75/detail1_z3(12)_z3(2).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/4/540_340_75/detail2_z4(12)_z4(2).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/665_665_75/front_z1(12)_z1(2).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/2/665_665_75/back_z2(12)_z2(2).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/3/665_665_75/detail1_z3(12)_z3(2).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/4/665_665_75/detail2_z4(12)_z4(2).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/87_87_75/front_z1(12)_z1(2).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/2/87_87_75/back_z2(12)_z2(2).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/3/87_87_75/detail1_z3(12)_z3(2).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/4/87_87_75/detail2_z4(12)_z4(2).jpg\"\n                            }\n                        ],\n                        \"link\": \"//semknox-oxid-ddev.ddev.site:444/Bekleidung/Fashion/Fuer-Sie/Shirts-Co/Stewart-Brown-Shirt-Kisser-Fish-S-Clover.html?force_sid=f822af4d150ebeb8740941b3ba4e7a9b\",\n                        \"resultSet\": null,\n                        \"head\": true,\n                        \"relevance\": 967\n                    },\n                    {\n                        \"identifier\": \"6b660e2ac4d79901d9367c490f4f7cf4\",\n                        \"groupId\": \"6b6099c305f591cb39d4314e9a823fc1\",\n                        \"sxId\": 1409568,\n                        \"sxCategoryId\": \"SHIRT\",\n                        \"dataPoints\": [\n                            {\n                                \"id\": 3012894,\n                                \"key\": \"shop-specific-url\",\n                                \"type\": \"PASS_ON\",\n                                \"value\": \"/Bekleidung/Fashion/Fuer-Sie/Shirts-Co/Stewart-Brown-Shirt-Kisser-Fish-XS-Clover.html\"\n                            }\n                        ],\n                        \"image\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/540_340_75/front_z1(12)_z1(1).jpg\",\n                        \"name\": \"Stewart+Brown Shirt Kisser Fish\",\n                        \"images\": [\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/540_340_75/front_z1(12)_z1(1).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/2/540_340_75/back_z2(12)_z2(1).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/3/540_340_75/detail1_z3(12)_z3(1).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/4/540_340_75/detail2_z4(12)_z4(1).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/665_665_75/front_z1(12)_z1(1).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/2/665_665_75/back_z2(12)_z2(1).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/3/665_665_75/detail1_z3(12)_z3(1).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/4/665_665_75/detail2_z4(12)_z4(1).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/87_87_75/front_z1(12)_z1(1).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/2/87_87_75/back_z2(12)_z2(1).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/3/87_87_75/detail1_z3(12)_z3(1).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/4/87_87_75/detail2_z4(12)_z4(1).jpg\"\n                            }\n                        ],\n                        \"link\": \"//semknox-oxid-ddev.ddev.site:444/Bekleidung/Fashion/Fuer-Sie/Shirts-Co/Stewart-Brown-Shirt-Kisser-Fish-XS-Clover.html?force_sid=f822af4d150ebeb8740941b3ba4e7a9b\",\n                        \"resultSet\": null,\n                        \"head\": true,\n                        \"relevance\": 966\n                    },\n                    {\n                        \"identifier\": \"6b638d6f1f0e86a0d5ecfc8c7d952711\",\n                        \"groupId\": \"6b6099c305f591cb39d4314e9a823fc1\",\n                        \"sxId\": 1409580,\n                        \"sxCategoryId\": \"SHIRT\",\n                        \"dataPoints\": [\n                            {\n                                \"id\": 3012894,\n                                \"key\": \"shop-specific-url\",\n                                \"type\": \"PASS_ON\",\n                                \"value\": \"/Bekleidung/Fashion/Fuer-Sie/Shirts-Co/Stewart-Brown-Shirt-Kisser-Fish-XS-Violet.html\"\n                            }\n                        ],\n                        \"image\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/540_340_75/front_z1(12)v_z1(1).jpg\",\n                        \"name\": \"Stewart+Brown Shirt Kisser Fish\",\n                        \"images\": [\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/540_340_75/front_z1(12)v_z1(1).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/2/540_340_75/back_z2(12)v_z2(1).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/3/540_340_75/detail1_z3(12)v_z3(1).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/4/540_340_75/detail2_z4(12)v_z4(1).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/665_665_75/front_z1(12)v_z1(1).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/2/665_665_75/back_z2(12)v_z2(1).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/3/665_665_75/detail1_z3(12)v_z3(1).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/4/665_665_75/detail2_z4(12)v_z4(1).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/87_87_75/front_z1(12)v_z1(1).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/2/87_87_75/back_z2(12)v_z2(1).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/3/87_87_75/detail1_z3(12)v_z3(1).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/4/87_87_75/detail2_z4(12)v_z4(1).jpg\"\n                            }\n                        ],\n                        \"link\": \"//semknox-oxid-ddev.ddev.site:444/Bekleidung/Fashion/Fuer-Sie/Shirts-Co/Stewart-Brown-Shirt-Kisser-Fish-XS-Violet.html?force_sid=f822af4d150ebeb8740941b3ba4e7a9b\",\n                        \"resultSet\": null,\n                        \"head\": true,\n                        \"relevance\": 965\n                    },\n                    {\n                        \"identifier\": \"6b60d3cf6bcd898b1b66174b1cf66fd9\",\n                        \"groupId\": \"6b6099c305f591cb39d4314e9a823fc1\",\n                        \"sxId\": 1409540,\n                        \"sxCategoryId\": \"SHIRT\",\n                        \"dataPoints\": [\n                            {\n                                \"id\": 3012894,\n                                \"key\": \"shop-specific-url\",\n                                \"type\": \"PASS_ON\",\n                                \"value\": \"/Bekleidung/Fashion/Fuer-Sie/Shirts-Co/Stewart-Brown-Shirt-Kisser-Fish-XL-Violet.html\"\n                            }\n                        ],\n                        \"image\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/540_340_75/front_z1(12)v_z1.jpg\",\n                        \"name\": \"Stewart+Brown Shirt Kisser Fish\",\n                        \"images\": [\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/540_340_75/front_z1(12)v_z1.jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/2/540_340_75/back_z2(12)v_z2.jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/3/540_340_75/detail1_z3(12)v_z3.jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/4/540_340_75/detail2_z4(12)v_z4.jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/665_665_75/front_z1(12)v_z1.jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/2/665_665_75/back_z2(12)v_z2.jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/3/665_665_75/detail1_z3(12)v_z3.jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/4/665_665_75/detail2_z4(12)v_z4.jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/87_87_75/front_z1(12)v_z1.jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/2/87_87_75/back_z2(12)v_z2.jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/3/87_87_75/detail1_z3(12)v_z3.jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/4/87_87_75/detail2_z4(12)v_z4.jpg\"\n                            }\n                        ],\n                        \"link\": \"//semknox-oxid-ddev.ddev.site:444/Bekleidung/Fashion/Fuer-Sie/Shirts-Co/Stewart-Brown-Shirt-Kisser-Fish-XL-Violet.html?force_sid=f822af4d150ebeb8740941b3ba4e7a9b\",\n                        \"resultSet\": null,\n                        \"head\": true,\n                        \"relevance\": 964\n                    },\n                    {\n                        \"identifier\": \"6b61c8d544b8fa43b40db907e8520575\",\n                        \"groupId\": \"6b6099c305f591cb39d4314e9a823fc1\",\n                        \"sxId\": 1409573,\n                        \"sxCategoryId\": \"SHIRT\",\n                        \"dataPoints\": [\n                            {\n                                \"id\": 3012894,\n                                \"key\": \"shop-specific-url\",\n                                \"type\": \"PASS_ON\",\n                                \"value\": \"/Bekleidung/Fashion/Fuer-Sie/Shirts-Co/Stewart-Brown-Shirt-Kisser-Fish-M-Clover.html\"\n                            }\n                        ],\n                        \"image\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/540_340_75/front_z1(12)_z1(3).jpg\",\n                        \"name\": \"Stewart+Brown Shirt Kisser Fish\",\n                        \"images\": [\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/540_340_75/front_z1(12)_z1(3).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/2/540_340_75/back_z2(12)_z2(3).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/3/540_340_75/detail1_z3(12)_z3(3).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/4/540_340_75/detail2_z4(12)_z4(3).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/665_665_75/front_z1(12)_z1(3).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/2/665_665_75/back_z2(12)_z2(3).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/3/665_665_75/detail1_z3(12)_z3(3).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/4/665_665_75/detail2_z4(12)_z4(3).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/87_87_75/front_z1(12)_z1(3).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/2/87_87_75/back_z2(12)_z2(3).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/3/87_87_75/detail1_z3(12)_z3(3).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/4/87_87_75/detail2_z4(12)_z4(3).jpg\"\n                            }\n                        ],\n                        \"link\": \"//semknox-oxid-ddev.ddev.site:444/Bekleidung/Fashion/Fuer-Sie/Shirts-Co/Stewart-Brown-Shirt-Kisser-Fish-M-Clover.html?force_sid=f822af4d150ebeb8740941b3ba4e7a9b\",\n                        \"resultSet\": null,\n                        \"head\": true,\n                        \"relevance\": 963\n                    },\n                    {\n                        \"identifier\": \"6b6d966c899dd9977e88f842f67eb751\",\n                        \"groupId\": \"6b6099c305f591cb39d4314e9a823fc1\",\n                        \"sxId\": 1409546,\n                        \"sxCategoryId\": \"SHIRT\",\n                        \"dataPoints\": [\n                            {\n                                \"id\": 3012894,\n                                \"key\": \"shop-specific-url\",\n                                \"type\": \"PASS_ON\",\n                                \"value\": \"/Bekleidung/Fashion/Fuer-Sie/Shirts-Co/Stewart-Brown-Shirt-Kisser-Fish-L-Violet.html\"\n                            }\n                        ],\n                        \"image\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/540_340_75/front_z1(12)v_z1(4).jpg\",\n                        \"name\": \"Stewart+Brown Shirt Kisser Fish\",\n                        \"images\": [\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/540_340_75/front_z1(12)v_z1(4).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/2/540_340_75/back_z2(12)v_z2(4).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/3/540_340_75/detail1_z3(12)v_z3(4).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/4/540_340_75/detail2_z4(12)v_z4(4).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/665_665_75/front_z1(12)v_z1(4).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/2/665_665_75/back_z2(12)v_z2(4).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/3/665_665_75/detail1_z3(12)v_z3(4).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/4/665_665_75/detail2_z4(12)v_z4(4).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/87_87_75/front_z1(12)v_z1(4).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/2/87_87_75/back_z2(12)v_z2(4).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/3/87_87_75/detail1_z3(12)v_z3(4).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/4/87_87_75/detail2_z4(12)v_z4(4).jpg\"\n                            }\n                        ],\n                        \"link\": \"//semknox-oxid-ddev.ddev.site:444/Bekleidung/Fashion/Fuer-Sie/Shirts-Co/Stewart-Brown-Shirt-Kisser-Fish-L-Violet.html?force_sid=f822af4d150ebeb8740941b3ba4e7a9b\",\n                        \"resultSet\": null,\n                        \"head\": true,\n                        \"relevance\": 962\n                    },\n                    {\n                        \"identifier\": \"6b679ba1f246d4de2e569ce37a2cd666\",\n                        \"groupId\": \"6b6099c305f591cb39d4314e9a823fc1\",\n                        \"sxId\": 1409624,\n                        \"sxCategoryId\": \"SHIRT\",\n                        \"dataPoints\": [\n                            {\n                                \"id\": 3012894,\n                                \"key\": \"shop-specific-url\",\n                                \"type\": \"PASS_ON\",\n                                \"value\": \"/Bekleidung/Fashion/Fuer-Sie/Shirts-Co/Stewart-Brown-Shirt-Kisser-Fish-XL-Clover.html\"\n                            }\n                        ],\n                        \"image\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/540_340_75/front_z1(12)_z1.jpg\",\n                        \"name\": \"Stewart+Brown Shirt Kisser Fish\",\n                        \"images\": [\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/540_340_75/front_z1(12)_z1.jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/2/540_340_75/back_z2(12)_z2.jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/3/540_340_75/detail1_z3(12)_z3.jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/4/540_340_75/detail2_z4(12)_z4.jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/665_665_75/front_z1(12)_z1.jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/2/665_665_75/back_z2(12)_z2.jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/3/665_665_75/detail1_z3(12)_z3.jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/4/665_665_75/detail2_z4(12)_z4.jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/87_87_75/front_z1(12)_z1.jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/2/87_87_75/back_z2(12)_z2.jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/3/87_87_75/detail1_z3(12)_z3.jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/4/87_87_75/detail2_z4(12)_z4.jpg\"\n                            }\n                        ],\n                        \"link\": \"//semknox-oxid-ddev.ddev.site:444/Bekleidung/Fashion/Fuer-Sie/Shirts-Co/Stewart-Brown-Shirt-Kisser-Fish-XL-Clover.html?force_sid=f822af4d150ebeb8740941b3ba4e7a9b\",\n                        \"resultSet\": null,\n                        \"head\": true,\n                        \"relevance\": 961\n                    },\n                    {\n                        \"identifier\": \"6b6845d4bc4d899ebb9310d12210ad30\",\n                        \"groupId\": \"6b6099c305f591cb39d4314e9a823fc1\",\n                        \"sxId\": 1409539,\n                        \"sxCategoryId\": \"SHIRT\",\n                        \"dataPoints\": [\n                            {\n                                \"id\": 3012894,\n                                \"key\": \"shop-specific-url\",\n                                \"type\": \"PASS_ON\",\n                                \"value\": \"/Bekleidung/Fashion/Fuer-Sie/Shirts-Co/Stewart-Brown-Shirt-Kisser-Fish-S-Violet.html\"\n                            }\n                        ],\n                        \"image\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/540_340_75/front_z1(12)v_z1(2).jpg\",\n                        \"name\": \"Stewart+Brown Shirt Kisser Fish\",\n                        \"images\": [\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/540_340_75/front_z1(12)v_z1(2).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/2/540_340_75/back_z2(12)v_z2(2).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/3/540_340_75/detail1_z3(12)v_z3(2).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/4/540_340_75/detail2_z4(12)v_z4(2).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/665_665_75/front_z1(12)v_z1(2).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/2/665_665_75/back_z2(12)v_z2(2).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/3/665_665_75/detail1_z3(12)v_z3(2).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/4/665_665_75/detail2_z4(12)v_z4(2).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/87_87_75/front_z1(12)v_z1(2).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/2/87_87_75/back_z2(12)v_z2(2).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/3/87_87_75/detail1_z3(12)v_z3(2).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/4/87_87_75/detail2_z4(12)v_z4(2).jpg\"\n                            }\n                        ],\n                        \"link\": \"//semknox-oxid-ddev.ddev.site:444/Bekleidung/Fashion/Fuer-Sie/Shirts-Co/Stewart-Brown-Shirt-Kisser-Fish-S-Violet.html?force_sid=f822af4d150ebeb8740941b3ba4e7a9b\",\n                        \"resultSet\": null,\n                        \"head\": true,\n                        \"relevance\": 960\n                    },\n                    {\n                        \"identifier\": \"6b656e13b102aa6c58288a704f53b16c\",\n                        \"groupId\": \"6b6099c305f591cb39d4314e9a823fc1\",\n                        \"sxId\": 1409620,\n                        \"sxCategoryId\": \"SHIRT\",\n                        \"dataPoints\": [\n                            {\n                                \"id\": 3012894,\n                                \"key\": \"shop-specific-url\",\n                                \"type\": \"PASS_ON\",\n                                \"value\": \"/Bekleidung/Fashion/Fuer-Sie/Shirts-Co/Stewart-Brown-Shirt-Kisser-Fish-M-Violet.html\"\n                            }\n                        ],\n                        \"image\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/540_340_75/front_z1(12)v_z1(3).jpg\",\n                        \"name\": \"Stewart+Brown Shirt Kisser Fish\",\n                        \"images\": [\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/540_340_75/front_z1(12)v_z1(3).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/2/540_340_75/back_z2(12)v_z2(3).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/3/540_340_75/detail1_z3(12)v_z3(3).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/4/540_340_75/detail2_z4(12)v_z4(3).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/665_665_75/front_z1(12)v_z1(3).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/2/665_665_75/back_z2(12)v_z2(3).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/3/665_665_75/detail1_z3(12)v_z3(3).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/4/665_665_75/detail2_z4(12)v_z4(3).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/87_87_75/front_z1(12)v_z1(3).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/2/87_87_75/back_z2(12)v_z2(3).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/3/87_87_75/detail1_z3(12)v_z3(3).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/4/87_87_75/detail2_z4(12)v_z4(3).jpg\"\n                            }\n                        ],\n                        \"link\": \"//semknox-oxid-ddev.ddev.site:444/Bekleidung/Fashion/Fuer-Sie/Shirts-Co/Stewart-Brown-Shirt-Kisser-Fish-M-Violet.html?force_sid=f822af4d150ebeb8740941b3ba4e7a9b\",\n                        \"resultSet\": null,\n                        \"head\": true,\n                        \"relevance\": 959\n                    }\n                ],\n                [\n                    {\n                        \"identifier\": \"d86f775338da3228bec9e968f02e7551\",\n                        \"groupId\": \"d86f775338da3228bec9e968f02e7551\",\n                        \"sxId\": 1409574,\n                        \"sxCategoryId\": \"QUAD_LNB\",\n                        \"dataPoints\": [\n                            {\n                                \"id\": 3012894,\n                                \"key\": \"shop-specific-url\",\n                                \"type\": \"PASS_ON\",\n                                \"value\": \"/Kiteboarding/Zubehoer/Kite-Leinen-VECTOR-QUAD-PRO.html\"\n                            }\n                        ],\n                        \"image\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/540_340_75/vector_kitelinen_quad_pro_1.jpg\",\n                        \"name\": \"Kite Leinen VECTOR QUAD PRO\",\n                        \"images\": [\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/540_340_75/vector_kitelinen_quad_pro_1.jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/665_665_75/vector_kitelinen_quad_pro_1.jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/87_87_75/vector_kitelinen_quad_pro_1.jpg\"\n                            }\n                        ],\n                        \"link\": \"//semknox-oxid-ddev.ddev.site:444/Kiteboarding/Zubehoer/Kite-Leinen-VECTOR-QUAD-PRO.html?force_sid=f822af4d150ebeb8740941b3ba4e7a9b\",\n                        \"resultSet\": null,\n                        \"master\": true,\n                        \"head\": true,\n                        \"relevance\": 958\n                    }\n                ],\n                [\n                    {\n                        \"identifier\": \"6b6b9f89cb8decee837d1a4c60742875\",\n                        \"groupId\": \"6b66d82af984e5ad46b9cb27b1ef8aae\",\n                        \"sxId\": 1409630,\n                        \"sxCategoryId\": \"JEANS\",\n                        \"dataPoints\": [\n                            {\n                                \"id\": 3012894,\n                                \"key\": \"shop-specific-url\",\n                                \"type\": \"PASS_ON\",\n                                \"value\": \"/Bekleidung/Fashion/Fuer-Sie/Jeans/Kuyichi-Jeans-SUGAR-W-31-L-34-Dark-Blue-Bangle-Blue.html\"\n                            }\n                        ],\n                        \"image\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/540_340_75/front_z1(9)(1).jpg\",\n                        \"name\": \"Kuyichi Jeans SUGAR\",\n                        \"images\": [\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/540_340_75/front_z1(9)(1).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/2/540_340_75/back_z2(9)(1).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/3/540_340_75/detail1_z3(9)(1).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/4/540_340_75/detail2_z4(9)(1).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/665_665_75/front_z1(9)(1).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/2/665_665_75/back_z2(9)(1).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/3/665_665_75/detail1_z3(9)(1).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/4/665_665_75/detail2_z4(9)(1).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/87_87_75/front_z1(9)(1).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/2/87_87_75/back_z2(9)(1).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/3/87_87_75/detail1_z3(9)(1).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/4/87_87_75/detail2_z4(9)(1).jpg\"\n                            }\n                        ],\n                        \"link\": \"//semknox-oxid-ddev.ddev.site:444/Bekleidung/Fashion/Fuer-Sie/Jeans/Kuyichi-Jeans-SUGAR-W-31-L-34-Dark-Blue-Bangle-Blue.html?force_sid=f822af4d150ebeb8740941b3ba4e7a9b\",\n                        \"resultSet\": null,\n                        \"head\": true,\n                        \"relevance\": 957\n                    }\n                ],\n                [\n                    {\n                        \"identifier\": \"6b69664875491fc8ab51d15f8e94b63f\",\n                        \"groupId\": \"6b63f459c781fa42edeb889242304014\",\n                        \"sxId\": 1409565,\n                        \"sxCategoryId\": \"SHIRT\",\n                        \"dataPoints\": [\n                            {\n                                \"id\": 3012894,\n                                \"key\": \"shop-specific-url\",\n                                \"type\": \"PASS_ON\",\n                                \"value\": \"/Bekleidung/Fashion/Fuer-Sie/Shirts-Co/Stewart-Brown-Organic-Pima-Edged-Lengthen-XS-White.html\"\n                            }\n                        ],\n                        \"image\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/540_340_75/front_z1(15)_z1(1).jpg\",\n                        \"name\": \"Stewart+Brown Organic Pima Edged Lengthen\",\n                        \"images\": [\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/540_340_75/front_z1(15)_z1(1).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/2/540_340_75/back_z2(15)_z2(1).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/3/540_340_75/detail1_z3(15)_z3(1).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/4/540_340_75/detail2_z4(15)_z4(1).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/665_665_75/front_z1(15)_z1(1).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/2/665_665_75/back_z2(15)_z2(1).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/3/665_665_75/detail1_z3(15)_z3(1).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/4/665_665_75/detail2_z4(15)_z4(1).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/87_87_75/front_z1(15)_z1(1).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/2/87_87_75/back_z2(15)_z2(1).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/3/87_87_75/detail1_z3(15)_z3(1).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/4/87_87_75/detail2_z4(15)_z4(1).jpg\"\n                            }\n                        ],\n                        \"link\": \"//semknox-oxid-ddev.ddev.site:444/Bekleidung/Fashion/Fuer-Sie/Shirts-Co/Stewart-Brown-Organic-Pima-Edged-Lengthen-XS-White.html?force_sid=f822af4d150ebeb8740941b3ba4e7a9b\",\n                        \"resultSet\": null,\n                        \"head\": true,\n                        \"relevance\": 956\n                    },\n                    {\n                        \"identifier\": \"6b69cad3472fb2b07f89291f8e416e4d\",\n                        \"groupId\": \"6b63f459c781fa42edeb889242304014\",\n                        \"sxId\": 1409538,\n                        \"sxCategoryId\": \"SHIRT\",\n                        \"dataPoints\": [\n                            {\n                                \"id\": 3012894,\n                                \"key\": \"shop-specific-url\",\n                                \"type\": \"PASS_ON\",\n                                \"value\": \"/Bekleidung/Fashion/Fuer-Sie/Shirts-Co/Stewart-Brown-Organic-Pima-Edged-Lengthen-M-White.html\"\n                            }\n                        ],\n                        \"image\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/540_340_75/front_z1(15)_z1(3).jpg\",\n                        \"name\": \"Stewart+Brown Organic Pima Edged Lengthen\",\n                        \"images\": [\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/540_340_75/front_z1(15)_z1(3).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/2/540_340_75/back_z2(15)_z2(3).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/3/540_340_75/detail1_z3(15)_z3(3).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/4/540_340_75/detail2_z4(15)_z4(3).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/665_665_75/front_z1(15)_z1(3).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/2/665_665_75/back_z2(15)_z2(3).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/3/665_665_75/detail1_z3(15)_z3(3).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/4/665_665_75/detail2_z4(15)_z4(3).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/87_87_75/front_z1(15)_z1(3).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/2/87_87_75/back_z2(15)_z2(3).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/3/87_87_75/detail1_z3(15)_z3(3).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/4/87_87_75/detail2_z4(15)_z4(3).jpg\"\n                            }\n                        ],\n                        \"link\": \"//semknox-oxid-ddev.ddev.site:444/Bekleidung/Fashion/Fuer-Sie/Shirts-Co/Stewart-Brown-Organic-Pima-Edged-Lengthen-M-White.html?force_sid=f822af4d150ebeb8740941b3ba4e7a9b\",\n                        \"resultSet\": null,\n                        \"head\": true,\n                        \"relevance\": 955\n                    },\n                    {\n                        \"identifier\": \"6b62dc6bf5b7723743d514eb1b7a7f87\",\n                        \"groupId\": \"6b63f459c781fa42edeb889242304014\",\n                        \"sxId\": 1409607,\n                        \"sxCategoryId\": \"SHIRT\",\n                        \"dataPoints\": [\n                            {\n                                \"id\": 3012894,\n                                \"key\": \"shop-specific-url\",\n                                \"type\": \"PASS_ON\",\n                                \"value\": \"/Bekleidung/Fashion/Fuer-Sie/Shirts-Co/Stewart-Brown-Organic-Pima-Edged-Lengthen-XL-White.html\"\n                            }\n                        ],\n                        \"image\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/540_340_75/front_z1(15)_z1.jpg\",\n                        \"name\": \"Stewart+Brown Organic Pima Edged Lengthen\",\n                        \"images\": [\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/540_340_75/front_z1(15)_z1.jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/2/540_340_75/back_z2(15)_z2.jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/3/540_340_75/detail1_z3(15)_z3.jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/4/540_340_75/detail2_z4(15)_z4.jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/665_665_75/front_z1(15)_z1.jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/2/665_665_75/back_z2(15)_z2.jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/3/665_665_75/detail1_z3(15)_z3.jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/4/665_665_75/detail2_z4(15)_z4.jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/87_87_75/front_z1(15)_z1.jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/2/87_87_75/back_z2(15)_z2.jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/3/87_87_75/detail1_z3(15)_z3.jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/4/87_87_75/detail2_z4(15)_z4.jpg\"\n                            }\n                        ],\n                        \"link\": \"//semknox-oxid-ddev.ddev.site:444/Bekleidung/Fashion/Fuer-Sie/Shirts-Co/Stewart-Brown-Organic-Pima-Edged-Lengthen-XL-White.html?force_sid=f822af4d150ebeb8740941b3ba4e7a9b\",\n                        \"resultSet\": null,\n                        \"head\": true,\n                        \"relevance\": 954\n                    },\n                    {\n                        \"identifier\": \"6b6c129c62119185c7779987e7d8cd5c\",\n                        \"groupId\": \"6b63f459c781fa42edeb889242304014\",\n                        \"sxId\": 1409543,\n                        \"sxCategoryId\": \"SHIRT\",\n                        \"dataPoints\": [\n                            {\n                                \"id\": 3012894,\n                                \"key\": \"shop-specific-url\",\n                                \"type\": \"PASS_ON\",\n                                \"value\": \"/Bekleidung/Fashion/Fuer-Sie/Shirts-Co/Stewart-Brown-Organic-Pima-Edged-Lengthen-L-White.html\"\n                            }\n                        ],\n                        \"image\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/540_340_75/front_z1(15)_z1(4).jpg\",\n                        \"name\": \"Stewart+Brown Organic Pima Edged Lengthen\",\n                        \"images\": [\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/540_340_75/front_z1(15)_z1(4).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/2/540_340_75/back_z2(15)_z2(4).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/3/540_340_75/detail1_z3(15)_z3(4).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/4/540_340_75/detail2_z4(15)_z4(4).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/665_665_75/front_z1(15)_z1(4).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/2/665_665_75/back_z2(15)_z2(4).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/3/665_665_75/detail1_z3(15)_z3(4).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/4/665_665_75/detail2_z4(15)_z4(4).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/87_87_75/front_z1(15)_z1(4).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/2/87_87_75/back_z2(15)_z2(4).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/3/87_87_75/detail1_z3(15)_z3(4).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/4/87_87_75/detail2_z4(15)_z4(4).jpg\"\n                            }\n                        ],\n                        \"link\": \"//semknox-oxid-ddev.ddev.site:444/Bekleidung/Fashion/Fuer-Sie/Shirts-Co/Stewart-Brown-Organic-Pima-Edged-Lengthen-L-White.html?force_sid=f822af4d150ebeb8740941b3ba4e7a9b\",\n                        \"resultSet\": null,\n                        \"head\": true,\n                        \"relevance\": 953\n                    },\n                    {\n                        \"identifier\": \"6b68f8516ba4d81bace5295830b7f5d6\",\n                        \"groupId\": \"6b63f459c781fa42edeb889242304014\",\n                        \"sxId\": 1409535,\n                        \"sxCategoryId\": \"SHIRT\",\n                        \"dataPoints\": [\n                            {\n                                \"id\": 3012894,\n                                \"key\": \"shop-specific-url\",\n                                \"type\": \"PASS_ON\",\n                                \"value\": \"/Bekleidung/Fashion/Fuer-Sie/Shirts-Co/Stewart-Brown-Organic-Pima-Edged-Lengthen-S-White.html\"\n                            }\n                        ],\n                        \"image\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/540_340_75/front_z1(15)_z1(2).jpg\",\n                        \"name\": \"Stewart+Brown Organic Pima Edged Lengthen\",\n                        \"images\": [\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/540_340_75/front_z1(15)_z1(2).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/2/540_340_75/back_z2(15)_z2(2).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/3/540_340_75/detail1_z3(15)_z3(2).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/4/540_340_75/detail2_z4(15)_z4(2).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/665_665_75/front_z1(15)_z1(2).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/2/665_665_75/back_z2(15)_z2(2).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/3/665_665_75/detail1_z3(15)_z3(2).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/4/665_665_75/detail2_z4(15)_z4(2).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/87_87_75/front_z1(15)_z1(2).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/2/87_87_75/back_z2(15)_z2(2).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/3/87_87_75/detail1_z3(15)_z3(2).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/4/87_87_75/detail2_z4(15)_z4(2).jpg\"\n                            }\n                        ],\n                        \"link\": \"//semknox-oxid-ddev.ddev.site:444/Bekleidung/Fashion/Fuer-Sie/Shirts-Co/Stewart-Brown-Organic-Pima-Edged-Lengthen-S-White.html?force_sid=f822af4d150ebeb8740941b3ba4e7a9b\",\n                        \"resultSet\": null,\n                        \"head\": true,\n                        \"relevance\": 952\n                    }\n                ],\n                [\n                    {\n                        \"identifier\": \"6b6a6aedca3e438e98d51f0a5d586c0b\",\n                        \"groupId\": \"6b63456b3abeeeccd9b085a76ffba1a3\",\n                        \"sxId\": 1409596,\n                        \"sxCategoryId\": \"JEANS\",\n                        \"dataPoints\": [\n                            {\n                                \"id\": 3012894,\n                                \"key\": \"shop-specific-url\",\n                                \"type\": \"PASS_ON\",\n                                \"value\": \"/Bekleidung/Fashion/Fuer-Sie/Jeans/Kuyichi-Jeans-CANDY-W-32-L-32-Dark-Blue.html\"\n                            }\n                        ],\n                        \"image\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/540_340_75/front_z1(7)(2).jpg\",\n                        \"name\": \"Kuyichi Jeans CANDY\",\n                        \"images\": [\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/540_340_75/front_z1(7)(2).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/2/540_340_75/back_z2(7)(2).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/3/540_340_75/detail1_z3(7)(2).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/4/540_340_75/detail2_z4(7)(2).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/665_665_75/front_z1(7)(2).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/2/665_665_75/back_z2(7)(2).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/3/665_665_75/detail1_z3(7)(2).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/4/665_665_75/detail2_z4(7)(2).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/87_87_75/front_z1(7)(2).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/2/87_87_75/back_z2(7)(2).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/3/87_87_75/detail1_z3(7)(2).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/4/87_87_75/detail2_z4(7)(2).jpg\"\n                            }\n                        ],\n                        \"link\": \"//semknox-oxid-ddev.ddev.site:444/Bekleidung/Fashion/Fuer-Sie/Jeans/Kuyichi-Jeans-CANDY-W-32-L-32-Dark-Blue.html?force_sid=f822af4d150ebeb8740941b3ba4e7a9b\",\n                        \"resultSet\": null,\n                        \"head\": true,\n                        \"relevance\": 951\n                    },\n                    {\n                        \"identifier\": \"6b62700a4eb25d6c370ea2ae3807b9e3\",\n                        \"groupId\": \"6b63456b3abeeeccd9b085a76ffba1a3\",\n                        \"sxId\": 1409609,\n                        \"sxCategoryId\": \"JEANS\",\n                        \"dataPoints\": [\n                            {\n                                \"id\": 3012894,\n                                \"key\": \"shop-specific-url\",\n                                \"type\": \"PASS_ON\",\n                                \"value\": \"/Bekleidung/Fashion/Fuer-Sie/Jeans/Kuyichi-Jeans-CANDY-W-31-L-34-Dark-Blue.html\"\n                            }\n                        ],\n                        \"image\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/540_340_75/front_z1(7)(1).jpg\",\n                        \"name\": \"Kuyichi Jeans CANDY\",\n                        \"images\": [\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/540_340_75/front_z1(7)(1).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/2/540_340_75/back_z2(7)(1).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/3/540_340_75/detail1_z3(7)(1).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/4/540_340_75/detail2_z4(7)(1).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/665_665_75/front_z1(7)(1).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/2/665_665_75/back_z2(7)(1).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/3/665_665_75/detail1_z3(7)(1).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/4/665_665_75/detail2_z4(7)(1).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/87_87_75/front_z1(7)(1).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/2/87_87_75/back_z2(7)(1).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/3/87_87_75/detail1_z3(7)(1).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/4/87_87_75/detail2_z4(7)(1).jpg\"\n                            }\n                        ],\n                        \"link\": \"//semknox-oxid-ddev.ddev.site:444/Bekleidung/Fashion/Fuer-Sie/Jeans/Kuyichi-Jeans-CANDY-W-31-L-34-Dark-Blue.html?force_sid=f822af4d150ebeb8740941b3ba4e7a9b\",\n                        \"resultSet\": null,\n                        \"head\": true,\n                        \"relevance\": 950\n                    },\n                    {\n                        \"identifier\": \"6b6b6abed58b118ee988c92856b8b675\",\n                        \"groupId\": \"6b63456b3abeeeccd9b085a76ffba1a3\",\n                        \"sxId\": 1409533,\n                        \"sxCategoryId\": \"JEANS\",\n                        \"dataPoints\": [\n                            {\n                                \"id\": 3012894,\n                                \"key\": \"shop-specific-url\",\n                                \"type\": \"PASS_ON\",\n                                \"value\": \"/Bekleidung/Fashion/Fuer-Sie/Jeans/Kuyichi-Jeans-CANDY-W-30-L-30-Dark-Blue.html\"\n                            }\n                        ],\n                        \"image\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/540_340_75/front_z1(7)(3).jpg\",\n                        \"name\": \"Kuyichi Jeans CANDY\",\n                        \"images\": [\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/540_340_75/front_z1(7)(3).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/2/540_340_75/back_z2(7)(3).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/3/540_340_75/detail1_z3(7)(3).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/4/540_340_75/detail2_z4(7)(3).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/665_665_75/front_z1(7)(3).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/2/665_665_75/back_z2(7)(3).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/3/665_665_75/detail1_z3(7)(3).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/4/665_665_75/detail2_z4(7)(3).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/87_87_75/front_z1(7)(3).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/2/87_87_75/back_z2(7)(3).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/3/87_87_75/detail1_z3(7)(3).jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/4/87_87_75/detail2_z4(7)(3).jpg\"\n                            }\n                        ],\n                        \"link\": \"//semknox-oxid-ddev.ddev.site:444/Bekleidung/Fashion/Fuer-Sie/Jeans/Kuyichi-Jeans-CANDY-W-30-L-30-Dark-Blue.html?force_sid=f822af4d150ebeb8740941b3ba4e7a9b\",\n                        \"resultSet\": null,\n                        \"head\": true,\n                        \"relevance\": 949\n                    }\n                ],\n                [\n                    {\n                        \"identifier\": \"f4fc98f99e3660bd2ecd7450f832c41a\",\n                        \"groupId\": \"f4fc98f99e3660bd2ecd7450f832c41a\",\n                        \"sxId\": 1409600,\n                        \"sxCategoryId\": \"SUIT\",\n                        \"dataPoints\": [\n                            {\n                                \"id\": 3012894,\n                                \"key\": \"shop-specific-url\",\n                                \"type\": \"PASS_ON\",\n                                \"value\": \"/en/Gear/Sportswear/Neoprene/Suits/Wetsuit-NPX-ASSASSIN.html\"\n                            }\n                        ],\n                        \"image\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/540_340_75/npx_assassin_semidry_543_e3_2011_z1.jpg\",\n                        \"name\": \"Neoprenanzug NPX ASSASSIN\",\n                        \"images\": [\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/540_340_75/npx_assassin_semidry_543_e3_2011_z1.jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/665_665_75/npx_assassin_semidry_543_e3_2011_z1.jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/87_87_75/npx_assassin_semidry_543_e3_2011_z1.jpg\"\n                            }\n                        ],\n                        \"link\": \"//semknox-oxid-ddev.ddev.site:444/Bekleidung/Sportswear/Neopren/Anzuege/Neoprenanzug-NPX-ASSASSIN.html?force_sid=f822af4d150ebeb8740941b3ba4e7a9b\",\n                        \"resultSet\": null,\n                        \"master\": true,\n                        \"head\": true,\n                        \"relevance\": 948\n                    }\n                ],\n                [\n                    {\n                        \"identifier\": \"dc55b2b2e633527f9a8b2408a032f28f\",\n                        \"groupId\": \"dc55b2b2e633527f9a8b2408a032f28f\",\n                        \"sxId\": 1409550,\n                        \"sxCategoryId\": \"BELT\",\n                        \"dataPoints\": [\n                            {\n                                \"id\": 3012894,\n                                \"key\": \"shop-specific-url\",\n                                \"type\": \"PASS_ON\",\n                                \"value\": \"/Bekleidung/Fashion/Accessoires/Kuyichi-Guertel-JUNO.html\"\n                            }\n                        ],\n                        \"image\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/540_340_75/p1170203_1.jpg\",\n                        \"name\": \"Kuyichi Gürtel JUNO\",\n                        \"images\": [\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/540_340_75/p1170203_1.jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/2/540_340_75/p1170205_1.jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/665_665_75/p1170203_1.jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/2/665_665_75/p1170205_1.jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/87_87_75/p1170203_1.jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/2/87_87_75/p1170205_1.jpg\"\n                            }\n                        ],\n                        \"link\": \"//semknox-oxid-ddev.ddev.site:444/Bekleidung/Fashion/Accessoires/Kuyichi-Guertel-JUNO.html?force_sid=f822af4d150ebeb8740941b3ba4e7a9b\",\n                        \"resultSet\": null,\n                        \"master\": true,\n                        \"head\": true,\n                        \"relevance\": 947\n                    }\n                ],\n                [\n                    {\n                        \"identifier\": \"ed6a4182ae58874e4fdaa4775566af6c\",\n                        \"groupId\": \"ed6a4182ae58874e4fdaa4775566af6c\",\n                        \"sxId\": 1409530,\n                        \"sxCategoryId\": \"WAKEBOARD\",\n                        \"dataPoints\": [\n                            {\n                                \"id\": 3012894,\n                                \"key\": \"shop-specific-url\",\n                                \"type\": \"PASS_ON\",\n                                \"value\": \"/Wakeboarding/Wakeboards-More-cool-super-toll/Wakeboard-LIQUID-FORCE-S4.html\"\n                            }\n                        ],\n                        \"image\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/540_340_75/lf_s4_1.jpg\",\n                        \"name\": \"Wakeboard LIQUID FORCE S4\",\n                        \"images\": [\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/540_340_75/lf_s4_1.jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/2/540_340_75/lf_s4_deck_1.jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/3/540_340_75/lf_s4_bottom_1.jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/665_665_75/lf_s4_1.jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/2/665_665_75/lf_s4_deck_1.jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/3/665_665_75/lf_s4_bottom_1.jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/87_87_75/lf_s4_1.jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/2/87_87_75/lf_s4_deck_1.jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/3/87_87_75/lf_s4_bottom_1.jpg\"\n                            }\n                        ],\n                        \"link\": \"//semknox-oxid-ddev.ddev.site:444/Wakeboarding/Wakeboards-More-cool-super-toll/Wakeboard-LIQUID-FORCE-S4.html?force_sid=f822af4d150ebeb8740941b3ba4e7a9b\",\n                        \"resultSet\": null,\n                        \"master\": true,\n                        \"head\": true,\n                        \"relevance\": 946\n                    }\n                ],\n                [\n                    {\n                        \"identifier\": \"d86e244c8114c8214fbf83da8d6336b3\",\n                        \"groupId\": \"d86e244c8114c8214fbf83da8d6336b3\",\n                        \"sxId\": 1409541,\n                        \"sxCategoryId\": \"WAKEBOARD\",\n                        \"dataPoints\": [\n                            {\n                                \"id\": 3012894,\n                                \"key\": \"shop-specific-url\",\n                                \"type\": \"PASS_ON\",\n                                \"value\": \"/Wakeboarding/Wakeboards-More-cool-super-toll/Wakeboard-LIQUID-FORCE-SHANE.html\"\n                            }\n                        ],\n                        \"image\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/540_340_75/lf_shane_1.jpg\",\n                        \"name\": \"Wakeboard LIQUID FORCE SHANE\",\n                        \"images\": [\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/540_340_75/lf_shane_1.jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/2/540_340_75/lf_shane_deck_1.jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/3/540_340_75/lf_shane_bottom_1.jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/665_665_75/lf_shane_1.jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/2/665_665_75/lf_shane_deck_1.jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/3/665_665_75/lf_shane_bottom_1.jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/87_87_75/lf_shane_1.jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/2/87_87_75/lf_shane_deck_1.jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/3/87_87_75/lf_shane_bottom_1.jpg\"\n                            }\n                        ],\n                        \"link\": \"//semknox-oxid-ddev.ddev.site:444/Wakeboarding/Wakeboards-More-cool-super-toll/Wakeboard-LIQUID-FORCE-SHANE.html?force_sid=f822af4d150ebeb8740941b3ba4e7a9b\",\n                        \"resultSet\": null,\n                        \"master\": true,\n                        \"head\": true,\n                        \"relevance\": 945\n                    }\n                ],\n                [\n                    {\n                        \"identifier\": \"adc5ee42bd3c37a27a488769d22ad9ed\",\n                        \"groupId\": \"adc5ee42bd3c37a27a488769d22ad9ed\",\n                        \"sxId\": 1409532,\n                        \"sxCategoryId\": \"SUIT\",\n                        \"dataPoints\": [\n                            {\n                                \"id\": 3012894,\n                                \"key\": \"shop-specific-url\",\n                                \"type\": \"PASS_ON\",\n                                \"value\": \"/Bekleidung/Sportswear/Neopren/Anzuege/Neoprenanzug-NPX-VAMP.html\"\n                            }\n                        ],\n                        \"image\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/540_340_75/vamp_su9448_z1.jpg\",\n                        \"name\": \"Neoprenanzug NPX VAMP\",\n                        \"images\": [\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/540_340_75/vamp_su9448_z1.jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/665_665_75/vamp_su9448_z1.jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/87_87_75/vamp_su9448_z1.jpg\"\n                            }\n                        ],\n                        \"link\": \"//semknox-oxid-ddev.ddev.site:444/Bekleidung/Sportswear/Neopren/Anzuege/Neoprenanzug-NPX-VAMP.html?force_sid=f822af4d150ebeb8740941b3ba4e7a9b\",\n                        \"resultSet\": null,\n                        \"master\": true,\n                        \"head\": true,\n                        \"relevance\": 944\n                    }\n                ],\n                [\n                    {\n                        \"identifier\": \"fc71f70c3398ee4c2cdd101494087185\",\n                        \"groupId\": \"fc71f70c3398ee4c2cdd101494087185\",\n                        \"sxId\": 1409626,\n                        \"sxCategoryId\": \"STICKER\",\n                        \"dataPoints\": [\n                            {\n                                \"id\": 3012894,\n                                \"key\": \"shop-specific-url\",\n                                \"type\": \"PASS_ON\",\n                                \"value\": \"/Angebote/Stickerset-MIX.html\"\n                            }\n                        ],\n                        \"image\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/540_340_75/stickerset_mix.jpg\",\n                        \"name\": \"Stickerset MIX\",\n                        \"images\": [\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/540_340_75/stickerset_mix.jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/665_665_75/stickerset_mix.jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/87_87_75/stickerset_mix.jpg\"\n                            }\n                        ],\n                        \"link\": \"//semknox-oxid-ddev.ddev.site:444/Angebote/Stickerset-MIX.html?force_sid=f822af4d150ebeb8740941b3ba4e7a9b\",\n                        \"resultSet\": null,\n                        \"master\": true,\n                        \"head\": true,\n                        \"relevance\": 943\n                    }\n                ],\n                [\n                    {\n                        \"identifier\": \"058c7b525aad619d8b343c0ffada0247\",\n                        \"groupId\": \"0584e8b766a4de2177f9ed11d1587f55\",\n                        \"sxId\": 1409627,\n                        \"sxCategoryId\": \"TAPE\",\n                        \"dataPoints\": [\n                            {\n                                \"id\": 3012894,\n                                \"key\": \"shop-specific-url\",\n                                \"type\": \"PASS_ON\",\n                                \"value\": \"/Kiteboarding/Zubehoer/Klebeband-DACRON-KITEFIX-schwarz.html\"\n                            }\n                        ],\n                        \"image\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/540_340_75/kitefix_self-adhesive_dacron_1.jpg\",\n                        \"name\": \"Klebeband DACRON KITEFIX\",\n                        \"images\": [\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/540_340_75/kitefix_self-adhesive_dacron_1.jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/665_665_75/kitefix_self-adhesive_dacron_1.jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/87_87_75/kitefix_self-adhesive_dacron_1.jpg\"\n                            }\n                        ],\n                        \"link\": \"//semknox-oxid-ddev.ddev.site:444/Kiteboarding/Zubehoer/Klebeband-DACRON-KITEFIX-schwarz.html?force_sid=f822af4d150ebeb8740941b3ba4e7a9b\",\n                        \"resultSet\": null,\n                        \"head\": true,\n                        \"relevance\": 942\n                    },\n                    {\n                        \"identifier\": \"05833e961f65616e55a2208c2ed7c6b8\",\n                        \"groupId\": \"0584e8b766a4de2177f9ed11d1587f55\",\n                        \"sxId\": 1409578,\n                        \"sxCategoryId\": \"TAPE\",\n                        \"dataPoints\": [\n                            {\n                                \"id\": 3012894,\n                                \"key\": \"shop-specific-url\",\n                                \"type\": \"PASS_ON\",\n                                \"value\": \"/Kiteboarding/Zubehoer/Klebeband-DACRON-KITEFIX-weiss.html\"\n                            }\n                        ],\n                        \"image\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/540_340_75/kitefix_self-adhesive_dacron_1.jpg\",\n                        \"name\": \"Klebeband DACRON KITEFIX\",\n                        \"images\": [\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/540_340_75/kitefix_self-adhesive_dacron_1.jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/665_665_75/kitefix_self-adhesive_dacron_1.jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/87_87_75/kitefix_self-adhesive_dacron_1.jpg\"\n                            }\n                        ],\n                        \"link\": \"//semknox-oxid-ddev.ddev.site:444/Kiteboarding/Zubehoer/Klebeband-DACRON-KITEFIX-weiss.html?force_sid=f822af4d150ebeb8740941b3ba4e7a9b\",\n                        \"resultSet\": null,\n                        \"head\": true,\n                        \"relevance\": 941\n                    }\n                ],\n                [\n                    {\n                        \"identifier\": \"f4f73033cf5045525644042325355732\",\n                        \"groupId\": \"f4f73033cf5045525644042325355732\",\n                        \"sxId\": 1409560,\n                        \"sxCategoryId\": \"CAMCORDER\",\n                        \"dataPoints\": [\n                            {\n                                \"id\": 3012894,\n                                \"key\": \"shop-specific-url\",\n                                \"type\": \"PASS_ON\",\n                                \"value\": \"/en/Special-Offers/Transport-container-BARREL.html\"\n                            }\n                        ],\n                        \"image\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/540_340_75/mikejucker_textilcontainer_1.jpg\",\n                        \"name\": \"Transportcontainer THE BARREL\",\n                        \"images\": [\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/540_340_75/mikejucker_textilcontainer_1.jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/665_665_75/mikejucker_textilcontainer_1.jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/87_87_75/mikejucker_textilcontainer_1.jpg\"\n                            }\n                        ],\n                        \"link\": \"//semknox-oxid-ddev.ddev.site:444/Angebote/Transportcontainer-THE-BARREL.html?force_sid=f822af4d150ebeb8740941b3ba4e7a9b\",\n                        \"resultSet\": null,\n                        \"master\": true,\n                        \"head\": true,\n                        \"relevance\": 940\n                    }\n                ],\n                [\n                    {\n                        \"identifier\": \"d861ad687c60820255dbf8f88516f24d\",\n                        \"groupId\": \"d861ad687c60820255dbf8f88516f24d\",\n                        \"sxId\": 1409557,\n                        \"sxCategoryId\": \"PUMP\",\n                        \"dataPoints\": [\n                            {\n                                \"id\": 3012894,\n                                \"key\": \"shop-specific-url\",\n                                \"type\": \"PASS_ON\",\n                                \"value\": \"/Kiteboarding/Zubehoer/Pumpe-CABRINHA-INFLATION-2011.html\"\n                            }\n                        ],\n                        \"image\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/540_340_75/cabrinha_inflation_pump_1.jpg\",\n                        \"name\": \"Pumpe CABRINHA INFLATION\",\n                        \"images\": [\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/540_340_75/cabrinha_inflation_pump_1.jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/665_665_75/cabrinha_inflation_pump_1.jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/87_87_75/cabrinha_inflation_pump_1.jpg\"\n                            }\n                        ],\n                        \"link\": \"//semknox-oxid-ddev.ddev.site:444/Kiteboarding/Zubehoer/Pumpe-CABRINHA-INFLATION-2011.html?force_sid=f822af4d150ebeb8740941b3ba4e7a9b\",\n                        \"resultSet\": null,\n                        \"master\": true,\n                        \"head\": true,\n                        \"relevance\": 939\n                    }\n                ],\n                [\n                    {\n                        \"identifier\": \"f33d5bcc7135908fd36fc736c643aa1c\",\n                        \"groupId\": \"f33d5bcc7135908fd36fc736c643aa1c\",\n                        \"sxId\": 1409612,\n                        \"sxCategoryId\": \"GLUE\",\n                        \"dataPoints\": [\n                            {\n                                \"id\": 3012894,\n                                \"key\": \"shop-specific-url\",\n                                \"type\": \"PASS_ON\",\n                                \"value\": \"/en/Kiteboarding/Supplies/KiteFix-Glue-GLUFIX-30g.html\"\n                            }\n                        ],\n                        \"image\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/540_340_75/glufix_z1a.jpg\",\n                        \"name\": \"KiteFix Kleber GLUFIX (30g)\",\n                        \"images\": [\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/540_340_75/glufix_z1a.jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/665_665_75/glufix_z1a.jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/87_87_75/glufix_z1a.jpg\"\n                            }\n                        ],\n                        \"link\": \"//semknox-oxid-ddev.ddev.site:444/Kiteboarding/Zubehoer/KiteFix-Kleber-GLUFIX-30g.html?force_sid=f822af4d150ebeb8740941b3ba4e7a9b\",\n                        \"resultSet\": null,\n                        \"master\": true,\n                        \"head\": true,\n                        \"relevance\": 938\n                    }\n                ],\n                [\n                    {\n                        \"identifier\": \"dc5480c47d8cd5a9eab9da5db9159cc6\",\n                        \"groupId\": \"dc5480c47d8cd5a9eab9da5db9159cc6\",\n                        \"sxId\": 1409577,\n                        \"sxCategoryId\": \"WHITEBOARD_MARKER\",\n                        \"dataPoints\": [\n                            {\n                                \"id\": 3012894,\n                                \"key\": \"shop-specific-url\",\n                                \"type\": \"PASS_ON\",\n                                \"value\": \"/en/Kiteboarding/Kites/Kite-RRD-PASSION-oxid.html\"\n                            }\n                        ],\n                        \"image\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/540_340_75/rrd_passion_2009_1.jpg\",\n                        \"name\": \"Kite RRD PASSION\",\n                        \"images\": [\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/540_340_75/rrd_passion_2009_1.jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/665_665_75/rrd_passion_2009_1.jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/87_87_75/rrd_passion_2009_1.jpg\"\n                            }\n                        ],\n                        \"link\": \"//semknox-oxid-ddev.ddev.site:444/Kiteboarding/Kites/Kite-RRD-PASSION.html?force_sid=f822af4d150ebeb8740941b3ba4e7a9b\",\n                        \"resultSet\": null,\n                        \"master\": true,\n                        \"head\": true,\n                        \"relevance\": 937\n                    }\n                ],\n                [\n                    {\n                        \"identifier\": \"fad21eb148918c8f4d9f0077fedff1ba\",\n                        \"groupId\": \"fad21eb148918c8f4d9f0077fedff1ba\",\n                        \"sxId\": 1409559,\n                        \"sxCategoryId\": \"WHITEBOARD_MARKER\",\n                        \"dataPoints\": [\n                            {\n                                \"id\": 3012894,\n                                \"key\": \"shop-specific-url\",\n                                \"type\": \"PASS_ON\",\n                                \"value\": \"/en/Kiteboarding/Kites/Kite-LIQUID-FORCE-HAVOC.html\"\n                            }\n                        ],\n                        \"image\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/540_340_75/lf_havoc_2010_1.jpg\",\n                        \"name\": \"Kite LIQUID FORCE HAVOC\",\n                        \"images\": [\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/540_340_75/lf_havoc_2010_1.jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/665_665_75/lf_havoc_2010_1.jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/87_87_75/lf_havoc_2010_1.jpg\"\n                            }\n                        ],\n                        \"link\": \"//semknox-oxid-ddev.ddev.site:444/Kiteboarding/Kites/Kite-LIQUID-FORCE-HAVOC.html?force_sid=f822af4d150ebeb8740941b3ba4e7a9b\",\n                        \"resultSet\": null,\n                        \"master\": true,\n                        \"head\": true,\n                        \"relevance\": 936\n                    }\n                ],\n                [\n                    {\n                        \"identifier\": \"f4f2d8eee51b0fd5eb60a46dff1166d8\",\n                        \"groupId\": \"f4f2d8eee51b0fd5eb60a46dff1166d8\",\n                        \"sxId\": 1409595,\n                        \"sxCategoryId\": \"ELECTRICAL_CONNECTOR\",\n                        \"dataPoints\": [\n                            {\n                                \"id\": 3012894,\n                                \"key\": \"shop-specific-url\",\n                                \"type\": \"PASS_ON\",\n                                \"value\": \"/Kiteboarding/Trapeze/Trapez-ION-SOL-KITE-2011.html\"\n                            }\n                        ],\n                        \"image\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/540_340_75/ion_sol_kite_waist_2011_1.jpg\",\n                        \"name\": \"Trapez ION SOL KITE\",\n                        \"images\": [\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/540_340_75/ion_sol_kite_waist_2011_1.jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/665_665_75/ion_sol_kite_waist_2011_1.jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/87_87_75/ion_sol_kite_waist_2011_1.jpg\"\n                            }\n                        ],\n                        \"link\": \"//semknox-oxid-ddev.ddev.site:444/Kiteboarding/Trapeze/Trapez-ION-SOL-KITE-2011.html?force_sid=f822af4d150ebeb8740941b3ba4e7a9b\",\n                        \"resultSet\": null,\n                        \"master\": true,\n                        \"head\": true,\n                        \"relevance\": 935\n                    }\n                ],\n                [\n                    {\n                        \"identifier\": \"d866060a82d29bc94db20bdfd0e73713\",\n                        \"groupId\": \"d866060a82d29bc94db20bdfd0e73713\",\n                        \"sxId\": 1409552,\n                        \"sxCategoryId\": \"AQUARIUM_HEATER\",\n                        \"dataPoints\": [\n                            {\n                                \"id\": 3012894,\n                                \"key\": \"shop-specific-url\",\n                                \"type\": \"PASS_ON\",\n                                \"value\": \"/Wakeboarding/Sets/Set-O-BRIEN-VICE.html\"\n                            }\n                        ],\n                        \"image\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/540_340_75/obrien_vice__vice_ct_boot_2010_1.jpg\",\n                        \"name\": \"Set O'BRIEN VICE\",\n                        \"images\": [\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/540_340_75/obrien_vice__vice_ct_boot_2010_1.jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/665_665_75/obrien_vice__vice_ct_boot_2010_1.jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/87_87_75/obrien_vice__vice_ct_boot_2010_1.jpg\"\n                            }\n                        ],\n                        \"link\": \"//semknox-oxid-ddev.ddev.site:444/Wakeboarding/Sets/Set-O-BRIEN-VICE.html?force_sid=f822af4d150ebeb8740941b3ba4e7a9b\",\n                        \"resultSet\": null,\n                        \"master\": true,\n                        \"head\": true,\n                        \"relevance\": 934\n                    }\n                ],\n                [\n                    {\n                        \"identifier\": \"f4fe754e1692b9f79f2a7b1a01bb8dee\",\n                        \"groupId\": \"f4fe754e1692b9f79f2a7b1a01bb8dee\",\n                        \"sxId\": 1409583,\n                        \"sxCategoryId\": \"WHITEBOARD_MARKER\",\n                        \"dataPoints\": [\n                            {\n                                \"id\": 3012894,\n                                \"key\": \"shop-specific-url\",\n                                \"type\": \"PASS_ON\",\n                                \"value\": \"/Kiteboarding/Kiteboards/Kiteboard-RRD-TOXIC-WAVE2.html\"\n                            }\n                        ],\n                        \"image\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/540_340_75/rrdtoxicwave2-deck.jpg\",\n                        \"name\": \"Kiteboard RRD TOXIC WAVE2\",\n                        \"images\": [\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/540_340_75/rrdtoxicwave2-deck.jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/665_665_75/rrdtoxicwave2-deck.jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/87_87_75/rrdtoxicwave2-deck.jpg\"\n                            }\n                        ],\n                        \"link\": \"//semknox-oxid-ddev.ddev.site:444/Kiteboarding/Kiteboards/Kiteboard-RRD-TOXIC-WAVE2.html?force_sid=f822af4d150ebeb8740941b3ba4e7a9b\",\n                        \"resultSet\": null,\n                        \"master\": true,\n                        \"head\": true,\n                        \"relevance\": 933\n                    }\n                ],\n                [\n                    {\n                        \"identifier\": \"b5666b6d4bcb67c61dee4887bfba8351\",\n                        \"groupId\": \"b5666b6d4bcb67c61dee4887bfba8351\",\n                        \"sxId\": 1409581,\n                        \"sxCategoryId\": \"WHITEBOARD_MARKER\",\n                        \"dataPoints\": [\n                            {\n                                \"id\": 3012894,\n                                \"key\": \"shop-specific-url\",\n                                \"type\": \"PASS_ON\",\n                                \"value\": \"/Kiteboarding/Kites/Kite-CORE-RIOT-XR.html\"\n                            }\n                        ],\n                        \"image\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/540_340_75/core_riot_xr_1.jpg\",\n                        \"name\": \"Kite CORE RIOT XR\",\n                        \"images\": [\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/540_340_75/core_riot_xr_1.jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/665_665_75/core_riot_xr_1.jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/87_87_75/core_riot_xr_1.jpg\"\n                            }\n                        ],\n                        \"link\": \"//semknox-oxid-ddev.ddev.site:444/Kiteboarding/Kites/Kite-CORE-RIOT-XR.html?force_sid=f822af4d150ebeb8740941b3ba4e7a9b\",\n                        \"resultSet\": null,\n                        \"master\": true,\n                        \"head\": true,\n                        \"relevance\": 932\n                    }\n                ],\n                [\n                    {\n                        \"identifier\": \"b56764137ca959da9541bb28c1987d6c\",\n                        \"groupId\": \"b56764137ca959da9541bb28c1987d6c\",\n                        \"sxId\": 1409589,\n                        \"sxCategoryId\": \"WHITEBOARD_MARKER\",\n                        \"dataPoints\": [\n                            {\n                                \"id\": 3012894,\n                                \"key\": \"shop-specific-url\",\n                                \"type\": \"PASS_ON\",\n                                \"value\": \"/Kiteboarding/Kites/Kite-NBK-REBEL-2010.html\"\n                            }\n                        ],\n                        \"image\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/540_340_75/nkb_rebel_2010_1.jpg\",\n                        \"name\": \"Kite NBK REBEL\",\n                        \"images\": [\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/540_340_75/nkb_rebel_2010_1.jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/665_665_75/nkb_rebel_2010_1.jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/87_87_75/nkb_rebel_2010_1.jpg\"\n                            }\n                        ],\n                        \"link\": \"//semknox-oxid-ddev.ddev.site:444/Kiteboarding/Kites/Kite-NBK-REBEL-2010.html?force_sid=f822af4d150ebeb8740941b3ba4e7a9b\",\n                        \"resultSet\": null,\n                        \"master\": true,\n                        \"head\": true,\n                        \"relevance\": 931\n                    }\n                ],\n                [\n                    {\n                        \"identifier\": \"dc57391739360d306c8dfcb3a4295e19\",\n                        \"groupId\": \"dc57391739360d306c8dfcb3a4295e19\",\n                        \"sxId\": 1409605,\n                        \"sxCategoryId\": \"WHITEBOARD_MARKER\",\n                        \"dataPoints\": [\n                            {\n                                \"id\": 3012894,\n                                \"key\": \"shop-specific-url\",\n                                \"type\": \"PASS_ON\",\n                                \"value\": \"/Kiteboarding/Kites/Kite-RRD-PASSION-2010.html\"\n                            }\n                        ],\n                        \"image\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/540_340_75/rrd_passion_2010_1.jpg\",\n                        \"name\": \"Kite RRD PASSION\",\n                        \"images\": [\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/540_340_75/rrd_passion_2010_1.jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/665_665_75/rrd_passion_2010_1.jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/87_87_75/rrd_passion_2010_1.jpg\"\n                            }\n                        ],\n                        \"link\": \"//semknox-oxid-ddev.ddev.site:444/Kiteboarding/Kites/Kite-RRD-PASSION-2010.html?force_sid=f822af4d150ebeb8740941b3ba4e7a9b\",\n                        \"resultSet\": null,\n                        \"master\": true,\n                        \"head\": true,\n                        \"relevance\": 930\n                    }\n                ],\n                [\n                    {\n                        \"identifier\": \"058de8224773a1d5fd54d523f0c823e0\",\n                        \"groupId\": \"058de8224773a1d5fd54d523f0c823e0\",\n                        \"sxId\": 1409547,\n                        \"sxCategoryId\": \"WHITEBOARD_MARKER\",\n                        \"dataPoints\": [\n                            {\n                                \"id\": 3012894,\n                                \"key\": \"shop-specific-url\",\n                                \"type\": \"PASS_ON\",\n                                \"value\": \"/en/Kiteboarding/Kiteboards/Kiteboard-CABRINHA-CALIBER-2011.html\"\n                            }\n                        ],\n                        \"image\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/540_340_75/cabrinha_caliber_2011.jpg\",\n                        \"name\": \"Kiteboard CABRINHA CALIBER\",\n                        \"images\": [\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/540_340_75/cabrinha_caliber_2011.jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/2/540_340_75/cabrinha_caliber_2011_deck.jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/3/540_340_75/cabrinha_caliber_2011_bottom.jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/665_665_75/cabrinha_caliber_2011.jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/2/665_665_75/cabrinha_caliber_2011_deck.jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/3/665_665_75/cabrinha_caliber_2011_bottom.jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/87_87_75/cabrinha_caliber_2011.jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/2/87_87_75/cabrinha_caliber_2011_deck.jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/3/87_87_75/cabrinha_caliber_2011_bottom.jpg\"\n                            }\n                        ],\n                        \"link\": \"//semknox-oxid-ddev.ddev.site:444/Kiteboarding/Kiteboards/Kiteboard-CABRINHA-CALIBER-2011.html?force_sid=f822af4d150ebeb8740941b3ba4e7a9b\",\n                        \"resultSet\": null,\n                        \"master\": true,\n                        \"head\": true,\n                        \"relevance\": 929\n                    }\n                ],\n                [\n                    {\n                        \"identifier\": \"oiaa81b5e002fc2f73b9398c361c0b97\",\n                        \"groupId\": \"oiaa81b5e002fc2f73b9398c361c0b97\",\n                        \"sxId\": 1409556,\n                        \"sxCategoryId\": \"DOWNLIGHT\",\n                        \"dataPoints\": [\n                            {\n                                \"id\": 3012894,\n                                \"key\": \"shop-specific-url\",\n                                \"type\": \"PASS_ON\",\n                                \"value\": \"/Downloads/Online-Shops-mit-OXID-eShop.html\"\n                            }\n                        ],\n                        \"image\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/540_340_75/oxid_book_cover_1.jpg\",\n                        \"name\": \"Online-Shops mit OXID eShop\",\n                        \"images\": [\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/540_340_75/oxid_book_cover_1.jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/665_665_75/oxid_book_cover_1.jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/87_87_75/oxid_book_cover_1.jpg\"\n                            }\n                        ],\n                        \"link\": \"//semknox-oxid-ddev.ddev.site:444/Downloads/Online-Shops-mit-OXID-eShop.html?force_sid=f822af4d150ebeb8740941b3ba4e7a9b\",\n                        \"resultSet\": null,\n                        \"master\": true,\n                        \"head\": true,\n                        \"relevance\": 928\n                    }\n                ],\n                [\n                    {\n                        \"identifier\": \"b56597806428de2f58b1c6c7d3e0e093\",\n                        \"groupId\": \"b56597806428de2f58b1c6c7d3e0e093\",\n                        \"sxId\": 1409599,\n                        \"sxCategoryId\": \"WHITEBOARD_MARKER\",\n                        \"dataPoints\": [\n                            {\n                                \"id\": 3012894,\n                                \"key\": \"shop-specific-url\",\n                                \"type\": \"PASS_ON\",\n                                \"value\": \"/en/Kiteboarding/Kites/Kite-NBK-EVO-2010.html\"\n                            }\n                        ],\n                        \"image\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/540_340_75/nkb_evo_2010_1.jpg\",\n                        \"name\": \"Kite NBK EVO\",\n                        \"images\": [\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/540_340_75/nkb_evo_2010_1.jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/665_665_75/nkb_evo_2010_1.jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/87_87_75/nkb_evo_2010_1.jpg\"\n                            }\n                        ],\n                        \"link\": \"//semknox-oxid-ddev.ddev.site:444/Kiteboarding/Kites/Kite-NBK-EVO-2010.html?force_sid=f822af4d150ebeb8740941b3ba4e7a9b\",\n                        \"resultSet\": null,\n                        \"master\": true,\n                        \"head\": true,\n                        \"relevance\": 927\n                    }\n                ],\n                [\n                    {\n                        \"identifier\": \"b56c560872da93602ff88c7267eb4774\",\n                        \"groupId\": \"b56c560872da93602ff88c7267eb4774\",\n                        \"sxId\": 1409542,\n                        \"sxCategoryId\": \"WHITEBOARD_MARKER\",\n                        \"dataPoints\": [\n                            {\n                                \"id\": 3012894,\n                                \"key\": \"shop-specific-url\",\n                                \"type\": \"PASS_ON\",\n                                \"value\": \"/Nach-Hersteller/Naish/Kite-NAISH-PARK.html\"\n                            }\n                        ],\n                        \"image\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/540_340_75/naish_park_2011_1.jpg\",\n                        \"name\": \"Kite NAISH PARK\",\n                        \"images\": [\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/540_340_75/naish_park_2011_1.jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/665_665_75/naish_park_2011_1.jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/87_87_75/naish_park_2011_1.jpg\"\n                            }\n                        ],\n                        \"link\": \"//semknox-oxid-ddev.ddev.site:444/Kiteboarding/Kites/Kite-NAISH-PARK.html?force_sid=f822af4d150ebeb8740941b3ba4e7a9b\",\n                        \"resultSet\": null,\n                        \"master\": true,\n                        \"head\": true,\n                        \"relevance\": 926\n                    }\n                ],\n                [\n                    {\n                        \"identifier\": \"adc920f4cbfa739803058c663a4a00b9\",\n                        \"groupId\": \"adc920f4cbfa739803058c663a4a00b9\",\n                        \"sxId\": 1409608,\n                        \"sxCategoryId\": \"WHITEBOARD_MARKER\",\n                        \"dataPoints\": [\n                            {\n                                \"id\": 3012894,\n                                \"key\": \"shop-specific-url\",\n                                \"type\": \"PASS_ON\",\n                                \"value\": \"/en/Kiteboarding/Kiteboards/Kiteboard-FLYBOARDS-FLYWAVE.html\"\n                            }\n                        ],\n                        \"image\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/540_340_75/flywave2010_bild1.jpg\",\n                        \"name\": \"Kiteboard FLYBOARDS FLYWAVE\",\n                        \"images\": [\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/540_340_75/flywave2010_bild1.jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/665_665_75/flywave2010_bild1.jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/87_87_75/flywave2010_bild1.jpg\"\n                            }\n                        ],\n                        \"link\": \"//semknox-oxid-ddev.ddev.site:444/Kiteboarding/Kiteboards/Kiteboard-FLYBOARDS-FLYWAVE.html?force_sid=f822af4d150ebeb8740941b3ba4e7a9b\",\n                        \"resultSet\": null,\n                        \"master\": true,\n                        \"head\": true,\n                        \"relevance\": 925\n                    }\n                ],\n                [\n                    {\n                        \"identifier\": \"f4fe052346b4ec271011e25c052682c5\",\n                        \"groupId\": \"f4fe052346b4ec271011e25c052682c5\",\n                        \"sxId\": 1409531,\n                        \"sxCategoryId\": \"WHITEBOARD_MARKER\",\n                        \"dataPoints\": [\n                            {\n                                \"id\": 3012894,\n                                \"key\": \"shop-specific-url\",\n                                \"type\": \"PASS_ON\",\n                                \"value\": \"/en/Kiteboarding/Kites/Kite-CORE-GT.html\"\n                            }\n                        ],\n                        \"image\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/540_340_75/core2009_gt_1.jpg\",\n                        \"name\": \"Kite CORE GT\",\n                        \"images\": [\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/540_340_75/core2009_gt_1.jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/665_665_75/core2009_gt_1.jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/87_87_75/core2009_gt_1.jpg\"\n                            }\n                        ],\n                        \"link\": \"//semknox-oxid-ddev.ddev.site:444/Kiteboarding/Kites/Kite-CORE-GT.html?force_sid=f822af4d150ebeb8740941b3ba4e7a9b\",\n                        \"resultSet\": null,\n                        \"master\": true,\n                        \"head\": true,\n                        \"relevance\": 924\n                    }\n                ],\n                [\n                    {\n                        \"identifier\": \"dc5b9cfeb5bd96fdbd9b4e43974661a1\",\n                        \"groupId\": \"dc5b9cfeb5bd96fdbd9b4e43974661a1\",\n                        \"sxId\": 1409529,\n                        \"sxCategoryId\": \"WHITEBOARD_MARKER\",\n                        \"dataPoints\": [\n                            {\n                                \"id\": 3012894,\n                                \"key\": \"shop-specific-url\",\n                                \"type\": \"PASS_ON\",\n                                \"value\": \"/en/Kiteboarding/Kites/Kite-FLYSURFER-SPEED3.html\"\n                            }\n                        ],\n                        \"image\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/540_340_75/2010_speed3_120_1.jpg\",\n                        \"name\": \"Kite FLYSURFER SPEED3\",\n                        \"images\": [\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/540_340_75/2010_speed3_120_1.jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/665_665_75/2010_speed3_120_1.jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/87_87_75/2010_speed3_120_1.jpg\"\n                            }\n                        ],\n                        \"link\": \"//semknox-oxid-ddev.ddev.site:444/Kiteboarding/Kites/Kite-FLYSURFER-SPEED3.html?force_sid=f822af4d150ebeb8740941b3ba4e7a9b\",\n                        \"resultSet\": null,\n                        \"master\": true,\n                        \"head\": true,\n                        \"relevance\": 923\n                    }\n                ],\n                [\n                    {\n                        \"identifier\": \"d8631f92ababb452139f222afb81cd36\",\n                        \"groupId\": \"d8631f92ababb452139f222afb81cd36\",\n                        \"sxId\": 1409615,\n                        \"sxCategoryId\": \"WHITEBOARD_MARKER\",\n                        \"dataPoints\": [\n                            {\n                                \"id\": 3012894,\n                                \"key\": \"shop-specific-url\",\n                                \"type\": \"PASS_ON\",\n                                \"value\": \"/Nach-Hersteller/Naish/Kiteboard-NAISH-MOMENTUM.html\"\n                            }\n                        ],\n                        \"image\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/540_340_75/naish_momentum_2011_1.jpg\",\n                        \"name\": \"Kiteboard NAISH MOMENTUM\",\n                        \"images\": [\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/540_340_75/naish_momentum_2011_1.jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/2/540_340_75/naish_momentum_2011_deck.jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/3/540_340_75/naish_momentum_2011_bottom.jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/665_665_75/naish_momentum_2011_1.jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/2/665_665_75/naish_momentum_2011_deck.jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/3/665_665_75/naish_momentum_2011_bottom.jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/87_87_75/naish_momentum_2011_1.jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/2/87_87_75/naish_momentum_2011_deck.jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/3/87_87_75/naish_momentum_2011_bottom.jpg\"\n                            }\n                        ],\n                        \"link\": \"//semknox-oxid-ddev.ddev.site:444/Kiteboarding/Kiteboards/Kiteboard-NAISH-MOMENTUM.html?force_sid=f822af4d150ebeb8740941b3ba4e7a9b\",\n                        \"resultSet\": null,\n                        \"master\": true,\n                        \"head\": true,\n                        \"relevance\": 922\n                    }\n                ],\n                [\n                    {\n                        \"identifier\": \"d862c91305fe0d5e86f82122ae9e367c\",\n                        \"groupId\": \"d862c91305fe0d5e86f82122ae9e367c\",\n                        \"sxId\": 1409621,\n                        \"sxCategoryId\": \"HEADSET\",\n                        \"dataPoints\": [\n                            {\n                                \"id\": 3012894,\n                                \"key\": \"shop-specific-url\",\n                                \"type\": \"PASS_ON\",\n                                \"value\": \"/Wakeboarding/Sets/Set-O-BRIEN-DECADE.html\"\n                            }\n                        ],\n                        \"image\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/540_340_75/obrien_decade_impact_base__decade_ct_boot_2010_1.jpg\",\n                        \"name\": \"Set O'BRIEN DECADE\",\n                        \"images\": [\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/540_340_75/obrien_decade_impact_base__decade_ct_boot_2010_1.jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/665_665_75/obrien_decade_impact_base__decade_ct_boot_2010_1.jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/87_87_75/obrien_decade_impact_base__decade_ct_boot_2010_1.jpg\"\n                            }\n                        ],\n                        \"link\": \"//semknox-oxid-ddev.ddev.site:444/Wakeboarding/Sets/Set-O-BRIEN-DECADE.html?force_sid=f822af4d150ebeb8740941b3ba4e7a9b\",\n                        \"resultSet\": null,\n                        \"master\": true,\n                        \"head\": true,\n                        \"relevance\": 921\n                    }\n                ],\n                [\n                    {\n                        \"identifier\": \"b56369b1fc9d7b97f9c5fc343b349ece\",\n                        \"groupId\": \"b56369b1fc9d7b97f9c5fc343b349ece\",\n                        \"sxId\": 1409619,\n                        \"sxCategoryId\": \"WHITEBOARD_MARKER\",\n                        \"dataPoints\": [\n                            {\n                                \"id\": 3012894,\n                                \"key\": \"shop-specific-url\",\n                                \"type\": \"PASS_ON\",\n                                \"value\": \"/en/Kiteboarding/Kites/Kite-CORE-GTS.html\"\n                            }\n                        ],\n                        \"image\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/540_340_75/core_gts_1.jpg\",\n                        \"name\": \"Kite CORE GTS\",\n                        \"images\": [\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/540_340_75/core_gts_1.jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/665_665_75/core_gts_1.jpg\"\n                            },\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/87_87_75/core_gts_1.jpg\"\n                            }\n                        ],\n                        \"link\": \"//semknox-oxid-ddev.ddev.site:444/Kiteboarding/Kites/Kite-CORE-GTS.html?force_sid=f822af4d150ebeb8740941b3ba4e7a9b\",\n                        \"resultSet\": null,\n                        \"master\": true,\n                        \"head\": true,\n                        \"relevance\": 920\n                    }\n                ]\n            ]\n        },\n        {\n            \"type\": \"all\",\n            \"name\": \"All Results\",\n            \"totalResults\": 42,\n            \"placements\": []\n        }\n    ],\n    \"totalResults\": 42,\n    \"interpretedQuery\": {\n        \"category\": null,\n        \"normalizedCategory\": null,\n        \"corrected\": \"\",\n        \"queryWasCorrected\": false,\n        \"original\": \"*\",\n        \"resultExplanation\": [\n            \"1 result sets to resolve in 334ms (+334ms)\",\n            \"// parse //: stemmed query in 39ms (+39ms) to query:  in 374ms (+40ms)\",\n            \"// parse //: ordered and cleansed to '' in 40ms (+1ms) in 374ms (+0ms)\",\n            \"resolved 1 include queries in 374ms (+0ms)\",\n            \"ranked products, used zoovu default ranking in 375ms (+1ms)\",\n            \"removed 0 exclude/include products in 375ms (+0ms)\",\n            \"removed 0 exclude/include products in 375ms (+0ms)\",\n            \"got grouped window (42 groups) in 375ms (+0ms)\",\n            \"generated order options in 375ms (+0ms)\",\n            \"got response from SS360 for query *, results: 0 in 402ms (+27ms)\",\n            \"building searchResult and analyzing content filters in 403ms (+1ms)\",\n            \"generating filters in 408ms (+5ms)\",\n            \"final result of 81 products in 408ms (+0ms)\"\n        ],\n        \"resultSetType\": \"USER_QUERY\",\n        \"filterMatchType\": \"FULL_FILTER_MATCHES\"\n    },\n    \"answerText\": \"Die folgenden <span class=\\\"sx-highlight\\\">42 Produkte</span> haben wir für Sie finden können.\",\n    \"offset\": 0,\n    \"limit\": 100,\n    \"activeSortingOption\": {},\n    \"sortingOptions\": [\n        {\n            \"name\": \"Preis aufsteigend\",\n            \"key\": \"55382\",\n            \"type\": \"ATTRIBUTE\",\n            \"sort\": \"ASC\"\n        },\n        {\n            \"name\": \"Preis absteigend\",\n            \"key\": \"55374\",\n            \"type\": \"ATTRIBUTE\",\n            \"sort\": \"DESC\"\n        },\n        {\n            \"name\": \"Gewicht aufsteigend\",\n            \"key\": \"81308\",\n            \"type\": \"ATTRIBUTE\",\n            \"sort\": \"ASC\"\n        },\n        {\n            \"name\": \"Gewicht absteigend\",\n            \"key\": \"81308\",\n            \"type\": \"ATTRIBUTE\",\n            \"sort\": \"DESC\"\n        }\n    ],\n    \"activeFilterOptions\": [],\n    \"activeSxFilterOptions\": [],\n    \"filterOptions\": [\n        {\n            \"key\": \"55311\",\n            \"name\": \"Kategorie\",\n            \"type\": \"TREE\",\n            \"semanticLevel\": 1,\n            \"visible\": true,\n            \"categories\": [\n                {\n                    \"conceptId\": 55296,\n                    \"key\": \"55296\",\n                    \"viewName\": \"Kiteboarding\",\n                    \"name\": \"Kiteboarding\",\n                    \"value\": \"ROOT/Kiteboarding\",\n                    \"count\": 19,\n                    \"image\": \"https://semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/540_340_75/flywave2010_bild1.jpg\",\n                    \"children\": [\n                        {\n                            \"conceptId\": 302297,\n                            \"key\": \"302297\",\n                            \"viewName\": \"Kiteboards\",\n                            \"name\": \"Kiteboards\",\n                            \"value\": \"ROOT/Kiteboarding/Kiteboards\",\n                            \"count\": 4,\n                            \"image\": \"https://semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/540_340_75/flywave2010_bild1.jpg\",\n                            \"children\": []\n                        },\n                        {\n                            \"conceptId\": 302291,\n                            \"key\": \"302291\",\n                            \"viewName\": \"Kites\",\n                            \"name\": \"Kites\",\n                            \"value\": \"ROOT/Kiteboarding/Kites\",\n                            \"count\": 10,\n                            \"image\": \"https://semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/540_340_75/naish_park_2011_1.jpg\",\n                            \"children\": []\n                        },\n                        {\n                            \"conceptId\": 302288,\n                            \"key\": \"302288\",\n                            \"viewName\": \"Trapeze\",\n                            \"name\": \"Trapeze\",\n                            \"value\": \"ROOT/Kiteboarding/Trapeze\",\n                            \"count\": 1,\n                            \"image\": \"https://semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/540_340_75/ion_sol_kite_waist_2011_1.jpg\",\n                            \"children\": []\n                        },\n                        {\n                            \"conceptId\": 302296,\n                            \"key\": \"302296\",\n                            \"viewName\": \"Zubehör\",\n                            \"name\": \"Zubehör\",\n                            \"value\": \"ROOT/Kiteboarding/Zubehör\",\n                            \"count\": 4,\n                            \"image\": \"https://semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/540_340_75/glufix_z1a.jpg\",\n                            \"children\": []\n                        }\n                    ]\n                },\n                {\n                    \"conceptId\": 55306,\n                    \"key\": \"55306\",\n                    \"viewName\": \"Wakeboarding\",\n                    \"name\": \"Wakeboarding\",\n                    \"value\": \"ROOT/Wakeboarding\",\n                    \"count\": 6,\n                    \"image\": \"https://semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/540_340_75/lf_groove_2010_1.jpg\",\n                    \"children\": [\n                        {\n                            \"conceptId\": 302279,\n                            \"key\": \"302279\",\n                            \"viewName\": \"Bindungen\",\n                            \"name\": \"Bindungen\",\n                            \"value\": \"ROOT/Wakeboarding/Bindungen\",\n                            \"count\": 1,\n                            \"image\": \"https://semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/540_340_75/obrien_decade_ct_boot_2010_1.jpg\",\n                            \"children\": []\n                        },\n                        {\n                            \"conceptId\": 302283,\n                            \"key\": \"302283\",\n                            \"viewName\": \"Sets\",\n                            \"name\": \"Sets\",\n                            \"value\": \"ROOT/Wakeboarding/Sets\",\n                            \"count\": 2,\n                            \"image\": \"https://semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/540_340_75/obrien_decade_impact_base__decade_ct_boot_2010_1.jpg\",\n                            \"children\": []\n                        },\n                        {\n                            \"conceptId\": 3845518,\n                            \"key\": \"3845518\",\n                            \"viewName\": \"Wakeboards & More & cool & super toll\",\n                            \"name\": \"Wakeboards & More & cool & super toll\",\n                            \"value\": \"ROOT/Wakeboarding/Wakeboards & More & cool & super toll\",\n                            \"count\": 3,\n                            \"image\": \"https://semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/540_340_75/lf_groove_2010_1.jpg\",\n                            \"children\": []\n                        }\n                    ]\n                },\n                {\n                    \"conceptId\": 55369,\n                    \"key\": \"55369\",\n                    \"viewName\": \"Bekleidung\",\n                    \"name\": \"Bekleidung\",\n                    \"value\": \"ROOT/Bekleidung\",\n                    \"count\": 14,\n                    \"image\": \"https://semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/540_340_75/front_z1(4)sg(2).jpg\",\n                    \"children\": [\n                        {\n                            \"conceptId\": 302289,\n                            \"key\": \"302289\",\n                            \"viewName\": \"Fashion\",\n                            \"name\": \"Fashion\",\n                            \"value\": \"ROOT/Bekleidung/Fashion\",\n                            \"count\": 12,\n                            \"image\": \"https://semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/540_340_75/front_z1(4)sg(2).jpg\",\n                            \"children\": [\n                                {\n                                    \"conceptId\": 302292,\n                                    \"key\": \"302292\",\n                                    \"viewName\": \"Accessoires\",\n                                    \"name\": \"Accessoires\",\n                                    \"value\": \"ROOT/Bekleidung/Fashion/Accessoires\",\n                                    \"count\": 2,\n                                    \"image\": \"https://semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/540_340_75/p1170203_1.jpg\",\n                                    \"children\": []\n                                },\n                                {\n                                    \"conceptId\": 302287,\n                                    \"key\": \"302287\",\n                                    \"viewName\": \"Für Ihn\",\n                                    \"name\": \"Für Ihn\",\n                                    \"value\": \"ROOT/Bekleidung/Fashion/Für Ihn\",\n                                    \"count\": 3,\n                                    \"image\": \"https://semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/540_340_75/img_0019_1_z4.jpg\",\n                                    \"children\": [\n                                        {\n                                            \"conceptId\": 302285,\n                                            \"key\": \"302285\",\n                                            \"viewName\": \"Jeans\",\n                                            \"name\": \"Jeans\",\n                                            \"value\": \"ROOT/Bekleidung/Fashion/Für Ihn/Jeans\",\n                                            \"count\": 2,\n                                            \"image\": \"https://semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/540_340_75/detail1_z3(1).jpg\",\n                                            \"children\": []\n                                        },\n                                        {\n                                            \"conceptId\": 302290,\n                                            \"key\": \"302290\",\n                                            \"viewName\": \"Shirts & Co.\",\n                                            \"name\": \"Shirts & Co.\",\n                                            \"value\": \"ROOT/Bekleidung/Fashion/Für Ihn/Shirts & Co.\",\n                                            \"count\": 1,\n                                            \"image\": \"https://semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/540_340_75/img_0019_1_z4.jpg\",\n                                            \"children\": []\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"conceptId\": 302286,\n                                    \"key\": \"302286\",\n                                    \"viewName\": \"Für Sie\",\n                                    \"name\": \"Für Sie\",\n                                    \"value\": \"ROOT/Bekleidung/Fashion/Für Sie\",\n                                    \"count\": 7,\n                                    \"image\": \"https://semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/540_340_75/front_z1(12)v_z1.jpg\",\n                                    \"children\": [\n                                        {\n                                            \"conceptId\": 302280,\n                                            \"key\": \"302280\",\n                                            \"viewName\": \"Jeans\",\n                                            \"name\": \"Jeans\",\n                                            \"value\": \"ROOT/Bekleidung/Fashion/Für Sie/Jeans\",\n                                            \"count\": 3,\n                                            \"image\": \"https://semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/540_340_75/front_z1(4)sb(2).jpg\",\n                                            \"children\": []\n                                        },\n                                        {\n                                            \"conceptId\": 302294,\n                                            \"key\": \"302294\",\n                                            \"viewName\": \"Shirts & Co.\",\n                                            \"name\": \"Shirts & Co.\",\n                                            \"value\": \"ROOT/Bekleidung/Fashion/Für Sie/Shirts & Co.\",\n                                            \"count\": 4,\n                                            \"image\": \"https://semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/540_340_75/front_z1(12)v_z1.jpg\",\n                                            \"children\": []\n                                        }\n                                    ]\n                                }\n                            ]\n                        },\n                        {\n                            \"conceptId\": 302295,\n                            \"key\": \"302295\",\n                            \"viewName\": \"Sportswear\",\n                            \"name\": \"Sportswear\",\n                            \"value\": \"ROOT/Bekleidung/Sportswear\",\n                            \"count\": 2,\n                            \"image\": \"https://semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/540_340_75/npx_assassin_semidry_543_e3_2011_z1.jpg\",\n                            \"children\": [\n                                {\n                                    \"conceptId\": 302293,\n                                    \"key\": \"302293\",\n                                    \"viewName\": \"Neopren\",\n                                    \"name\": \"Neopren\",\n                                    \"value\": \"ROOT/Bekleidung/Sportswear/Neopren\",\n                                    \"count\": 2,\n                                    \"image\": \"https://semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/540_340_75/npx_assassin_semidry_543_e3_2011_z1.jpg\",\n                                    \"children\": [\n                                        {\n                                            \"conceptId\": 302281,\n                                            \"key\": \"302281\",\n                                            \"viewName\": \"Anzüge\",\n                                            \"name\": \"Anzüge\",\n                                            \"value\": \"ROOT/Bekleidung/Sportswear/Neopren/Anzüge\",\n                                            \"count\": 2,\n                                            \"image\": \"https://semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/540_340_75/npx_assassin_semidry_543_e3_2011_z1.jpg\",\n                                            \"children\": []\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ]\n                },\n                {\n                    \"conceptId\": 55361,\n                    \"key\": \"55361\",\n                    \"viewName\": \"Angebote\",\n                    \"name\": \"Angebote\",\n                    \"value\": \"ROOT/Angebote\",\n                    \"count\": 2,\n                    \"image\": \"https://semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/540_340_75/stickerset_mix.jpg\",\n                    \"children\": []\n                },\n                {\n                    \"conceptId\": 55307,\n                    \"key\": \"55307\",\n                    \"viewName\": \"Downloads\",\n                    \"name\": \"Downloads\",\n                    \"value\": \"ROOT/Downloads\",\n                    \"count\": 1,\n                    \"image\": \"https://semknox-oxid-ddev.ddev.site:444/out/pictures/generated/product/1/540_340_75/oxid_book_cover_1.jpg\",\n                    \"children\": []\n                }\n            ]\n        },\n        {\n            \"key\": \"55374\",\n            \"name\": \"Preis\",\n            \"type\": \"RANGE\",\n            \"semanticLevel\": 1,\n            \"visible\": true,\n            \"min\": 4.19,\n            \"max\": 1343.7,\n            \"counts\": {\n                \"4.19\": 1,\n                \"6.71\": 1,\n                \"10.5\": 1,\n                \"20.92\": 1,\n                \"20.97\": 1,\n                \"25.13\": 4,\n                \"29.83\": 1,\n                \"41.93\": 1,\n                \"50.34\": 2,\n                \"75.55\": 3,\n                \"78.07\": 1,\n                \"83.19\": 1,\n                \"83.95\": 1,\n                \"91.6\": 1,\n                \"92.35\": 1,\n                \"108.4\": 1,\n                \"150.42\": 1,\n                \"226.05\": 1,\n                \"276.47\": 1,\n                \"301.68\": 1,\n                \"326.89\": 2,\n                \"402.52\": 1,\n                \"427.73\": 1,\n                \"452.94\": 1,\n                \"494.96\": 1,\n                \"503.36\": 1,\n                \"570.59\": 2,\n                \"587.39\": 3,\n                \"604.2\": 1,\n                \"671.43\": 1,\n                \"738.66\": 2,\n                \"999.16\": 1,\n                \"1343.7\": 1\n            },\n            \"count\": 80,\n            \"unit\": \"eur\",\n            \"fractionalDigits\": 2\n        },\n        {\n            \"key\": \"55383\",\n            \"name\": \"Farbe\",\n            \"type\": \"COLLECTION\",\n            \"semanticLevel\": 1,\n            \"visible\": true,\n            \"values\": [\n                {\n                    \"key\": \"55386\",\n                    \"name\": \"Blau\",\n                    \"value\": \"Blau\",\n                    \"count\": 3\n                },\n                {\n                    \"key\": \"55346\",\n                    \"name\": \"Clover\",\n                    \"value\": \"Clover\",\n                    \"count\": 1\n                },\n                {\n                    \"key\": \"55354\",\n                    \"name\": \"Dark Blue\",\n                    \"value\": \"Dark Blue\",\n                    \"count\": 2\n                },\n                {\n                    \"key\": \"55321\",\n                    \"name\": \"Nocturne\",\n                    \"value\": \"Nocturne\",\n                    \"count\": 1\n                },\n                {\n                    \"key\": \"55390\",\n                    \"name\": \"Schwarz\",\n                    \"value\": \"Schwarz\",\n                    \"count\": 2\n                },\n                {\n                    \"key\": \"55355\",\n                    \"name\": \"Smoke Gray\",\n                    \"value\": \"Smoke Gray\",\n                    \"count\": 1\n                },\n                {\n                    \"key\": \"55333\",\n                    \"name\": \"Super Blue\",\n                    \"value\": \"Super Blue\",\n                    \"count\": 1\n                },\n                {\n                    \"key\": \"55343\",\n                    \"name\": \"Violet\",\n                    \"value\": \"Violet\",\n                    \"count\": 1\n                },\n                {\n                    \"key\": \"55329\",\n                    \"name\": \"White\",\n                    \"value\": \"White\",\n                    \"count\": 1\n                },\n                {\n                    \"key\": \"55379\",\n                    \"name\": \"grau\",\n                    \"value\": \"grau\",\n                    \"count\": 1\n                },\n                {\n                    \"key\": \"55330\",\n                    \"name\": \"orange\",\n                    \"value\": \"orange\",\n                    \"count\": 1\n                }\n            ],\n            \"count\": 45\n        },\n        {\n            \"key\": \"81316\",\n            \"name\": \"Lieferstatus\",\n            \"type\": \"BOOLEAN\",\n            \"semanticLevel\": 1,\n            \"visible\": true,\n            \"values\": [\n                {\n                    \"count\": 42,\n                    \"name\": \"1\",\n                    \"value\": \"true\"\n                }\n            ],\n            \"count\": 42\n        },\n        {\n            \"key\": \"55385\",\n            \"name\": \"Menge\",\n            \"type\": \"BUCKET\",\n            \"semanticLevel\": 1,\n            \"visible\": true,\n            \"values\": [\n                {\n                    \"count\": 40,\n                    \"name\": \"0 - 1\",\n                    \"value\": \"0-1\"\n                },\n                {\n                    \"count\": 1,\n                    \"name\": \"1 - 30\",\n                    \"value\": \"1-30\"\n                },\n                {\n                    \"count\": 1,\n                    \"name\": \"30 - 30\",\n                    \"value\": \"30-30\"\n                }\n            ],\n            \"count\": 81\n        }\n    ],\n    \"sxFilterOptions\": [],\n    \"filterMapping\": {\n        \"Products\": [\n            \"55311\",\n            \"55374\",\n            \"55383\",\n            \"81316\",\n            \"55385\"\n        ],\n        \"_\": [],\n        \"Other\": []\n    }\n}"},{"id":"232ad171-6386-48ad-9941-f9aa41c0f8fe","name":"Product search with redirect","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{BASE}}/search?projectId={{PROJECTID}}&apiKey={{APIKEY}}&query=redirect test&offset=0&limit=100&filters=%5B%5D&sort=&sortComplex=%7B%7D&userGroup=testgroup&sessionId=4u43njwqj4b5h43jk2n4j54bwbj43","host":["{{BASE}}"],"path":["search"],"query":[{"key":"projectId","value":"{{PROJECTID}}"},{"key":"apiKey","value":"{{APIKEY}}"},{"key":"query","value":"redirect test","description":"Any"},{"key":"offset","value":"0","description":"Any integer value"},{"key":"limit","value":"100","description":"Between 0 and 1000"},{"key":"filters","value":"%5B%5D","description":"[] - JSON array containing Filters e.g. with collection and range filter: [{\"name\":\"Farbe\", \"values\":[{\"value\":\"Rot\"}]}, {\"name\":\"Preis\", \"min\":2.0, \"max\":10.0}] - URL encoded! Please make sure the JSON has the exact form shown here, eg. numeric filter objects have always min and max attributes set"},{"key":"sort","value":"","description":"A string containing the name of the sort option - e.g. \"preis aufsteigend\" - URL encoded!"},{"key":"sortComplex","value":"%7B%7D","description":"{} - JSON object containing the sorting information: {\"key\": \"123421\", \"direction\":\"ASC\"} - URL encoded!"},{"key":"userGroup","value":"testgroup","description":"You may add a user group for the user who is currently searching. If set, all user-group-specific attributes will be internally used."},{"key":"sessionId","value":"4u43njwqj4b5h43jk2n4j54bwbj43","description":"Please add a sessionId for the user to each request"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 03 Mar 2021 19:59:57 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"54"},{"key":"Connection","value":"keep-alive"},{"key":"Set-Cookie","value":"__cfduid=da614a0a0fb4bb506910092f8e66e9e701614801597; expires=Fri, 02-Apr-21 19:59:57 GMT; path=/; domain=.semknox.com; HttpOnly; SameSite=Lax"},{"key":"allow-control-allow-origin","value":"*"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-allow-methods","value":"GET, POST, OPTIONS, DELETE, PUT"},{"key":"access-control-allow-headers","value":"Authorization"},{"key":"access-control-allow-headers","value":"language"},{"key":"access-control-allow-headers","value":"Content-Type"},{"key":"access-control-allow-headers","value":"Content-Encoding"},{"key":"access-control-allow-headers","value":"Origin"},{"key":"access-control-allow-headers","value":"X-Requested-With"},{"key":"access-control-allow-headers","value":"Accept"},{"key":"content-encoding","value":"gzip"},{"key":"strict-transport-security","value":"max-age=63072000"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"cf-request-id","value":"089b460d0900002671ec054000000001"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"62a572c1ada32671-TXL"}],"cookie":[],"responseTime":null,"body":"{\n    \"redirect\": \"https://example.com\"\n}"},{"id":"a20b05eb-d6c9-46ed-b446-5f27ee36e665","name":"Product search with sorting - An example for sorting with \"Preis aufsteigend\" (URL encoded)","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{BASE}}/search?projectId={{PROJECTID}}&apiKey={{APIKEY}}&query=*&offset=0&limit=5&filters=%5B%5D&sort=Preis%20aufsteigend","host":["{{BASE}}"],"path":["search"],"query":[{"key":"projectId","value":"{{PROJECTID}}"},{"key":"apiKey","value":"{{APIKEY}}"},{"key":"query","value":"*","description":"Any"},{"key":"offset","value":"0","description":"Any integer value"},{"key":"limit","value":"5","description":"Between 0 and 1000"},{"key":"filters","value":"%5B%5D","description":"[] - JSON array containing Filters e.g. with collection and range filter: [{\"name\":\"Farbe\", \"values\":[{\"name\":\"Rot\"}]}, {\"name\":\"Preis\", \"min\":2.0, \"max\":10.0}] - URL encoded!"},{"key":"sort","value":"Preis%20aufsteigend","description":"A string containing the name of the sort option - e.g. \"preis aufsteigend\" - URL encoded!"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 12 Jun 2020 11:04:54 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"allow-control-allow-origin","value":"*"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-allow-methods","value":"GET, POST, OPTIONS, DELETE, PUT"},{"key":"access-control-allow-headers","value":"Authorization"},{"key":"access-control-allow-headers","value":"language"},{"key":"access-control-allow-headers","value":"Content-Type"},{"key":"access-control-allow-headers","value":"Content-Encoding"},{"key":"access-control-allow-headers","value":"Origin"},{"key":"access-control-allow-headers","value":"X-Requested-With"},{"key":"access-control-allow-headers","value":"Accept"},{"key":"strict-transport-security","value":"max-age=63072000"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"cf-request-id","value":"0349cd51010000643127b14200000001"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"5a2317fb39b26431-FRA"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"searchResults\": [\n        {\n            \"type\": \"products\",\n            \"name\": \"Produkte\",\n            \"totalResults\": 52,\n            \"totalResultsVariants\": 217,\n            \"results\": [\n                [\n                    {\n                        \"identifier\": \"6b656e13b102aa6c58288a704f53b16c\",\n                        \"groupId\": \"6b6099c305f591cb39d4314e9a823fc1\",\n                        \"sxId\": 552450,\n                        \"dataPoints\": [\n                            {}\n                        ],\n                        \"name\": \"Stewart+Brown Shirt Kisser Fish\",\n                        \"image\": \"//semknox-oxid.local/out/pictures/generated/product/1/540_340_75/front_z1(12)v_z1(3).jpg\",\n                        \"link\": \"//semknox-oxid.local/Bekleidung/Fashion/Fuer-Sie/Shirts-Co/Stewart-Brown-Shirt-Kisser-Fish-M-Violet.html\",\n                        \"head\": true\n                    },\n                    {\n                        \"identifier\": \"6b679ba1f246d4de2e569ce37a2cd666\",\n                        \"groupId\": \"6b6099c305f591cb39d4314e9a823fc1\",\n                        \"sxId\": 552455,\n                        \"dataPoints\": [\n                            {}\n                        ],\n                        \"name\": \"Stewart+Brown Shirt Kisser Fish\",\n                        \"image\": \"//semknox-oxid.local/out/pictures/generated/product/1/540_340_75/front_z1(12)_z1.jpg\",\n                        \"link\": \"//semknox-oxid.local/Bekleidung/Fashion/Fuer-Sie/Shirts-Co/Stewart-Brown-Shirt-Kisser-Fish-XL-Clover.html\",\n                        \"head\": true\n                    },\n                    {\n                        \"identifier\": \"6b60d3cf6bcd898b1b66174b1cf66fd9\",\n                        \"groupId\": \"6b6099c305f591cb39d4314e9a823fc1\",\n                        \"sxId\": 552378,\n                        \"dataPoints\": [\n                            {}\n                        ],\n                        \"name\": \"Stewart+Brown Shirt Kisser Fish\",\n                        \"image\": \"//semknox-oxid.local/out/pictures/generated/product/1/540_340_75/front_z1(12)v_z1.jpg\",\n                        \"link\": \"//semknox-oxid.local/Bekleidung/Fashion/Fuer-Sie/Shirts-Co/Stewart-Brown-Shirt-Kisser-Fish-XL-Violet.html\",\n                        \"head\": true\n                    },\n                    {\n                        \"identifier\": \"6b638d6f1f0e86a0d5ecfc8c7d952711\",\n                        \"groupId\": \"6b6099c305f591cb39d4314e9a823fc1\",\n                        \"sxId\": 552309,\n                        \"dataPoints\": [\n                            {}\n                        ],\n                        \"name\": \"Stewart+Brown Shirt Kisser Fish\",\n                        \"image\": \"//semknox-oxid.local/out/pictures/generated/product/1/540_340_75/front_z1(12)v_z1(1).jpg\",\n                        \"link\": \"//semknox-oxid.local/Bekleidung/Fashion/Fuer-Sie/Shirts-Co/Stewart-Brown-Shirt-Kisser-Fish-XS-Violet.html\",\n                        \"head\": true\n                    },\n                    {\n                        \"identifier\": \"6b65c65f6dc3a692821776079686a9dd\",\n                        \"groupId\": \"6b6099c305f591cb39d4314e9a823fc1\",\n                        \"sxId\": 552308,\n                        \"dataPoints\": [\n                            {}\n                        ],\n                        \"name\": \"Stewart+Brown Shirt Kisser Fish\",\n                        \"image\": \"//semknox-oxid.local/out/pictures/generated/product/1/540_340_75/front_z1(12)_z1(4).jpg\",\n                        \"link\": \"//semknox-oxid.local/Bekleidung/Fashion/Fuer-Sie/Shirts-Co/Stewart-Brown-Shirt-Kisser-Fish-L-Clover.html\",\n                        \"head\": true\n                    },\n                    {\n                        \"identifier\": \"6b6845d4bc4d899ebb9310d12210ad30\",\n                        \"groupId\": \"6b6099c305f591cb39d4314e9a823fc1\",\n                        \"sxId\": 552377,\n                        \"dataPoints\": [\n                            {}\n                        ],\n                        \"name\": \"Stewart+Brown Shirt Kisser Fish\",\n                        \"image\": \"//semknox-oxid.local/out/pictures/generated/product/1/540_340_75/front_z1(12)v_z1(2).jpg\",\n                        \"link\": \"//semknox-oxid.local/Bekleidung/Fashion/Fuer-Sie/Shirts-Co/Stewart-Brown-Shirt-Kisser-Fish-S-Violet.html\",\n                        \"head\": true\n                    },\n                    {\n                        \"identifier\": \"6b61c8d544b8fa43b40db907e8520575\",\n                        \"groupId\": \"6b6099c305f591cb39d4314e9a823fc1\",\n                        \"sxId\": 552301,\n                        \"dataPoints\": [\n                            {}\n                        ],\n                        \"name\": \"Stewart+Brown Shirt Kisser Fish\",\n                        \"image\": \"//semknox-oxid.local/out/pictures/generated/product/1/540_340_75/front_z1(12)_z1(3).jpg\",\n                        \"link\": \"//semknox-oxid.local/Bekleidung/Fashion/Fuer-Sie/Shirts-Co/Stewart-Brown-Shirt-Kisser-Fish-M-Clover.html\",\n                        \"head\": true\n                    },\n                    {\n                        \"identifier\": \"6b6099c305f591cb39d4314e9a823fc1\",\n                        \"groupId\": \"6b6099c305f591cb39d4314e9a823fc1\",\n                        \"sxId\": 552401,\n                        \"dataPoints\": [\n                            {}\n                        ],\n                        \"name\": \"Stewart+Brown Shirt Kisser Fish\",\n                        \"image\": \"//semknox-oxid.local/out/pictures/generated/product/1/540_340_75/front_z1(12).jpg\",\n                        \"link\": \"//semknox-oxid.local/Bekleidung/Fashion/Fuer-Sie/Shirts-Co/Stewart-Brown-Shirt-Kisser-Fish.html\",\n                        \"head\": true\n                    },\n                    {\n                        \"identifier\": \"6b6379a9e39321be9bec6b120ca2ae6a\",\n                        \"groupId\": \"6b6099c305f591cb39d4314e9a823fc1\",\n                        \"sxId\": 552423,\n                        \"dataPoints\": [\n                            {}\n                        ],\n                        \"name\": \"Stewart+Brown Shirt Kisser Fish\",\n                        \"image\": \"//semknox-oxid.local/out/pictures/generated/product/1/540_340_75/front_z1(12)_z1(2).jpg\",\n                        \"link\": \"//semknox-oxid.local/Bekleidung/Fashion/Fuer-Sie/Shirts-Co/Stewart-Brown-Shirt-Kisser-Fish-S-Clover.html\",\n                        \"head\": true\n                    },\n                    {\n                        \"identifier\": \"6b6d966c899dd9977e88f842f67eb751\",\n                        \"groupId\": \"6b6099c305f591cb39d4314e9a823fc1\",\n                        \"sxId\": 552274,\n                        \"dataPoints\": [\n                            {}\n                        ],\n                        \"name\": \"Stewart+Brown Shirt Kisser Fish\",\n                        \"image\": \"//semknox-oxid.local/out/pictures/generated/product/1/540_340_75/front_z1(12)v_z1(4).jpg\",\n                        \"link\": \"//semknox-oxid.local/Bekleidung/Fashion/Fuer-Sie/Shirts-Co/Stewart-Brown-Shirt-Kisser-Fish-L-Violet.html\",\n                        \"head\": true\n                    },\n                    {\n                        \"identifier\": \"6b660e2ac4d79901d9367c490f4f7cf4\",\n                        \"groupId\": \"6b6099c305f591cb39d4314e9a823fc1\",\n                        \"sxId\": 552294,\n                        \"dataPoints\": [\n                            {}\n                        ],\n                        \"name\": \"Stewart+Brown Shirt Kisser Fish\",\n                        \"image\": \"//semknox-oxid.local/out/pictures/generated/product/1/540_340_75/front_z1(12)_z1(1).jpg\",\n                        \"link\": \"//semknox-oxid.local/Bekleidung/Fashion/Fuer-Sie/Shirts-Co/Stewart-Brown-Shirt-Kisser-Fish-XS-Clover.html\",\n                        \"head\": true\n                    }\n                ],\n                [\n                    {\n                        \"identifier\": \"6b698c33118caee4ca0882c33f513d2f\",\n                        \"groupId\": \"6b66d82af984e5ad46b9cb27b1ef8aae\",\n                        \"sxId\": 552351,\n                        \"dataPoints\": [\n                            {}\n                        ],\n                        \"name\": \"Kuyichi Jeans SUGAR\",\n                        \"image\": \"//semknox-oxid.local/out/pictures/generated/product/1/540_340_75/front_z1(10).jpg\",\n                        \"link\": \"//semknox-oxid.local/Bekleidung/Fashion/Fuer-Sie/Jeans/Kuyichi-Jeans-SUGAR-W-30-L-30-Dark-Blue-Predded-Green.html\",\n                        \"head\": true\n                    },\n                    {\n                        \"identifier\": \"6b656541e0597988f1c10d94d805a150\",\n                        \"groupId\": \"6b66d82af984e5ad46b9cb27b1ef8aae\",\n                        \"sxId\": 552457,\n                        \"dataPoints\": [\n                            {}\n                        ],\n                        \"name\": \"Kuyichi Jeans SUGAR\",\n                        \"image\": \"//semknox-oxid.local/out/pictures/generated/product/1/540_340_75/front_z1(9).jpg\",\n                        \"link\": \"//semknox-oxid.local/Bekleidung/Fashion/Fuer-Sie/Jeans/Kuyichi-Jeans-SUGAR-W-30-L-32-Dark-Blue-Predded-Green.html\",\n                        \"head\": true\n                    },\n                    {\n                        \"identifier\": \"6b6b42499614ce3bfbee01f6eaba2f30\",\n                        \"groupId\": \"6b66d82af984e5ad46b9cb27b1ef8aae\",\n                        \"sxId\": 552260,\n                        \"dataPoints\": [\n                            {}\n                        ],\n                        \"name\": \"Kuyichi Jeans SUGAR\",\n                        \"image\": \"//semknox-oxid.local/out/pictures/generated/product/1/540_340_75/front_z1(9)(3).jpg\",\n                        \"link\": \"//semknox-oxid.local/Bekleidung/Fashion/Fuer-Sie/Jeans/Kuyichi-Jeans-SUGAR-W-34-L-34-Dark-Blue-Bangle-Blue.html\",\n                        \"head\": true\n                    },\n                    {\n                        \"identifier\": \"6b6eb34fcceb69efafddaeeedb81d9a4\",\n                        \"groupId\": \"6b66d82af984e5ad46b9cb27b1ef8aae\",\n                        \"sxId\": 552458,\n                        \"dataPoints\": [\n                            {}\n                        ],\n                        \"name\": \"Kuyichi Jeans SUGAR\",\n                        \"image\": \"//semknox-oxid.local/out/pictures/generated/product/1/540_340_75/front_z1(9).jpg\",\n                        \"link\": \"//semknox-oxid.local/Bekleidung/Fashion/Fuer-Sie/Jeans/Kuyichi-Jeans-SUGAR-W-31-L-32-Dark-Blue-Bangle-Blue.html\",\n                        \"head\": true\n                    },\n                    {\n                        \"identifier\": \"6b6ce806581c57889364e88f92cf5992\",\n                        \"groupId\": \"6b66d82af984e5ad46b9cb27b1ef8aae\",\n                        \"sxId\": 552324,\n                        \"dataPoints\": [\n                            {}\n                        ],\n                        \"name\": \"Kuyichi Jeans SUGAR\",\n                        \"image\": \"//semknox-oxid.local/out/pictures/generated/product/1/540_340_75/front_z1(9).jpg\",\n                        \"link\": \"//semknox-oxid.local/Bekleidung/Fashion/Fuer-Sie/Jeans/Kuyichi-Jeans-SUGAR-W-34-L-30-Dark-Blue-Bangle-Blue.html\",\n                        \"head\": true\n                    },\n                    {\n                        \"identifier\": \"6b66d82af984e5ad46b9cb27b1ef8aae\",\n                        \"groupId\": \"6b66d82af984e5ad46b9cb27b1ef8aae\",\n                        \"sxId\": 552329,\n                        \"dataPoints\": [\n                            {}\n                        ],\n                        \"name\": \"Kuyichi Jeans SUGAR\",\n                        \"image\": \"//semknox-oxid.local/out/pictures/generated/product/1/540_340_75/front_z1(9).jpg\",\n                        \"link\": \"//semknox-oxid.local/Bekleidung/Fashion/Fuer-Sie/Jeans/Kuyichi-Jeans-SUGAR.html\",\n                        \"head\": true\n                    },\n                    {\n                        \"identifier\": \"6b6b9f89cb8decee837d1a4c60742875\",\n                        \"groupId\": \"6b66d82af984e5ad46b9cb27b1ef8aae\",\n                        \"sxId\": 552470,\n                        \"dataPoints\": [\n                            {}\n                        ],\n                        \"name\": \"Kuyichi Jeans SUGAR\",\n                        \"image\": \"//semknox-oxid.local/out/pictures/generated/product/1/540_340_75/front_z1(9)(1).jpg\",\n                        \"link\": \"//semknox-oxid.local/Bekleidung/Fashion/Fuer-Sie/Jeans/Kuyichi-Jeans-SUGAR-W-31-L-34-Dark-Blue-Bangle-Blue.html\",\n                        \"head\": true\n                    },\n                    {\n                        \"identifier\": \"6b61e50aa933a96b5f6d0572d0083948\",\n                        \"groupId\": \"6b66d82af984e5ad46b9cb27b1ef8aae\",\n                        \"sxId\": 552466,\n                        \"dataPoints\": [\n                            {}\n                        ],\n                        \"name\": \"Kuyichi Jeans SUGAR\",\n                        \"image\": \"//semknox-oxid.local/out/pictures/generated/product/1/540_340_75/front_z1(9).jpg\",\n                        \"link\": \"//semknox-oxid.local/Bekleidung/Fashion/Fuer-Sie/Jeans/Kuyichi-Jeans-SUGAR-W-30-L-34-Dark-Blue-Predded-Green.html\",\n                        \"head\": true\n                    },\n                    {\n                        \"identifier\": \"6b63ed599fcfa07768dbfbd93991543b\",\n                        \"groupId\": \"6b66d82af984e5ad46b9cb27b1ef8aae\",\n                        \"sxId\": 552462,\n                        \"dataPoints\": [\n                            {}\n                        ],\n                        \"name\": \"Kuyichi Jeans SUGAR\",\n                        \"image\": \"//semknox-oxid.local/out/pictures/generated/product/1/540_340_75/front_z1(9)(2).jpg\",\n                        \"link\": \"//semknox-oxid.local/Bekleidung/Fashion/Fuer-Sie/Jeans/Kuyichi-Jeans-SUGAR-W-32-L-32-Dark-Blue-Bangle-Blue.html\",\n                        \"head\": true\n                    },\n                    {\n                        \"identifier\": \"6b6340961bcab561725470297c7128e1\",\n                        \"groupId\": \"6b66d82af984e5ad46b9cb27b1ef8aae\",\n                        \"sxId\": 552338,\n                        \"dataPoints\": [\n                            {}\n                        ],\n                        \"name\": \"Kuyichi Jeans SUGAR\",\n                        \"image\": \"//semknox-oxid.local/out/pictures/generated/product/1/540_340_75/front_z1(9).jpg\",\n                        \"link\": \"//semknox-oxid.local/Bekleidung/Fashion/Fuer-Sie/Jeans/Kuyichi-Jeans-SUGAR-W-30-L-30-Dark-Blue-Bangle-Blue.html\",\n                        \"head\": true\n                    },\n                    {\n                        \"identifier\": \"6b6053b5460127331e9e433cb09cac1f\",\n                        \"groupId\": \"6b66d82af984e5ad46b9cb27b1ef8aae\",\n                        \"sxId\": 552404,\n                        \"dataPoints\": [\n                            {}\n                        ],\n                        \"name\": \"Kuyichi Jeans SUGAR\",\n                        \"image\": \"//semknox-oxid.local/out/pictures/generated/product/1/540_340_75/front_z1(9).jpg\",\n                        \"link\": \"//semknox-oxid.local/Bekleidung/Fashion/Fuer-Sie/Jeans/Kuyichi-Jeans-SUGAR-W-34-L-30-Dark-Blue-Predded-Green.html\",\n                        \"head\": true\n                    },\n                    {\n                        \"identifier\": \"6b6ad7c1835d1266f7abb4f0dfbe8d82\",\n                        \"groupId\": \"6b66d82af984e5ad46b9cb27b1ef8aae\",\n                        \"sxId\": 552394,\n                        \"dataPoints\": [\n                            {}\n                        ],\n                        \"name\": \"Kuyichi Jeans SUGAR\",\n                        \"image\": \"//semknox-oxid.local/out/pictures/generated/product/1/540_340_75/front_z1(9).jpg\",\n                        \"link\": \"//semknox-oxid.local/Bekleidung/Fashion/Fuer-Sie/Jeans/Kuyichi-Jeans-SUGAR-W-34-L-32-Dark-Blue-Predded-Green.html\",\n                        \"head\": true\n                    },\n                    {\n                        \"identifier\": \"6b6b8404557b78376523740db7807138\",\n                        \"groupId\": \"6b66d82af984e5ad46b9cb27b1ef8aae\",\n                        \"sxId\": 552469,\n                        \"dataPoints\": [\n                            {}\n                        ],\n                        \"name\": \"Kuyichi Jeans SUGAR\",\n                        \"image\": \"//semknox-oxid.local/out/pictures/generated/product/1/540_340_75/front_z1(9).jpg\",\n                        \"link\": \"//semknox-oxid.local/Bekleidung/Fashion/Fuer-Sie/Jeans/Kuyichi-Jeans-SUGAR-W-30-L-32-Dark-Blue-Bangle-Blue.html\",\n                        \"head\": true\n                    },\n                    {\n                        \"identifier\": \"6b692a410093a9c7772bcf56be5c1a8d\",\n                        \"groupId\": \"6b66d82af984e5ad46b9cb27b1ef8aae\",\n                        \"sxId\": 552471,\n                        \"dataPoints\": [\n                            {}\n                        ],\n                        \"name\": \"Kuyichi Jeans SUGAR\",\n                        \"image\": \"//semknox-oxid.local/out/pictures/generated/product/1/540_340_75/front_z1(10).jpg\",\n                        \"link\": \"//semknox-oxid.local/Bekleidung/Fashion/Fuer-Sie/Jeans/Kuyichi-Jeans-SUGAR-W-34-L-34-Dark-Blue-Predded-Green.html\",\n                        \"head\": true\n                    },\n                    {\n                        \"identifier\": \"6b60e17566a9a3cb22ab6a02d1a19b79\",\n                        \"groupId\": \"6b66d82af984e5ad46b9cb27b1ef8aae\",\n                        \"sxId\": 552465,\n                        \"dataPoints\": [\n                            {}\n                        ],\n                        \"name\": \"Kuyichi Jeans SUGAR\",\n                        \"image\": \"//semknox-oxid.local/out/pictures/generated/product/1/540_340_75/front_z1(9).jpg\",\n                        \"link\": \"//semknox-oxid.local/Bekleidung/Fashion/Fuer-Sie/Jeans/Kuyichi-Jeans-SUGAR-W-32-L-34-Dark-Blue-Predded-Green.html\",\n                        \"head\": true\n                    },\n                    {\n                        \"identifier\": \"6b6c47c6c6ba8efe012dfb9fa7a862b2\",\n                        \"groupId\": \"6b66d82af984e5ad46b9cb27b1ef8aae\",\n                        \"sxId\": 552467,\n                        \"dataPoints\": [\n                            {}\n                        ],\n                        \"name\": \"Kuyichi Jeans SUGAR\",\n                        \"image\": \"//semknox-oxid.local/out/pictures/generated/product/1/540_340_75/front_z1(9).jpg\",\n                        \"link\": \"//semknox-oxid.local/Bekleidung/Fashion/Fuer-Sie/Jeans/Kuyichi-Jeans-SUGAR-W-31-L-34-Dark-Blue-Predded-Green.html\",\n                        \"head\": true\n                    },\n                    {\n                        \"identifier\": \"6b67d8455169e2a581e8dea40582745c\",\n                        \"groupId\": \"6b66d82af984e5ad46b9cb27b1ef8aae\",\n                        \"sxId\": 552463,\n                        \"dataPoints\": [\n                            {}\n                        ],\n                        \"name\": \"Kuyichi Jeans SUGAR\",\n                        \"image\": \"//semknox-oxid.local/out/pictures/generated/product/1/540_340_75/front_z1(9).jpg\",\n                        \"link\": \"//semknox-oxid.local/Bekleidung/Fashion/Fuer-Sie/Jeans/Kuyichi-Jeans-SUGAR-W-32-L-30-Dark-Blue-Bangle-Blue.html\",\n                        \"head\": true\n                    },\n                    {\n                        \"identifier\": \"6b66f4b02ad619cdadb7ea04b6c19cc2\",\n                        \"groupId\": \"6b66d82af984e5ad46b9cb27b1ef8aae\",\n                        \"sxId\": 552461,\n                        \"dataPoints\": [\n                            {}\n                        ],\n                        \"name\": \"Kuyichi Jeans SUGAR\",\n                        \"image\": \"//semknox-oxid.local/out/pictures/generated/product/1/540_340_75/front_z1(9).jpg\",\n                        \"link\": \"//semknox-oxid.local/Bekleidung/Fashion/Fuer-Sie/Jeans/Kuyichi-Jeans-SUGAR-W-31-L-32-Dark-Blue-Predded-Green.html\",\n                        \"head\": true\n                    },\n                    {\n                        \"identifier\": \"6b6ae0323db1288421c104136a9549ac\",\n                        \"groupId\": \"6b66d82af984e5ad46b9cb27b1ef8aae\",\n                        \"sxId\": 552459,\n                        \"dataPoints\": [\n                            {}\n                        ],\n                        \"name\": \"Kuyichi Jeans SUGAR\",\n                        \"image\": \"//semknox-oxid.local/out/pictures/generated/product/1/540_340_75/front_z1(9).jpg\",\n                        \"link\": \"//semknox-oxid.local/Bekleidung/Fashion/Fuer-Sie/Jeans/Kuyichi-Jeans-SUGAR-W-32-L-34-Dark-Blue-Bangle-Blue.html\",\n                        \"head\": true\n                    },\n                    {\n                        \"identifier\": \"6b6f5641f5a72fbfc8600041d0f50f64\",\n                        \"groupId\": \"6b66d82af984e5ad46b9cb27b1ef8aae\",\n                        \"sxId\": 552444,\n                        \"dataPoints\": [\n                            {}\n                        ],\n                        \"name\": \"Kuyichi Jeans SUGAR\",\n                        \"image\": \"//semknox-oxid.local/out/pictures/generated/product/1/540_340_75/front_z1(9).jpg\",\n                        \"link\": \"//semknox-oxid.local/Bekleidung/Fashion/Fuer-Sie/Jeans/Kuyichi-Jeans-SUGAR-W-34-L-32-Dark-Blue-Bangle-Blue.html\",\n                        \"head\": true\n                    },\n                    {\n                        \"identifier\": \"6b659450811fff23b791328dc6e6260f\",\n                        \"groupId\": \"6b66d82af984e5ad46b9cb27b1ef8aae\",\n                        \"sxId\": 552468,\n                        \"dataPoints\": [\n                            {}\n                        ],\n                        \"name\": \"Kuyichi Jeans SUGAR\",\n                        \"image\": \"//semknox-oxid.local/out/pictures/generated/product/1/540_340_75/front_z1(9).jpg\",\n                        \"link\": \"//semknox-oxid.local/Bekleidung/Fashion/Fuer-Sie/Jeans/Kuyichi-Jeans-SUGAR-W-31-L-30-Dark-Blue-Predded-Green.html\",\n                        \"head\": true\n                    },\n                    {\n                        \"identifier\": \"6b655c85368376a8018991471e42aff7\",\n                        \"groupId\": \"6b66d82af984e5ad46b9cb27b1ef8aae\",\n                        \"sxId\": 552464,\n                        \"dataPoints\": [\n                            {}\n                        ],\n                        \"name\": \"Kuyichi Jeans SUGAR\",\n                        \"image\": \"//semknox-oxid.local/out/pictures/generated/product/1/540_340_75/front_z1(9).jpg\",\n                        \"link\": \"//semknox-oxid.local/Bekleidung/Fashion/Fuer-Sie/Jeans/Kuyichi-Jeans-SUGAR-W-31-L-30-Dark-Blue-Bangle-Blue.html\",\n                        \"head\": true\n                    },\n                    {\n                        \"identifier\": \"6b67aa3f29f0c1d060935b2e98c2e5ba\",\n                        \"groupId\": \"6b66d82af984e5ad46b9cb27b1ef8aae\",\n                        \"sxId\": 552456,\n                        \"dataPoints\": [\n                            {}\n                        ],\n                        \"name\": \"Kuyichi Jeans SUGAR\",\n                        \"image\": \"//semknox-oxid.local/out/pictures/generated/product/1/540_340_75/front_z1(9).jpg\",\n                        \"link\": \"//semknox-oxid.local/Bekleidung/Fashion/Fuer-Sie/Jeans/Kuyichi-Jeans-SUGAR-W-30-L-34-Dark-Blue-Bangle-Blue.html\",\n                        \"head\": true\n                    },\n                    {\n                        \"identifier\": \"6b681be87aaa048aabf7130dbe2068d8\",\n                        \"groupId\": \"6b66d82af984e5ad46b9cb27b1ef8aae\",\n                        \"sxId\": 552472,\n                        \"dataPoints\": [\n                            {}\n                        ],\n                        \"name\": \"Kuyichi Jeans SUGAR\",\n                        \"image\": \"//semknox-oxid.local/out/pictures/generated/product/1/540_340_75/front_z1(9).jpg\",\n                        \"link\": \"//semknox-oxid.local/Bekleidung/Fashion/Fuer-Sie/Jeans/Kuyichi-Jeans-SUGAR-W-32-L-30-Dark-Blue-Predded-Green.html\",\n                        \"head\": true\n                    },\n                    {\n                        \"identifier\": \"6b6083371005843bc8c3385a85ccb4ec\",\n                        \"groupId\": \"6b66d82af984e5ad46b9cb27b1ef8aae\",\n                        \"sxId\": 552460,\n                        \"dataPoints\": [\n                            {}\n                        ],\n                        \"name\": \"Kuyichi Jeans SUGAR\",\n                        \"image\": \"//semknox-oxid.local/out/pictures/generated/product/1/540_340_75/front_z1(10).jpg\",\n                        \"link\": \"//semknox-oxid.local/Bekleidung/Fashion/Fuer-Sie/Jeans/Kuyichi-Jeans-SUGAR-W-32-L-32-Dark-Blue-Predded-Green.html\",\n                        \"head\": true\n                    }\n                ],\n                [\n                    {\n                        \"identifier\": \"fad21eb148918c8f4d9f0077fedff1ba\",\n                        \"groupId\": \"fad21eb148918c8f4d9f0077fedff1ba\",\n                        \"sxId\": 552284,\n                        \"dataPoints\": [\n                            {}\n                        ],\n                        \"name\": \"Kite LIQUID FORCE HAVOC\",\n                        \"image\": \"//semknox-oxid.local/out/pictures/generated/product/1/540_340_75/lf_havoc_2010_1.jpg\",\n                        \"link\": \"//semknox-oxid.local/Kiteboarding/Kites/Kite-LIQUID-FORCE-HAVOC.html\",\n                        \"head\": true\n                    }\n                ],\n                [\n                    {\n                        \"identifier\": \"6b628a560b2f5e9b2b169a3fbdd607ef\",\n                        \"groupId\": \"6b63456b3abeeeccd9b085a76ffba1a3\",\n                        \"sxId\": 552285,\n                        \"dataPoints\": [\n                            {}\n                        ],\n                        \"name\": \"Kuyichi Jeans CANDY\",\n                        \"image\": \"//semknox-oxid.local/out/pictures/generated/product/1/540_340_75/front_z1(8).jpg\",\n                        \"link\": \"//semknox-oxid.local/Bekleidung/Fashion/Fuer-Sie/Jeans/Kuyichi-Jeans-CANDY-W-34-L-32-Schwarz.html\",\n                        \"head\": true\n                    },\n                    {\n                        \"identifier\": \"6b6ae37f452b1c3a9303b74629e34686\",\n                        \"groupId\": \"6b63456b3abeeeccd9b085a76ffba1a3\",\n                        \"sxId\": 552384,\n                        \"dataPoints\": [\n                            {}\n                        ],\n                        \"name\": \"Kuyichi Jeans CANDY\",\n                        \"image\": \"//semknox-oxid.local/out/pictures/generated/product/1/540_340_75/front_z1(7).jpg\",\n                        \"link\": \"//semknox-oxid.local/Bekleidung/Fashion/Fuer-Sie/Jeans/Kuyichi-Jeans-CANDY-W-34-L-30-Schwarz.html\",\n                        \"head\": true\n                    },\n                    {\n                        \"identifier\": \"6b655979217fa6bfa2e9ee9e488d117e\",\n                        \"groupId\": \"6b63456b3abeeeccd9b085a76ffba1a3\",\n                        \"sxId\": 552318,\n                        \"dataPoints\": [\n                            {}\n                        ],\n                        \"name\": \"Kuyichi Jeans CANDY\",\n                        \"image\": \"//semknox-oxid.local/out/pictures/generated/product/1/540_340_75/front_z1(7).jpg\",\n                        \"link\": \"//semknox-oxid.local/Bekleidung/Fashion/Fuer-Sie/Jeans/Kuyichi-Jeans-CANDY-W-34-L-34-Schwarz.html\",\n                        \"head\": true\n                    },\n                    {\n                        \"identifier\": \"6b64e4d62652cb52af6dd6d3d347c344\",\n                        \"groupId\": \"6b63456b3abeeeccd9b085a76ffba1a3\",\n                        \"sxId\": 552317,\n                        \"dataPoints\": [\n                            {}\n                        ],\n                        \"name\": \"Kuyichi Jeans CANDY\",\n                        \"image\": \"//semknox-oxid.local/out/pictures/generated/product/1/540_340_75/front_z1(7).jpg\",\n                        \"link\": \"//semknox-oxid.local/Bekleidung/Fashion/Fuer-Sie/Jeans/Kuyichi-Jeans-CANDY-W-32-L-32-Schwarz.html\",\n                        \"head\": true\n                    },\n                    {\n                        \"identifier\": \"6b6d34003f6cf441580188de28909555\",\n                        \"groupId\": \"6b63456b3abeeeccd9b085a76ffba1a3\",\n                        \"sxId\": 552418,\n                        \"dataPoints\": [\n                            {}\n                        ],\n                        \"name\": \"Kuyichi Jeans CANDY\",\n                        \"image\": \"//semknox-oxid.local/out/pictures/generated/product/1/540_340_75/front_z1(7).jpg\",\n                        \"link\": \"//semknox-oxid.local/Bekleidung/Fashion/Fuer-Sie/Jeans/Kuyichi-Jeans-CANDY-W-32-L-34-Schwarz.html\",\n                        \"head\": true\n                    },\n                    {\n                        \"identifier\": \"6b6ec8fba436a74b996707c894bacf43\",\n                        \"groupId\": \"6b63456b3abeeeccd9b085a76ffba1a3\",\n                        \"sxId\": 552420,\n                        \"dataPoints\": [\n                            {}\n                        ],\n                        \"name\": \"Kuyichi Jeans CANDY\",\n                        \"image\": \"//semknox-oxid.local/out/pictures/generated/product/1/540_340_75/front_z1(8).jpg\",\n                        \"link\": \"//semknox-oxid.local/Bekleidung/Fashion/Fuer-Sie/Jeans/Kuyichi-Jeans-CANDY-W-30-L-30-Schwarz.html\",\n                        \"head\": true\n                    },\n                    {\n                        \"identifier\": \"6b62700a4eb25d6c370ea2ae3807b9e3\",\n                        \"groupId\": \"6b63456b3abeeeccd9b085a76ffba1a3\",\n                        \"sxId\": 552445,\n                        \"dataPoints\": [\n                            {}\n                        ],\n                        \"name\": \"Kuyichi Jeans CANDY\",\n                        \"image\": \"//semknox-oxid.local/out/pictures/generated/product/1/540_340_75/front_z1(7)(1).jpg\",\n                        \"link\": \"//semknox-oxid.local/Bekleidung/Fashion/Fuer-Sie/Jeans/Kuyichi-Jeans-CANDY-W-31-L-34-Dark-Blue.html\",\n                        \"head\": true\n                    },\n                    {\n                        \"identifier\": \"6b6cd2b7fd16866d220ca4eff8c1387d\",\n                        \"groupId\": \"6b63456b3abeeeccd9b085a76ffba1a3\",\n                        \"sxId\": 552315,\n                        \"dataPoints\": [\n                            {}\n                        ],\n                        \"name\": \"Kuyichi Jeans CANDY\",\n                        \"image\": \"//semknox-oxid.local/out/pictures/generated/product/1/540_340_75/front_z1(7).jpg\",\n                        \"link\": \"//semknox-oxid.local/Bekleidung/Fashion/Fuer-Sie/Jeans/Kuyichi-Jeans-CANDY-W-32-L-30-Dark-Blue.html\",\n                        \"head\": true\n                    },\n                    {\n                        \"identifier\": \"6b627d9607f0081ca57ad3d0b5eb16e4\",\n                        \"groupId\": \"6b63456b3abeeeccd9b085a76ffba1a3\",\n                        \"sxId\": 552311,\n                        \"dataPoints\": [\n                            {}\n                        ],\n                        \"name\": \"Kuyichi Jeans CANDY\",\n                        \"image\": \"//semknox-oxid.local/out/pictures/generated/product/1/540_340_75/front_z1(7).jpg\",\n                        \"link\": \"//semknox-oxid.local/Bekleidung/Fashion/Fuer-Sie/Jeans/Kuyichi-Jeans-CANDY-W-30-L-32-Dark-Blue.html\",\n                        \"head\": true\n                    },\n                    {\n                        \"identifier\": \"6b692f8831b65cafb2b518415559b380\",\n                        \"groupId\": \"6b63456b3abeeeccd9b085a76ffba1a3\",\n                        \"sxId\": 552325,\n                        \"dataPoints\": [\n                            {}\n                        ],\n                        \"name\": \"Kuyichi Jeans CANDY\",\n                        \"image\": \"//semknox-oxid.local/out/pictures/generated/product/1/540_340_75/front_z1(7).jpg\",\n                        \"link\": \"//semknox-oxid.local/Bekleidung/Fashion/Fuer-Sie/Jeans/Kuyichi-Jeans-CANDY-W-34-L-32-Dark-Blue.html\",\n                        \"head\": true\n                    },\n                    {\n                        \"identifier\": \"6b6b818e5d5f2136b260e47735579c98\",\n                        \"groupId\": \"6b63456b3abeeeccd9b085a76ffba1a3\",\n                        \"sxId\": 552360,\n                        \"dataPoints\": [\n                            {}\n                        ],\n                        \"name\": \"Kuyichi Jeans CANDY\",\n                        \"image\": \"//semknox-oxid.local/out/pictures/generated/product/1/540_340_75/front_z1(7).jpg\",\n                        \"link\": \"//semknox-oxid.local/Bekleidung/Fashion/Fuer-Sie/Jeans/Kuyichi-Jeans-CANDY-W-31-L-34-Schwarz.html\",\n                        \"head\": true\n                    },\n                    {\n                        \"identifier\": \"6b65cfe49d699c2c7faf2c1dbaa76639\",\n                        \"groupId\": \"6b63456b3abeeeccd9b085a76ffba1a3\",\n                        \"sxId\": 552341,\n                        \"dataPoints\": [\n                            {}\n                        ],\n                        \"name\": \"Kuyichi Jeans CANDY\",\n                        \"image\": \"//semknox-oxid.local/out/pictures/generated/product/1/540_340_75/front_z1(7).jpg\",\n                        \"link\": \"//semknox-oxid.local/Bekleidung/Fashion/Fuer-Sie/Jeans/Kuyichi-Jeans-CANDY-W-30-L-34-Dark-Blue.html\",\n                        \"head\": true\n                    },\n                    {\n                        \"identifier\": \"6b643f0635b575ff6c4a09f8518f403f\",\n                        \"groupId\": \"6b63456b3abeeeccd9b085a76ffba1a3\",\n                        \"sxId\": 552300,\n                        \"dataPoints\": [\n                            {}\n                        ],\n                        \"name\": \"Kuyichi Jeans CANDY\",\n                        \"image\": \"//semknox-oxid.local/out/pictures/generated/product/1/540_340_75/front_z1(7).jpg\",\n                        \"link\": \"//semknox-oxid.local/Bekleidung/Fashion/Fuer-Sie/Jeans/Kuyichi-Jeans-CANDY-W-34-L-30-Dark-Blue.html\",\n                        \"head\": true\n                    },\n                    {\n                        \"identifier\": \"6b6a6aedca3e438e98d51f0a5d586c0b\",\n                        \"groupId\": \"6b63456b3abeeeccd9b085a76ffba1a3\",\n                        \"sxId\": 552434,\n                        \"dataPoints\": [\n                            {}\n                        ],\n                        \"name\": \"Kuyichi Jeans CANDY\",\n                        \"image\": \"//semknox-oxid.local/out/pictures/generated/product/1/540_340_75/front_z1(7)(2).jpg\",\n                        \"link\": \"//semknox-oxid.local/Bekleidung/Fashion/Fuer-Sie/Jeans/Kuyichi-Jeans-CANDY-W-32-L-32-Dark-Blue.html\",\n                        \"head\": true\n                    },\n                    {\n                        \"identifier\": \"6b643fbdca947eb177327c906feabb56\",\n                        \"groupId\": \"6b63456b3abeeeccd9b085a76ffba1a3\",\n                        \"sxId\": 552305,\n                        \"dataPoints\": [\n                            {}\n                        ],\n                        \"name\": \"Kuyichi Jeans CANDY\",\n                        \"image\": \"//semknox-oxid.local/out/pictures/generated/product/1/540_340_75/front_z1(7).jpg\",\n                        \"link\": \"//semknox-oxid.local/Bekleidung/Fashion/Fuer-Sie/Jeans/Kuyichi-Jeans-CANDY-W-31-L-32-Schwarz.html\",\n                        \"head\": true\n                    },\n                    {\n                        \"identifier\": \"6b6b2f91da0a75e421e76475a68929b7\",\n                        \"groupId\": \"6b63456b3abeeeccd9b085a76ffba1a3\",\n                        \"sxId\": 552273,\n                        \"dataPoints\": [\n                            {}\n                        ],\n                        \"name\": \"Kuyichi Jeans CANDY\",\n                        \"image\": \"//semknox-oxid.local/out/pictures/generated/product/1/540_340_75/front_z1(7).jpg\",\n                        \"link\": \"//semknox-oxid.local/Bekleidung/Fashion/Fuer-Sie/Jeans/Kuyichi-Jeans-CANDY-W-30-L-34-Schwarz.html\",\n                        \"head\": true\n                    },\n                    {\n                        \"identifier\": \"6b6f776b68aa6b8cf8e0d3357d7215fe\",\n                        \"groupId\": \"6b63456b3abeeeccd9b085a76ffba1a3\",\n                        \"sxId\": 552295,\n                        \"dataPoints\": [\n                            {}\n                        ],\n                        \"name\": \"Kuyichi Jeans CANDY\",\n                        \"image\": \"//semknox-oxid.local/out/pictures/generated/product/1/540_340_75/front_z1(7).jpg\",\n                        \"link\": \"//semknox-oxid.local/Bekleidung/Fashion/Fuer-Sie/Jeans/Kuyichi-Jeans-CANDY-W-31-L-32-Dark-Blue.html\",\n                        \"head\": true\n                    },\n                    {\n                        \"identifier\": \"6b64544755598696ea104fc915f73e09\",\n                        \"groupId\": \"6b63456b3abeeeccd9b085a76ffba1a3\",\n                        \"sxId\": 552408,\n                        \"dataPoints\": [\n                            {}\n                        ],\n                        \"name\": \"Kuyichi Jeans CANDY\",\n                        \"image\": \"//semknox-oxid.local/out/pictures/generated/product/1/540_340_75/front_z1(7).jpg\",\n                        \"link\": \"//semknox-oxid.local/Bekleidung/Fashion/Fuer-Sie/Jeans/Kuyichi-Jeans-CANDY-W-34-L-34-Dark-Blue.html\",\n                        \"head\": true\n                    },\n                    {\n                        \"identifier\": \"6b620860ad13ce38d708d6fbdd3b4a14\",\n                        \"groupId\": \"6b63456b3abeeeccd9b085a76ffba1a3\",\n                        \"sxId\": 552407,\n                        \"dataPoints\": [\n                            {}\n                        ],\n                        \"name\": \"Kuyichi Jeans CANDY\",\n                        \"image\": \"//semknox-oxid.local/out/pictures/generated/product/1/540_340_75/front_z1(7).jpg\",\n                        \"link\": \"//semknox-oxid.local/Bekleidung/Fashion/Fuer-Sie/Jeans/Kuyichi-Jeans-CANDY-W-32-L-30-Schwarz.html\",\n                        \"head\": true\n                    },\n                    {\n                        \"identifier\": \"6b61a3e622c3b7fc95f06792b84e175f\",\n                        \"groupId\": \"6b63456b3abeeeccd9b085a76ffba1a3\",\n                        \"sxId\": 552411,\n                        \"dataPoints\": [\n                            {}\n                        ],\n                        \"name\": \"Kuyichi Jeans CANDY\",\n                        \"image\": \"//semknox-oxid.local/out/pictures/generated/product/1/540_340_75/front_z1(8).jpg\",\n                        \"link\": \"//semknox-oxid.local/Bekleidung/Fashion/Fuer-Sie/Jeans/Kuyichi-Jeans-CANDY-W-31-L-30-Schwarz.html\",\n                        \"head\": true\n                    },\n                    {\n                        \"identifier\": \"6b6b6abed58b118ee988c92856b8b675\",\n                        \"groupId\": \"6b63456b3abeeeccd9b085a76ffba1a3\",\n                        \"sxId\": 552371,\n                        \"dataPoints\": [\n                            {}\n                        ],\n                        \"name\": \"Kuyichi Jeans CANDY\",\n                        \"image\": \"//semknox-oxid.local/out/pictures/generated/product/1/540_340_75/front_z1(7)(3).jpg\",\n                        \"link\": \"//semknox-oxid.local/Bekleidung/Fashion/Fuer-Sie/Jeans/Kuyichi-Jeans-CANDY-W-30-L-30-Dark-Blue.html\",\n                        \"head\": true\n                    },\n                    {\n                        \"identifier\": \"6b605db2fd1cd3f36154b59c8e6d2e40\",\n                        \"groupId\": \"6b63456b3abeeeccd9b085a76ffba1a3\",\n                        \"sxId\": 552387,\n                        \"dataPoints\": [\n                            {}\n                        ],\n                        \"name\": \"Kuyichi Jeans CANDY\",\n                        \"image\": \"//semknox-oxid.local/out/pictures/generated/product/1/540_340_75/front_z1(7).jpg\",\n                        \"link\": \"//semknox-oxid.local/Bekleidung/Fashion/Fuer-Sie/Jeans/Kuyichi-Jeans-CANDY-W-32-L-34-Dark-Blue.html\",\n                        \"head\": true\n                    },\n                    {\n                        \"identifier\": \"6b63456b3abeeeccd9b085a76ffba1a3\",\n                        \"groupId\": \"6b63456b3abeeeccd9b085a76ffba1a3\",\n                        \"sxId\": 552347,\n                        \"dataPoints\": [\n                            {}\n                        ],\n                        \"name\": \"Kuyichi Jeans CANDY\",\n                        \"image\": \"//semknox-oxid.local/out/pictures/generated/product/1/540_340_75/front_z1(7).jpg\",\n                        \"link\": \"//semknox-oxid.local/Bekleidung/Fashion/Fuer-Sie/Jeans/Kuyichi-Jeans-CANDY.html\",\n                        \"head\": true\n                    },\n                    {\n                        \"identifier\": \"6b66f538ede23a41f0598a3bc38e8b52\",\n                        \"groupId\": \"6b63456b3abeeeccd9b085a76ffba1a3\",\n                        \"sxId\": 552355,\n                        \"dataPoints\": [\n                            {}\n                        ],\n                        \"name\": \"Kuyichi Jeans CANDY\",\n                        \"image\": \"//semknox-oxid.local/out/pictures/generated/product/1/540_340_75/front_z1(7).jpg\",\n                        \"link\": \"//semknox-oxid.local/Bekleidung/Fashion/Fuer-Sie/Jeans/Kuyichi-Jeans-CANDY-W-31-L-30-Dark-Blue.html\",\n                        \"head\": true\n                    },\n                    {\n                        \"identifier\": \"6b61038a50af6b49794833fae52d8596\",\n                        \"groupId\": \"6b63456b3abeeeccd9b085a76ffba1a3\",\n                        \"sxId\": 552298,\n                        \"dataPoints\": [\n                            {}\n                        ],\n                        \"name\": \"Kuyichi Jeans CANDY\",\n                        \"image\": \"//semknox-oxid.local/out/pictures/generated/product/1/540_340_75/front_z1(7).jpg\",\n                        \"link\": \"//semknox-oxid.local/Bekleidung/Fashion/Fuer-Sie/Jeans/Kuyichi-Jeans-CANDY-W-30-L-32-Schwarz.html\",\n                        \"head\": true\n                    }\n                ],\n                [\n                    {\n                        \"identifier\": \"6b6d319c9692c487ff57031a6337b6c0\",\n                        \"groupId\": \"531b537118f5f4d7a427cdb825440922\",\n                        \"sxId\": 552383,\n                        \"dataPoints\": [\n                            {}\n                        ],\n                        \"name\": \"Kuyichi Jeans ANNA\",\n                        \"image\": \"//semknox-oxid.local/out/pictures/generated/product/1/540_340_75/front(4)_v_pi.jpg\",\n                        \"link\": \"//semknox-oxid.local/Bekleidung/Fashion/Fuer-Sie/Jeans/Kuyichi-Jeans-ANNA-W-32-L-34-Blau.html\",\n                        \"head\": true\n                    },\n                    {\n                        \"identifier\": \"6b65295a7fe5fa6faaa2f0ac3f9b0f80\",\n                        \"groupId\": \"531b537118f5f4d7a427cdb825440922\",\n                        \"sxId\": 552352,\n                        \"dataPoints\": [\n                            {}\n                        ],\n                        \"name\": \"Kuyichi Jeans ANNA\",\n                        \"image\": \"//semknox-oxid.local/out/pictures/generated/product/1/540_340_75/front_z1(4)(1).jpg\",\n                        \"link\": \"//semknox-oxid.local/Bekleidung/Fashion/Fuer-Sie/Jeans/Kuyichi-Jeans-ANNA-W-34-L-34-Blau.html\",\n                        \"head\": true\n                    },\n                    {\n                        \"identifier\": \"6b6d0519ca4fb33b2f2bba668d96ba7a\",\n                        \"groupId\": \"531b537118f5f4d7a427cdb825440922\",\n                        \"sxId\": 552414,\n                        \"dataPoints\": [\n                            {}\n                        ],\n                        \"name\": \"Kuyichi Jeans ANNA\",\n                        \"image\": \"//semknox-oxid.local/out/pictures/generated/product/1/540_340_75/front(4)_v_pi.jpg\",\n                        \"link\": \"//semknox-oxid.local/Bekleidung/Fashion/Fuer-Sie/Jeans/Kuyichi-Jeans-ANNA-W-30-L-32-Smoke-Gray.html\",\n                        \"head\": true\n                    },\n                    {\n                        \"identifier\": \"6b6efaa522be53c3e86fdb41f0542a8a\",\n                        \"groupId\": \"531b537118f5f4d7a427cdb825440922\",\n                        \"sxId\": 552320,\n                        \"dataPoints\": [\n                            {}\n                        ],\n                        \"name\": \"Kuyichi Jeans ANNA\",\n                        \"image\": \"//semknox-oxid.local/out/pictures/generated/product/1/540_340_75/front_z1(4)(2).jpg\",\n                        \"link\": \"//semknox-oxid.local/Bekleidung/Fashion/Fuer-Sie/Jeans/Kuyichi-Jeans-ANNA-W-30-L-30-Blau.html\",\n                        \"head\": true\n                    },\n                    {\n                        \"identifier\": \"6b6e0bb9f2b8b5f070f91593073b4555\",\n                        \"groupId\": \"531b537118f5f4d7a427cdb825440922\",\n                        \"sxId\": 552349,\n                        \"dataPoints\": [\n                            {}\n                        ],\n                        \"name\": \"Kuyichi Jeans ANNA\",\n                        \"image\": \"//semknox-oxid.local/out/pictures/generated/product/1/540_340_75/front_z1(4)sg(1).jpg\",\n                        \"link\": \"//semknox-oxid.local/Bekleidung/Fashion/Fuer-Sie/Jeans/Kuyichi-Jeans-ANNA-W-34-L-34-Smoke-Gray.html\",\n                        \"head\": true\n                    },\n                    {\n                        \"identifier\": \"6b6ed4e3b19c32c7cd2d58e32c051831\",\n                        \"groupId\": \"531b537118f5f4d7a427cdb825440922\",\n                        \"sxId\": 552412,\n                        \"dataPoints\": [\n                            {}\n                        ],\n                        \"name\": \"Kuyichi Jeans ANNA\",\n                        \"image\": \"//semknox-oxid.local/out/pictures/generated/product/1/540_340_75/front(4)_v_pi.jpg\",\n                        \"link\": \"//semknox-oxid.local/Bekleidung/Fashion/Fuer-Sie/Jeans/Kuyichi-Jeans-ANNA-W-34-L-32-Blau.html\",\n                        \"head\": true\n                    },\n                    {\n                        \"identifier\": \"6b63b5c41efc492c3f7bbeeeea6937f9\",\n                        \"groupId\": \"531b537118f5f4d7a427cdb825440922\",\n                        \"sxId\": 552388,\n                        \"dataPoints\": [\n                            {}\n                        ],\n                        \"name\": \"Kuyichi Jeans ANNA\",\n                        \"image\": \"//semknox-oxid.local/out/pictures/generated/product/1/540_340_75/front(4)_v_pi.jpg\",\n                        \"link\": \"//semknox-oxid.local/Bekleidung/Fashion/Fuer-Sie/Jeans/Kuyichi-Jeans-ANNA-W-30-L-34-Blau.html\",\n                        \"head\": true\n                    },\n                    {\n                        \"identifier\": \"6b62c2494de290bc5b2ef1046851ff19\",\n                        \"groupId\": \"531b537118f5f4d7a427cdb825440922\",\n                        \"sxId\": 552275,\n                        \"dataPoints\": [\n                            {}\n                        ],\n                        \"name\": \"Kuyichi Jeans ANNA\",\n                        \"image\": \"//semknox-oxid.local/out/pictures/generated/product/1/540_340_75/front(4)_v_pi.jpg\",\n                        \"link\": \"//semknox-oxid.local/Bekleidung/Fashion/Fuer-Sie/Jeans/Kuyichi-Jeans-ANNA-W-30-L-32-Super-Blue.html\",\n                        \"head\": true\n                    },\n                    {\n                        \"identifier\": \"6b67919aa8f51c08c83dbb777d30900d\",\n                        \"groupId\": \"531b537118f5f4d7a427cdb825440922\",\n                        \"sxId\": 552328,\n                        \"dataPoints\": [\n                            {}\n                        ],\n                        \"name\": \"Kuyichi Jeans ANNA\",\n                        \"image\": \"//semknox-oxid.local/out/pictures/generated/product/1/540_340_75/front(4)_v_pi.jpg\",\n                        \"link\": \"//semknox-oxid.local/Bekleidung/Fashion/Fuer-Sie/Jeans/Kuyichi-Jeans-ANNA-W-32-L-32-Blau.html\",\n                        \"head\": true\n                    },\n                    {\n                        \"identifier\": \"6b6d8c187461b30e01e2ce0adaa50e91\",\n                        \"groupId\": \"531b537118f5f4d7a427cdb825440922\",\n                        \"sxId\": 552340,\n                        \"dataPoints\": [\n                            {}\n                        ],\n                        \"name\": \"Kuyichi Jeans ANNA\",\n                        \"image\": \"//semknox-oxid.local/out/pictures/generated/product/1/540_340_75/front(4)_v_pi.jpg\",\n                        \"link\": \"//semknox-oxid.local/Bekleidung/Fashion/Fuer-Sie/Jeans/Kuyichi-Jeans-ANNA-W-30-L-34-Smoke-Gray.html\",\n                        \"head\": true\n                    },\n                    {\n                        \"identifier\": \"6b6408460392303075a812294e8cda7c\",\n                        \"groupId\": \"531b537118f5f4d7a427cdb825440922\",\n                        \"sxId\": 552410,\n                        \"dataPoints\": [\n                            {}\n                        ],\n                        \"name\": \"Kuyichi Jeans ANNA\",\n                        \"image\": \"//semknox-oxid.local/out/pictures/generated/product/1/540_340_75/front(4)_v_pi.jpg\",\n                        \"link\": \"//semknox-oxid.local/Bekleidung/Fashion/Fuer-Sie/Jeans/Kuyichi-Jeans-ANNA-W-31-L-30-Blau.html\",\n                        \"head\": true\n                    },\n                    {\n                        \"identifier\": \"6b61647e12835f0f9dee1d5596132e26\",\n                        \"groupId\": \"531b537118f5f4d7a427cdb825440922\",\n                        \"sxId\": 552426,\n                        \"dataPoints\": [\n                            {}\n                        ],\n                        \"name\": \"Kuyichi Jeans ANNA\",\n                        \"image\": \"//semknox-oxid.local/out/pictures/generated/product/1/540_340_75/front(4)_v_pi.jpg\",\n                        \"link\": \"//semknox-oxid.local/Bekleidung/Fashion/Fuer-Sie/Jeans/Kuyichi-Jeans-ANNA-W-31-L-30-Super-Blue.html\",\n                        \"head\": true\n                    },\n                    {\n                        \"identifier\": \"6b66409b4e2c7560ce7df4943fd42434\",\n                        \"groupId\": \"531b537118f5f4d7a427cdb825440922\",\n                        \"sxId\": 552422,\n                        \"dataPoints\": [\n                            {}\n                        ],\n                        \"name\": \"Kuyichi Jeans ANNA\",\n                        \"image\": \"//semknox-oxid.local/out/pictures/generated/product/1/540_340_75/front(4)_v_pi.jpg\",\n                        \"link\": \"//semknox-oxid.local/Bekleidung/Fashion/Fuer-Sie/Jeans/Kuyichi-Jeans-ANNA-W-34-L-30-Super-Blue.html\",\n                        \"head\": true\n                    },\n                    {\n                        \"identifier\": \"6b641f37692410d714cf2b36ef426e2d\",\n                        \"groupId\": \"531b537118f5f4d7a427cdb825440922\",\n                        \"sxId\": 552446,\n                        \"dataPoints\": [\n                            {}\n                        ],\n                        \"name\": \"Kuyichi Jeans ANNA\",\n                        \"image\": \"//semknox-oxid.local/out/pictures/generated/product/1/540_340_75/front(4)_v_pi.jpg\",\n                        \"link\": \"//semknox-oxid.local/Bekleidung/Fashion/Fuer-Sie/Jeans/Kuyichi-Jeans-ANNA-W-30-L-32-Blau.html\",\n                        \"head\": true\n                    },\n                    {\n                        \"identifier\": \"6b6b0a4fa6d17371ef5596fe363b9e04\",\n                        \"groupId\": \"531b537118f5f4d7a427cdb825440922\",\n                        \"sxId\": 552369,\n                        \"dataPoints\": [\n                            {}\n                        ],\n                        \"name\": \"Kuyichi Jeans ANNA\",\n                        \"image\": \"//semknox-oxid.local/out/pictures/generated/product/1/540_340_75/front(4)_v_pi.jpg\",\n                        \"link\": \"//semknox-oxid.local/Bekleidung/Fashion/Fuer-Sie/Jeans/Kuyichi-Jeans-ANNA-W-34-L-32-Smoke-Gray.html\",\n                        \"head\": true\n                    },\n                    {\n                        \"identifier\": \"6b69d2781fd557f7bcf90fd482b80406\",\n                        \"groupId\": \"531b537118f5f4d7a427cdb825440922\",\n                        \"sxId\": 552361,\n                        \"dataPoints\": [\n                            {}\n                        ],\n                        \"name\": \"Kuyichi Jeans ANNA\",\n                        \"image\": \"//semknox-oxid.local/out/pictures/generated/product/1/540_340_75/front(4)_v_pi.jpg\",\n                        \"link\": \"//semknox-oxid.local/Bekleidung/Fashion/Fuer-Sie/Jeans/Kuyichi-Jeans-ANNA-W-32-L-34-Smoke-Gray.html\",\n                        \"head\": true\n                    },\n                    {\n                        \"identifier\": \"6b6032141245c2efb4d75a7e6205aa6b\",\n                        \"groupId\": \"531b537118f5f4d7a427cdb825440922\",\n                        \"sxId\": 552385,\n                        \"dataPoints\": [\n                            {}\n                        ],\n                        \"name\": \"Kuyichi Jeans ANNA\",\n                        \"image\": \"//semknox-oxid.local/out/pictures/generated/product/1/540_340_75/front(4)_v_pi.jpg\",\n                        \"link\": \"//semknox-oxid.local/Bekleidung/Fashion/Fuer-Sie/Jeans/Kuyichi-Jeans-ANNA-W-34-L-32-Super-Blue.html\",\n                        \"head\": true\n                    },\n                    {\n                        \"identifier\": \"6b6b0dcd9981f845b7f3c10b9ca8b0ee\",\n                        \"groupId\": \"531b537118f5f4d7a427cdb825440922\",\n                        \"sxId\": 552268,\n                        \"dataPoints\": [\n                            {}\n                        ],\n                        \"name\": \"Kuyichi Jeans ANNA\",\n                        \"image\": \"//semknox-oxid.local/out/pictures/generated/product/1/540_340_75/front(4)_v_pi.jpg\",\n                        \"link\": \"//semknox-oxid.local/Bekleidung/Fashion/Fuer-Sie/Jeans/Kuyichi-Jeans-ANNA-W-31-L-32-Super-Blue.html\",\n                        \"head\": true\n                    },\n                    {\n                        \"identifier\": \"6b628e6a8ffa98fea6f2ee9d708b1b23\",\n                        \"groupId\": \"531b537118f5f4d7a427cdb825440922\",\n                        \"sxId\": 552433,\n                        \"dataPoints\": [\n                            {}\n                        ],\n                        \"name\": \"Kuyichi Jeans ANNA\",\n                        \"image\": \"//semknox-oxid.local/out/pictures/generated/product/1/540_340_75/front_z1(4).jpg\",\n                        \"link\": \"//semknox-oxid.local/Bekleidung/Fashion/Fuer-Sie/Jeans/Kuyichi-Jeans-ANNA-W-31-L-34-Blau.html\",\n                        \"head\": true\n                    },\n                    {\n                        \"identifier\": \"6b6cd337100bfcaa1eaad7ec8117dcee\",\n                        \"groupId\": \"531b537118f5f4d7a427cdb825440922\",\n                        \"sxId\": 552332,\n                        \"dataPoints\": [\n                            {}\n                        ],\n                        \"name\": \"Kuyichi Jeans ANNA\",\n                        \"image\": \"//semknox-oxid.local/out/pictures/generated/product/1/540_340_75/front(4)_v_pi.jpg\",\n                        \"link\": \"//semknox-oxid.local/Bekleidung/Fashion/Fuer-Sie/Jeans/Kuyichi-Jeans-ANNA-W-34-L-30-Smoke-Gray.html\",\n                        \"head\": true\n                    },\n                    {\n                        \"identifier\": \"6b6e2c7af07fd2b9d82223ff35f4e08f\",\n                        \"groupId\": \"531b537118f5f4d7a427cdb825440922\",\n                        \"sxId\": 552333,\n                        \"dataPoints\": [\n                            {}\n                        ],\n                        \"name\": \"Kuyichi Jeans ANNA\",\n                        \"image\": \"//semknox-oxid.local/out/pictures/generated/product/1/540_340_75/front_z1(4)sg.jpg\",\n                        \"link\": \"//semknox-oxid.local/Bekleidung/Fashion/Fuer-Sie/Jeans/Kuyichi-Jeans-ANNA-W-31-L-34-Smoke-Gray.html\",\n                        \"head\": true\n                    },\n                    {\n                        \"identifier\": \"6b65af5069c9d525bb19106e565cf629\",\n                        \"groupId\": \"531b537118f5f4d7a427cdb825440922\",\n                        \"sxId\": 552331,\n                        \"dataPoints\": [\n                            {}\n                        ],\n                        \"name\": \"Kuyichi Jeans ANNA\",\n                        \"image\": \"//semknox-oxid.local/out/pictures/generated/product/1/540_340_75/front(4)_v_pi.jpg\",\n                        \"link\": \"//semknox-oxid.local/Bekleidung/Fashion/Fuer-Sie/Jeans/Kuyichi-Jeans-ANNA-W-34-L-30-Blau.html\",\n                        \"head\": true\n                    },\n                    {\n                        \"identifier\": \"6b65c82bfe8fa19865d560f8c1a905b4\",\n                        \"groupId\": \"531b537118f5f4d7a427cdb825440922\",\n                        \"sxId\": 552336,\n                        \"dataPoints\": [\n                            {}\n                        ],\n                        \"name\": \"Kuyichi Jeans ANNA\",\n                        \"image\": \"//semknox-oxid.local/out/pictures/generated/product/1/540_340_75/front_z1(4)sg(2).jpg\",\n                        \"link\": \"//semknox-oxid.local/Bekleidung/Fashion/Fuer-Sie/Jeans/Kuyichi-Jeans-ANNA-W-30-L-30-Smoke-Gray.html\",\n                        \"head\": true\n                    },\n                    {\n                        \"identifier\": \"6b659102f68ff29c96e72153c852806c\",\n                        \"groupId\": \"531b537118f5f4d7a427cdb825440922\",\n                        \"sxId\": 552263,\n                        \"dataPoints\": [\n                            {}\n                        ],\n                        \"name\": \"Kuyichi Jeans ANNA\",\n                        \"image\": \"//semknox-oxid.local/out/pictures/generated/product/1/540_340_75/front(4)_v_pi.jpg\",\n                        \"link\": \"//semknox-oxid.local/Bekleidung/Fashion/Fuer-Sie/Jeans/Kuyichi-Jeans-ANNA-W-31-L-32-Smoke-Gray.html\",\n                        \"head\": true\n                    },\n                    {\n                        \"identifier\": \"6b64eafc85111372f037906589cf43a2\",\n                        \"groupId\": \"531b537118f5f4d7a427cdb825440922\",\n                        \"sxId\": 552375,\n                        \"dataPoints\": [\n                            {}\n                        ],\n                        \"name\": \"Kuyichi Jeans ANNA\",\n                        \"image\": \"//semknox-oxid.local/out/pictures/generated/product/1/540_340_75/front(4)_v_pi.jpg\",\n                        \"link\": \"//semknox-oxid.local/Bekleidung/Fashion/Fuer-Sie/Jeans/Kuyichi-Jeans-ANNA-W-31-L-30-Smoke-Gray.html\",\n                        \"head\": true\n                    },\n                    {\n                        \"identifier\": \"6b6cf1ed0c0b3e784b05b1c9c207d352\",\n                        \"groupId\": \"531b537118f5f4d7a427cdb825440922\",\n                        \"sxId\": 552392,\n                        \"dataPoints\": [\n                            {}\n                        ],\n                        \"name\": \"Kuyichi Jeans ANNA\",\n                        \"image\": \"//semknox-oxid.local/out/pictures/generated/product/1/540_340_75/front_z1(4)sb(1).jpg\",\n                        \"link\": \"//semknox-oxid.local/Bekleidung/Fashion/Fuer-Sie/Jeans/Kuyichi-Jeans-ANNA-W-34-L-34-Super-Blue.html\",\n                        \"head\": true\n                    },\n                    {\n                        \"identifier\": \"6b6ee4ad0a02a725a136ca139e226dd5\",\n                        \"groupId\": \"531b537118f5f4d7a427cdb825440922\",\n                        \"sxId\": 552277,\n                        \"dataPoints\": [\n                            {}\n                        ],\n                        \"name\": \"Kuyichi Jeans ANNA\",\n                        \"image\": \"//semknox-oxid.local/out/pictures/generated/product/1/540_340_75/front_z1(4)sb(2).jpg\",\n                        \"link\": \"//semknox-oxid.local/Bekleidung/Fashion/Fuer-Sie/Jeans/Kuyichi-Jeans-ANNA-W-30-L-30-Super-Blue.html\",\n                        \"head\": true\n                    },\n                    {\n                        \"identifier\": \"6b601c0b45cea6507b28b90a613174c8\",\n                        \"groupId\": \"531b537118f5f4d7a427cdb825440922\",\n                        \"sxId\": 552359,\n                        \"dataPoints\": [\n                            {}\n                        ],\n                        \"name\": \"Kuyichi Jeans ANNA\",\n                        \"image\": \"//semknox-oxid.local/out/pictures/generated/product/1/540_340_75/front(4)_v_pi.jpg\",\n                        \"link\": \"//semknox-oxid.local/Bekleidung/Fashion/Fuer-Sie/Jeans/Kuyichi-Jeans-ANNA-W-32-L-32-Super-Blue.html\",\n                        \"head\": true\n                    },\n                    {\n                        \"identifier\": \"6b6bdd895cb7b419c87c838b479e7691\",\n                        \"groupId\": \"531b537118f5f4d7a427cdb825440922\",\n                        \"sxId\": 552358,\n                        \"dataPoints\": [\n                            {}\n                        ],\n                        \"name\": \"Kuyichi Jeans ANNA\",\n                        \"image\": \"//semknox-oxid.local/out/pictures/generated/product/1/540_340_75/front(4)_v_pi.jpg\",\n                        \"link\": \"//semknox-oxid.local/Bekleidung/Fashion/Fuer-Sie/Jeans/Kuyichi-Jeans-ANNA-W-30-L-34-Super-Blue.html\",\n                        \"head\": true\n                    },\n                    {\n                        \"identifier\": \"6b6311a1c0c6cf37ed879f95223f8fbe\",\n                        \"groupId\": \"531b537118f5f4d7a427cdb825440922\",\n                        \"sxId\": 552440,\n                        \"dataPoints\": [\n                            {}\n                        ],\n                        \"name\": \"Kuyichi Jeans ANNA\",\n                        \"image\": \"//semknox-oxid.local/out/pictures/generated/product/1/540_340_75/front(4)_v_pi.jpg\",\n                        \"link\": \"//semknox-oxid.local/Bekleidung/Fashion/Fuer-Sie/Jeans/Kuyichi-Jeans-ANNA-W-32-L-30-Smoke-Gray.html\",\n                        \"head\": true\n                    },\n                    {\n                        \"identifier\": \"6b6102e4f214581a9c3356bdd3839e1b\",\n                        \"groupId\": \"531b537118f5f4d7a427cdb825440922\",\n                        \"sxId\": 552258,\n                        \"dataPoints\": [\n                            {}\n                        ],\n                        \"name\": \"Kuyichi Jeans ANNA\",\n                        \"image\": \"//semknox-oxid.local/out/pictures/generated/product/1/540_340_75/front(4)_v_pi.jpg\",\n                        \"link\": \"//semknox-oxid.local/Bekleidung/Fashion/Fuer-Sie/Jeans/Kuyichi-Jeans-ANNA-W-32-L-30-Super-Blue.html\",\n                        \"head\": true\n                    },\n                    {\n                        \"identifier\": \"6b68d6b7ef3ce97c28c9f6ce8f4476bf\",\n                        \"groupId\": \"531b537118f5f4d7a427cdb825440922\",\n                        \"sxId\": 552261,\n                        \"dataPoints\": [\n                            {}\n                        ],\n                        \"name\": \"Kuyichi Jeans ANNA\",\n                        \"image\": \"//semknox-oxid.local/out/pictures/generated/product/1/540_340_75/front(4)_v_pi.jpg\",\n                        \"link\": \"//semknox-oxid.local/Bekleidung/Fashion/Fuer-Sie/Jeans/Kuyichi-Jeans-ANNA-W-32-L-34-Super-Blue.html\",\n                        \"head\": true\n                    },\n                    {\n                        \"identifier\": \"6b6d187d3f648ab5d7875ce863244095\",\n                        \"groupId\": \"531b537118f5f4d7a427cdb825440922\",\n                        \"sxId\": 552424,\n                        \"dataPoints\": [\n                            {}\n                        ],\n                        \"name\": \"Kuyichi Jeans ANNA\",\n                        \"image\": \"//semknox-oxid.local/out/pictures/generated/product/1/540_340_75/front_z1(4)sb.jpg\",\n                        \"link\": \"//semknox-oxid.local/Bekleidung/Fashion/Fuer-Sie/Jeans/Kuyichi-Jeans-ANNA-W-31-L-34-Super-Blue.html\",\n                        \"head\": true\n                    },\n                    {\n                        \"identifier\": \"531b537118f5f4d7a427cdb825440922\",\n                        \"groupId\": \"531b537118f5f4d7a427cdb825440922\",\n                        \"sxId\": 552322,\n                        \"dataPoints\": [\n                            {}\n                        ],\n                        \"name\": \"Kuyichi Jeans ANNA\",\n                        \"image\": \"//semknox-oxid.local/out/pictures/generated/product/1/540_340_75/front(4)_v_pi.jpg\",\n                        \"link\": \"//semknox-oxid.local/Bekleidung/Fashion/Fuer-Sie/Jeans/Kuyichi-Jeans-ANNA.html\",\n                        \"head\": true\n                    },\n                    {\n                        \"identifier\": \"6b6ec35c47b097a0372a8838192c8de3\",\n                        \"groupId\": \"531b537118f5f4d7a427cdb825440922\",\n                        \"sxId\": 552436,\n                        \"dataPoints\": [\n                            {}\n                        ],\n                        \"name\": \"Kuyichi Jeans ANNA\",\n                        \"image\": \"//semknox-oxid.local/out/pictures/generated/product/1/540_340_75/front(4)_v_pi.jpg\",\n                        \"link\": \"//semknox-oxid.local/Bekleidung/Fashion/Fuer-Sie/Jeans/Kuyichi-Jeans-ANNA-W-31-L-32-Blau.html\",\n                        \"head\": true\n                    },\n                    {\n                        \"identifier\": \"6b62ff52ab998e76a78354a2657691f3\",\n                        \"groupId\": \"531b537118f5f4d7a427cdb825440922\",\n                        \"sxId\": 552302,\n                        \"dataPoints\": [\n                            {}\n                        ],\n                        \"name\": \"Kuyichi Jeans ANNA\",\n                        \"image\": \"//semknox-oxid.local/out/pictures/generated/product/1/540_340_75/front(4)_v_pi.jpg\",\n                        \"link\": \"//semknox-oxid.local/Bekleidung/Fashion/Fuer-Sie/Jeans/Kuyichi-Jeans-ANNA-W-32-L-32-Smoke-Gray.html\",\n                        \"head\": true\n                    },\n                    {\n                        \"identifier\": \"6b63722f5bd1be781395325e3825e95b\",\n                        \"groupId\": \"531b537118f5f4d7a427cdb825440922\",\n                        \"sxId\": 552290,\n                        \"dataPoints\": [\n                            {}\n                        ],\n                        \"name\": \"Kuyichi Jeans ANNA\",\n                        \"image\": \"//semknox-oxid.local/out/pictures/generated/product/1/540_340_75/front(4)_v_pi.jpg\",\n                        \"link\": \"//semknox-oxid.local/Bekleidung/Fashion/Fuer-Sie/Jeans/Kuyichi-Jeans-ANNA-W-32-L-30-Blau.html\",\n                        \"head\": true\n                    }\n                ]\n            ]\n        },\n        {\n            \"type\": \"custom\",\n            \"name\": \"Webentwicklung\",\n            \"totalResults\": 0,\n            \"results\": [\n                {\n                    \"name\": \"Professionelle TYPO3-Entwicklung von Youbility\",\n                    \"image\": \"https://www.youbility.de/site/templates/dist/images/share/youbility-de.jpg\",\n                    \"link\": \"https://www.youbility.de/webentwicklung/typo3-entwicklung/\",\n                    \"type\": \"HTML\",\n                    \"relevance\": 0,\n                    \"dataPoints\": []\n                },\n                {\n                    \"name\": \"Die innovative App-Programmierung und Webentwicklung\",\n                    \"image\": \"https://www.youbility.de/site/templates/dist/images/share/youbility-de.jpg\",\n                    \"link\": \"https://www.youbility.de/webentwicklung/\",\n                    \"type\": \"HTML\",\n                    \"relevance\": 0,\n                    \"dataPoints\": []\n                },\n                {\n                    \"name\": \"Leistungsstarke Shopware-Entwicklung von Youbility\",\n                    \"image\": \"https://www.youbility.de/site/templates/dist/images/share/youbility-de.jpg\",\n                    \"link\": \"https://www.youbility.de/webentwicklung/shopware-entwicklung/\",\n                    \"type\": \"HTML\",\n                    \"relevance\": 0,\n                    \"dataPoints\": []\n                }\n            ]\n        },\n        {\n            \"type\": \"custom\",\n            \"name\": \"Usability\",\n            \"totalResults\": 0,\n            \"results\": [\n                {\n                    \"name\": \"Usability: - The success factor for your software project\",\n                    \"image\": \"https://www.youbility.de/site/templates/dist/images/share/youbility-en.jpg\",\n                    \"link\": \"https://www.youbility.de/en/usability/\",\n                    \"type\": \"HTML\",\n                    \"relevance\": 0,\n                    \"dataPoints\": []\n                }\n            ]\n        },\n        {\n            \"type\": \"custom\",\n            \"name\": \"Other\",\n            \"totalResults\": 0,\n            \"results\": [\n                {\n                    \"name\": \"Erfolgsgeschichte: 20 Jahre Open Source\",\n                    \"image\": \"https://www.youbility.de/site/assets/files/1172/opensource-1.jpg\",\n                    \"link\": \"https://www.youbility.de/blog/erfolgsgeschichte-20-jahre-open-source/\",\n                    \"type\": \"HTML\",\n                    \"relevance\": 0,\n                    \"dataPoints\": []\n                },\n                {\n                    \"name\": \"Individual y eficiente: - desarrollo software en Youbility\",\n                    \"image\": \"https://www.youbility.de/site/templates/dist/images/share/youbility-es.jpg\",\n                    \"link\": \"https://www.youbility.de/es/desarrollo-software/\",\n                    \"type\": \"HTML\",\n                    \"relevance\": 0,\n                    \"dataPoints\": []\n                },\n                {\n                    \"name\": \"Softwareentwickler für Produkte (m/w/d)\",\n                    \"image\": \"https://www.youbility.de/site/templates/dist/images/share/youbility-de.jpg\",\n                    \"link\": \"https://www.youbility.de/jobs/softwareentwickler/\",\n                    \"type\": \"HTML\",\n                    \"relevance\": 0,\n                    \"dataPoints\": []\n                },\n                {\n                    \"name\": \"The innovative app programming and web development\",\n                    \"image\": \"https://www.youbility.de/site/templates/dist/images/share/youbility-en.jpg\",\n                    \"link\": \"https://www.youbility.de/en/web-development/\",\n                    \"type\": \"HTML\",\n                    \"relevance\": 0,\n                    \"dataPoints\": []\n                },\n                {\n                    \"name\": \"Individual and efficient: - Youbility's software development\",\n                    \"image\": \"https://www.youbility.de/site/templates/dist/images/share/youbility-en.jpg\",\n                    \"link\": \"https://www.youbility.de/en/software-development/\",\n                    \"type\": \"HTML\",\n                    \"relevance\": 0,\n                    \"dataPoints\": []\n                },\n                {\n                    \"name\": \"we want you\",\n                    \"image\": \"https://www.youbility.de/site/templates/dist/images/share/youbility-en.jpg\",\n                    \"link\": \"https://www.youbility.de/en/jobs/\",\n                    \"type\": \"HTML\",\n                    \"relevance\": 0,\n                    \"dataPoints\": []\n                }\n            ]\n        }\n    ],\n    \"totalResults\": 52,\n    \"interpretedQuery\": {\n        \"confidence\": 0,\n        \"category\": null,\n        \"normalizedCategory\": null,\n        \"corrected\": \"\",\n        \"queryWasCorrected\": false,\n        \"original\": \"*\",\n        \"resultExplanation\": [\n            \"1 result sets to resolve in 0ms (+0ms)\",\n            \"// parse //: stemmed query in 25ms (+25ms) to query:  in 25ms (+25ms)\",\n            \"// parse //: ordered and cleansed to '' in 25ms (+0ms) in 25ms (+0ms)\",\n            \"resolved 1 add queries in 25ms (+0ms)\",\n            \"resolved 1 include filters in 25ms (+0ms)\",\n            \"ranked products in 25ms (+0ms)\",\n            \"got grouped window (52 groups) in 26ms (+1ms)\",\n            \"generated order options in 26ms (+0ms)\",\n            \"got response from SS360 in 74ms (+48ms)\",\n            \"analyzing products / generating filters in 75ms (+1ms)\",\n            \"final result of 217 products in 75ms (+0ms)\"\n        ]\n    },\n    \"answerText\": \"Die folgenden <span class=\\\"sx-highlight\\\">52 Produkte</span> haben wir für Sie finden können.\",\n    \"offset\": 0,\n    \"limit\": 5,\n    \"activeSortingOption\": {\n        \"key\": \"144711\",\n        \"direction\": \"ASC\",\n        \"name\": \"Preis aufsteigend\"\n    },\n    \"sortingOptions\": [],\n    \"filterOptions\": [\n        {\n            \"key\": \"144719\",\n            \"name\": \"Kategorie\",\n            \"type\": \"TREE\",\n            \"categories\": [\n                {\n                    \"conceptId\": 161524,\n                    \"viewName\": \"Bekleidung\",\n                    \"name\": \"Bekleidung\",\n                    \"count\": 17,\n                    \"children\": [\n                        {\n                            \"conceptId\": 161517,\n                            \"viewName\": \"Fashion\",\n                            \"name\": \"Fashion\",\n                            \"count\": 14,\n                            \"children\": [\n                                {\n                                    \"conceptId\": 161527,\n                                    \"viewName\": \"Accessoires\",\n                                    \"name\": \"Accessoires\",\n                                    \"count\": 3,\n                                    \"children\": []\n                                },\n                                {\n                                    \"conceptId\": 161522,\n                                    \"viewName\": \"Für Ihn\",\n                                    \"name\": \"Für Ihn\",\n                                    \"count\": 3,\n                                    \"children\": [\n                                        {\n                                            \"conceptId\": 161520,\n                                            \"viewName\": \"Jeans\",\n                                            \"name\": \"Jeans\",\n                                            \"count\": 2,\n                                            \"children\": []\n                                        },\n                                        {\n                                            \"conceptId\": 161518,\n                                            \"viewName\": \"Shirts &amp; Co.\",\n                                            \"name\": \"Shirts &amp; Co.\",\n                                            \"count\": 1,\n                                            \"children\": []\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"conceptId\": 161525,\n                                    \"viewName\": \"Für Sie\",\n                                    \"name\": \"Für Sie\",\n                                    \"count\": 8,\n                                    \"children\": [\n                                        {\n                                            \"conceptId\": 161521,\n                                            \"viewName\": \"Jeans\",\n                                            \"name\": \"Jeans\",\n                                            \"count\": 3,\n                                            \"children\": []\n                                        },\n                                        {\n                                            \"conceptId\": 161523,\n                                            \"viewName\": \"Shirts &amp; Co.\",\n                                            \"name\": \"Shirts &amp; Co.\",\n                                            \"count\": 5,\n                                            \"children\": []\n                                        }\n                                    ]\n                                }\n                            ]\n                        },\n                        {\n                            \"conceptId\": 161529,\n                            \"viewName\": \"Sportswear\",\n                            \"name\": \"Sportswear\",\n                            \"count\": 3,\n                            \"children\": [\n                                {\n                                    \"conceptId\": 161519,\n                                    \"viewName\": \"Neopren\",\n                                    \"name\": \"Neopren\",\n                                    \"count\": 3,\n                                    \"children\": [\n                                        {\n                                            \"conceptId\": 161528,\n                                            \"viewName\": \"Anzüge\",\n                                            \"name\": \"Anzüge\",\n                                            \"count\": 2,\n                                            \"children\": []\n                                        },\n                                        {\n                                            \"conceptId\": 161530,\n                                            \"viewName\": \"Schuhe\",\n                                            \"name\": \"Schuhe\",\n                                            \"count\": 1,\n                                            \"children\": []\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ]\n                },\n                {\n                    \"conceptId\": 144698,\n                    \"viewName\": \"Kiteboarding\",\n                    \"name\": \"Kiteboarding\",\n                    \"count\": 24,\n                    \"children\": [\n                        {\n                            \"conceptId\": 144691,\n                            \"viewName\": \"Kiteboards\",\n                            \"name\": \"Kiteboards\",\n                            \"count\": 4,\n                            \"children\": []\n                        },\n                        {\n                            \"conceptId\": 144684,\n                            \"viewName\": \"Kites\",\n                            \"name\": \"Kites\",\n                            \"count\": 12,\n                            \"children\": []\n                        }\n                    ]\n                },\n                {\n                    \"conceptId\": 144681,\n                    \"viewName\": \"Wakeboarding\",\n                    \"name\": \"Wakeboarding\",\n                    \"count\": 8,\n                    \"children\": [\n                        {\n                            \"conceptId\": 144692,\n                            \"viewName\": \"Sets\",\n                            \"name\": \"Sets\",\n                            \"count\": 2,\n                            \"children\": []\n                        },\n                        {\n                            \"conceptId\": 144686,\n                            \"viewName\": \"Wakeboards\",\n                            \"name\": \"Wakeboards\",\n                            \"count\": 3,\n                            \"children\": []\n                        }\n                    ]\n                },\n                {\n                    \"conceptId\": 144695,\n                    \"viewName\": \"Downloads\",\n                    \"name\": \"Downloads\",\n                    \"count\": 1,\n                    \"children\": []\n                },\n                {\n                    \"conceptId\": 161526,\n                    \"viewName\": \"Angebote\",\n                    \"name\": \"Angebote\",\n                    \"count\": 2,\n                    \"children\": []\n                }\n            ]\n        }\n    ],\n    \"activeFilterOptions\": [],\n    \"filterMapping\": {\n        \"Products\": [\n            \"144719\"\n        ]\n    }\n}"},{"id":"679b00ea-1d85-49ba-be8c-e748a7792914","name":"Product search with PRODUCT filtering","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{BASE}}/search?projectId={{PROJECTID}}&apiKey={{APIKEY}}&query=*&offset=0&limit=5&filters=%5B%7B%22name%22%3A%22Farbe%22%2C%20%22type%22%3A%22products%22%2C%20%22values%22%3A%5B%7B%22name%22%3A%22Rot%22%7D%5D%7D%2C%20%7B%22name%22%3A%22Preis%22%2C%20%20%22type%22%3A%22products%22%2C%20%22min%22%3A2.0%2C%20%22max%22%3A10.0%7D%5D%20&sort=","host":["{{BASE}}"],"path":["search"],"query":[{"key":"projectId","value":"{{PROJECTID}}"},{"key":"apiKey","value":"{{APIKEY}}"},{"key":"query","value":"*","description":"Any"},{"key":"offset","value":"0","description":"Any integer value"},{"key":"limit","value":"5","description":"Between 0 and 1000"},{"key":"filters","value":"%5B%7B%22name%22%3A%22Farbe%22%2C%20%22type%22%3A%22products%22%2C%20%22values%22%3A%5B%7B%22name%22%3A%22Rot%22%7D%5D%7D%2C%20%7B%22name%22%3A%22Preis%22%2C%20%20%22type%22%3A%22products%22%2C%20%22min%22%3A2.0%2C%20%22max%22%3A10.0%7D%5D%20","description":"[] - JSON array containing Filters e.g. with collection and range filter: [{\"name\":\"Farbe\", \"type\":\"products\", \"values\":[{\"name\":\"Rot\"}]}, {\"name\":\"Preis\",  \"type\":\"products\", \"min\":2.0, \"max\":10.0}] - URL encoded!"},{"key":"sort","value":"","description":"A string containing the name of the sort option - e.g. \"preis aufsteigend\" - URL encoded!"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 12 Jun 2020 11:06:26 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"allow-control-allow-origin","value":"*"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-allow-methods","value":"GET, POST, OPTIONS, DELETE, PUT"},{"key":"access-control-allow-headers","value":"Authorization"},{"key":"access-control-allow-headers","value":"language"},{"key":"access-control-allow-headers","value":"Content-Type"},{"key":"access-control-allow-headers","value":"Content-Encoding"},{"key":"access-control-allow-headers","value":"Origin"},{"key":"access-control-allow-headers","value":"X-Requested-With"},{"key":"access-control-allow-headers","value":"Accept"},{"key":"strict-transport-security","value":"max-age=63072000"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"cf-request-id","value":"0349ceb9c50000643127b90200000001"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"5a231a3c69076431-FRA"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"searchResults\": [\n        {\n            \"type\": \"products\",\n            \"name\": \"Produkte\",\n            \"totalResults\": 0,\n            \"totalResultsVariants\": 0,\n            \"results\": []\n        },\n        {\n            \"type\": \"custom\",\n            \"name\": \"Webentwicklung\",\n            \"totalResults\": 0,\n            \"results\": [\n                {\n                    \"name\": \"Professionelle TYPO3-Entwicklung von Youbility\",\n                    \"image\": \"https://www.youbility.de/site/templates/dist/images/share/youbility-de.jpg\",\n                    \"link\": \"https://www.youbility.de/webentwicklung/typo3-entwicklung/\",\n                    \"type\": \"HTML\",\n                    \"relevance\": 0,\n                    \"dataPoints\": []\n                },\n                {\n                    \"name\": \"Die innovative App-Programmierung und Webentwicklung\",\n                    \"image\": \"https://www.youbility.de/site/templates/dist/images/share/youbility-de.jpg\",\n                    \"link\": \"https://www.youbility.de/webentwicklung/\",\n                    \"type\": \"HTML\",\n                    \"relevance\": 0,\n                    \"dataPoints\": []\n                },\n                {\n                    \"name\": \"Leistungsstarke Shopware-Entwicklung von Youbility\",\n                    \"image\": \"https://www.youbility.de/site/templates/dist/images/share/youbility-de.jpg\",\n                    \"link\": \"https://www.youbility.de/webentwicklung/shopware-entwicklung/\",\n                    \"type\": \"HTML\",\n                    \"relevance\": 0,\n                    \"dataPoints\": []\n                }\n            ]\n        },\n        {\n            \"type\": \"custom\",\n            \"name\": \"Usability\",\n            \"totalResults\": 0,\n            \"results\": [\n                {\n                    \"name\": \"Usability: - The success factor for your software project\",\n                    \"image\": \"https://www.youbility.de/site/templates/dist/images/share/youbility-en.jpg\",\n                    \"link\": \"https://www.youbility.de/en/usability/\",\n                    \"type\": \"HTML\",\n                    \"relevance\": 0,\n                    \"dataPoints\": []\n                }\n            ]\n        },\n        {\n            \"type\": \"custom\",\n            \"name\": \"Other\",\n            \"totalResults\": 0,\n            \"results\": [\n                {\n                    \"name\": \"Erfolgsgeschichte: 20 Jahre Open Source\",\n                    \"image\": \"https://www.youbility.de/site/assets/files/1172/opensource-1.jpg\",\n                    \"link\": \"https://www.youbility.de/blog/erfolgsgeschichte-20-jahre-open-source/\",\n                    \"type\": \"HTML\",\n                    \"relevance\": 0,\n                    \"dataPoints\": []\n                },\n                {\n                    \"name\": \"Individual y eficiente: - desarrollo software en Youbility\",\n                    \"image\": \"https://www.youbility.de/site/templates/dist/images/share/youbility-es.jpg\",\n                    \"link\": \"https://www.youbility.de/es/desarrollo-software/\",\n                    \"type\": \"HTML\",\n                    \"relevance\": 0,\n                    \"dataPoints\": []\n                },\n                {\n                    \"name\": \"Softwareentwickler für Produkte (m/w/d)\",\n                    \"image\": \"https://www.youbility.de/site/templates/dist/images/share/youbility-de.jpg\",\n                    \"link\": \"https://www.youbility.de/jobs/softwareentwickler/\",\n                    \"type\": \"HTML\",\n                    \"relevance\": 0,\n                    \"dataPoints\": []\n                },\n                {\n                    \"name\": \"The innovative app programming and web development\",\n                    \"image\": \"https://www.youbility.de/site/templates/dist/images/share/youbility-en.jpg\",\n                    \"link\": \"https://www.youbility.de/en/web-development/\",\n                    \"type\": \"HTML\",\n                    \"relevance\": 0,\n                    \"dataPoints\": []\n                },\n                {\n                    \"name\": \"Individual and efficient: - Youbility's software development\",\n                    \"image\": \"https://www.youbility.de/site/templates/dist/images/share/youbility-en.jpg\",\n                    \"link\": \"https://www.youbility.de/en/software-development/\",\n                    \"type\": \"HTML\",\n                    \"relevance\": 0,\n                    \"dataPoints\": []\n                },\n                {\n                    \"name\": \"we want you\",\n                    \"image\": \"https://www.youbility.de/site/templates/dist/images/share/youbility-en.jpg\",\n                    \"link\": \"https://www.youbility.de/en/jobs/\",\n                    \"type\": \"HTML\",\n                    \"relevance\": 0,\n                    \"dataPoints\": []\n                }\n            ]\n        }\n    ],\n    \"totalResults\": 0,\n    \"interpretedQuery\": {\n        \"confidence\": 0,\n        \"category\": null,\n        \"normalizedCategory\": null,\n        \"corrected\": \"\",\n        \"queryWasCorrected\": false,\n        \"original\": \"*\",\n        \"resultExplanation\": [\n            \"1 result sets to resolve in 0ms (+0ms)\",\n            \"// parse //: stemmed query in 26ms (+26ms) to query:  in 26ms (+26ms)\",\n            \"// parse //: ordered and cleansed to '' in 26ms (+0ms) in 26ms (+0ms)\",\n            \"resolved 1 add queries in 26ms (+0ms)\",\n            \"found 0 products with filter 144711: between 2.0 and 1000.0 in 26ms (+0ms)\",\n            \"resolved 1 include filters in 26ms (+0ms)\",\n            \"ranked products in 26ms (+0ms)\",\n            \"got grouped window (0 groups) in 26ms (+0ms)\",\n            \"generated order options in 26ms (+0ms)\",\n            \"got response from SS360 in 55ms (+29ms)\",\n            \"analyzing products / generating filters in 56ms (+1ms)\",\n            \"final result of 0 products in 56ms (+0ms)\"\n        ]\n    },\n    \"answerText\": \"Wir haben leider keine passenden Produkte für Sie gefunden.\",\n    \"offset\": 0,\n    \"limit\": 5,\n    \"activeSortingOption\": {},\n    \"sortingOptions\": [],\n    \"filterOptions\": [\n        {\n            \"key\": \"144719\",\n            \"name\": \"Kategorie\",\n            \"type\": \"TREE\",\n            \"categories\": []\n        }\n    ],\n    \"activeFilterOptions\": [\n        {\n            \"name\": \"Preis\",\n            \"min\": 2,\n            \"max\": 1000,\n            \"key\": \"144711\"\n        }\n    ],\n    \"filterMapping\": {\n        \"Products\": [\n            \"144719\"\n        ]\n    }\n}"},{"id":"0e4b0a60-4c9a-4f1e-a75f-381c8f7143d7","name":"Product search with CONTENT filtering","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{BASE}}/search?projectId={{PROJECTID}}&apiKey={{APIKEY}}&query=*&offset=0&limit=5&filters=%5B%7B%22name%22%3A%22Topic%22%2C%20%22type%22%3A%22content%22%2C%20%22values%22%3A%5B%7B%22name%22%3A%22Beach%22%7D%5D%7D%5D&sort=","host":["{{BASE}}"],"path":["search"],"query":[{"key":"projectId","value":"{{PROJECTID}}"},{"key":"apiKey","value":"{{APIKEY}}"},{"key":"query","value":"*","description":"Any"},{"key":"offset","value":"0","description":"Any integer value"},{"key":"limit","value":"5","description":"Between 0 and 1000"},{"key":"filters","value":"%5B%7B%22name%22%3A%22Topic%22%2C%20%22type%22%3A%22content%22%2C%20%22values%22%3A%5B%7B%22name%22%3A%22Beach%22%7D%5D%7D%5D","description":"[] - JSON array containing Filters e.g. with collection and range filter: [{\"name\":\"Topic\", \"type\":\"content\", \"values\":[{\"name\":\"Beach\"}]}] - URL encoded!"},{"key":"sort","value":"","description":"A string containing the name of the sort option - e.g. \"preis aufsteigend\" - URL encoded!"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 12 Jun 2020 11:06:26 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"allow-control-allow-origin","value":"*"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-allow-methods","value":"GET, POST, OPTIONS, DELETE, PUT"},{"key":"access-control-allow-headers","value":"Authorization"},{"key":"access-control-allow-headers","value":"language"},{"key":"access-control-allow-headers","value":"Content-Type"},{"key":"access-control-allow-headers","value":"Content-Encoding"},{"key":"access-control-allow-headers","value":"Origin"},{"key":"access-control-allow-headers","value":"X-Requested-With"},{"key":"access-control-allow-headers","value":"Accept"},{"key":"strict-transport-security","value":"max-age=63072000"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"cf-request-id","value":"0349ceb9c50000643127b90200000001"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"5a231a3c69076431-FRA"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"searchResults\": [\n        {\n            \"type\": \"products\",\n            \"name\": \"Produkte\",\n            \"totalResults\": 0,\n            \"totalResultsVariants\": 0,\n            \"results\": []\n        },\n        {\n            \"type\": \"custom\",\n            \"name\": \"Webentwicklung\",\n            \"totalResults\": 0,\n            \"results\": [\n                {\n                    \"name\": \"Professionelle TYPO3-Entwicklung von Youbility\",\n                    \"image\": \"https://www.youbility.de/site/templates/dist/images/share/youbility-de.jpg\",\n                    \"link\": \"https://www.youbility.de/webentwicklung/typo3-entwicklung/\",\n                    \"type\": \"HTML\",\n                    \"relevance\": 0,\n                    \"dataPoints\": []\n                },\n                {\n                    \"name\": \"Die innovative App-Programmierung und Webentwicklung\",\n                    \"image\": \"https://www.youbility.de/site/templates/dist/images/share/youbility-de.jpg\",\n                    \"link\": \"https://www.youbility.de/webentwicklung/\",\n                    \"type\": \"HTML\",\n                    \"relevance\": 0,\n                    \"dataPoints\": []\n                },\n                {\n                    \"name\": \"Leistungsstarke Shopware-Entwicklung von Youbility\",\n                    \"image\": \"https://www.youbility.de/site/templates/dist/images/share/youbility-de.jpg\",\n                    \"link\": \"https://www.youbility.de/webentwicklung/shopware-entwicklung/\",\n                    \"type\": \"HTML\",\n                    \"relevance\": 0,\n                    \"dataPoints\": []\n                }\n            ]\n        },\n        {\n            \"type\": \"custom\",\n            \"name\": \"Usability\",\n            \"totalResults\": 0,\n            \"results\": [\n                {\n                    \"name\": \"Usability: - The success factor for your software project\",\n                    \"image\": \"https://www.youbility.de/site/templates/dist/images/share/youbility-en.jpg\",\n                    \"link\": \"https://www.youbility.de/en/usability/\",\n                    \"type\": \"HTML\",\n                    \"relevance\": 0,\n                    \"dataPoints\": []\n                }\n            ]\n        },\n        {\n            \"type\": \"custom\",\n            \"name\": \"Other\",\n            \"totalResults\": 0,\n            \"results\": [\n                {\n                    \"name\": \"Erfolgsgeschichte: 20 Jahre Open Source\",\n                    \"image\": \"https://www.youbility.de/site/assets/files/1172/opensource-1.jpg\",\n                    \"link\": \"https://www.youbility.de/blog/erfolgsgeschichte-20-jahre-open-source/\",\n                    \"type\": \"HTML\",\n                    \"relevance\": 0,\n                    \"dataPoints\": []\n                },\n                {\n                    \"name\": \"Individual y eficiente: - desarrollo software en Youbility\",\n                    \"image\": \"https://www.youbility.de/site/templates/dist/images/share/youbility-es.jpg\",\n                    \"link\": \"https://www.youbility.de/es/desarrollo-software/\",\n                    \"type\": \"HTML\",\n                    \"relevance\": 0,\n                    \"dataPoints\": []\n                },\n                {\n                    \"name\": \"Softwareentwickler für Produkte (m/w/d)\",\n                    \"image\": \"https://www.youbility.de/site/templates/dist/images/share/youbility-de.jpg\",\n                    \"link\": \"https://www.youbility.de/jobs/softwareentwickler/\",\n                    \"type\": \"HTML\",\n                    \"relevance\": 0,\n                    \"dataPoints\": []\n                },\n                {\n                    \"name\": \"The innovative app programming and web development\",\n                    \"image\": \"https://www.youbility.de/site/templates/dist/images/share/youbility-en.jpg\",\n                    \"link\": \"https://www.youbility.de/en/web-development/\",\n                    \"type\": \"HTML\",\n                    \"relevance\": 0,\n                    \"dataPoints\": []\n                },\n                {\n                    \"name\": \"Individual and efficient: - Youbility's software development\",\n                    \"image\": \"https://www.youbility.de/site/templates/dist/images/share/youbility-en.jpg\",\n                    \"link\": \"https://www.youbility.de/en/software-development/\",\n                    \"type\": \"HTML\",\n                    \"relevance\": 0,\n                    \"dataPoints\": []\n                },\n                {\n                    \"name\": \"we want you\",\n                    \"image\": \"https://www.youbility.de/site/templates/dist/images/share/youbility-en.jpg\",\n                    \"link\": \"https://www.youbility.de/en/jobs/\",\n                    \"type\": \"HTML\",\n                    \"relevance\": 0,\n                    \"dataPoints\": []\n                }\n            ]\n        }\n    ],\n    \"totalResults\": 0,\n    \"interpretedQuery\": {\n        \"confidence\": 0,\n        \"category\": null,\n        \"normalizedCategory\": null,\n        \"corrected\": \"\",\n        \"queryWasCorrected\": false,\n        \"original\": \"*\",\n        \"resultExplanation\": [\n            \"1 result sets to resolve in 0ms (+0ms)\",\n            \"// parse //: stemmed query in 26ms (+26ms) to query:  in 26ms (+26ms)\",\n            \"// parse //: ordered and cleansed to '' in 26ms (+0ms) in 26ms (+0ms)\",\n            \"resolved 1 add queries in 26ms (+0ms)\",\n            \"found 0 products with filter 144711: between 2.0 and 1000.0 in 26ms (+0ms)\",\n            \"resolved 1 include filters in 26ms (+0ms)\",\n            \"ranked products in 26ms (+0ms)\",\n            \"got grouped window (0 groups) in 26ms (+0ms)\",\n            \"generated order options in 26ms (+0ms)\",\n            \"got response from SS360 in 55ms (+29ms)\",\n            \"analyzing products / generating filters in 56ms (+1ms)\",\n            \"final result of 0 products in 56ms (+0ms)\"\n        ]\n    },\n    \"answerText\": \"Wir haben leider keine passenden Produkte für Sie gefunden.\",\n    \"offset\": 0,\n    \"limit\": 5,\n    \"activeSortingOption\": {},\n    \"sortingOptions\": [],\n    \"filterOptions\": [\n        {\n            \"key\": \"144719\",\n            \"name\": \"Kategorie\",\n            \"type\": \"TREE\",\n            \"categories\": []\n        }\n    ],\n    \"activeFilterOptions\": [\n        {\n            \"name\": \"Preis\",\n            \"min\": 2,\n            \"max\": 1000,\n            \"key\": \"144711\"\n        }\n    ],\n    \"filterMapping\": {\n        \"Products\": [\n            \"144719\"\n        ]\n    }\n}"},{"id":"4ebfbe29-efc6-4d30-9988-f2179d64bbe1","name":"Product search with sortComplex - An example for complex sorting with a JSON object {\"key\":\"144711\",\"direction\":\"ASC\"}","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{BASE}}/search?projectId={{PROJECTID}}&apiKey={{APIKEY}}&query=*&offset=0&limit=5&filters=%5B%5D&sortComplex=%7B%22key%22%3A%20%22123421%22%2C%20%22direction%22%3A%22ASC%22%7D","host":["{{BASE}}"],"path":["search"],"query":[{"key":"projectId","value":"{{PROJECTID}}"},{"key":"apiKey","value":"{{APIKEY}}"},{"key":"query","value":"*","description":"Any"},{"key":"offset","value":"0","description":"Any integer value"},{"key":"limit","value":"5","description":"Between 0 and 1000"},{"key":"filters","value":"%5B%5D","description":"[] - JSON array containing Filters e.g. with collection and range filter: \n\n[{\"name\":\"Farbe\", \"values\":[{\"name\":\"Rot\"}]}, {\"name\":\"Preis\", \"min\":2.0, \"max\":10.0}] \n\nPlease note: the JSON needs to be URL encoded!"},{"key":"sortComplex","value":"%7B%22key%22%3A%20%22123421%22%2C%20%22direction%22%3A%22ASC%22%7D","description":"{} - JSON object containing the sorting information: {\"key\": \"123421\", \"direction\":\"ASC\"} - URL encoded!"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"html","header":[{"key":"Date","value":"Fri, 12 Jun 2020 11:07:50 GMT"},{"key":"Content-Type","value":"text/html;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"allow-control-allow-origin","value":"*"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-allow-methods","value":"GET, POST, OPTIONS, DELETE, PUT"},{"key":"access-control-allow-headers","value":"Authorization"},{"key":"access-control-allow-headers","value":"language"},{"key":"access-control-allow-headers","value":"Content-Type"},{"key":"access-control-allow-headers","value":"Content-Encoding"},{"key":"access-control-allow-headers","value":"Origin"},{"key":"access-control-allow-headers","value":"X-Requested-With"},{"key":"access-control-allow-headers","value":"Accept"},{"key":"content-language","value":"en"},{"key":"strict-transport-security","value":"max-age=63072000"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"cf-request-id","value":"0349cfff160000643127b99200000001"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"5a231c44f8ce6431-FRA"}],"cookie":[],"responseTime":null,"body":""},{"id":"0d83abbe-88ed-442e-a8aa-a9e86b6c8e21","name":"product search with banner in answer","originalRequest":{"method":"GET","header":[{"key":"HTTP_CLIENT_IP","value":"<IP>","description":"Please insert the client IP triggering the search to prevent abuse of the API. The feature \"query per IP per hour/minute\" is only usable with the transmission of the IP address of the searching visitor.\n","type":"text"}],"url":{"raw":"{{BASE}}/search?projectId={{PROJECTID}}&apiKey={{APIKEY}}&query=blx&offset=0&limit=2&filters=%5B%5D&sort=&sortComplex=%7B%7D&autocorrect=true","host":["{{BASE}}"],"path":["search"],"query":[{"key":"projectId","value":"{{PROJECTID}}"},{"key":"apiKey","value":"{{APIKEY}}"},{"key":"query","value":"blx","description":"Any"},{"key":"offset","value":"0","description":"Any integer value"},{"key":"limit","value":"2","description":"Between 0 and 1000"},{"key":"filters","value":"%5B%5D","description":"[] - JSON array containing filters for product search OR content search (NOT both at the same time) \n\nE.g. with collection and range filter: \n\n[{\"name\":\"Farbe\", \"type\":\"products\", \"values\":[{\"name\":\"Rot\"}]}, {\"name\":\"Preis\", \"type\":\"products\", \"min\":2.0, \"max\":10.0}] \n\nor  \n\n[{\"name\":\"Topics\", \"type\":\"content\", \"values\":[{\"value\":\"Beach\"}]}] \n\nPlease notice: The JSON needs to be URL encoded! Please make sure the JSON has the exact form shown here, eg. numeric filter objects have always min and max attributes set. We distinguish between filters for product search and content search.\n\nTo make the filtering work, each filter needs to be configured in the Control Panel's filter section first.\n\nBesides filtering based on the values returned in a JSON answer of the API, you may also use conceptIdNames or database ids to filter independant of configured frontend filter. That way you may filter programmatically for any attribute given in the data.\n\n[{\"conceptIdName\": \"SUPPLIER\", \"type\":\"products\", \"values\":[{\"conceptIdName\": \"SUPPLIER_#_LIEFERANT_A_CUSTOM\"}]}]\n\n[{\"id\": 22, \"type\":\"products\", \"values\":[{\"id\": 2323}]}\n\nAgain, the JSON needs to be URL encoded. Please look up conceptIdName or database ids within the concept view of the Control Panel or via the concept API."},{"key":"sort","value":"","description":"A string containing the name of the sort option - e.g. \"preis aufsteigend\" - URL encoded!"},{"key":"sortComplex","value":"%7B%7D","description":"{} - JSON object containing the sorting information.\n\nExample:\n\n{\"key\": \"123421\", \"direction\":\"ASC\"}\n\nPlease notice, the JSON needs to be URL encoded!\n\nIt is possible to use conceptIdNames as well:\n\n{\"conceptIdName\": \"DIAMETER_INTERNAL\", \"direction\":\"ASC\"}\n\nFinally there is the possibility to sort by a certain rankingStrategy, if you look up the ranking strategy identifier in the Control Panel:\n\n{\"rankingStrategyId\":\"60fe8a94097548517a966752\", \"type\":\"STRATEGY\"}"},{"key":"autocorrect","value":"true","description":"You may turn the autocorrection off at some point. This allows you to do Google style SERPs with \"We searched for 'teacup'. Search for 'Teecup' instead\""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 31 Jul 2024 21:20:06 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"10140"},{"key":"Connection","value":"keep-alive"},{"key":"allow-control-allow-origin","value":"*"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-allow-methods","value":"GET, POST, OPTIONS, DELETE, PUT"},{"key":"access-control-allow-headers","value":"Authorization"},{"key":"access-control-allow-headers","value":"language"},{"key":"access-control-allow-headers","value":"Content-Type"},{"key":"access-control-allow-headers","value":"Content-Encoding"},{"key":"access-control-allow-headers","value":"Origin"},{"key":"access-control-allow-headers","value":"X-Requested-With"},{"key":"access-control-allow-headers","value":"Accept"},{"key":"access-control-allow-headers","value":"SHOPSYSVER"},{"key":"access-control-allow-headers","value":"EXTVER"},{"key":"access-control-allow-headers","value":"SHOPSYS"},{"key":"access-control-allow-headers","value":"SEARCHINTEGRATION"},{"key":"access-control-allow-headers","value":"SEARCHINTEGRATIONVER"},{"key":"access-control-allow-headers","value":"X-Encryption-Payload"},{"key":"access-control-allow-headers","value":"X-Encryption-Signature"},{"key":"content-encoding","value":"gzip"},{"key":"strict-transport-security","value":"max-age=63072000"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"8ac0a165983dc40d-WAW"}],"cookie":[],"responseTime":null,"body":"{\n    \"searchResults\": [\n        {\n            \"type\": \"products\",\n            \"name\": \"Products\",\n            \"totalResults\": 400,\n            \"totalResultsVariants\": 399,\n            \"totalResultsHead\": 399,\n            \"results\": [\n                [\n                    {\n                        \"type\": \"HTML\",\n                        \"resultSet\": 0\n                    }\n                ],\n                [\n                    {\n                        \"identifier\": \"222.7308\",\n                        \"groupId\": \"061.0000\",\n                        \"sxId\": 89289490,\n                        \"sxCategoryId\": \"IMPLANT\",\n                        \"dataPoints\": [\n                            {\n                                \"id\": 262687936,\n                                \"conceptIdName\": \"Category\",\n                                \"key\": \"Category\",\n                                \"type\": \"PASS_ON\",\n                                \"value\": \"Bone Implants\",\n                                \"isCategory\": true\n                            }\n                        ],\n                        \"image\": \"//example.com/is/image/content/dam/external/308.jpg?wid=150&hei=150\",\n                        \"name\": \"Implant, Ø 5.0mm WB\",\n                        \"images\": [\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//example.com/is/image/content/dam/external/308.jpg?wid=150&hei=150\"\n                            }\n                        ],\n                        \"link\": \"//test-shop.example.com/en_no/p/222.7308\",\n                        \"resultSet\": null,\n                        \"head\": true,\n                        \"relevance\": 1000000\n                    }\n                ]\n            ]\n        },\n        {\n            \"type\": \"all\",\n            \"name\": \"All Results\",\n            \"totalResults\": 400,\n            \"placements\": [\n                {\n                    \"type\": \"HTML\",\n                    \"position\": 0\n                }\n            ]\n        }\n    ],\n    \"totalResults\": 400,\n    \"interpretedQuery\": {\n        \"matchSources\": [],\n        \"queryIntent\": {\n            \"type\": \"DEFINITION\"\n        },\n        \"category\": \"implant\",\n        \"normalizedCategory\": \"IMPLANT\",\n        \"categorySource\": \"ZOOVU\",\n        \"corrected\": \"implant\",\n        \"queryWasCorrected\": false,\n        \"original\": \"blx\",\n        \"intentMatched\": true,\n        \"confidence\": 2,\n        \"tags\": [\n            {\n                \"name\": \"blx\",\n                \"minValue\": null,\n                \"maxValue\": null,\n                \"value\": null,\n                \"shouldBeSet\": true,\n                \"ignore\": false\n            }\n        ],\n        \"resultSetType\": \"USER_QUERY\",\n        \"filterMatchType\": \"FULL_FILTER_MATCHES\"\n    },\n    \"relatedQueries\": [],\n    \"showAllResults\": true,\n    \"answerText\": \"We found <span class=\\\"sx-highlight\\\">400 implants</span> for you.\",\n    \"offset\": 0,\n    \"limit\": 2,\n    \"activeSortingOption\": {},\n    \"sortingOptions\": [],\n    \"banner\": \"<table onclick=\\\"window.location.href='https://shop.example.com/us/en_us/BLX';\\\" style=\\\"margin-bottom: 35px; width:100%; background-color:#EBEBEB; cursor:pointer;\\\">\\r\\n\\t<tbody>\\r\\n\\t\\t<tr>\\r\\n\\t\\t\\t<td style=\\\"background-color:#EBEBEB; vertical-align:top; text-align:center;\\\"><img src=\\\"https://www.example.com/assistant_example.png?fmt=png-alpha&amp;wid=1000\\\" style=\\\"width: 100%; max-width: 320px; background-color:#EBEBEB;\\\"></td>\\r\\n\\t\\t\\t<td style=\\\"background-color:#EBEBEB; vertical-align:top; color:#36393A;\\\">\\r\\n\\t\\t\\t<p><strong><span style=\\\"font-size: 20px; font-family: TheSans,Arial,sans-serif;\\\">Build your own set with example Assistant</span></strong></p>\\r\\n\\r\\n\\t\\t\\t<p><span style=\\\"font-family: TheSans,Arial,sans-serif;\\\">No more guesswork – let our configurator guide you towards the perfect implant set for your needs.</span></p>\\r\\n\\r\\n\\t\\t\\t<p>&nbsp;</p>\\r\\n\\r\\n\\t\\t\\t<p><a class=\\\"btn btn-default\\\" href=\\\"https://shop.example.com/us/\\\" rel=\\\"noopener noreferrer\\\">Open the Assistant</a></p>\\r\\n\\t\\t\\t</td>\\r\\n\\t\\t</tr>\\r\\n\\t</tbody>\\r\\n</table>\",\n    \"activeFilterOptions\": [],\n    \"activePreSetFilterOptions\": [],\n    \"activeSxFilterOptions\": [],\n    \"activeGuidedQuestions\": [],\n    \"activeRanking\": \"645903d4e26af1057b4867a5\",\n    \"filterOptions\": [\n    ],\n    \"sxFilterOptions\": [],\n    \"filterMapping\": {\n        \"Products\": [\n            \"263444246\",\n            \"262687936\",\n            \"263086435\",\n            \"262917924\",\n            \"262912646\",\n            \"262905717\",\n            \"263054190\",\n            \"262684050\",\n            \"262683863\",\n            \"262683871\",\n            \"262684102\",\n            \"262683607\",\n            \"262912904\",\n            \"262683377\",\n            \"262683324\"\n        ],\n        \"_\": [],\n        \"Other\": []\n    }\n}"}],"_postman_id":"0e67e902-66cb-4c3b-ac36-2a27b46f7615"},{"name":"search suggestions","id":"64d1b854-5477-4eed-9836-08820620034d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{BASE}}/search/suggestions?query={{QUERY}}&projectId={{PROJECTID}}&userGroup={{USERGROUP}}&sessionId=4u43njwqj4b5h43jk2n4j54bwbj43&cache=false&caching=false&catalogId={{CATALOGID}}&generateContentCounts=true","description":"<p>Call this endpoint to retrieve search suggestions as the user types.</p>\n<p>Please make sure to always attach a sessionId query parameter to suggestion/search queries.</p>\n<p>And also make sure to forward the client IP address via HTTP header called HTTP_CLIENT_IP - otherwise settings like \"max queries per IP per hour\" do not work.</p>\n","urlObject":{"path":["search","suggestions"],"host":["{{BASE}}"],"query":[{"description":{"content":"<p>A search query.</p>\n","type":"text/plain"},"key":"query","value":"{{QUERY}}"},{"description":{"content":"<p>Your project's id.</p>\n","type":"text/plain"},"key":"projectId","value":"{{PROJECTID}}"},{"description":{"content":"<p>You may add a user group for the user who is currently searching. If set, all user-group-specific attributes will be internally used.</p>\n","type":"text/plain"},"key":"userGroup","value":"{{USERGROUP}}"},{"description":{"content":"<p>Please add a sessionId for the user to each request</p>\n","type":"text/plain"},"key":"sessionId","value":"4u43njwqj4b5h43jk2n4j54bwbj43"},{"key":"cache","value":"false"},{"key":"caching","value":"false"},{"key":"catalogId","value":"{{CATALOGID}}"},{"description":{"content":"<p>If this is set, then the amount of available content results get calculated as well. This may slow down the autosuggest timings.</p>\n","type":"text/plain"},"key":"generateContentCounts","value":"true"}],"variable":[]}},"response":[{"id":"3eb99f60-6b6d-4a4a-8ad2-07f3467b942b","name":"search suggestions","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{BASE}}/search/suggestions?query=*&projectId={{PROJECTID}}&userGroup=testgroup&sessionId=123abc123abc123abc123abc123abc123abc","host":["{{BASE}}"],"path":["search","suggestions"],"query":[{"key":"query","value":"*","description":"A search query."},{"key":"projectId","value":"{{PROJECTID}}","description":"Your project's id."},{"key":"userGroup","value":"testgroup","description":"You may add a user group for the user who is currently searching. If set, all user-group-specific attributes will be internally used."},{"key":"sessionId","value":"123abc123abc123abc123abc123abc123abc","description":"Please add a sessionId for the user to each request"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 22 Dec 2021 13:14:05 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"1167"},{"key":"Connection","value":"keep-alive"},{"key":"allow-control-allow-origin","value":"*"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-allow-methods","value":"GET, POST, OPTIONS, DELETE, PUT"},{"key":"access-control-allow-headers","value":"Authorization"},{"key":"access-control-allow-headers","value":"language"},{"key":"access-control-allow-headers","value":"Content-Type"},{"key":"access-control-allow-headers","value":"Content-Encoding"},{"key":"access-control-allow-headers","value":"Origin"},{"key":"access-control-allow-headers","value":"X-Requested-With"},{"key":"access-control-allow-headers","value":"Accept"},{"key":"access-control-allow-headers","value":"SHOPSYSVER"},{"key":"access-control-allow-headers","value":"EXTVER"},{"key":"access-control-allow-headers","value":"SHOPSYS"},{"key":"access-control-allow-headers","value":"SEARCHINTEGRATION"},{"key":"access-control-allow-headers","value":"SEARCHINTEGRATIONVER"},{"key":"content-encoding","value":"gzip"},{"key":"strict-transport-security","value":"max-age=63072000"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"6c199c775f5a5be1-FRA"}],"cookie":[],"responseTime":null,"body":"{\n    \"searchResults\": [\n        {\n            \"type\": \"products\",\n            \"name\": \"Produkte\",\n            \"totalResults\": 691,\n            \"totalResultsVariants\": 691,\n            \"results\": [\n                [\n                    {\n                        \"identifier\": \"57609\",\n                        \"groupId\": \"57609\",\n                        \"sxId\": 7580021,\n                        \"sxCategoryId\": \"IPL_HAIR_REMOVAL\",\n                        \"dataPoints\": [\n                            {\n                                \"key\": \"resultImageUrl\",\n                                \"value\": \"https://images.sitesearch360.com/file/frozenlink/f711c52ece9cc1031367805590a64d672b8dbf0b-300x200.jpg\",\n                                \"height\": 200,\n                                \"width\": 300,\n                                \"show\": false\n                            }\n                        ],\n                        \"name\": \"IPL 10000+ SalonPro System - Dauerhafte Haarentfernung\",\n                        \"images\": [\n                            {\n                                \"type\": \"alternative\",\n                                \"url\": \"//pim.example.com/images/produkt/uebersicht/ipl10000-2017-in.jpg\"\n                            }\n                        ],\n                        \"link\": \"//www.example.com/web/de/produkte/beauty/haarentfernung/laser-ipl/ipl-10000-salonpro-system.php\",\n                        \"resultSet\": null,\n                        \"head\": true,\n                        \"relevance\": 1000\n                    }\n                ],\n                [\n                    {\n                        \"identifier\": \"57608\",\n                        \"groupId\": \"57608\",\n                        \"sxId\": 7580020,\n                        \"sxCategoryId\": \"IPL_HAIR_REMOVAL\",\n                        \"dataPoints\": [\n                            {\n                                \"key\": \"resultImageUrl\",\n                                \"value\": \"https://images.sitesearch360.com/file/frozenlink/e8b16693feea8fa96b0ecef6ce0386b95cfe795b-300x200.jpg\",\n                                \"height\": 200,\n                                \"width\": 300,\n                                \"show\": false\n                            }\n                        ],\n                        \"image\": \"//pim.example.com/images/produkt/uebersicht/ipl9000-in.jpg\",\n                        \"name\": \"IPL 9000+ SalonPro System - Dauerhafte Haarentfernung\",\n                        \"images\": [\n                            {\n                                \"type\": \"alternative\",\n                                \"url\": \"//pim.example.com/images/produkt/uebersicht/ipl9000-in.jpg\"\n                            }\n                        ],\n                        \"link\": \"//www.example.com/web/de/produkte/beauty/haarentfernung/laser-ipl/ipl-9000-salonpro-system.php\",\n                        \"resultSet\": null,\n                        \"head\": true,\n                        \"relevance\": 999\n                    }\n                ],\n                [\n                    {\n                        \"identifier\": \"58009\",\n                        \"groupId\": \"58009\",\n                        \"sxId\": 7580160,\n                        \"sxCategoryId\": \"ROTARY_SHAVER\",\n                        \"dataPoints\": [\n                            {\n                                \"key\": \"resultImageUrl\",\n                                \"value\": \"https://images.sitesearch360.com/file/frozenlink/19cd9b24a9e07085f12c6c255b32f45254681735-300x200.jpg\",\n                                \"height\": 200,\n                                \"width\": 300,\n                                \"show\": false\n                            }\n                        ],\n                        \"image\": \"//pim.example.com/images/produkt/uebersicht/HR8000-Solo-Stand.jpg\",\n                        \"name\": \"HR 8000 Rotationsrasierer\",\n                        \"images\": [\n                            {\n                                \"type\": \"alternative\",\n                                \"url\": \"//pim.example.com/images/produkt/uebersicht/HR8000-Solo-Stand.jpg\"\n                            }\n                        ],\n                        \"link\": \"//www.example.com/web/de/produkte/beauty/barberscorner/hr-8000.php\",\n                        \"resultSet\": null,\n                        \"head\": true,\n                        \"relevance\": 998\n                    }\n                ]\n            ]\n        },\n        {\n            \"type\": \"custom\",\n            \"name\": \"Kategorien\",\n            \"totalResults\": 3,\n            \"results\": [\n                {\n                    \"name\": \"Gewicht und Diagnose von EXAMPLE\",\n                    \"image\": \"https://www.example.com/__we_thumbs__/6038_19_gewicht-und-diagnose-header.jpg\",\n                    \"link\": \"https://www.example.com/web/de/produkte/wellbeing/gewicht-und-diagnose/\",\n                    \"type\": \"HTML\",\n                    \"relevance\": 10,\n                    \"dataPoints\": [\n                        {\n                            \"key\": \"breadcrumb\",\n                            \"value\": \"wellbeing\",\n                            \"show\": false\n                        },\n                        {\n                            \"key\": \"breadcrumb\",\n                            \"value\": \"Gewicht und Diagnose\",\n                            \"show\": false\n                        },\n                        {\n                            \"key\": \"Bereich\",\n                            \"value\": \"Produktkategorien\",\n                            \"show\": false\n                        },\n                        {\n                            \"key\": \"titel\",\n                            \"value\": \"Gewicht und Diagnose von EXAMPLE\",\n                            \"show\": false\n                        },\n                        {\n                            \"key\": \"product-name-string-and-number\",\n                            \"value\": \"Gewicht und Diagnose von EXAMPLE\",\n                            \"show\": false\n                        },\n                        {\n                            \"key\": \"equipment-flag-fix\",\n                            \"value\": \"body\",\n                            \"show\": false\n                        },\n                        {\n                            \"key\": \"Datum\",\n                            \"value\": 1519081200,\n                            \"show\": false\n                        },\n                        {\n                            \"key\": \"image\",\n                            \"value\": \"https://www.example.com/EXAMPLE/web/we-bilder/produkte/wellbeing/Gewicht-und-Diagnosewaagen/gewicht-und-diagnose-header.jpg\",\n                            \"show\": false\n                        }\n                    ]\n                },\n                {\n                    \"name\": \"Schmiegsame Wärme von EXAMPLE\",\n                    \"image\": \"https://www.example.com/__we_thumbs__/6075_19_waerme-paar-header.jpg\",\n                    \"link\": \"https://www.example.com/web/de/produkte/wellbeing/schmiegsame-waerme/\",\n                    \"type\": \"HTML\",\n                    \"relevance\": 9,\n                    \"dataPoints\": [\n                        {\n                            \"key\": \"breadcrumb\",\n                            \"value\": \"wellbeing\",\n                            \"show\": false\n                        },\n                        {\n                            \"key\": \"breadcrumb\",\n                            \"value\": \"Schmiegsame Wärme\",\n                            \"show\": false\n                        },\n                        {\n                            \"key\": \"Bereich\",\n                            \"value\": \"Produktkategorien\",\n                            \"show\": false\n                        },\n                        {\n                            \"key\": \"titel\",\n                            \"value\": \"Schmiegsame Wärme\",\n                            \"show\": false\n                        },\n                        {\n                            \"key\": \"product-name-string-and-number\",\n                            \"value\": \"Schmiegsame Wärme\",\n                            \"show\": false\n                        },\n                        {\n                            \"key\": \"equipment-flag-fix\",\n                            \"value\": \"body\",\n                            \"show\": false\n                        },\n                        {\n                            \"key\": \"Datum\",\n                            \"value\": 1518390000,\n                            \"show\": false\n                        },\n                        {\n                            \"key\": \"image\",\n                            \"value\": \"https://www.example.com/EXAMPLE/web/we-bilder/produkte/wellbeing/Schmiegsame-waerme/waerme-paar-header.jpg\",\n                            \"show\": false\n                        }\n                    ]\n                },\n                {\n                    \"name\": \"Mobiles EKG-Gerät\",\n                    \"image\": \"https://www.example.com/__we_thumbs__/6014_19_mobilesekg-geraet-anwendung-header_0.jpg\",\n                    \"link\": \"https://www.example.com/web/de/produkte/medical/ekg-und-pulsoximeter/mobiles-ekg-geraet/\",\n                    \"type\": \"HTML\",\n                    \"relevance\": 8,\n                    \"dataPoints\": [\n                        {\n                            \"key\": \"breadcrumb\",\n                            \"value\": \"medical\",\n                            \"show\": false\n                        },\n                        {\n                            \"key\": \"breadcrumb\",\n                            \"value\": \"EKG und Pulsoximeter\",\n                            \"show\": false\n                        },\n                        {\n                            \"key\": \"Bereich\",\n                            \"value\": \"Produktkategorien\",\n                            \"show\": false\n                        },\n                        {\n                            \"key\": \"titel\",\n                            \"value\": \"Mobiles EKG-Gerät\",\n                            \"show\": false\n                        },\n                        {\n                            \"key\": \"product-name-string-and-number\",\n                            \"value\": \"Mobiles EKG\",\n                            \"show\": false\n                        },\n                        {\n                            \"key\": \"equipment-flag-fix\",\n                            \"value\": \"body\",\n                            \"show\": false\n                        },\n                        {\n                            \"key\": \"Datum\",\n                            \"value\": 1527631200,\n                            \"show\": false\n                        },\n                        {\n                            \"key\": \"image\",\n                            \"value\": \"https://www.example.com/EXAMPLE/web/we-bilder/produkte/medical/Mobiles_EKG-Geraet/mobilesekg-geraet-anwendung-header_0.jpg\",\n                            \"show\": false\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"type\": \"queries\",\n            \"name\": \"Suchvorschläge\",\n            \"totalResults\": 0,\n            \"results\": []\n        }\n    ],\n    \"totalResults\": 694\n}"},{"id":"258c5eaa-43be-491d-94fd-8c0fc73418e6","name":"search suggestions with redirect","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{BASE}}/search/suggestions?query={{QUERY}}&projectId={{PROJECTID}}&userGroup={{USERGROUP}}&sessionId=4u43njwqj4b5h43jk2n4j54bwbj43&cache=false&caching=false&catalogId={{CATALOGID}}&generateContentCounts=true","host":["{{BASE}}"],"path":["search","suggestions"],"query":[{"key":"query","value":"{{QUERY}}","description":"A search query."},{"key":"projectId","value":"{{PROJECTID}}","description":"Your project's id."},{"key":"userGroup","value":"{{USERGROUP}}","description":"You may add a user group for the user who is currently searching. If set, all user-group-specific attributes will be internally used."},{"key":"sessionId","value":"4u43njwqj4b5h43jk2n4j54bwbj43","description":"Please add a sessionId for the user to each request"},{"key":"cache","value":"false"},{"key":"caching","value":"false"},{"key":"catalogId","value":"{{CATALOGID}}"},{"key":"generateContentCounts","value":"true","description":"If this is set, then the amount of available content results get calculated as well. This may slow down the autosuggest timings."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 22 Mar 2024 11:07:40 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"3554"},{"key":"Connection","value":"keep-alive"},{"key":"allow-control-allow-origin","value":"*"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-allow-methods","value":"GET, POST, OPTIONS, DELETE, PUT"},{"key":"access-control-allow-headers","value":"Authorization"},{"key":"access-control-allow-headers","value":"language"},{"key":"access-control-allow-headers","value":"Content-Type"},{"key":"access-control-allow-headers","value":"Content-Encoding"},{"key":"access-control-allow-headers","value":"Origin"},{"key":"access-control-allow-headers","value":"X-Requested-With"},{"key":"access-control-allow-headers","value":"Accept"},{"key":"access-control-allow-headers","value":"SHOPSYSVER"},{"key":"access-control-allow-headers","value":"EXTVER"},{"key":"access-control-allow-headers","value":"SHOPSYS"},{"key":"access-control-allow-headers","value":"SEARCHINTEGRATION"},{"key":"access-control-allow-headers","value":"SEARCHINTEGRATIONVER"},{"key":"access-control-allow-headers","value":"X-Encryption-Payload"},{"key":"access-control-allow-headers","value":"X-Encryption-Signature"},{"key":"content-encoding","value":"gzip"},{"key":"strict-transport-security","value":"max-age=63072000"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"8685b829aac470c2-WAW"}],"cookie":[],"responseTime":null,"body":"{\n    \"searchResults\": [\n        {\n            \"type\": \"products\",\n            \"name\": \"Products\",\n            \"totalResults\": 1,\n            \"totalResultsVariants\": 1,\n            \"results\": [\n                [\n                    {\n                        \"identifier\": \"25505\",\n                        \"groupId\": \"25605\",\n                        \"sxId\": 886394,\n                        \"sxCategoryId\": \"VALVE\",\n                        \"dataPoints\": [\n                        ],\n                        \"image\": \"//cdn.example.com/cdn/001A5D_b.png\",\n                        \"name\": \"MANUAL-VALVE\",\n                        \"images\": [\n                            {\n                                \"type\": \"ALTERNATIVE\",\n                                \"url\": \"//cdn.example.com/cdn/001A5D_b.png\"\n                            }\n                        ],\n                        \"link\": \"//example.com/product/manual-valve/p/25505\",            \n                        \"head\": true,\n                        \"relevance\": 1000000\n                    }\n                ]\n            ]\n        },\n        {\n            \"type\": \"queries\",\n            \"name\": \"Suggestions\",\n            \"totalResults\": 0,\n            \"results\": []\n        },\n        {\n            \"type\": \"categories\",\n            \"name\": \"Categories\",\n            \"totalResults\": 2,\n            \"results\": [\n                {\n                    \"link\": \"/plp/HydraulicDevices\",\n                    \"name\": \"Hydraulic Devices\"\n                },\n                {\n                    \"link\": \"/plp/Pumps\",\n                    \"name\": \"Pumps\"\n                }\n            ]\n        },\n        {\n            \"type\": \"custom\",\n            \"name\": \"Content\",\n            \"totalResults\": 1,\n            \"results\": [\n                {\n                    \"image\": \"https://example.com/frontend/manuals/sign_in.png\",\n                    \"images\": [],\n                    \"name\": \"Some Manuals\",\n                    \"link\": \"https://example.com/en/customer-info/manuals\",\n                    \"dataPoints\": [\n                    ],\n                    \"type\": \"HTML\",\n                    \"relevance\": 248.184631\n                }\n            ]\n        }\n    ],\n    \"totalResults\": 1,\n    \"interpretedQuery\": {\n        \"matchSources\": [],\n        \"queryIntent\": {\n            \"url\": \"https://example.com/en/category/manuals\",\n            \"type\": \"REDIRECT\"\n        }\n    },\n    \"showAllResults\": true\n}"}],"_postman_id":"64d1b854-5477-4eed-9836-08820620034d"}],"id":"3772c7a0-80fc-4a0b-9530-927b693e1d4b","_postman_id":"3772c7a0-80fc-4a0b-9530-927b693e1d4b","description":""},{"name":"NAVIGATION","item":[{"name":"navigation search","id":"f8845cec-51e0-43b8-8fe4-c937af83c32a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{BASE}}/search?projectId={{PROJECTID}}&apiKey={{APIKEY}}&query=_%23CategoryLevel1%23CategoryLevel2%23CategoryLevel3&offset=0&limit=100&filters=%5B%5D&sort=&sortComplex=%7B%7D&userGroup=testgroup&catalogId={{CATALOGID}}","description":"<p>Search for products for navigation purpose</p>\n","urlObject":{"path":["search"],"host":["{{BASE}}"],"query":[{"key":"projectId","value":"{{PROJECTID}}"},{"key":"apiKey","value":"{{APIKEY}}"},{"description":{"content":"<p>query always starts with \"_#\" followed by your path to the leaf category e.g. \"Electrionics &gt; Phones &gt; Smartphones\" would be _#Electronics#Phones#Smartphones</p>\n<p>If your category name contains \"#\" please escape it with a backslash, eg. if the category name is \"Catalog #1\" the ﻿query needs to be \"_#Catalog \\#1\"</p>\n<p>If you are using the concept identifiers for your categories, please use _## followed by the concept identifier as the query, e.g., _##conceptid12345</p>\n<p>When using concept identifiers, query should contain just the desired leaf category, not the full path.</p>\n","type":"text/plain"},"key":"query","value":"_%23CategoryLevel1%23CategoryLevel2%23CategoryLevel3"},{"description":{"content":"<p>Any integer value</p>\n","type":"text/plain"},"key":"offset","value":"0"},{"description":{"content":"<p>Between 0 and 1000</p>\n","type":"text/plain"},"key":"limit","value":"100"},{"description":{"content":"<p>[] - JSON array containing Filters e.g. with collection and range filter: [{\"name\":\"Farbe\", \"values\":[{\"value\":\"Rot\"}]}, {\"name\":\"Preis\", \"min\":2.0, \"max\":10.0}] - URL encoded!</p>\n","type":"text/plain"},"key":"filters","value":"%5B%5D"},{"description":{"content":"<p>A string containing the name of the sort option - e.g. \"preis aufsteigend\" - URL encoded!</p>\n","type":"text/plain"},"key":"sort","value":""},{"description":{"content":"<p>{} - JSON object containing the sorting information: {\"key\": \"123421\", \"direction\":\"ASC\"} - URL encoded!</p>\n","type":"text/plain"},"key":"sortComplex","value":"%7B%7D"},{"description":{"content":"<p>You may add a user group for the user who is currently searching. If set, all user-group-specific attributes will be internally used.</p>\n","type":"text/plain"},"key":"userGroup","value":"testgroup"},{"key":"catalogId","value":"{{CATALOGID}}"}],"variable":[]}},"response":[],"_postman_id":"f8845cec-51e0-43b8-8fe4-c937af83c32a"}],"id":"27fe19d7-e72c-4746-92a3-2b7bf7c8235f","_postman_id":"27fe19d7-e72c-4746-92a3-2b7bf7c8235f","description":""},{"name":"PRODUCTS","item":[{"name":"delete products","id":"6e133be0-ebda-4fb4-b8c8-563abb6932e8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"identifiers\" : [\"6379b9_E\",\"6379b9_F\"]\n}"},"url":"{{BASE}}/products?apiKey={{APIKEY}}&projectId={{PROJECTID}}","description":"<p>Endpoint to delete a number of products given by identifier.</p>\n<p>If you want to delete more products or products without explicitely give a list of identifiers, then please consider the full update endpoints to re-upload all valid products and get everything else deleted.</p>\n","urlObject":{"path":["products"],"host":["{{BASE}}"],"query":[{"description":{"content":"<p>Your API key</p>\n","type":"text/plain"},"key":"apiKey","value":"{{APIKEY}}"},{"key":"projectId","value":"{{PROJECTID}}"}],"variable":[]}},"response":[{"id":"d3e9fc49-fc3c-42ca-afde-d3187ff68afc","name":"delete products","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"identifiers\": [\n        \"31.235\",\n        \"31.227\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{BASE}}/products?apiKey={{APIKEY}}&projectId={{PROJECTID}}","host":["{{BASE}}"],"path":["products"],"query":[{"key":"apiKey","value":"{{APIKEY}}","description":"Your API key"},{"key":"projectId","value":"{{PROJECTID}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"allow-control-allow-origin","value":"*"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-allow-methods","value":"GET, POST, OPTIONS, DELETE, PUT"},{"key":"access-control-allow-headers","value":"Authorization"},{"key":"access-control-allow-headers","value":"language"},{"key":"access-control-allow-headers","value":"Content-Type"},{"key":"access-control-allow-headers","value":"Origin"},{"key":"access-control-allow-headers","value":"X-Requested-With"},{"key":"access-control-allow-headers","value":"Accept"},{"key":"content-encoding","value":"gzip"},{"key":"content-type","value":"application/json;charset=UTF-8"},{"key":"content-length","value":"232"},{"key":"date","value":"Fri, 31 Jan 2020 09:03:39 GMT"},{"key":"strict-transport-security","value":"max-age=63072000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Delete will now be started\",\n    \"status\": \"success\",\n    \"task\": {\n        \"projectId\": 5,\n        \"taskStatus\": \"RUNNING\",\n        \"failure\": false,\n        \"requestTime\": \"1580461419542\",\n        \"startTime\": \"1580461419547\",\n        \"finishTime\": null,\n        \"nrOfItems\": 1,\n        \"nrOfProcessedItems\": 0,\n        \"progress\": 0,\n        \"id\": \"5e33ed6b3484b21cb8f42cf7\"\n    }\n}"}],"_postman_id":"6e133be0-ebda-4fb4-b8c8-563abb6932e8"},{"name":"incremental create or update products","id":"9e50aefc-87d0-4b02-8bee-ab017d5489ac","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"products\": [\r\n                {\r\n            \"identifier\": \"61149\",\r\n            \"groupIdentifier\": \"61149\",\r\n            \"name\": \"Branching Life Wall Hanging\",\r\n            \"productUrl\": \"https://www.tenthousandvillages.com/wall-decor/e252ce8d53a61149d6c2d0a7c5147617\",\r\n            \"categories\": [\r\n                {\r\n                    \"path\": [\r\n                        \"Home\",\r\n                        \"Decoration\"\r\n                    ]\r\n                },\r\n                {\r\n                    \"path\": [\r\n                        \"Home\",\r\n                        \"House\",\r\n                        \"Living Room\"\r\n                    ]\r\n                }\r\n            ],\r\n            \"settings\": {\r\n\t            \"includeUserGroups\": [\r\n\t                \"23\",\r\n\t                \"42\"\r\n\t            ],\r\n\t            \"excludeUserGroups\": [\r\n\t                \"64\"\r\n\t            ]\r\n            },\r\n            \"images\": [\r\n            \t{\r\n            \t\t\"url\": \"https://www.tenthousandvillages.com/media/catalog/product/cache/1/large_image/100x100/9df78eab33525d08d6e5fb8d27136e95/6/6/6607890_1.jpg\",\r\n            \t\t\"type\":\"LARGE\"\r\n            \t},\r\n            \t{\r\n            \t\t\"url\": \"https://www.tenthousandvillages.com/media/catalog/product/cache/1/small_image/100x100/9df78eab33525d08d6e5fb8d27136e95/6/6/6607890_1.jpg\",\r\n            \t\t\"type\":\"SMALL\"\r\n            \t},\r\n            \t{\r\n            \t\t\"url\": \"https://www.tenthousandvillages.com/media/catalog/product/cache/1/thumb_image/100x100/9df78eab33525d08d6e5fb8d27136e95/6/6/6607890_1.jpg\",\r\n            \t\t\"type\":\"THUMB\"\r\n            \t}\r\n            ],\r\n            \"attributes\": [\r\n                {\r\n                    \"key\": \"Price\",\r\n                    \"value\": \"175 €\"\r\n                },\r\n                {\r\n                    \"key\": \"Price\",\r\n                    \"value\": \"170 €\",\r\n                    \"userGroups\": [\r\n                        \"23, 42\"\r\n                    ]\r\n                },\r\n                {\r\n                    \"key\": \"Color\",\r\n                    \"value\": \"blue\"\r\n                },\r\n                {\r\n                    \"key\": \"Weight\",\r\n                    \"value\": \"2,4 kg\"\r\n                },\r\n                {\r\n                    \"key\": \"Made in\",\r\n                    \"value\": \"Peru\"\r\n                },\r\n                {\r\n                    \"key\": \"Description\",\r\n                    \"value\": \"Blending different colors to create specific hues|Cotton threads form the warp; wool coils form the weft.|Peruvian artisans used coiled wool to create this painterly image with depth and feeling.|Peruvian weavers use wool from sheep of the Andes.|They wash it in a local river|To make coiled wool tapestries|card and dye it.|ready to create a tapestry on a wooden loom.|they roll the wool fibers into long strands - \\\"I love it\\\"\"\r\n                }\r\n            ]\r\n        },{\r\n            \"identifier\": \"6379b9_B\",\r\n            \"groupIdentifier\": \"937\",\r\n            \"name\": \"Garden Kitty Planter (Small)\",\r\n            \"productUrl\": \"https://www.tenthousandvillages.com/pet-parent/6379b95b7e4577dd7216dd13ae6ba0d4\",\r\n            \"categories\": [\r\n                {\r\n                     \"path\": [\r\n                     \t\"Home\",\r\n                        \"Garden\",\r\n                        \"Garden Maintainance\"\r\n                    ]\r\n                }\r\n            ],\r\n            \"image\": \"https://www.tenthousandvillages.com/media/catalog/product/cache/1/small_image/100x100/9df78eab33525d08d6e5fb8d27136e95/6/6/6607890_1.jpg\",\r\n            \"attributes\": [\r\n            \t{\r\n                    \"key\": \"Price\",\r\n                    \"value\": \"10.99\"\r\n                },\r\n                {\r\n                    \"key\": \"Price\",\r\n                    \"value\": \"6.99\",\r\n                    \"userGroups\" : [\"42\"]\r\n                },\r\n                {\r\n                    \"key\": \"Price\",\r\n                    \"value\": \"2.99\",\r\n                    \"userGroups\" : [\"23\"]\r\n                },\r\n                {\r\n                    \"key\": \"Color\",\r\n                    \"value\": \"red\"\r\n                },\r\n                {\r\n                    \"key\": \"Made in\",\r\n                    \"value\": \"USA\"\r\n                },\r\n                {\r\n                    \"key\": \"Description\",\r\n                    \"value\": \"The Garden Kitty Planter is handcrafted in Bangladesh where makers from Corr-The Jute Works showcase their skill in ceramics by crafting each white-washed terracotta planter by hand.|The perfect pot for cat nip!\"\r\n                }\r\n            ]\r\n        },\r\n        {\r\n            \"identifier\": \"6379b9_C\",\r\n            \"groupIdentifier\": \"937\",\r\n            \"name\": \"Garden Kitty Planter (Small) Typ C\",\r\n            \"productUrl\": \"https://www.tenthousandvillages.com/pet-parent/6379b95b7e4577dd7216dd13ae6ba0d4\",\r\n            \"categories\": [\r\n                {\r\n                    \"path\": [\r\n                    \t\"Home\",\r\n                        \"Garden\",\r\n                        \"Garden Maintainance\"\r\n                    ]\r\n                }\r\n            ],\r\n            \"image\": \"https://www.tenthousandvillages.com/media/catalog/product/cache/1/small_image/100x100/9df78eab33525d08d6e5fb8d27136e95/6/6/6607890_1.jpg\",\r\n            \"attributes\": [\r\n            \t{\r\n                    \"key\": \"Price\",\r\n                    \"value\": \"5.99\"\r\n                },\r\n                {\r\n                    \"key\": \"Price\",\r\n                    \"value\": \"3.99\",\r\n                    \"userGroups\" : [\"23\"]\r\n                },\r\n                {\r\n                    \"key\": \"Price\",\r\n                    \"value\": \"7.99\",\r\n                    \"userGroups\" : [\"42\"]\r\n                },\r\n                {\r\n                    \"key\": \"Made in\",\r\n                    \"value\": \"Germany\",\r\n                    \"userGroups\" : [\"23\"]\r\n                },\r\n                {\r\n                \t\"key\": \"Color\",\r\n                \t\"value\": \"green\"\r\n                },\r\n                {\r\n                    \"key\": \"Description\",\r\n                    \"value\": \"The Garden Kitty Planter is handcrafted in Bangladesh where makers from Corr-The Jute Works showcase their skill in ceramics by crafting each white-washed terracotta planter by hand.|The perfect pot for cat nip!\"\r\n                }\r\n            ]\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{BASE}}/products?apiKey={{APIKEY}}&projectId={{PROJECTID}}","description":"<p>Endpoint to update a single product or a number of products. This kind of update is suitable for a maximum of 10.000 products. For more products use step 2 and 3 of the full update process by using the \"upload batch of products\" endpoint, which allows you to send batches of products in seperated requests and finally start the update process via the \"start batched products\" endpoint.</p>\n<p>Additionally: the incoming data is parsed and validated with a JSON Schema definition you may look at here: <a href=\"https://api-v3.semknox.com/schema/schema-product-update-array.json\">https://api-v3.semknox.com/schema/schema-product-update-array.json</a></p>\n<p>If the uploaded JSON breaks the JSON Schema, you will get detailed information about the error in the API response.</p>\n","urlObject":{"path":["products"],"host":["{{BASE}}"],"query":[{"key":"apiKey","value":"{{APIKEY}}"},{"key":"projectId","value":"{{PROJECTID}}"}],"variable":[]}},"response":[{"id":"f88f761d-45f2-4dd2-91e2-f1354d838e61","name":"create or update products","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"products\": [\r\n                {\r\n            \"identifier\": \"61149\",\r\n            \"groupIdentifier\": \"61149\",\r\n            \"name\": \"Branching Life Wall Hanging\",\r\n            \"productUrl\": \"https://www.tenthousandvillages.com/wall-decor/e252ce8d53a61149d6c2d0a7c5147617\",\r\n            \"categories\": [\r\n                {\r\n                    \"path\": [\r\n                        \"Home\",\r\n                        \"Decoration\"\r\n                    ]\r\n                },\r\n                {\r\n                    \"path\": [\r\n                        \"Home\",\r\n                        \"House\",\r\n                        \"Living Room\"\r\n                    ]\r\n                }\r\n            ],\r\n            \"settings\": {\r\n\t            \"includeUserGroups\": [\r\n\t                \"23\",\r\n\t                \"42\"\r\n\t            ],\r\n\t            \"excludeUserGroups\": [\r\n\t                \"64\"\r\n\t            ]\r\n            },\r\n            \"images\": [\r\n            \t{\r\n            \t\t\"url\": \"https://www.tenthousandvillages.com/media/catalog/product/cache/1/large_image/100x100/9df78eab33525d08d6e5fb8d27136e95/6/6/6607890_1.jpg\",\r\n            \t\t\"type\":\"ALTERNATIVE\"\r\n            \t},\r\n            \t{\r\n            \t\t\"url\": \"https://www.tenthousandvillages.com/media/catalog/product/cache/1/large_image/100x100/9df78eab33525d08d6e5fb8d27136e95/6/6/6607890_2.jpg\",\r\n            \t\t\"type\":\"ALTERNATIVE\"\r\n            \t},\r\n            \t{\r\n            \t\t\"url\": \"https://www.tenthousandvillages.com/media/catalog/product/cache/1/large_image/100x100/9df78eab33525d08d6e5fb8d27136e95/6/6/6607890_3.jpg\",\r\n            \t\t\"type\":\"ALTERNATIVE\"\r\n            \t}\r\n            ],\r\n            \"attributes\": [\r\n                {\r\n                    \"key\": \"Price\",\r\n                    \"value\": \"175\"\r\n                },\r\n                {\r\n                    \"key\": \"Price\",\r\n                    \"value\": \"170\",\r\n                    \"userGroups\": [\r\n                        \"23, 42\"\r\n                    ]\r\n                },\r\n                {\r\n                    \"key\": \"Color\",\r\n                    \"value\": \"blue\"\r\n                },\r\n                {\r\n                    \"key\": \"Made in\",\r\n                    \"value\": \"Peru\"\r\n                },\r\n                {\r\n                    \"key\": \"Description\",\r\n                    \"value\": \"Blending different colors to create specific hues|Cotton threads form the warp; wool coils form the weft.|Peruvian artisans used coiled wool to create this painterly image with depth and feeling.|Peruvian weavers use wool from sheep of the Andes.|They wash it in a local river|To make coiled wool tapestries|card and dye it.|ready to create a tapestry on a wooden loom.|they roll the wool fibers into long strands - \\\"I love it\\\"\"\r\n                }\r\n            ]\r\n        },{\r\n            \"identifier\": \"6379b9_B\",\r\n            \"groupIdentifier\": \"937\",\r\n            \"name\": \"Garden Kitty Planter (Small)\",\r\n            \"productUrl\": \"https://www.tenthousandvillages.com/pet-parent/6379b95b7e4577dd7216dd13ae6ba0d4\",\r\n            \"categories\": [\r\n                {\r\n                     \"path\": [\r\n                     \t\"Home\",\r\n                        \"Garden\",\r\n                        \"Garden Maintainance\"\r\n                    ]\r\n                }\r\n            ],\r\n            \"image\": \"https://www.tenthousandvillages.com/media/catalog/product/cache/1/small_image/100x100/9df78eab33525d08d6e5fb8d27136e95/6/6/6607890_1.jpg\",\r\n            \"attributes\": [\r\n            \t{\r\n                    \"key\": \"Price\",\r\n                    \"value\": \"10.99\"\r\n                },\r\n                {\r\n                    \"key\": \"Price\",\r\n                    \"value\": \"6.99\",\r\n                    \"userGroups\" : [\"42\"]\r\n                },\r\n                {\r\n                    \"key\": \"Price\",\r\n                    \"value\": \"2.99\",\r\n                    \"userGroups\" : [\"23\"]\r\n                },\r\n                {\r\n                    \"key\": \"Color\",\r\n                    \"value\": \"red\"\r\n                },\r\n                {\r\n                    \"key\": \"Made in\",\r\n                    \"value\": \"USA\"\r\n                },\r\n                {\r\n                    \"key\": \"Description\",\r\n                    \"value\": \"The Garden Kitty Planter is handcrafted in Bangladesh where makers from Corr-The Jute Works showcase their skill in ceramics by crafting each white-washed terracotta planter by hand.|The perfect pot for cat nip!\"\r\n                }\r\n            ]\r\n        },\r\n        {\r\n            \"identifier\": \"6379b9_C\",\r\n            \"groupIdentifier\": \"937\",\r\n            \"name\": \"Garden Kitty Planter (Small) Typ C\",\r\n            \"productUrl\": \"https://www.tenthousandvillages.com/pet-parent/6379b95b7e4577dd7216dd13ae6ba0d4\",\r\n            \"categories\": [\r\n                {\r\n                    \"path\": [\r\n                    \t\"Home\",\r\n                        \"Garden\",\r\n                        \"Garden Maintainance\"\r\n                    ]\r\n                }\r\n            ],\r\n            \"image\": \"https://www.tenthousandvillages.com/media/catalog/product/cache/1/small_image/100x100/9df78eab33525d08d6e5fb8d27136e95/6/6/6607890_1.jpg\",\r\n            \"attributes\": [\r\n            \t{\r\n                    \"key\": \"Price\",\r\n                    \"value\": \"5.99\"\r\n                },\r\n                {\r\n                    \"key\": \"Price\",\r\n                    \"value\": \"3.99\",\r\n                    \"userGroups\" : [\"23\"]\r\n                },\r\n                {\r\n                    \"key\": \"Price\",\r\n                    \"value\": \"7.99\",\r\n                    \"userGroups\" : [\"42\"]\r\n                },\r\n                {\r\n                    \"key\": \"Made in\",\r\n                    \"value\": \"Germany\",\r\n                    \"userGroups\" : [\"23\"]\r\n                },\r\n                {\r\n                \t\"key\": \"Color\",\r\n                \t\"value\": \"green\"\r\n                },\r\n                {\r\n                    \"key\": \"Description\",\r\n                    \"value\": \"The Garden Kitty Planter is handcrafted in Bangladesh where makers from Corr-The Jute Works showcase their skill in ceramics by crafting each white-washed terracotta planter by hand.|The perfect pot for cat nip!\"\r\n                }\r\n            ]\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{BASE}}/products?apiKey={{APIKEY}}&projectId={{PROJECTID}}","host":["{{BASE}}"],"path":["products"],"query":[{"key":"apiKey","value":"{{APIKEY}}","description":"Your API key"},{"key":"projectId","value":"{{PROJECTID}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 27 May 2020 13:41:14 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"allow-control-allow-origin","value":"*"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-allow-methods","value":"GET, POST, OPTIONS, DELETE, PUT"},{"key":"access-control-allow-headers","value":"Authorization"},{"key":"access-control-allow-headers","value":"language"},{"key":"access-control-allow-headers","value":"Content-Type"},{"key":"access-control-allow-headers","value":"Content-Encoding"},{"key":"access-control-allow-headers","value":"Origin"},{"key":"access-control-allow-headers","value":"X-Requested-With"},{"key":"access-control-allow-headers","value":"Accept"},{"key":"strict-transport-security","value":"max-age=63072000"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"cf-request-id","value":"02f7f6b1b200009704089b2200000001"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"59a026fc59969704-FRA"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Update will now be started\",\n    \"status\": \"success\",\n    \"task\": {\n        \"projectId\": 24,\n        \"taskStatus\": \"RUNNING\",\n        \"failure\": false,\n        \"requestTime\": \"1590586874330\",\n        \"startTime\": \"1590586874331\",\n        \"finishTime\": null,\n        \"nrOfItems\": 3,\n        \"progress\": 0,\n        \"id\": \"5ece6dfa1072dd052fbc210b\"\n    },\n    \"validation\": [\n        {},\n        {},\n        {}\n    ]\n}"}],"_postman_id":"9e50aefc-87d0-4b02-8bee-ab017d5489ac"},{"name":"partially update products data","id":"0c6c545e-5100-4d71-a527-429e606e61a8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"products\": [\r\n                {\r\n            \"identifier\": \"61149\",\r\n            \"attributes\": [\r\n                {\r\n                    \"key\": \"Price\",\r\n                    \"value\": \"175 €\"\r\n                },\r\n                {\r\n                    \"key\": \"Price\",\r\n                    \"value\": \"170 €\",\r\n                    \"userGroups\": [\r\n                        \"23, 42\"\r\n                    ]\r\n                },\r\n                {\r\n                    \"key\": \"Color\",\r\n                    \"value\": \"blue\"\r\n                },\r\n                {\r\n                    \"key\": \"Made in\",\r\n                    \"value\": \"Peru\"\r\n                },\r\n                {\r\n                    \"key\": \"Description\",\r\n                    \"value\": \"Blending different colors to create specific hues|Cotton threads form the warp; wool coils form the weft.|Peruvian artisans used coiled wool to create this painterly image with depth and feeling.|Peruvian weavers use wool from sheep of the Andes.|They wash it in a local river|To make coiled wool tapestries|card and dye it.|ready to create a tapestry on a wooden loom.|they roll the wool fibers into long strands - \\\"I love it\\\"\"\r\n                }\r\n            ]\r\n        },{\r\n            \"identifier\": \"6379b9_B\",\r\n            \"attributes\": [\r\n            \t{\r\n                    \"key\": \"Price\",\r\n                    \"value\": \"10.99\"\r\n                },\r\n                {\r\n                    \"key\": \"Price\",\r\n                    \"value\": \"6.99\",\r\n                    \"userGroups\" : [\"42\"]\r\n                },\r\n                {\r\n                    \"key\": \"Price\",\r\n                    \"value\": \"2.99\",\r\n                    \"userGroups\" : [\"23\"]\r\n                },\r\n                {\r\n                    \"key\": \"Color\",\r\n                    \"value\": \"red\"\r\n                },\r\n                {\r\n                    \"key\": \"Made in\",\r\n                    \"value\": \"USA\"\r\n                },\r\n                {\r\n                    \"key\": \"Description\",\r\n                    \"value\": \"The Garden Kitty Planter is handcrafted in Bangladesh where makers from Corr-The Jute Works showcase their skill in ceramics by crafting each white-washed terracotta planter by hand.|The perfect pot for cat nip!\"\r\n                }\r\n            ]\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{BASE}}/products?apiKey={{APIKEY}}&projectId={{PROJECTID}}&partial=true","description":"<p>Endpoint to update a single product or a number of products with partial data. This kind of update is suitable for a maximum of 50.000 products in one request.</p>\n","urlObject":{"path":["products"],"host":["{{BASE}}"],"query":[{"description":{"content":"<p>Your API key</p>\n","type":"text/plain"},"key":"apiKey","value":"{{APIKEY}}"},{"key":"projectId","value":"{{PROJECTID}}"},{"key":"partial","value":"true"}],"variable":[]}},"response":[{"id":"1bf86860-32f3-470c-808b-11dc3fad6656","name":"create or update products","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"products\": [\r\n                {\r\n            \"identifier\": \"61149\",\r\n            \"groupIdentifier\": \"61149\",\r\n            \"name\": \"Branching Life Wall Hanging\",\r\n            \"productUrl\": \"https://www.tenthousandvillages.com/wall-decor/e252ce8d53a61149d6c2d0a7c5147617\",\r\n            \"categories\": [\r\n                {\r\n                    \"path\": [\r\n                        \"Home\",\r\n                        \"Decoration\"\r\n                    ]\r\n                },\r\n                {\r\n                    \"path\": [\r\n                        \"Home\",\r\n                        \"House\",\r\n                        \"Living Room\"\r\n                    ]\r\n                }\r\n            ],\r\n            \"settings\": {\r\n\t            \"includeUserGroups\": [\r\n\t                \"23\",\r\n\t                \"42\"\r\n\t            ],\r\n\t            \"excludeUserGroups\": [\r\n\t                \"64\"\r\n\t            ],\r\n\t            \"featured\": false,\r\n\t\t\t\t\"appendOnly\": false\r\n            },\r\n            \"images\": [\r\n            \t{\r\n            \t\t\"url\": \"https://www.tenthousandvillages.com/media/catalog/product/cache/1/large_image/100x100/9df78eab33525d08d6e5fb8d27136e95/6/6/6607890_1.jpg\",\r\n            \t\t\"type\":\"ALTERNATIVE\"\r\n            \t},\r\n            \t{\r\n            \t\t\"url\": \"https://www.tenthousandvillages.com/media/catalog/product/cache/1/large_image/100x100/9df78eab33525d08d6e5fb8d27136e95/6/6/6607890_2.jpg\",\r\n            \t\t\"type\":\"ALTERNATIVE\"\r\n            \t},\r\n            \t{\r\n            \t\t\"url\": \"https://www.tenthousandvillages.com/media/catalog/product/cache/1/large_image/100x100/9df78eab33525d08d6e5fb8d27136e95/6/6/6607890_3.jpg\",\r\n            \t\t\"type\":\"ALTERNATIVE\"\r\n            \t}\r\n            ],\r\n            \"attributes\": [\r\n                {\r\n                    \"key\": \"Price\",\r\n                    \"value\": \"175\"\r\n                },\r\n                {\r\n                    \"key\": \"Price\",\r\n                    \"value\": \"170\",\r\n                    \"userGroups\": [\r\n                        \"23, 42\"\r\n                    ]\r\n                },\r\n                {\r\n                    \"key\": \"Color\",\r\n                    \"value\": \"blue\"\r\n                },\r\n                {\r\n                    \"key\": \"Made in\",\r\n                    \"value\": \"Peru\"\r\n                },\r\n                {\r\n                    \"key\": \"Description\",\r\n                    \"value\": \"Blending different colors to create specific hues|Cotton threads form the warp; wool coils form the weft.|Peruvian artisans used coiled wool to create this painterly image with depth and feeling.|Peruvian weavers use wool from sheep of the Andes.|They wash it in a local river|To make coiled wool tapestries|card and dye it.|ready to create a tapestry on a wooden loom.|they roll the wool fibers into long strands - \\\"I love it\\\"\"\r\n                }\r\n            ]\r\n        },{\r\n            \"identifier\": \"6379b9_B\",\r\n            \"groupIdentifier\": \"937\",\r\n            \"name\": \"Garden Kitty Planter (Small)\",\r\n            \"productUrl\": \"https://www.tenthousandvillages.com/pet-parent/6379b95b7e4577dd7216dd13ae6ba0d4\",\r\n            \"categories\": [\r\n                {\r\n                     \"path\": [\r\n                     \t\"Home\",\r\n                        \"Garden\",\r\n                        \"Garden Maintainance\"\r\n                    ]\r\n                }\r\n            ],\r\n            \"image\": \"https://www.tenthousandvillages.com/media/catalog/product/cache/1/small_image/100x100/9df78eab33525d08d6e5fb8d27136e95/6/6/6607890_1.jpg\",\r\n            \"attributes\": [\r\n            \t{\r\n                    \"key\": \"Price\",\r\n                    \"value\": \"10.99\"\r\n                },\r\n                {\r\n                    \"key\": \"Price\",\r\n                    \"value\": \"6.99\",\r\n                    \"userGroups\" : [\"42\"]\r\n                },\r\n                {\r\n                    \"key\": \"Price\",\r\n                    \"value\": \"2.99\",\r\n                    \"userGroups\" : [\"23\"]\r\n                },\r\n                {\r\n                    \"key\": \"Color\",\r\n                    \"value\": \"red\"\r\n                },\r\n                {\r\n                    \"key\": \"Made in\",\r\n                    \"value\": \"USA\"\r\n                },\r\n                {\r\n                    \"key\": \"Description\",\r\n                    \"value\": \"The Garden Kitty Planter is handcrafted in Bangladesh where makers from Corr-The Jute Works showcase their skill in ceramics by crafting each white-washed terracotta planter by hand.|The perfect pot for cat nip!\"\r\n                }\r\n            ]\r\n        },\r\n        {\r\n            \"identifier\": \"6379b9_C\",\r\n            \"groupIdentifier\": \"937\",\r\n            \"name\": \"Garden Kitty Planter (Small) Typ C\",\r\n            \"productUrl\": \"https://www.tenthousandvillages.com/pet-parent/6379b95b7e4577dd7216dd13ae6ba0d4\",\r\n            \"categories\": [\r\n                {\r\n                    \"path\": [\r\n                    \t\"Home\",\r\n                        \"Garden\",\r\n                        \"Garden Maintainance\"\r\n                    ]\r\n                }\r\n            ],\r\n            \"image\": \"https://www.tenthousandvillages.com/media/catalog/product/cache/1/small_image/100x100/9df78eab33525d08d6e5fb8d27136e95/6/6/6607890_1.jpg\",\r\n            \"attributes\": [\r\n            \t{\r\n                    \"key\": \"Price\",\r\n                    \"value\": \"5.99\"\r\n                },\r\n                {\r\n                    \"key\": \"Price\",\r\n                    \"value\": \"3.99\",\r\n                    \"userGroups\" : [\"23\"]\r\n                },\r\n                {\r\n                    \"key\": \"Price\",\r\n                    \"value\": \"7.99\",\r\n                    \"userGroups\" : [\"42\"]\r\n                },\r\n                {\r\n                    \"key\": \"Made in\",\r\n                    \"value\": \"Germany\",\r\n                    \"userGroups\" : [\"23\"]\r\n                },\r\n                {\r\n                \t\"key\": \"Color\",\r\n                \t\"value\": \"green\"\r\n                },\r\n                {\r\n                    \"key\": \"Description\",\r\n                    \"value\": \"The Garden Kitty Planter is handcrafted in Bangladesh where makers from Corr-The Jute Works showcase their skill in ceramics by crafting each white-washed terracotta planter by hand.|The perfect pot for cat nip!\"\r\n                }\r\n            ]\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{BASE}}/products?apiKey={{APIKEY}}&projectId={{PROJECTID}}","host":["{{BASE}}"],"path":["products"],"query":[{"key":"apiKey","value":"{{APIKEY}}","description":"Your API key"},{"key":"projectId","value":"{{PROJECTID}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 27 May 2020 13:41:14 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"allow-control-allow-origin","value":"*"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-allow-methods","value":"GET, POST, OPTIONS, DELETE, PUT"},{"key":"access-control-allow-headers","value":"Authorization"},{"key":"access-control-allow-headers","value":"language"},{"key":"access-control-allow-headers","value":"Content-Type"},{"key":"access-control-allow-headers","value":"Content-Encoding"},{"key":"access-control-allow-headers","value":"Origin"},{"key":"access-control-allow-headers","value":"X-Requested-With"},{"key":"access-control-allow-headers","value":"Accept"},{"key":"strict-transport-security","value":"max-age=63072000"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"cf-request-id","value":"02f7f6b1b200009704089b2200000001"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"59a026fc59969704-FRA"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Update will now be started\",\n    \"status\": \"success\",\n    \"task\": {\n        \"projectId\": 24,\n        \"taskStatus\": \"RUNNING\",\n        \"failure\": false,\n        \"requestTime\": \"1590586874330\",\n        \"startTime\": \"1590586874331\",\n        \"finishTime\": null,\n        \"nrOfItems\": 3,\n        \"progress\": 0,\n        \"id\": \"5ece6dfa1072dd052fbc210b\"\n    },\n    \"validation\": [\n        {},\n        {},\n        {}\n    ]\n}"}],"_postman_id":"0c6c545e-5100-4d71-a527-429e606e61a8"},{"name":"Full Update: Step 1) init a batch upload","id":"fa6b523f-d3ae-4713-9492-734f00ea2bca","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"{{BASE}}/products/batch/initiate?apiKey={{APIKEY}}&projectId={{PROJECTID}}","description":"<p>Use this endpoint if you want to initiate a full update. Afterwards you can send batches of products in seperate requests in step 2. If you then trigger the update with step 3 all products that are currently in your search but were not contained in the batches you uploaded will get deleted!</p>\n","urlObject":{"path":["products","batch","initiate"],"host":["{{BASE}}"],"query":[{"description":{"content":"<p>Your API Key</p>\n","type":"text/plain"},"key":"apiKey","value":"{{APIKEY}}"},{"key":"projectId","value":"{{PROJECTID}}"}],"variable":[]}},"response":[{"id":"71ebdff1-08cf-4c4b-b203-7319976940b5","name":"initiate a batch product process","originalRequest":{"method":"POST","header":[],"url":{"raw":"{{BASE}}/products/batch/initiate?apiKey={{APIKEY}}&projectId={{PROJECTID}}","host":["{{BASE}}"],"path":["products","batch","initiate"],"query":[{"key":"apiKey","value":"{{APIKEY}}","description":"Your API Key"},{"key":"projectId","value":"{{PROJECTID}}","type":"text"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"allow-control-allow-origin","value":"*"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-allow-methods","value":"GET, POST, OPTIONS, DELETE, PUT"},{"key":"access-control-allow-headers","value":"Authorization"},{"key":"access-control-allow-headers","value":"language"},{"key":"access-control-allow-headers","value":"Content-Type"},{"key":"access-control-allow-headers","value":"Origin"},{"key":"access-control-allow-headers","value":"X-Requested-With"},{"key":"access-control-allow-headers","value":"Accept"},{"key":"content-encoding","value":"gzip"},{"key":"content-type","value":"application/json;charset=UTF-8"},{"key":"content-length","value":"229"},{"key":"date","value":"Fri, 31 Jan 2020 09:03:49 GMT"},{"key":"strict-transport-security","value":"max-age=63072000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"You can now send batches\",\n    \"status\": \"success\",\n    \"task\": {\n        \"projectId\": 5,\n        \"taskStatus\": \"FINISHED\",\n        \"failure\": false,\n        \"requestTime\": \"1580461429402\",\n        \"startTime\": \"1580461429405\",\n        \"finishTime\": \"1580461429945\",\n        \"nrOfItems\": 1,\n        \"nrOfProcessedItems\": 1,\n        \"progress\": 1,\n        \"id\": \"5e33ed753484b21cb8f42cf9\"\n    }\n}"}],"_postman_id":"fa6b523f-d3ae-4713-9492-734f00ea2bca"},{"name":"Full Update: Step 2) upload a batch of products","id":"870d0a2a-8a59-4737-a841-b23d7603cb2a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"products\": [\r\n        {\r\n            \"identifier\": \"61149\",\r\n            \"groupIdentifier\": \"61149\",\r\n            \"name\": \"Branching Life Wall Hanging\",\r\n            \"productUrl\": \"https://www.tenthousandvillages.com/wall-decor/e252ce8d53a61149d6c2d0a7c5147617\",\r\n            \"categories\": [\r\n                {\r\n                    \"path\": [\r\n                        \"Home\",\r\n                        \"Decoration\"\r\n                    ],\r\n                    \"priority\": 1\r\n                },\r\n                {\r\n                    \"path\": [\r\n                        \"Home\",\r\n                        \"House\",\r\n                        \"Living Room\"\r\n                    ]\r\n                }\r\n            ],\r\n            \"settings\": {\r\n                \"includeUserGroups\": [\r\n                    \"23\",\r\n                    \"42\"\r\n                ],\r\n                \"excludeUserGroups\": [\r\n                    \"64\"\r\n                ]\r\n            },\r\n            \"images\": [\r\n                {\r\n                    \"url\": \"https://www.tenthousandvillages.com/media/catalog/product/cache/1/large_image/100x100/9df78eab33525d08d6e5fb8d27136e95/6/6/6607890_1.jpg\",\r\n                    \"type\": \"LARGE\"\r\n                },\r\n                {\r\n                    \"url\": \"https://www.tenthousandvillages.com/media/catalog/product/cache/1/small_image/100x100/9df78eab33525d08d6e5fb8d27136e95/6/6/6607890_1.jpg\",\r\n                    \"type\": \"SMALL\"\r\n                },\r\n                {\r\n                    \"url\": \"https://www.tenthousandvillages.com/media/catalog/product/cache/1/thumb_image/100x100/9df78eab33525d08d6e5fb8d27136e95/6/6/6607890_1.jpg\",\r\n                    \"type\": \"THUMB\"\r\n                }\r\n            ],\r\n            \"attributes\": [\r\n                {\r\n                    \"key\": \"Price\",\r\n                    \"value\": \"175 €\"\r\n                },\r\n                {\r\n                    \"key\": \"Price\",\r\n                    \"value\": \"170 €\",\r\n                    \"userGroups\": [\r\n                        \"23\", \"42\"\r\n                    ]\r\n                },\r\n                {\r\n                    \"key\": \"Color\",\r\n                    \"value\": \"blue\"\r\n                },\r\n                {\r\n                    \"key\": \"Weight\",\r\n                    \"value\": \"2,4 kg\"\r\n                },\r\n                {\r\n                    \"key\": \"Made in\",\r\n                    \"value\": \"Peru\"\r\n                },\r\n                {\r\n                    \"key\": \"Description\",\r\n                    \"value\": \"Blending different colors to create specific hues|Cotton threads form the warp; wool coils form the weft.|Peruvian artisans used coiled wool to create this painterly image with depth and feeling.|Peruvian weavers use wool from sheep of the Andes.|They wash it in a local river|To make coiled wool tapestries|card and dye it.|ready to create a tapestry on a wooden loom.|they roll the wool fibers into long strands - \\\"I love it\\\"\"\r\n                }\r\n            ]\r\n        },\r\n        {\r\n            \"identifier\": \"6379b9_B\",\r\n            \"groupIdentifier\": \"937\",\r\n            \"name\": \"Garden Kitty Planter (Small)\",\r\n            \"productUrl\": \"https://www.tenthousandvillages.com/pet-parent/6379b95b7e4577dd7216dd13ae6ba0d4\",\r\n            \"categories\": [\r\n                {\r\n                    \"path\": [\r\n                        \"Home\",\r\n                        \"Garden\",\r\n                        \"Garden Maintainance\"\r\n                    ]\r\n                }\r\n            ],\r\n            \"image\": \"https://www.tenthousandvillages.com/media/catalog/product/cache/1/small_image/100x100/9df78eab33525d08d6e5fb8d27136e95/6/6/6607890_1.jpg\",\r\n            \"attributes\": [\r\n                {\r\n                    \"key\": \"Price\",\r\n                    \"value\": \"$10.99\"\r\n                },\r\n                {\r\n                    \"key\": \"Price\",\r\n                    \"value\": \"$6.99\",\r\n                    \"userGroups\": [\r\n                        \"42\"\r\n                    ]\r\n                },\r\n                {\r\n                    \"key\": \"Price\",\r\n                    \"value\": \"$2.99\",\r\n                    \"userGroups\": [\r\n                        \"23\"\r\n                    ]\r\n                },\r\n                {\r\n                    \"key\": \"Color\",\r\n                    \"value\": \"red\"\r\n                },\r\n                {\r\n                    \"key\": \"Made in\",\r\n                    \"value\": \"USA\"\r\n                },\r\n                {\r\n                    \"key\": \"Description\",\r\n                    \"value\": \"The Garden Kitty Planter is handcrafted in Bangladesh where makers from Corr-The Jute Works showcase their skill in ceramics by crafting each white-washed terracotta planter by hand.|The perfect pot for cat nip!\"\r\n                }\r\n            ]\r\n        },\r\n        {\r\n            \"identifier\": \"6379b9_C\",\r\n            \"groupIdentifier\": \"937\",\r\n            \"name\": \"Garden Kitty Planter (Small) Typ C\",\r\n            \"productUrl\": \"https://www.tenthousandvillages.com/pet-parent/6379b95b7e4577dd7216dd13ae6ba0d4\",\r\n            \"categories\": [\r\n                {\r\n                    \"path\": [\r\n                        \"Home\",\r\n                        \"Garden\",\r\n                        \"Garden Maintainance\"\r\n                    ]\r\n                }\r\n            ],\r\n            \"image\": \"https://www.tenthousandvillages.com/media/catalog/product/cache/1/small_image/100x100/9df78eab33525d08d6e5fb8d27136e95/6/6/6607890_1.jpg\",\r\n            \"attributes\": [\r\n                {\r\n                    \"key\": \"Price\",\r\n                    \"value\": \"$5.99\"\r\n                },\r\n                {\r\n                    \"key\": \"Price\",\r\n                    \"value\": \"$3.99\",\r\n                    \"userGroups\": [\r\n                        \"23\"\r\n                    ]\r\n                },\r\n                {\r\n                    \"key\": \"Price\",\r\n                    \"value\": \"$7.99\",\r\n                    \"userGroups\": [\r\n                        \"42\"\r\n                    ]\r\n                },\r\n                {\r\n                    \"key\": \"Made in\",\r\n                    \"value\": \"Germany\",\r\n                    \"userGroups\": [\r\n                        \"23\"\r\n                    ]\r\n                },\r\n                {\r\n                    \"key\": \"Color\",\r\n                    \"value\": \"green\"\r\n                },\r\n                {\r\n                    \"key\": \"Description\",\r\n                    \"value\": \"The Garden Kitty Planter is handcrafted in Bangladesh where makers from Corr-The Jute Works showcase their skill in ceramics by crafting each white-washed terracotta planter by hand.|The perfect pot for cat nip!\"\r\n                }\r\n            ]\r\n        }\r\n    ]\r\n}"},"url":"{{BASE}}/products/batch/upload?apiKey={{APIKEY}}&projectId={{PROJECTID}}","description":"<p>Use this resource to upload a batch of products. Please see the JSON example how product data should look like.</p>\n<p>Additionally: the incoming data is parsed and validated with a JSON Schema definition you may look at here: <a href=\"https://api-v3.semknox.com/schema/schema-product-update-array.json\">https://api-v3.semknox.com/schema/schema-product-update-array.json</a></p>\n<p>If the uploaded JSON breaks the JSON Schema, you will get detailed information about the error in the API response. <em>Please always check the JSON response after the upload of a batch if it contains \"status: success\"</em>.</p>\n<p>Attention: all attribute objects in the \"attributes\" array need to have the value given as String. This means, that even numeric values need to be converted to Strings. Additonally, numeric values need to have a unit, especially in case of the \"Price\" attribute which each product usally has.</p>\n<p>User-group-specific attributes: they API allows to receive attributes which are only valid for a dedicated user group. This way you may send in eg. multiple prices which are only valid for certain users. Please make sure - if you use this feature - to always send in a default value for the corresponding attribute without a set user group. So in case of a price we need to have a default price attribute like:</p>\n<p>{ \"key\": \"price\", \"value\":\"9,99 EUR\"}</p>\n<p>.. and then there might be multiple objects with user-group specific values:</p>\n<p>{ \"key\": \"price\", \"value\":\"9,98 EUR\", \"userGroups\":[\"42\",\"7\"]}, { \"key\": \"price\", \"value\":\"7,99 EUR\", \"userGroups\":[\"9\"]}</p>\n<p>Price attributes: there are two special flags for price attributes. You may add a \"settings\" property on the attribute object which contains the boolean properties \"oldPrice\" and \"newPrice\". That way strike prices may be programmatically defined.</p>\n<p>{ \"key\": \"strike price\", \"value\":\"9,99 EUR\", \"settings\": {\"oldPrice\": true}},{ \"key\": \"price\", \"value\":\"19,99 EUR\", \"settings\": {\"newPrice\": true}}</p>\n","urlObject":{"path":["products","batch","upload"],"host":["{{BASE}}"],"query":[{"description":{"content":"<p>Your API key</p>\n","type":"text/plain"},"key":"apiKey","value":"{{APIKEY}}"},{"key":"projectId","value":"{{PROJECTID}}"}],"variable":[]}},"response":[{"id":"5360dd4c-39b4-4388-87af-4463d501f5df","name":"upload a batch of products","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n   \"products\":[\r\n      {\r\n         \"identifier\":\"61149\",\r\n         \"groupIdentifier\":\"61149\",\r\n         \"name\":\"Branching Life Wall Hanging\",\r\n         \"productUrl\":\"https://www.tenthousandvillages.com/wall-decor/e252ce8d53a61149d6c2d0a7c5147617\",\r\n         \"categories\":[\r\n            {\r\n               \"path\":[\r\n                  \"Home\",\r\n                  \"Decoration\"\r\n               ]\r\n            },\r\n            {\r\n               \"path\":[\r\n                  \"Home\",\r\n                  \"House\",\r\n                  \"Living Room\"\r\n               ]\r\n            }\r\n         ],\r\n         \"settings\":{\r\n            \"includeUserGroups\":[\r\n               \"23\",\r\n               \"42\"\r\n            ],\r\n            \"excludeUserGroups\":[\r\n               \"64\"\r\n            ]\r\n         },\r\n         \"images\":[\r\n            {\r\n               \"url\":\"https://www.tenthousandvillages.com/media/catalog/product/cache/1/large_image/100x100/9df78eab33525d08d6e5fb8d27136e95/6/6/6607890_1.jpg\",\r\n               \"type\":\"LARGE\"\r\n            },\r\n            {\r\n               \"url\":\"https://www.tenthousandvillages.com/media/catalog/product/cache/1/small_image/100x100/9df78eab33525d08d6e5fb8d27136e95/6/6/6607890_1.jpg\",\r\n               \"type\":\"SMALL\"\r\n            },\r\n            {\r\n               \"url\":\"https://www.tenthousandvillages.com/media/catalog/product/cache/1/thumb_image/100x100/9df78eab33525d08d6e5fb8d27136e95/6/6/6607890_1.jpg\",\r\n               \"type\":\"THUMB\"\r\n            }\r\n         ],\r\n         \"attributes\":[\r\n            {\r\n               \"key\":\"Price\",\r\n               \"value\":\"$175\"\r\n            },\r\n            {\r\n               \"key\":\"Price\",\r\n               \"value\":\"$170\",\r\n               \"userGroups\":[\r\n                  \"23\",\r\n                  \"42\"\r\n               ]\r\n            },\r\n            {\r\n               \"key\":\"Color\",\r\n               \"value\":\"blue\"\r\n            },\r\n            {\r\n               \"key\":\"Color\",\r\n               \"value\":\"red\"\r\n            },\r\n            {\r\n               \"key\":\"Made in\",\r\n               \"value\":\"Peru\"\r\n            },\r\n            {\r\n               \"key\":\"Description\",\r\n               \"value\":\"Blending different colors to create specific hues|Cotton threads form the warp; wool coils form the weft.|Peruvian artisans used coiled wool to create this painterly image with depth and feeling.|Peruvian weavers use wool from sheep of the Andes.|They wash it in a local river|To make coiled wool tapestries|card and dye it.|ready to create a tapestry on a wooden loom.|they roll the wool fibers into long strands - \\\"I love it\\\"\"\r\n            }\r\n         ]\r\n      },\r\n      {\r\n         \"identifier\":\"6379b9_B\",\r\n         \"groupIdentifier\":\"937\",\r\n         \"name\":\"Garden Kitty Planter (Small)\",\r\n         \"productUrl\":\"https://www.tenthousandvillages.com/pet-parent/6379b95b7e4577dd7216dd13ae6ba0d4\",\r\n         \"categories\":[\r\n            {\r\n               \"path\":[\r\n                  \"Home\",\r\n                  \"Garden\",\r\n                  \"Garden Maintainance\"\r\n               ]\r\n            }\r\n         ],\r\n         \"image\":\"https://www.tenthousandvillages.com/media/catalog/product/cache/1/small_image/100x100/9df78eab33525d08d6e5fb8d27136e95/6/6/6607890_1.jpg\",\r\n         \"attributes\":[\r\n            {\r\n               \"key\":\"Price\",\r\n               \"value\":\"$10.99\"\r\n            },\r\n            {\r\n               \"key\":\"Price\",\r\n               \"value\":\"$6.99\",\r\n               \"userGroups\":[\r\n                  \"42\"\r\n               ]\r\n            },\r\n            {\r\n               \"key\":\"Price\",\r\n               \"value\":\"$2.99\",\r\n               \"userGroups\":[\r\n                  \"23\"\r\n               ]\r\n            },\r\n            {\r\n               \"key\":\"Color\",\r\n               \"value\":\"red\"\r\n            },\r\n            {\r\n               \"key\":\"Made in\",\r\n               \"value\":\"USA\"\r\n            },\r\n            {\r\n               \"key\":\"Description\",\r\n               \"value\":\"The Garden Kitty Planter is handcrafted in Bangladesh where makers from Corr-The Jute Works showcase their skill in ceramics by crafting each white-washed terracotta planter by hand.|The perfect pot for cat nip!\"\r\n            }\r\n         ]\r\n      },\r\n      {\r\n         \"identifier\":\"6379b9_C\",\r\n         \"groupIdentifier\":\"937\",\r\n         \"name\":\"Garden Kitty Planter (Small) Typ C\",\r\n         \"productUrl\":\"https://www.tenthousandvillages.com/pet-parent/6379b95b7e4577dd7216dd13ae6ba0d4\",\r\n         \"categories\":[\r\n            {\r\n               \"path\":[\r\n                  \"Home\",\r\n                  \"Garden\",\r\n                  \"Garden Maintainance\"\r\n               ]\r\n            }\r\n         ],\r\n         \"image\":\"https://www.tenthousandvillages.com/media/catalog/product/cache/1/small_image/100x100/9df78eab33525d08d6e5fb8d27136e95/6/6/6607890_1.jpg\",\r\n         \"attributes\":[\r\n            {\r\n               \"key\":\"Price\",\r\n               \"value\":\"$5.99\"\r\n            },\r\n            {\r\n               \"key\":\"Price\",\r\n               \"value\":\"$3.99\",\r\n               \"userGroups\":[\r\n                  \"23\"\r\n               ]\r\n            },\r\n            {\r\n               \"key\":\"Price\",\r\n               \"value\":\"$7.99\",\r\n               \"userGroups\":[\r\n                  \"42\"\r\n               ]\r\n            },\r\n            {\r\n               \"key\":\"Made in\",\r\n               \"value\":\"Germany\",\r\n               \"userGroups\":[\r\n                  \"23\"\r\n               ]\r\n            },\r\n            {\r\n               \"key\":\"Color\",\r\n               \"value\":\"green\"\r\n            },\r\n            {\r\n               \"key\":\"Description\",\r\n               \"value\":\"The Garden Kitty Planter is handcrafted in Bangladesh where makers from Corr-The Jute Works showcase their skill in ceramics by crafting each white-washed terracotta planter by hand.|The perfect pot for cat nip!\"\r\n            }\r\n         ]\r\n      }\r\n   ]\r\n}"},"url":{"raw":"{{BASE}}/products/batch/upload?apiKey={{APIKEY}}&projectId={{PROJECTID}}","host":["{{BASE}}"],"path":["products","batch","upload"],"query":[{"key":"apiKey","value":"{{APIKEY}}","description":"Your API key"},{"key":"projectId","value":"{{PROJECTID}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 27 May 2020 13:40:16 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"allow-control-allow-origin","value":"*"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-allow-methods","value":"GET, POST, OPTIONS, DELETE, PUT"},{"key":"access-control-allow-headers","value":"Authorization"},{"key":"access-control-allow-headers","value":"language"},{"key":"access-control-allow-headers","value":"Content-Type"},{"key":"access-control-allow-headers","value":"Content-Encoding"},{"key":"access-control-allow-headers","value":"Origin"},{"key":"access-control-allow-headers","value":"X-Requested-With"},{"key":"access-control-allow-headers","value":"Accept"},{"key":"strict-transport-security","value":"max-age=63072000"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"cf-request-id","value":"02f7f5cdbe0000970408ba8200000001"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"59a0258f9af39704-FRA"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Batch received\",\n    \"status\": \"success\",\n    \"task\": {\n        \"projectId\": 24,\n        \"taskStatus\": \"FINISHED\",\n        \"failure\": false,\n        \"requestTime\": \"1590586815980\",\n        \"startTime\": \"1590586815982\",\n        \"finishTime\": \"1590586816737\",\n        \"nrOfItems\": 3,\n        \"progress\": 1,\n        \"id\": \"5ece6dbf1072dd052fbc210a\"\n    },\n    \"validation\": [\n        {},\n        {},\n        {}\n    ]\n}"}],"_postman_id":"870d0a2a-8a59-4737-a841-b23d7603cb2a"},{"name":"Full Update: Step 3) start batch update","id":"39f338f2-f207-4324-9e89-19b7a503b0fa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"url":"{{BASE}}/products/batch/start?apiKey={{APIKEY}}&projectId={{PROJECTID}}","description":"<p>This endpoint starts an update for all before uploaded batches</p>\n","urlObject":{"path":["products","batch","start"],"host":["{{BASE}}"],"query":[{"description":{"content":"<p>Your API key</p>\n","type":"text/plain"},"key":"apiKey","value":"{{APIKEY}}"},{"key":"projectId","value":"{{PROJECTID}}"}],"variable":[]}},"response":[{"id":"6df8c90e-f7d9-4a8f-a202-b3f83130b25d","name":"start batched update","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"url":{"raw":"{{BASE}}/products/batch/start?apiKey={{APIKEY}}&projectId={{PROJECTID}}","host":["{{BASE}}"],"path":["products","batch","start"],"query":[{"key":"apiKey","value":"{{APIKEY}}","description":"Your API key"},{"key":"projectId","value":"{{PROJECTID}}","type":"text"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"allow-control-allow-origin","value":"*"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-allow-methods","value":"GET, POST, OPTIONS, DELETE, PUT"},{"key":"access-control-allow-headers","value":"Authorization"},{"key":"access-control-allow-headers","value":"language"},{"key":"access-control-allow-headers","value":"Content-Type"},{"key":"access-control-allow-headers","value":"Origin"},{"key":"access-control-allow-headers","value":"X-Requested-With"},{"key":"access-control-allow-headers","value":"Accept"},{"key":"content-encoding","value":"gzip"},{"key":"content-type","value":"application/json;charset=UTF-8"},{"key":"content-length","value":"236"},{"key":"date","value":"Fri, 31 Jan 2020 09:04:08 GMT"},{"key":"strict-transport-security","value":"max-age=63072000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Batch Update will now be started\",\n    \"status\": \"success\",\n    \"task\": {\n        \"projectId\": 5,\n        \"taskStatus\": \"RUNNING\",\n        \"failure\": false,\n        \"requestTime\": \"1580461448324\",\n        \"startTime\": \"1580461448328\",\n        \"finishTime\": null,\n        \"nrOfItems\": 21,\n        \"nrOfProcessedItems\": 0,\n        \"progress\": 0,\n        \"id\": \"5e33ed883484b21cb8f42cfc\"\n    }\n}"}],"_postman_id":"39f338f2-f207-4324-9e89-19b7a503b0fa"},{"name":"retrieve product data by identifier (one product)","id":"14030bf9-9ac4-4573-99c6-23656bdc28ff","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{BASE}}/product-service?identifier=338939&apiKey={{APIKEY}}&projectId={{PROJECTID}}","urlObject":{"path":["product-service"],"host":["{{BASE}}"],"query":[{"key":"identifier","value":"338939"},{"key":"apiKey","value":"{{APIKEY}}"},{"key":"projectId","value":"{{PROJECTID}}"}],"variable":[]}},"response":[{"id":"0ac910b5-ca49-4ad9-b8af-2d5c25182eac","name":"retrieve a single product","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{BASE}}/product-service?identifier=10000008&apiKey={{APIKEY}}&projectId={{PROJECTID}}","host":["{{BASE}}"],"path":["product-service"],"query":[{"key":"identifier","value":"10000008"},{"key":"apiKey","value":"{{APIKEY}}"},{"key":"projectId","value":"{{PROJECTID}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 12 Sep 2023 10:43:38 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"1830"},{"key":"Connection","value":"keep-alive"},{"key":"allow-control-allow-origin","value":"*"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-allow-methods","value":"GET, POST, OPTIONS, DELETE, PUT"},{"key":"access-control-allow-headers","value":"Authorization"},{"key":"access-control-allow-headers","value":"language"},{"key":"access-control-allow-headers","value":"Content-Type"},{"key":"access-control-allow-headers","value":"Content-Encoding"},{"key":"access-control-allow-headers","value":"Origin"},{"key":"access-control-allow-headers","value":"X-Requested-With"},{"key":"access-control-allow-headers","value":"Accept"},{"key":"access-control-allow-headers","value":"SHOPSYSVER"},{"key":"access-control-allow-headers","value":"EXTVER"},{"key":"access-control-allow-headers","value":"SHOPSYS"},{"key":"access-control-allow-headers","value":"SEARCHINTEGRATION"},{"key":"access-control-allow-headers","value":"SEARCHINTEGRATIONVER"},{"key":"content-encoding","value":"gzip"},{"key":"strict-transport-security","value":"max-age=63072000"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"80578ce11d60ca7d-HAM"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 2118328,\n    \"identifier\": \"10000008\",\n    \"groupId\": \"10000008\",\n    \"name\": \"My product 1\",\n    \"link\": \"https://www.example.com/ny-product-1\",\n    \"images\": [\n        {\n            \"url\": \"https://media.example.com/Artikelbilder/Shopsystem/1000px_V2/10000008.jpg\",\n            \"type\": \"LARGE\"\n        }\n    ],\n    \"categories\": [\n        {\n            \"path\": [\n                \"Startseite\",\n                \"Haushalt\",\n                \"Küchengeräte\"\n            ]\n        }\n    ],\n    \"facts\": [\n        {\n            \"attributeId\": 179838,\n            \"attribute\": \"Aktiv\",\n            \"value\": \"ja\",\n            \"type\": \"BOOLEAN_ATTRIBUTE\"\n        },\n        {\n            \"attributeId\": 4009063,\n            \"attribute\": \"Feature List\",\n            \"value\": \"Finish: Chrom\",\n            \"type\": \"UNTYPED_ATTRIBUTE\",\n            \"settings\": [\n                \"description\"\n            ]\n        },\n        {\n            \"attributeId\": 4009063,\n            \"attribute\": \"Feature List\",\n            \"value\": \"Doppelstrebig\",\n            \"type\": \"UNTYPED_ATTRIBUTE\",\n            \"settings\": [\n                \"description\"\n            ]\n        },\n        {\n            \"attributeId\": 4121179,\n            \"attribute\": \"Is Available\",\n            \"value\": \"false\",\n            \"type\": \"BOOLEAN_ATTRIBUTE\"\n        },\n        {\n            \"attributeId\": 175203,\n            \"attribute\": \"Hersteller\",\n            \"valueId\": 179146,\n            \"value\": \"Example\",\n            \"type\": \"TEXT_ATTRIBUTE\"\n        },\n        {\n            \"attributeId\": 3346230,\n            \"attribute\": \"Description\",\n            \"value\": \"Auch für das Grillen draußen geeignet.\",\n            \"type\": \"UNTYPED_ATTRIBUTE\",\n            \"settings\": [\n                \"description\"\n            ]\n        },\n        {\n            \"attributeId\": 263471334,\n            \"attribute\": \"Price EUR\",\n            \"value\": \"89.00\",\n            \"type\": \"NUMERIC_ATTRIBUTE\",\n            \"unit\": \"eur\"\n        }\n    ],\n    \"lastUpdateTs\": 1694511405780\n}"}],"_postman_id":"14030bf9-9ac4-4573-99c6-23656bdc28ff"},{"name":"retrieve product data by taskId (multiple products)","id":"44e68345-1dfc-4e23-9717-305b0a588981","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{BASE}}/product-service/products?taskId={{TASKID}}&apiKey={{APIKEY}}&projectId={{PROJECTID}}&offset=0&limit=100","urlObject":{"path":["product-service","products"],"host":["{{BASE}}"],"query":[{"key":"taskId","value":"{{TASKID}}"},{"key":"apiKey","value":"{{APIKEY}}"},{"key":"projectId","value":"{{PROJECTID}}"},{"key":"offset","value":"0"},{"key":"limit","value":"100"}],"variable":[]}},"response":[{"id":"ed12a7b0-40f7-496d-87ab-2c2271eabdb3","name":"retrieve product data by taskId (multiple products)","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{BASE}}/product-service/products?taskId={{TASKID}}&apiKey={{APIKEY}}&projectId={{PROJECTID}}&offset=0&limit=100","host":["{{BASE}}"],"path":["product-service","products"],"query":[{"key":"taskId","value":"{{TASKID}}"},{"key":"apiKey","value":"{{APIKEY}}"},{"key":"projectId","value":"{{PROJECTID}}"},{"key":"offset","value":"0"},{"key":"limit","value":"100"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 13 Mar 2024 09:29:13 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"53619"},{"key":"Connection","value":"keep-alive"},{"key":"allow-control-allow-origin","value":"*"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-allow-methods","value":"GET, POST, OPTIONS, DELETE, PUT"},{"key":"access-control-allow-headers","value":"Authorization"},{"key":"access-control-allow-headers","value":"language"},{"key":"access-control-allow-headers","value":"Content-Type"},{"key":"access-control-allow-headers","value":"Content-Encoding"},{"key":"access-control-allow-headers","value":"Origin"},{"key":"access-control-allow-headers","value":"X-Requested-With"},{"key":"access-control-allow-headers","value":"Accept"},{"key":"access-control-allow-headers","value":"SHOPSYSVER"},{"key":"access-control-allow-headers","value":"EXTVER"},{"key":"access-control-allow-headers","value":"SHOPSYS"},{"key":"access-control-allow-headers","value":"SEARCHINTEGRATION"},{"key":"access-control-allow-headers","value":"SEARCHINTEGRATIONVER"},{"key":"access-control-allow-headers","value":"X-Encryption-Payload"},{"key":"access-control-allow-headers","value":"X-Encryption-Signature"},{"key":"content-encoding","value":"gzip"},{"key":"strict-transport-security","value":"max-age=63072000"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"863aff957d2791f3-FRA"}],"cookie":[],"responseTime":null,"body":"{\n    \"products\": [\n        {\n            \"id\": 70089885,\n            \"identifier\": \"442314323853-01\",\n            \"groupId\": \"4488AA-01\",\n            \"name\": \"example Gen Complete\",\n            \"link\": \"https://www.example.com/example-gen5detect-iron-purple\",\n            \"images\": [\n                {\n                    \"url\": \"https://example-h.assetsadobe2.com/is/image/content/dam/example/Purple_tool.png?scl=1&fmt=png-alpha\",\n                    \"type\": \"LARGE\"\n                }\n            ],\n            \"categories\": [\n                {\n                    \"path\": [\n                        \"floorcare\"\n                    ],\n                    \"categoryId\": 3255111\n                }\n            ],\n            \"facts\": [\n                {\n                    \"attributeId\": 3255136,\n                    \"attribute\": \"max_run_time\",\n                    \"valueId\": 265034544,\n                    \"value\": \"Up to 70 minutes\",\n                    \"type\": \"TEXT_ATTRIBUTE\",\n                    \"settings\": []\n                },\n                {\n                    \"attributeId\": 259604304,\n                    \"attribute\": \"Catalog 1\",\n                    \"value\": \"TRUE\",\n                    \"type\": \"BOOLEAN_ATTRIBUTE\",\n                    \"settings\": []\n                },\n                {\n                    \"attributeId\": 3598894,\n                    \"attribute\": \"bulletpoint 1\",\n                    \"value\": \"The most powerful HEPA cordless vacuum<sup>1</sup>\",\n                    \"type\": \"UNTYPED_ATTRIBUTE\",\n                    \"settings\": [\n                        \"description\"\n                    ]\n                },\n                {\n                    \"attributeId\": 3255123,\n                    \"attribute\": \"in_stock\",\n                    \"valueId\": 3255157,\n                    \"value\": \"In Stock\",\n                    \"type\": \"TEXT_ATTRIBUTE\",\n                    \"settings\": []\n                }\n            ],\n            \"lastUpdateTs\": 1710261266235\n        },\n        {\n            \"id\": 101003056,\n            \"identifier\": \"389928-03\",\n            \"groupId\": \"389928-03\",\n            \"name\": \"Refurbished example hair dryer\",\n            \"link\": \"https://www.example.com/example-super-hair-dryer\",\n            \"images\": [\n                {\n                    \"url\": \"https://example-h.assetsadobe2.com/is/image/content/dam/example/Hair-Dryer.png?scl=1&fmt=png-alpha\",\n                    \"type\": \"LARGE\"\n                }\n            ],\n            \"categories\": [\n                {\n                    \"path\": [\n                        \"UNKNOWN\"\n                    ],\n                    \"categoryId\": -99\n                }\n            ],\n            \"facts\": [                \n                {\n                    \"attributeId\": 3255121,\n                    \"attribute\": \"weight\",\n                    \"valueId\": 271258080,\n                    \"value\": \"0.6590\",\n                    \"type\": \"TEXT_ATTRIBUTE\",\n                    \"settings\": []\n                },\n                {\n                    \"attributeId\": 3255126,\n                    \"attribute\": \"price\",\n                    \"value\": \"449.00\",\n                    \"type\": \"NUMERIC_ATTRIBUTE\",\n                    \"unit\": \"\",\n                    \"settings\": []\n                },\n                {\n                    \"attributeId\": 3346397,\n                    \"attribute\": \"product_ID\",\n                    \"valueId\": 274199096,\n                    \"value\": \"29467\",\n                    \"type\": \"TEXT_ATTRIBUTE\",\n                    \"settings\": []\n                }\n            ],\n            \"lastUpdateTs\": 1710261266235\n        }\n    ]\n}"}],"_postman_id":"44e68345-1dfc-4e23-9717-305b0a588981"}],"id":"e503ee8d-c59d-4b6e-8c03-b38ecb983fed","_postman_id":"e503ee8d-c59d-4b6e-8c03-b38ecb983fed","description":""},{"name":"TASK","item":[{"name":"get task information","id":"66cf2dd6-17b9-4cfc-8886-7a3df7b45a56","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{BASE}}/tasks/{{TASKID}}?apiKey={{APIKEY}}&projectId={{PROJECTID}}","urlObject":{"path":["tasks","{{TASKID}}"],"host":["{{BASE}}"],"query":[{"key":"apiKey","value":"{{APIKEY}}"},{"key":"projectId","value":"{{PROJECTID}}"}],"variable":[]}},"response":[{"id":"3bc5d034-270e-4cf2-b47a-2d7743284636","name":"get task information","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{BASE}}/tasks/{{TASKID}}?apiKey={{APIKEY}}&projectId={{PROJECTID}}","host":["{{BASE}}"],"path":["tasks","{{TASKID}}"],"query":[{"key":"apiKey","value":"{{APIKEY}}"},{"key":"projectId","value":"{{PROJECTID}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 22 Dec 2023 15:12:02 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"235"},{"key":"Connection","value":"keep-alive"},{"key":"allow-control-allow-origin","value":"*"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-allow-methods","value":"GET, POST, OPTIONS, DELETE, PUT"},{"key":"access-control-allow-headers","value":"Authorization"},{"key":"access-control-allow-headers","value":"language"},{"key":"access-control-allow-headers","value":"Content-Type"},{"key":"access-control-allow-headers","value":"Content-Encoding"},{"key":"access-control-allow-headers","value":"Origin"},{"key":"access-control-allow-headers","value":"X-Requested-With"},{"key":"access-control-allow-headers","value":"Accept"},{"key":"access-control-allow-headers","value":"SHOPSYSVER"},{"key":"access-control-allow-headers","value":"EXTVER"},{"key":"access-control-allow-headers","value":"SHOPSYS"},{"key":"access-control-allow-headers","value":"SEARCHINTEGRATION"},{"key":"access-control-allow-headers","value":"SEARCHINTEGRATIONVER"},{"key":"content-encoding","value":"gzip"},{"key":"strict-transport-security","value":"max-age=63072000"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"83994cfe88b458e4-TXL"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Task received\",\n    \"status\": \"success\",\n    \"task\": {\n        \"projectId\": {{PROJECTID}},\n        \"projectName\": null,\n        \"origin\": \"LIVE-API\",\n        \"taskStatus\": \"FINISHED\",\n        \"name\": \"\",\n        \"failure\": false,\n        \"requestTime\": 1703257750699,\n        \"startTime\": 1703257750701,\n        \"finishTime\": 1703257806818,\n        \"progress\": 1,\n        \"logCounter\": 0,\n        \"id\": \"{{TASKID}}\"\n    }\n}"},{"id":"c9d48234-5997-4bd0-ae35-77d409ffa830","name":"get task information","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{BASE}}/tasks/{{TASKID}}?apiKey={{APIKEY}}&projectId={{PROJECTID}}","host":["{{BASE}}"],"path":["tasks","{{TASKID}}"],"query":[{"key":"apiKey","value":"{{APIKEY}}"},{"key":"projectId","value":"{{PROJECTID}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 12 Mar 2024 09:48:26 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"272"},{"key":"Connection","value":"keep-alive"},{"key":"allow-control-allow-origin","value":"*"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-allow-methods","value":"GET, POST, OPTIONS, DELETE, PUT"},{"key":"access-control-allow-headers","value":"Authorization"},{"key":"access-control-allow-headers","value":"language"},{"key":"access-control-allow-headers","value":"Content-Type"},{"key":"access-control-allow-headers","value":"Content-Encoding"},{"key":"access-control-allow-headers","value":"Origin"},{"key":"access-control-allow-headers","value":"X-Requested-With"},{"key":"access-control-allow-headers","value":"Accept"},{"key":"access-control-allow-headers","value":"SHOPSYSVER"},{"key":"access-control-allow-headers","value":"EXTVER"},{"key":"access-control-allow-headers","value":"SHOPSYS"},{"key":"access-control-allow-headers","value":"SEARCHINTEGRATION"},{"key":"access-control-allow-headers","value":"SEARCHINTEGRATIONVER"},{"key":"access-control-allow-headers","value":"X-Encryption-Payload"},{"key":"access-control-allow-headers","value":"X-Encryption-Signature"},{"key":"content-encoding","value":"gzip"},{"key":"strict-transport-security","value":"max-age=63072000"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"8632de56d95534f2-WAW"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Task received\",\n    \"status\": \"success\",\n    \"task\": {\n        \"projectId\": 1343565245243544432546,\n        \"projectName\": null,\n        \"origin\": \"LIVE-API\",\n        \"taskStatus\": \"FINISHED\",\n        \"name\": \"Api triggered full update\",\n        \"taskIncrementType\": \"ITEM_BASED\",\n        \"failure\": false,\n        \"requestTime\": 1710234600186,\n        \"startTime\": 1710234600187,\n        \"finishTime\": 1710236479695,\n        \"progress\": 1,\n        \"logCounter\": 942,\n        \"id\": \"78a01bf37233ac0ee051f363\"\n    }\n}"}],"_postman_id":"66cf2dd6-17b9-4cfc-8886-7a3df7b45a56"},{"name":"get last updates information","id":"0dd9997c-39b4-45eb-99c3-56614fb3b989","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{BASE}}/task-monitoring/update?apiKey={{APIKEY}}&projectId={{PROJECTID}}","description":"<p>This endpoint allows to receive information about the last updates which were run for this project.</p>\n","urlObject":{"path":["task-monitoring","update"],"host":["{{BASE}}"],"query":[{"key":"apiKey","value":"{{APIKEY}}"},{"key":"projectId","value":"{{PROJECTID}}"}],"variable":[]}},"response":[{"id":"21f22795-24c0-4095-9123-b4707a92cf84","name":"get last updates information example","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{BASE}}/task-monitoring/update?apiKey={{APIKEY}}&projectId={{PROJECTID}}","host":["{{BASE}}"],"path":["task-monitoring","update"],"query":[{"key":"apiKey","value":"{{APIKEY}}"},{"key":"projectId","value":"{{PROJECTID}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 27 Jun 2022 07:17:52 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"490"},{"key":"Connection","value":"keep-alive"},{"key":"allow-control-allow-origin","value":"*"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-allow-methods","value":"GET, POST, OPTIONS, DELETE, PUT"},{"key":"access-control-allow-headers","value":"Authorization"},{"key":"access-control-allow-headers","value":"language"},{"key":"access-control-allow-headers","value":"Content-Type"},{"key":"access-control-allow-headers","value":"Content-Encoding"},{"key":"access-control-allow-headers","value":"Origin"},{"key":"access-control-allow-headers","value":"X-Requested-With"},{"key":"access-control-allow-headers","value":"Accept"},{"key":"access-control-allow-headers","value":"SHOPSYSVER"},{"key":"access-control-allow-headers","value":"EXTVER"},{"key":"access-control-allow-headers","value":"SHOPSYS"},{"key":"access-control-allow-headers","value":"SEARCHINTEGRATION"},{"key":"access-control-allow-headers","value":"SEARCHINTEGRATIONVER"},{"key":"content-encoding","value":"gzip"},{"key":"strict-transport-security","value":"max-age=63072000"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"721c67cafa264528-TXL"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"data\": {\n        \"hasScheduledUpdates\": true,\n        \"scheduledUpdates\": [\n            \"03:15\"\n        ],\n        \"lastGenUpdateTask\": {\n            \"_id\": {\n                \"$oid\": \"62b90581786ed77cebfab763\"\n            },\n            \"projectId\": 123456,\n            \"projectName\": null,\n            \"origin\": \"LIVE-API\",\n            \"taskStatus\": \"FINISHED\",\n            \"taskKind\": \"GENERAL_UPDATE\",\n            \"taskKindReadable\": \"General Update\",\n            \"failure\": false,\n            \"message\": \"\",\n            \"requestTime\": 1656292737824,\n            \"requestTimeString\": \"2022-06-27 03:18:57\",\n            \"startTime\": 1656292737836,\n            \"startTimeString\": \"2022-06-27 03:18:57\",\n            \"finishTime\": 1656292862767,\n            \"finishTimeString\": \"2022-06-27 03:21:02\",\n            \"nrOfItems\": 41932,\n            \"nrOfProcessedItems\": 41932,\n            \"progress\": 1,\n            \"logCounter\": 0\n        },\n        \"lastFullUpdateTask\": null,\n        \"lastScheduledUpdateTask\": {\n            \"_id\": {\n                \"$oid\": \"62b9049a786ed77cebfa99b0\"\n            },\n            \"projectId\": 123456,\n            \"projectName\": null,\n            \"origin\": \"LIVE-API\",\n            \"taskStatus\": \"FINISHED\",\n            \"taskKind\": \"SCHEDULED_FULL_UPDATE\",\n            \"taskKindReadable\": \"Scheduled Full Update\",\n            \"failure\": false,\n            \"message\": \"\",\n            \"requestTime\": 1656292506328,\n            \"requestTimeString\": \"2022-06-27 03:15:06\",\n            \"startTime\": 1656292506330,\n            \"startTimeString\": \"2022-06-27 03:15:06\",\n            \"finishTime\": 1656293089858,\n            \"finishTimeString\": \"2022-06-27 03:24:49\",\n            \"nrOfItems\": 6,\n            \"nrOfProcessedItems\": 6,\n            \"progress\": 1,\n            \"logCounter\": 0\n        },\n        \"lastIncrementalUpdateTask\": null,\n        \"lastPartialIncrementalUpdateTask\": null,\n        \"lastManualUpdateTask\": null,\n        \"lastManualSingleUpdateTask\": null\n    }\n}"},{"id":"eca0523b-2bec-4fb7-a8ae-df72b793283a","name":"get last updates information","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{BASE}}/task-monitoring/update?apiKey={{APIKEY}}&projectId={{PROJECTID}}","host":["{{BASE}}"],"path":["task-monitoring","update"],"query":[{"key":"apiKey","value":"{{APIKEY}}"},{"key":"projectId","value":"{{PROJECTID}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 27 Jun 2022 07:29:26 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"463"},{"key":"Connection","value":"keep-alive"},{"key":"allow-control-allow-origin","value":"*"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-allow-methods","value":"GET, POST, OPTIONS, DELETE, PUT"},{"key":"access-control-allow-headers","value":"Authorization"},{"key":"access-control-allow-headers","value":"language"},{"key":"access-control-allow-headers","value":"Content-Type"},{"key":"access-control-allow-headers","value":"Content-Encoding"},{"key":"access-control-allow-headers","value":"Origin"},{"key":"access-control-allow-headers","value":"X-Requested-With"},{"key":"access-control-allow-headers","value":"Accept"},{"key":"access-control-allow-headers","value":"SHOPSYSVER"},{"key":"access-control-allow-headers","value":"EXTVER"},{"key":"access-control-allow-headers","value":"SHOPSYS"},{"key":"access-control-allow-headers","value":"SEARCHINTEGRATION"},{"key":"access-control-allow-headers","value":"SEARCHINTEGRATIONVER"},{"key":"content-encoding","value":"gzip"},{"key":"strict-transport-security","value":"max-age=63072000"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"721c78bd1b2758ea-TXL"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"data\": {\n        \"hasScheduledUpdates\": false,\n        \"scheduledUpdates\": [],\n        \"lastGenUpdateTask\": {\n            \"_id\": {\n                \"$oid\": \"62b9328a786ed77cebfbd5c6\"\n            },\n            \"projectId\": 123456,\n            \"projectName\": null,\n            \"origin\": \"LIVE-API\",\n            \"taskStatus\": \"FINISHED\",\n            \"taskKind\": \"GENERAL_UPDATE\",\n            \"taskKindReadable\": \"General Update\",\n            \"failure\": false,\n            \"message\": \"\",\n            \"requestTime\": 1656304266644,\n            \"requestTimeString\": \"2022-06-27 06:31:06\",\n            \"startTime\": 1656304266657,\n            \"startTimeString\": \"2022-06-27 06:31:06\",\n            \"finishTime\": 1656304311447,\n            \"finishTimeString\": \"2022-06-27 06:31:51\",\n            \"nrOfItems\": 2808,\n            \"nrOfProcessedItems\": 2808,\n            \"progress\": 1,\n            \"logCounter\": 0\n        },\n        \"lastFullUpdateTask\": {\n            \"_id\": {\n                \"$oid\": \"62b93282786ed77cebfbd506\"\n            },\n            \"projectId\": 123456,\n            \"projectName\": null,\n            \"origin\": \"LIVE-API\",\n            \"taskStatus\": \"FINISHED\",\n            \"taskKind\": \"FULL_UPDATE\",\n            \"taskKindReadable\": \"Full Update\",\n            \"failure\": false,\n            \"message\": \"\",\n            \"requestTime\": 1656304258425,\n            \"requestTimeString\": \"2022-06-27 06:30:58\",\n            \"startTime\": 1656304258433,\n            \"startTimeString\": \"2022-06-27 06:30:58\",\n            \"finishTime\": 1656304319847,\n            \"finishTimeString\": \"2022-06-27 06:31:59\",\n            \"nrOfItems\": 3,\n            \"nrOfProcessedItems\": 3,\n            \"progress\": 1,\n            \"logCounter\": 0\n        },\n        \"lastScheduledUpdateTask\": null,\n        \"lastIncrementalUpdateTask\": null,\n        \"lastPartialIncrementalUpdateTask\": null,\n        \"lastManualUpdateTask\": null,\n        \"lastManualSingleUpdateTask\": null\n    }\n}"}],"_postman_id":"0dd9997c-39b4-45eb-99c3-56614fb3b989"}],"id":"3cf6ef1d-06d3-46c8-9ee2-f72ab5b4cbae","_postman_id":"3cf6ef1d-06d3-46c8-9ee2-f72ab5b4cbae","description":""},{"name":"FILTERS","item":[{"name":"set filters","id":"2aa2647a-2106-4106-ae16-e647eb3feeac","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"text/plain"}],"body":{"mode":"raw","raw":"{\n    \"filters\": [\n        {\n            \"conceptId\": 18787,\n            \"settings\": {\n                \"type\": \"COLLECTION\",\n                \"logic\": \"AND\",\n                \"showAbove\": 80,\n                \"sort\": \"ALPHANUMERIC\",\n                \"position\": 2\n            },\n            \"excludedTextValueIds\": [\n                18785\n            ],\n            \"pinnedTextValueIds\": [\n                {\n                    \"id\": 18769,\n                    \"position\": 1\n                }\n            ]\n        },\n        {\n            \"conceptId\": 18781,\n            \"settings\": {\n                \"type\": \"RANGE\",\n                \"showAbove\": 70,\n                \"position\": 1\n            },\n        },\n        {\n            \"conceptId\": 18771,\n            \"settings\": {\n                \"type\": \"RANGE\",\n                \"showAbove\": 60,\n            },\n        }\n    ],\n    settings: {\n    \t\"sort\": \"ALPHANUMERIC\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{BASE}}/filters?apiKey={{APIKEY}}","description":"<p>Endpoint to store the filters of a project. The filters are based on the the detected concepts.</p>\n","urlObject":{"path":["filters"],"host":["{{BASE}}"],"query":[{"key":"apiKey","value":"{{APIKEY}}"}],"variable":[]}},"response":[{"id":"f596000d-b584-4f2e-8821-4bc66c2986d9","name":"set filters","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"text/plain"}],"body":{"mode":"raw","raw":"{\n    \"filters\": [\n        {\n            \"conceptId\": 18787,\n            \"settings\": {\n                \"type\": \"COLLECTION\",\n                \"logic\": \"AND\",\n                \"showAbove\": 80,\n                \"sort\": \"alphanumeric\",\n                \"position\": 2\n            },\n            \"excludedTextValueIds\": [\n                18785\n            ],\n            \"pinnedTextValueIds\": [\n                {\n                    \"id\": 18769,\n                    \"position\": 1\n                }\n            ]\n        },\n        {\n            \"conceptId\": 18781,\n            \"settings\": {\n                \"type\": \"RANGE\",\n                \"showAbove\": 70,\n                \"position\": 1\n            },\n        },\n        {\n            \"conceptId\": 18771,\n            \"settings\": {\n                \"type\": \"RANGE\",\n                \"showAbove\": 60,\n            },\n        }\n    ],\n    settings: {\n    \t\"sort\": \"ALPHANUMERIC\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{BASE}}/filters?apiKey={{APIKEY}}","host":["{{BASE}}"],"path":["filters"],"query":[{"key":"apiKey","value":"{{APIKEY}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Allow-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, OPTIONS, DELETE, PUT"},{"key":"Access-Control-Allow-Headers","value":"Authorization"},{"key":"Access-Control-Allow-Headers","value":"language"},{"key":"Access-Control-Allow-Headers","value":"Content-Type"},{"key":"Access-Control-Allow-Headers","value":"Content-Encoding"},{"key":"Access-Control-Allow-Headers","value":"Origin"},{"key":"Access-Control-Allow-Headers","value":"X-Requested-With"},{"key":"Access-Control-Allow-Headers","value":"Accept"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"65"},{"key":"Date","value":"Tue, 14 Apr 2020 17:52:32 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"message\": \"Filters added\"\n}"}],"_postman_id":"2aa2647a-2106-4106-ae16-e647eb3feeac"},{"name":"get filters","id":"9e328bf5-fb98-4611-ae67-568d66190c61","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{BASE}}/filters?apiKey={{APIKEY}}","description":"<p>Endpoint to get all configured filters of a project.</p>\n","urlObject":{"path":["filters"],"host":["{{BASE}}"],"query":[{"key":"apiKey","value":"{{APIKEY}}"}],"variable":[]}},"response":[{"id":"b7a966e0-679f-4c61-98b9-c731b55a4d1a","name":"get filters","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{BASE}}/filters?apiKey={{APIKEY}}","host":["{{BASE}}"],"path":["filters"],"query":[{"key":"apiKey","value":"{{APIKEY}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Allow-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, OPTIONS, DELETE, PUT"},{"key":"Access-Control-Allow-Headers","value":"Authorization"},{"key":"Access-Control-Allow-Headers","value":"language"},{"key":"Access-Control-Allow-Headers","value":"Content-Type"},{"key":"Access-Control-Allow-Headers","value":"Content-Encoding"},{"key":"Access-Control-Allow-Headers","value":"Origin"},{"key":"Access-Control-Allow-Headers","value":"X-Requested-With"},{"key":"Access-Control-Allow-Headers","value":"Accept"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"264"},{"key":"Date","value":"Tue, 14 Apr 2020 17:45:37 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"filterConfiguration\": {\n        \"projectId\": 8,\n        \"filters\": [\n            {\n                \"conceptId\": 18787,\n                \"settings\": {\n                    \"logic\": \"AND\",\n                    \"type\": \"COLLECTION\",\n                    \"showAbove\": 80,\n                    \"position\": 2,\n                    \"pinned\": null\n                },\n                \"pinnedTextValueIds\": [\n                    {\n                        \"id\": 18769,\n                        \"position\": 1\n                    }\n                ],\n                \"excludedTextValueIds\": [\n                    18785\n                ]\n            },\n            {\n                \"conceptId\": 18781,\n                \"settings\": {\n                    \"type\": \"RANGE\",\n                    \"showAbove\": 70,\n                    \"position\": 1,\n                    \"pinned\": null\n                },\n                \"pinnedTextValueIds\": [],\n                \"excludedTextValueIds\": []\n            },\n            {\n                \"conceptId\": 18771,\n                \"settings\": {\n                    \"type\": \"RANGE\",\n                    \"showAbove\": 60,\n                    \"position\": null,\n                    \"pinned\": null\n                },\n                \"pinnedTextValueIds\": [],\n                \"excludedTextValueIds\": []\n            }\n        ],\n        \"settings\": {\n            \"sort\": \"ALPHANUMERIC\"\n        }\n    }\n}"}],"_postman_id":"9e328bf5-fb98-4611-ae67-568d66190c61"}],"id":"0ff30ade-200e-468c-9127-16fb6c29750c","_postman_id":"0ff30ade-200e-468c-9127-16fb6c29750c","description":""},{"name":"CONCEPTS","item":[{"name":"get concepts","id":"8be2f8e4-5b61-49ff-8329-bbc9181920c0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{BASE}}/concepts?apiKey={{APIKEY}}","description":"<p>returns all available concepts. You can then modify search settings for concepts or add synonyms and use the update concepts endpoint to save the changes.</p>\n","urlObject":{"path":["concepts"],"host":["{{BASE}}"],"query":[{"key":"apiKey","value":"{{APIKEY}}"}],"variable":[]}},"response":[{"id":"02497ec4-4cfd-43f0-938a-dc15552bb44f","name":"get concepts","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{BASE}}/concepts?apiKey={{APIKEY}}","host":["{{BASE}}"],"path":["concepts"],"query":[{"key":"apiKey","value":"{{APIKEY}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Allow-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, OPTIONS, DELETE, PUT"},{"key":"Access-Control-Allow-Headers","value":"Authorization"},{"key":"Access-Control-Allow-Headers","value":"language"},{"key":"Access-Control-Allow-Headers","value":"Content-Type"},{"key":"Access-Control-Allow-Headers","value":"Content-Encoding"},{"key":"Access-Control-Allow-Headers","value":"Origin"},{"key":"Access-Control-Allow-Headers","value":"X-Requested-With"},{"key":"Access-Control-Allow-Headers","value":"Accept"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"442"},{"key":"Date","value":"Tue, 14 Apr 2020 17:28:35 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"concepts\": [\n        {\n            \"id\": 18767,\n            \"name\": \"Garden\",\n            \"type\": \"CATEGORY\",\n            \"childIds\": [\n                18765\n            ]\n        },\n        {\n            \"id\": 18769,\n            \"name\": \"red\",\n            \"type\": \"TEXT_VALUE\"\n        },\n        {\n            \"id\": 18770,\n            \"name\": \"Peru\",\n            \"type\": \"TEXT_VALUE\"\n        },\n        {\n            \"id\": 18771,\n            \"name\": \"onSale\",\n            \"type\": \"BOOLEAN_ATTRIBUTE\"\n        },\n        {\n            \"id\": 18772,\n            \"name\": \"China\",\n            \"type\": \"TEXT_VALUE\"\n        },\n        {\n            \"id\": 18773,\n            \"name\": \"green\",\n            \"type\": \"TEXT_VALUE\"\n        },\n        {\n            \"id\": 18774,\n            \"name\": \"Germany\",\n            \"type\": \"TEXT_VALUE\"\n        },\n        {\n            \"id\": 18775,\n            \"name\": \"Description\",\n            \"type\": \"UNTYPED_ATTRIBUTE\"\n        },\n        {\n            \"id\": 18776,\n            \"name\": \"Italy\",\n            \"type\": \"TEXT_VALUE\"\n        },\n        {\n            \"id\": 18777,\n            \"name\": \"pink\",\n            \"type\": \"TEXT_VALUE\"\n        },\n        {\n            \"id\": 18778,\n            \"name\": \"yellow\",\n            \"type\": \"TEXT_VALUE\"\n        },\n        {\n            \"id\": 18779,\n            \"name\": \"Kategorie\",\n            \"type\": \"TREE_ATTRIBUTE\",\n            \"childIds\": [\n                18767,\n                18768\n            ]\n        },\n        {\n            \"id\": 18780,\n            \"name\": \"Made in\",\n            \"type\": \"TEXT_ATTRIBUTE\",\n            \"childIds\": [\n                18784,\n                18770,\n                18786,\n                18772,\n                18788,\n                18774,\n                18776,\n                18782,\n                18783\n            ]\n        },\n        {\n            \"id\": 18781,\n            \"name\": \"Price\",\n            \"type\": \"NUMERIC_ATTRIBUTE\"\n        },\n        {\n            \"id\": 18782,\n            \"name\": \"USA\",\n            \"type\": \"TEXT_VALUE\"\n        },\n        {\n            \"id\": 18783,\n            \"name\": \"Canada\",\n            \"type\": \"TEXT_VALUE\"\n        },\n        {\n            \"id\": 18784,\n            \"name\": \"France\",\n            \"type\": \"TEXT_VALUE\"\n        },\n        {\n            \"id\": 18785,\n            \"name\": \"blue\",\n            \"type\": \"TEXT_VALUE\"\n        },\n        {\n            \"id\": 18786,\n            \"name\": \"Turkey\",\n            \"type\": \"TEXT_VALUE\"\n        },\n        {\n            \"id\": 18787,\n            \"name\": \"Color\",\n            \"type\": \"TEXT_ATTRIBUTE\",\n            \"childIds\": [\n                18769,\n                18785,\n                18773,\n                18777,\n                18778\n            ]\n        },\n        {\n            \"id\": 18788,\n            \"name\": \"Poland\",\n            \"type\": \"TEXT_VALUE\"\n        },\n        {\n            \"id\": 18765,\n            \"name\": \"Garden Maintainance\",\n            \"type\": \"CATEGORY\"\n        },\n        {\n            \"id\": 18766,\n            \"name\": \"Decoration\",\n            \"type\": \"CATEGORY\"\n        },\n        {\n            \"id\": 18768,\n            \"name\": \"Home\",\n            \"type\": \"CATEGORY\",\n            \"childIds\": [\n                18766\n            ]\n        }\n    ]\n}"}],"_postman_id":"8be2f8e4-5b61-49ff-8329-bbc9181920c0"},{"name":"init concept creation","id":"4897458a-49dc-4c25-a1d6-f5d399d09ea5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"{{BASE}}/concepts/initiate?apiKey={{APIKEY}}","description":"<p>Creates or updates the concepts based on the analyzation of the updated products</p>\n","urlObject":{"path":["concepts","initiate"],"host":["{{BASE}}"],"query":[{"key":"apiKey","value":"{{APIKEY}}"}],"variable":[]}},"response":[{"id":"64e14298-af12-452c-a05c-e1037d565912","name":"init concept creation","originalRequest":{"method":"POST","header":[],"url":{"raw":"{{BASE}}/concepts/initiate?apiKey={{APIKEY}}","host":["{{BASE}}"],"path":["concepts","initiate"],"query":[{"key":"apiKey","value":"{{APIKEY}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Allow-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, OPTIONS, DELETE, PUT"},{"key":"Access-Control-Allow-Headers","value":"Authorization"},{"key":"Access-Control-Allow-Headers","value":"language"},{"key":"Access-Control-Allow-Headers","value":"Content-Type"},{"key":"Access-Control-Allow-Headers","value":"Content-Encoding"},{"key":"Access-Control-Allow-Headers","value":"Origin"},{"key":"Access-Control-Allow-Headers","value":"X-Requested-With"},{"key":"Access-Control-Allow-Headers","value":"Accept"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"210"},{"key":"Date","value":"Tue, 14 Apr 2020 17:27:32 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Concept creation/update started\",\n    \"status\": \"success\",\n    \"task\": {\n        \"projectId\": 8,\n        \"taskStatus\": \"RUNNING\",\n        \"failure\": false,\n        \"requestTime\": \"1586885252115\",\n        \"startTime\": \"1586885252255\",\n        \"finishTime\": null,\n        \"nrOfItems\": 0,\n        \"progress\": 0,\n        \"id\": \"5e95f284b29702008d86d0dd\"\n    }\n}"}],"_postman_id":"4897458a-49dc-4c25-a1d6-f5d399d09ea5"},{"name":"delete concepts","id":"b0fbfeca-c3dd-402d-8986-ecc6969e513b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"{{BASE}}/concepts?apiKey={{APIKEY}}","description":"<p>Endpoint to delete all concepts. This is useful when you uploaded erroneous product data and created the concepts.</p>\n","urlObject":{"path":["concepts"],"host":["{{BASE}}"],"query":[{"key":"apiKey","value":"{{APIKEY}}"}],"variable":[]}},"response":[{"id":"d5dd4874-2439-4b7c-9401-c2f1aeea4a52","name":"delete concepts","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"{{BASE}}/concepts?apiKey={{APIKEY}}","host":["{{BASE}}"],"path":["concepts"],"query":[{"key":"apiKey","value":"{{APIKEY}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Allow-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, OPTIONS, DELETE, PUT"},{"key":"Access-Control-Allow-Headers","value":"Authorization"},{"key":"Access-Control-Allow-Headers","value":"language"},{"key":"Access-Control-Allow-Headers","value":"Content-Type"},{"key":"Access-Control-Allow-Headers","value":"Content-Encoding"},{"key":"Access-Control-Allow-Headers","value":"Origin"},{"key":"Access-Control-Allow-Headers","value":"X-Requested-With"},{"key":"Access-Control-Allow-Headers","value":"Accept"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"66"},{"key":"Date","value":"Tue, 14 Apr 2020 17:24:31 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"message\": \"Concepts deleted\"\n}"}],"_postman_id":"b0fbfeca-c3dd-402d-8986-ecc6969e513b"},{"name":"update concepts","id":"2aa442ba-1888-4481-a407-542f9b84e792","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"concepts\": [\r\n        {\r\n            \"_id\": 818587,\r\n            \"projectId\": 3,\r\n            \"name\": \"productSystemId\",\r\n            \"type\": \"UNTYPED_ATTRIBUTE\",\r\n            \"image\": null,\r\n            \"children\": [],\r\n            \"parents\": [],\r\n            \"settings\": [],\r\n            \"languageData\": {\r\n                \"de\": {\r\n                    \"booleanNames\": {\r\n                        \"positive\": \"1\",\r\n                        \"negative\": \"0\"\r\n                    },\r\n                    \"viewUnit\": null,\r\n                    \"format\": {\r\n                        \"auto\": true,\r\n                        \"fractionalDigits\": 2\r\n                    },\r\n                    \"viewName\": \"productSystemId\",\r\n                    \"synonyms\": [],\r\n                    \"extractionRules\": [\r\n                        {\r\n                            \"type\": \"IS\",\r\n                            \"text\": [\r\n                                {\r\n                                    \"type\": \"MATCH\",\r\n                                    \"text\": \"productsystemid\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ]\r\n                }\r\n            },\r\n            \"searchSettings\": {\r\n                \"passOn\": false,\r\n                \"passOnSuggestion\": false,\r\n                \"description\": true,\r\n                \"articleNumber\": true,\r\n                \"title\": false,\r\n                \"color\": null,\r\n                \"splitSynonyms\": false\r\n            },\r\n            \"importance\": 50,\r\n            \"metaData\": {\r\n                \"maintenanceStatus\": \"UNCHECKED\",\r\n                \"disabled\": false,\r\n                \"appendix\": null,\r\n                \"custom\": false,\r\n                \"hide\": false,\r\n                \"ignore\": false,\r\n                \"correspondingSemknoxConcept\": null\r\n            },\r\n            \"count\": 35,\r\n            \"globalCount\": 0,\r\n            \"timestamp\": {\r\n                \"time\": {\r\n                    \"$numberLong\": \"1603701541902\"\r\n                },\r\n                \"timeString\": \"2020-10-26 09:39:01\"\r\n            }\r\n        },\r\n        {\r\n            \"_id\": 818315,\r\n            \"projectId\": 3,\r\n            \"name\": \"Holzart\",\r\n            \"type\": \"UNTYPED_ATTRIBUTE\",\r\n            \"image\": null,\r\n            \"children\": [],\r\n            \"parents\": [],\r\n            \"settings\": [],\r\n            \"languageData\": {\r\n                \"de\": {\r\n                    \"booleanNames\": {\r\n                        \"positive\": \"1\",\r\n                        \"negative\": \"0\"\r\n                    },\r\n                    \"viewUnit\": null,\r\n                    \"format\": {\r\n                        \"auto\": true,\r\n                        \"fractionalDigits\": 2\r\n                    },\r\n                    \"viewName\": \"Holzart\",\r\n                    \"synonyms\": [\r\n                        \"holzarten\", \"Holzsorte\"\r\n                    ],\r\n                    \"extractionRules\": [\r\n                        {\r\n                            \"type\": \"IS\",\r\n                            \"text\": [\r\n                                {\r\n                                    \"type\": \"MATCH\",\r\n                                    \"text\": \"holzart\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ]\r\n                }\r\n            },\r\n            \"searchSettings\": {\r\n                \"passOn\": false,\r\n                \"passOnSuggestion\": false,\r\n                \"description\": true,\r\n                \"articleNumber\": false,\r\n                \"title\": false,\r\n                \"color\": null,\r\n                \"splitSynonyms\": false\r\n            },\r\n            \"importance\": 50,\r\n            \"metaData\": {\r\n                \"maintenanceStatus\": \"UNCHECKED\",\r\n                \"disabled\": false,\r\n                \"appendix\": null,\r\n                \"custom\": false,\r\n                \"hide\": false,\r\n                \"ignore\": false,\r\n                \"correspondingSemknoxConcept\": null\r\n            },\r\n            \"count\": 1,\r\n            \"globalCount\": 0,\r\n            \"timestamp\": {\r\n                \"time\": {\r\n                    \"$numberLong\": \"1603701541696\"\r\n                },\r\n                \"timeString\": \"2020-10-26 09:39:01\"\r\n            }\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{BASE}}/concepts/update?apiKey={{APIKEY}}&projectId={{PROJECTID}}","description":"<p>allows to modify existing concepts. This endpoint can be used to add synonyms to concepts for a certain language. Also the search settings can be changed. \nThe following example request modifies the first concept \"productSystemId\" to be searcheable as article number. The second concept \"Holzart\" gets an additional synonym \"Holzsorte\".</p>\n","urlObject":{"path":["concepts","update"],"host":["{{BASE}}"],"query":[{"key":"apiKey","value":"{{APIKEY}}"},{"key":"projectId","value":"{{PROJECTID}}"}],"variable":[]}},"response":[{"id":"ded07b7d-095d-431c-b1ba-4cebb007d9bc","name":"update concepts","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"concepts\": [\r\n        {\r\n            \"_id\": 818587,\r\n            \"projectId\": 3,\r\n            \"name\": \"productSystemId\",\r\n            \"type\": \"UNTYPED_ATTRIBUTE\",\r\n            \"image\": null,\r\n            \"children\": [],\r\n            \"parents\": [],\r\n            \"settings\": [],\r\n            \"languageData\": {\r\n                \"de\": {\r\n                    \"booleanNames\": {\r\n                        \"positive\": \"1\",\r\n                        \"negative\": \"0\"\r\n                    },\r\n                    \"viewUnit\": null,\r\n                    \"format\": {\r\n                        \"auto\": true,\r\n                        \"fractionalDigits\": 2\r\n                    },\r\n                    \"viewName\": \"productSystemId\",\r\n                    \"synonyms\": [],\r\n                    \"extractionRules\": [\r\n                        {\r\n                            \"type\": \"IS\",\r\n                            \"text\": [\r\n                                {\r\n                                    \"type\": \"MATCH\",\r\n                                    \"text\": \"productsystemid\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ]\r\n                }\r\n            },\r\n            \"searchSettings\": {\r\n                \"passOn\": false,\r\n                \"passOnSuggestion\": false,\r\n                \"description\": true,\r\n                \"articleNumber\": true,\r\n                \"title\": false,\r\n                \"color\": null,\r\n                \"splitSynonyms\": false\r\n            },\r\n            \"importance\": 50,\r\n            \"metaData\": {\r\n                \"maintenanceStatus\": \"UNCHECKED\",\r\n                \"disabled\": false,\r\n                \"appendix\": null,\r\n                \"custom\": false,\r\n                \"hide\": false,\r\n                \"ignore\": false,\r\n                \"correspondingSemknoxConcept\": null\r\n            },\r\n            \"count\": 35,\r\n            \"globalCount\": 0,\r\n            \"timestamp\": {\r\n                \"time\": {\r\n                    \"$numberLong\": \"1603701541902\"\r\n                },\r\n                \"timeString\": \"2020-10-26 09:39:01\"\r\n            }\r\n        },\r\n        {\r\n            \"_id\": 818315,\r\n            \"projectId\": 3,\r\n            \"name\": \"Holzart\",\r\n            \"type\": \"UNTYPED_ATTRIBUTE\",\r\n            \"image\": null,\r\n            \"children\": [],\r\n            \"parents\": [],\r\n            \"settings\": [],\r\n            \"languageData\": {\r\n                \"de\": {\r\n                    \"booleanNames\": {\r\n                        \"positive\": \"1\",\r\n                        \"negative\": \"0\"\r\n                    },\r\n                    \"viewUnit\": null,\r\n                    \"format\": {\r\n                        \"auto\": true,\r\n                        \"fractionalDigits\": 2\r\n                    },\r\n                    \"viewName\": \"Holzart\",\r\n                    \"synonyms\": [\r\n                        \"holzarten\", \"Holzsorte\"\r\n                    ],\r\n                    \"extractionRules\": [\r\n                        {\r\n                            \"type\": \"IS\",\r\n                            \"text\": [\r\n                                {\r\n                                    \"type\": \"MATCH\",\r\n                                    \"text\": \"holzart\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ]\r\n                }\r\n            },\r\n            \"searchSettings\": {\r\n                \"passOn\": false,\r\n                \"passOnSuggestion\": false,\r\n                \"description\": true,\r\n                \"articleNumber\": false,\r\n                \"title\": false,\r\n                \"color\": null,\r\n                \"splitSynonyms\": false\r\n            },\r\n            \"importance\": 50,\r\n            \"metaData\": {\r\n                \"maintenanceStatus\": \"UNCHECKED\",\r\n                \"disabled\": false,\r\n                \"appendix\": null,\r\n                \"custom\": false,\r\n                \"hide\": false,\r\n                \"ignore\": false,\r\n                \"correspondingSemknoxConcept\": null\r\n            },\r\n            \"count\": 1,\r\n            \"globalCount\": 0,\r\n            \"timestamp\": {\r\n                \"time\": {\r\n                    \"$numberLong\": \"1603701541696\"\r\n                },\r\n                \"timeString\": \"2020-10-26 09:39:01\"\r\n            }\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{BASE}}/concepts/update?apiKey={{APIKEY}}&projectId={{PROJECTID}}","host":["{{BASE}}"],"path":["concepts","update"],"query":[{"key":"apiKey","value":"{{APIKEY}}"},{"key":"projectId","value":"{{PROJECTID}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Allow-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, OPTIONS, DELETE, PUT"},{"key":"Access-Control-Allow-Headers","value":"Authorization"},{"key":"Access-Control-Allow-Headers","value":"language"},{"key":"Access-Control-Allow-Headers","value":"Content-Type"},{"key":"Access-Control-Allow-Headers","value":"Content-Encoding"},{"key":"Access-Control-Allow-Headers","value":"Origin"},{"key":"Access-Control-Allow-Headers","value":"X-Requested-With"},{"key":"Access-Control-Allow-Headers","value":"Accept"},{"key":"Access-Control-Allow-Headers","value":"SHOPSYSVER"},{"key":"Access-Control-Allow-Headers","value":"EXTVER"},{"key":"Access-Control-Allow-Headers","value":"SHOPSYS"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"588"},{"key":"Date","value":"Wed, 24 Mar 2021 09:23:24 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"message\": \"Concepts updated\",\n    \"data\": {\n        \"concepts\": [\n            {\n                \"_id\": 818587,\n                \"projectId\": 3,\n                \"name\": \"productSystemId\",\n                \"type\": \"UNTYPED_ATTRIBUTE\",\n                \"image\": null,\n                \"children\": [],\n                \"parents\": [],\n                \"settings\": [],\n                \"languageData\": {\n                    \"de\": {\n                        \"booleanNames\": {\n                            \"positive\": \"1\",\n                            \"negative\": \"0\"\n                        },\n                        \"viewUnit\": null,\n                        \"format\": {\n                            \"auto\": true,\n                            \"fractionalDigits\": 2\n                        },\n                        \"viewName\": \"productSystemId\",\n                        \"synonyms\": [],\n                        \"extractionRules\": [\n                            {\n                                \"type\": \"IS\",\n                                \"text\": [\n                                    {\n                                        \"type\": \"MATCH\",\n                                        \"text\": \"productsystemid\"\n                                    }\n                                ]\n                            }\n                        ]\n                    }\n                },\n                \"searchSettings\": {\n                    \"passOn\": false,\n                    \"passOnSuggestion\": false,\n                    \"description\": true,\n                    \"articleNumber\": true,\n                    \"title\": false,\n                    \"color\": null,\n                    \"splitSynonyms\": false\n                },\n                \"importance\": 50,\n                \"metaData\": {\n                    \"maintenanceStatus\": \"UNCHECKED\",\n                    \"disabled\": false,\n                    \"appendix\": null,\n                    \"custom\": false,\n                    \"hide\": false,\n                    \"ignore\": false,\n                    \"correspondingSemknoxConcept\": null\n                },\n                \"count\": 35,\n                \"globalCount\": 0,\n                \"timestamp\": {\n                    \"time\": {\n                        \"$numberLong\": \"1603701541902\"\n                    },\n                    \"timeString\": \"2020-10-26 09:39:01\"\n                }\n            },\n            {\n                \"_id\": 818315,\n                \"projectId\": 3,\n                \"name\": \"Holzart\",\n                \"type\": \"UNTYPED_ATTRIBUTE\",\n                \"image\": null,\n                \"children\": [],\n                \"parents\": [],\n                \"settings\": [],\n                \"languageData\": {\n                    \"de\": {\n                        \"booleanNames\": {\n                            \"positive\": \"1\",\n                            \"negative\": \"0\"\n                        },\n                        \"viewUnit\": null,\n                        \"format\": {\n                            \"auto\": true,\n                            \"fractionalDigits\": 2\n                        },\n                        \"viewName\": \"Holzart\",\n                        \"synonyms\": [\n                            \"holzarten\"\n                        ],\n                        \"extractionRules\": [\n                            {\n                                \"type\": \"IS\",\n                                \"text\": [\n                                    {\n                                        \"type\": \"MATCH\",\n                                        \"text\": \"holzart\"\n                                    }\n                                ]\n                            }\n                        ]\n                    }\n                },\n                \"searchSettings\": {\n                    \"passOn\": false,\n                    \"passOnSuggestion\": false,\n                    \"description\": true,\n                    \"articleNumber\": false,\n                    \"title\": false,\n                    \"color\": null,\n                    \"splitSynonyms\": false\n                },\n                \"importance\": 50,\n                \"metaData\": {\n                    \"maintenanceStatus\": \"UNCHECKED\",\n                    \"disabled\": false,\n                    \"appendix\": null,\n                    \"custom\": false,\n                    \"hide\": false,\n                    \"ignore\": false,\n                    \"correspondingSemknoxConcept\": null\n                },\n                \"count\": 1,\n                \"globalCount\": 0,\n                \"timestamp\": {\n                    \"time\": {\n                        \"$numberLong\": \"1603701541696\"\n                    },\n                    \"timeString\": \"2020-10-26 09:39:01\"\n                }\n            }\n        ]\n    }\n}"}],"_postman_id":"2aa442ba-1888-4481-a407-542f9b84e792"},{"name":"import full ontology (deprecated)","id":"1db0dd47-f082-4afb-a929-e927034f75f8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"{{BASE}}/concepts/import?projectId={{PROJECTID}}&apiKey={{APIKEY}}","description":"<p>The JSON payload contains 2 main parts - the “categories” and the “attributes”.<br />\"Categories\" contains a hierarchical structure with children and describes the complete category tree.<br />\"Attributes\" contains any numeric, textual, Boolean, or untyped attributes. (The example JSON contains an example of each type).</p>\n<p>Each element has the same main structure with the following mandatory fields:</p>\n<ul>\n<li><p><strong>idName:</strong> Must be unique and must not change. It will be used to identify existing concepts to update, or to create new concepts.</p>\n<ul>\n<li>Note: in our example, the idName for each child category contains the parent category, e.g., \"idName\": \"BACKPACKS/TREKKING\". This structure is optional - \"idName\": \"TREKKING\" would also be valid.</li>\n</ul>\n</li>\n<li><p><strong>type:</strong> Describes the type. This must be defined. Possible types are CATEGORY, NUMERIC_ATTRIBUTE, TEXT_ATTRIBUTE, TEXT_VALUE, BOOLEAN_ATTRIBUTE, and UNTYPED_ATTRIBUTE (e.g., for description.) Some types have additional properties which can be used and are defined below.</p>\n</li>\n<li><p><strong>localization:</strong> Contains the language-dependent data. Languages are defined using language codes, such as \"en\", \"de\", \"fr\", etc. At least one language must be defined.</p>\n<ul>\n<li>localization..name: the language-dependent label that will be shown within the UI. Must be defined for all required languages.</li>\n</ul>\n</li>\n<li><p><strong>children:</strong> Must be defined for categories and textual attributes with children (e.g., sub-categories or textual values)</p>\n</li>\n</ul>\n<p><code>{ \"idName\": \"...\", \"type\": \"...\", \"localization\": { \"en\": { \"name\": \"...\" } }, \"children\": [...] }</code></p>\n<p>Additional type-specific fields for numeric attributes:</p>\n<ul>\n<li><strong>unitName:</strong> provides the unit the numeric attribute is given in (e.g., centimeter or €)</li>\n</ul>\n<p><code>... \"localization\": { \"de\": { \"name\": \"Länge\", \"unitName\": \"Zentimeter\" }, \"en\": { \"name\": \"length\", \"unitName\": \"centimeter\" } } ...</code></p>\n<p>Additional type-specific fields for Boolean attributes:</p>\n<ul>\n<li><p><strong>localization..trueState:</strong> defines the label that will be shown within the UI if the Boolean value is true (default label is “TRUE”)</p>\n</li>\n<li><p><strong>localization..falseState:</strong> defines the label that will be shown within the UI if the Boolean value is false (default label is “FALSE”)</p>\n</li>\n</ul>\n<p><code>... \"localization\": { \"de\": { \"name\": \"Verfügbar\", \"trueState\": \"ja\", \"falseState\": \"nein\" }, \"en\": { \"name\": \"available\", \"trueState\": \"yes\", \"falseState\": \"no\" } } ...</code></p>\n<p>Optional fields are:</p>\n<ul>\n<li><p><strong>url:</strong> can be used for categories to define a landing page for a specific category</p>\n</li>\n<li><p><strong>image:</strong> can be used for categories (also planned for text values) to define a url to a matching image</p>\n</li>\n<li><p><strong>localization..synonyms:</strong> in addition to the mandatory “name” for a language, we can define multiple synonyms</p>\n</li>\n<li><p><strong>keyValuePairs:</strong> a simple map of string keys and string values, can be used to attach additional information to a concept</p>\n</li>\n<li><p><strong>passOnSearch:</strong> if set to true, the attribute is set to passOn within the Data Platform, used to display the data in the search results</p>\n</li>\n<li><p><strong>passOnSuggestions:</strong> if set to true, the attribute is set to passOnSuggestions within the Data Platform, used to display the data in the search suggestions</p>\n</li>\n</ul>\n","urlObject":{"path":["concepts","import"],"host":["{{BASE}}"],"query":[{"key":"projectId","value":"{{PROJECTID}}"},{"key":"apiKey","value":"{{APIKEY}}"}],"variable":[]}},"response":[{"id":"dd4a2b45-d260-40ae-b18f-f3b6361ab567","name":"Import Ontology","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"categories\": [\r\n        {\r\n            \"idName\": \"BACKPACKS\",\r\n            \"type\": \"CATEGORY\",\r\n            \"url\": \"https://example.com/cat/backpacks\",\r\n            \"image\": \"https://example.com/img/backpacks.png\",\r\n            \"localization\": {\r\n                \"de\": {\r\n                    \"name\": \"Rucksäcke\"\r\n                },\r\n                \"en\": {\r\n                    \"name\": \"backpacks\",\r\n                    \"synonyms\": [\r\n                        \"rucksacks\"\r\n                    ]\r\n                }\r\n            },\r\n            \"children\": [\r\n                {\r\n                    \"idName\": \"BACKPACKS/TREKKING\",\r\n                    \"type\": \"CATEGORY\",\r\n                    \"url\": \"https://example.com/cat/trekking\",\r\n                    \"image\": \"https://example.com/img/trekking.png\",\r\n                    \"localization\": {\r\n                        \"de\": {\r\n                            \"name\": \"Trekking\"\r\n                        },\r\n                        \"en\": {\r\n                            \"name\": \"trekking\"\r\n                        }\r\n                    },\r\n                    \"children\": [\r\n                        {\r\n                            \"idName\": \"BACKPACKS/TREKKING/WOMENS_TREKKING\",\r\n                            \"type\": \"CATEGORY\",\r\n                            \"url\": \"https://example.com/cat/womens_trekking\",\r\n                            \"image\": \"https://example.com/img/womens_trekking.png\",\r\n                            \"localization\": {\r\n                                \"de\": {\r\n                                    \"name\": \"Damen Trekking\"\r\n                                },\r\n                                \"en\": {\r\n                                    \"name\": \"women's trekking\"\r\n                                }\r\n                            }\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"idName\": \"BACKPACKS/NOTEBOOK\",\r\n                    \"type\": \"CATEGORY\",\r\n                    \"url\": \"https://example.com/cat/notebook\",\r\n                    \"image\": \"https://example.com/img/notebook.png\",\r\n                    \"localization\": {\r\n                        \"de\": {\r\n                            \"name\": \"Rucksäcke für Notebooks\"\r\n                        },\r\n                        \"en\": {\r\n                            \"name\": \"notebook backpacks\"\r\n                        }\r\n                    }\r\n                }\r\n            ]\r\n        },\r\n        {\r\n            \"idName\": \"ACCESSORIES\",\r\n            \"type\": \"CATEGORY\",\r\n            \"localization\": {\r\n                \"de\": {\r\n                    \"name\": \"Zubehör\"\r\n                },\r\n                \"en\": {\r\n                    \"name\": \"accessories\"\r\n                }\r\n            }\r\n        }\r\n    ]\r\n},\r\n    \"attributes\":\r\n    [\r\n        {\r\n            \"idName\": \"PRICE\",\r\n            \"type\": \"NUMERIC_ATTRIBUTE\",\r\n            \"passOnSearch\": true,\r\n            \"passOnSuggestions\": true,\r\n            \"localization\":\r\n            {\r\n                \"de\":\r\n                {\r\n                    \"name\": \"Preis\",\r\n                    \"unitName\": \"€\",\r\n                    \"synonyms\": [\"Verkaufspreis\"]\r\n                },\r\n                \"en\":\r\n                {\r\n                    \"name\": \"price\",\r\n                    \"unitName\": \"€\"\r\n                }\r\n            }\r\n        },\r\n        {\r\n            \"idName\": \"COLOR\",\r\n            \"type\": \"TEXT_ATTRIBUTE\",\r\n            \"localization\":\r\n            {\r\n                \"de\":\r\n                {\r\n                    \"name\": \"Farbe\"\r\n                },\r\n                \"en\":\r\n                {\r\n                    \"name\": \"color\"\r\n                }\r\n            },\r\n            \"children\":\r\n            [\r\n                {\r\n                    \"idName\": \"RED\",\r\n                    \"type\": \"TEXT_VALUE\",\r\n                    \"localization\":\r\n                    {\r\n                        \"de\":\r\n                        {\r\n                            \"name\": \"Rot\"\r\n                        },\r\n                        \"en\":\r\n                        {\r\n                            \"name\": \"red\",\r\n                            \"synonyms\":\r\n                            [\r\n                                \"cherry\"\r\n                            ]\r\n                        }\r\n                    }\r\n                }\r\n            ]\r\n        },\r\n        {\r\n            \"idName\": \"AVAILABILITY\",\r\n            \"type\": \"BOOLEAN_ATTRIBUTE\",\r\n            \"localization\":\r\n            {\r\n                \"de\":\r\n                {\r\n                    \"name\": \"Verfügbarkeit\",\r\n                    \"trueState\": \"ist verfügbar\",\r\n                    \"falseState\": \"nicht verfügbar\"\r\n                },\r\n                \"en\":\r\n                {\r\n                    \"name\": \"availability\",\r\n                    \"trueState\": \"on stock\",\r\n                    \"falseState\": \"currently not available\"\r\n                }\r\n            }\r\n        },\r\n        {\r\n            \"idName\": \"DESCRIPTION\",\r\n            \"type\": \"UNTYPED_ATTRIBUTE\",\r\n            \"localization\":\r\n            {\r\n                \"de\":\r\n                {\r\n                    \"name\": \"Beschreibung\"\r\n                },\r\n                \"en\":\r\n                {\r\n                    \"name\": \"description\"\r\n                }\r\n            },\r\n            \"keyValuePairs\": {\r\n                \"someKey\": \"some value\"\r\n            }\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{BASE}}/concepts/import?projectId={{PROJECTID}}&apiKey={{APIKEY}}","host":["{{BASE}}"],"path":["concepts","import"],"query":[{"key":"projectId","value":"{{PROJECTID}}"},{"key":"apiKey","value":"{{APIKEY}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"1db0dd47-f082-4afb-a929-e927034f75f8"},{"name":"import ontology","id":"c8e39253-4a5a-4e5c-bd1a-677200b49966","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n  \"updateOptions\": {\r\n    \"syncMode\": \"INCREMENTAL\",\r\n    \"updateConstraints\": {\r\n      \"writeMode\": \"MERGE\",\r\n      \"ignoreModified\": false\r\n    }\r\n  },\r\n  \"concepts\": [\r\n    {\r\n      \"idName\": \"PRODUCT TYPE (SAP)\",\r\n      \"type\": \"TEXT_ATTRIBUTE\",\r\n      \"localization\": {\r\n        \"pl\": {\r\n          \"name\": \"Product Type (Sap)\",\r\n          \"extractionRules\": [\r\n            {\r\n              \"type\": \"IS\",\r\n              \"text\": [\r\n                {\r\n                  \"type\": \"MATCH\",\r\n                  \"text\": \"product type (sap)\"\r\n                }\r\n              ]\r\n            }\r\n          ]\r\n        },\r\n        \"nl\": {\r\n          \"name\": \"Product Type (Sap)\",\r\n          \"extractionRules\": [\r\n            {\r\n              \"type\": \"IS\",\r\n              \"text\": [\r\n                {\r\n                  \"type\": \"MATCH\",\r\n                  \"text\": \"product type (sap)\"\r\n                }\r\n              ]\r\n            }\r\n          ]\r\n        },\r\n        \"sv\": {\r\n          \"name\": \"Product Type (Sap)\",\r\n          \"extractionRules\": [\r\n            {\r\n              \"type\": \"IS\",\r\n              \"text\": [\r\n                {\r\n                  \"type\": \"MATCH\",\r\n                  \"text\": \"product type (sap)\"\r\n                }\r\n              ]\r\n            }\r\n          ]\r\n        },\r\n        \"fi\": {\r\n          \"name\": \"Product Type (Sap)\",\r\n          \"extractionRules\": [\r\n            {\r\n              \"type\": \"IS\",\r\n              \"text\": [\r\n                {\r\n                  \"type\": \"MATCH\",\r\n                  \"text\": \"product type (sap)\"\r\n                }\r\n              ]\r\n            }\r\n          ]\r\n        },\r\n        \"de\": {\r\n          \"name\": \"Product Type (Sap)\",\r\n          \"extractionRules\": [\r\n            {\r\n              \"type\": \"IS\",\r\n              \"text\": [\r\n                {\r\n                  \"type\": \"MATCH\",\r\n                  \"text\": \"product type (sap)\"\r\n                }\r\n              ]\r\n            }\r\n          ]\r\n        },\r\n        \"no\": {\r\n          \"name\": \"Product Type (Sap)\",\r\n          \"extractionRules\": [\r\n            {\r\n              \"type\": \"IS\",\r\n              \"text\": [\r\n                {\r\n                  \"type\": \"MATCH\",\r\n                  \"text\": \"product type (sap)\"\r\n                }\r\n              ]\r\n            }\r\n          ]\r\n        },\r\n        \"da\": {\r\n          \"name\": \"Product Type (Sap)\",\r\n          \"extractionRules\": [\r\n            {\r\n              \"type\": \"IS\",\r\n              \"text\": [\r\n                {\r\n                  \"type\": \"MATCH\",\r\n                  \"text\": \"product type (sap)\"\r\n                }\r\n              ]\r\n            }\r\n          ]\r\n        },\r\n        \"it\": {\r\n          \"name\": \"Product Type (Sap)\",\r\n          \"extractionRules\": [\r\n            {\r\n              \"type\": \"IS\",\r\n              \"text\": [\r\n                {\r\n                  \"type\": \"MATCH\",\r\n                  \"text\": \"product type (sap)\"\r\n                }\r\n              ]\r\n            }\r\n          ]\r\n        },\r\n        \"es\": {\r\n          \"name\": \"Product Type (Sap)\",\r\n          \"extractionRules\": [\r\n            {\r\n              \"type\": \"IS\",\r\n              \"text\": [\r\n                {\r\n                  \"type\": \"MATCH\",\r\n                  \"text\": \"product type (sap)\"\r\n                }\r\n              ]\r\n            }\r\n          ]\r\n        },\r\n        \"en\": {\r\n          \"name\": \"Product Type (Sap)\",\r\n          \"extractionRules\": [\r\n            {\r\n              \"type\": \"IS\",\r\n              \"text\": [\r\n                {\r\n                  \"type\": \"MATCH\",\r\n                  \"text\": \"product type (sap)\"\r\n                }\r\n              ]\r\n            }\r\n          ]\r\n        },\r\n        \"fr\": {\r\n          \"name\": \"Product Type (Sap)\",\r\n          \"extractionRules\": [\r\n            {\r\n              \"type\": \"IS\",\r\n              \"text\": [\r\n                {\r\n                  \"type\": \"MATCH\",\r\n                  \"text\": \"product type (sap)\"\r\n                }\r\n              ]\r\n            }\r\n          ]\r\n        }\r\n      },\r\n      \"structuredViewData\": {},\r\n      \"children\": [\r\n        {\r\n          \"idName\": \"PRODUCT TYPE (SAP)_#_BATHROOM ACCESSORIES / BATHROOM AND WASHROOM ACCESSORIES/FITTINGS\",\r\n          \"type\": \"TEXT_VALUE\",\r\n          \"localization\": {\r\n            \"pl\": {\r\n              \"name\": \"Akcesoria łazienkowe\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"bathroom accessories / bathroom and washroom accessories/fittings\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                }\r\n              ]\r\n            },\r\n            \"nl\": {\r\n              \"name\": \"Badkameraccessoires\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"bathroom accessories / bathroom and washroom accessories/fittings\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                }\r\n              ]\r\n            },\r\n            \"sv\": {\r\n              \"name\": \"Badrumstillbehör\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"bathroom accessories / bathroom and washroom accessories/fittings\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                }\r\n              ]\r\n            },\r\n            \"fi\": {\r\n              \"name\": \"Kylpyhuonetarvikkeet\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"bathroom accessories / bathroom and washroom accessories/fittings\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                }\r\n              ]\r\n            },\r\n            \"de\": {\r\n              \"name\": \"Badezimmeraccessoires / Bad- und Waschraumbeschläge\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"bathroom accessories / bathroom and washroom accessories/fittings\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                }\r\n              ]\r\n            },\r\n            \"no\": {\r\n              \"name\": \"Bad tilbehør\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"bathroom accessories / bathroom and washroom accessories/fittings\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                }\r\n              ]\r\n            },\r\n            \"da\": {\r\n              \"name\": \"Badeværelsestilbehør\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"bathroom accessories / bathroom and washroom accessories/fittings\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                }\r\n              ]\r\n            },\r\n            \"it\": {\r\n              \"name\": \"Accessori per il bagno\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"bathroom accessories / bathroom and washroom accessories/fittings\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                }\r\n              ]\r\n            },\r\n            \"es\": {\r\n              \"name\": \"Accesorios de baño\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"bathroom accessories / bathroom and washroom accessories/fittings\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                }\r\n              ]\r\n            },\r\n            \"en\": {\r\n              \"name\": \"Bathroom accessories / Bathroom and washroom accessories/fittings\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"bathroom accessories / bathroom and washroom accessories/fittings\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                }\r\n              ]\r\n            },\r\n            \"fr\": {\r\n              \"name\": \"Accessoires de salle de bain\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"bathroom accessories / bathroom and washroom accessories/fittings\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                }\r\n              ]\r\n            }\r\n          },\r\n          \"structuredViewData\": {}\r\n        },\r\n        {\r\n          \"idName\": \"PRODUCT TYPE (SAP)_#_SEITEN- / UNTERTISCHVENTIL\",\r\n          \"type\": \"TEXT_VALUE\",\r\n          \"localization\": {\r\n            \"de\": {\r\n              \"name\": \"Seiten- / Untertischventil\",\r\n              \"synonyms\": [\r\n                \"untertischventil\"\r\n              ],\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"seiten- / untertischventil\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"da\": {\r\n              \"name\": \"Side-/underbordventil\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"side-/underbordventil\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"en\": {\r\n              \"name\": \"Side / under-counter valve\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"side / under-counter valve\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"es\": {\r\n              \"name\": \"Válvula lateral / bajo encimera\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"válvula lateral / bajo encimera\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fi\": {\r\n              \"name\": \"Sivu-/alatason venttiili\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"sivu-/alatason venttiili\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fr\": {\r\n              \"name\": \"Robinet latéral / sous plan\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"robinet latéral / sous plan\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"it\": {\r\n              \"name\": \"Valvola laterale / sottopiano\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"valvola laterale / sottopiano\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"nl\": {\r\n              \"name\": \"Zij-/ondertafelkraan\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"zij-/ondertafelkraan\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"no\": {\r\n              \"name\": \"Side-/underskapsventil\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"side-/underskapsventil\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"pl\": {\r\n              \"name\": \"Zawór boczny / pod blatem\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"zawór boczny / pod blatem\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"sv\": {\r\n              \"name\": \"Sid-/underskåpsventil\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"sid-/underskåpsventil\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            }\r\n          },\r\n          \"structuredViewData\": {}\r\n        },\r\n        {\r\n          \"idName\": \"PRODUCT TYPE (SAP)_#_TRIGGER HANDBRAUSE\",\r\n          \"type\": \"TEXT_VALUE\",\r\n          \"localization\": {\r\n            \"de\": {\r\n              \"name\": \"Trigger Handbrause\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"trigger handbrause\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"da\": {\r\n              \"name\": \"Trigger håndbruser\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"trigger håndbruser\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"en\": {\r\n              \"name\": \"Trigger Hand Shower\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"trigger hand shower\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"es\": {\r\n              \"name\": \"Ducha de mano Trigger\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"ducha de mano trigger\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fi\": {\r\n              \"name\": \"Trigger käsisuihku\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"trigger käsisuihku\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fr\": {\r\n              \"name\": \"Douchette Trigger\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"douchette trigger\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"it\": {\r\n              \"name\": \"Doccetta Trigger\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"doccetta trigger\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"nl\": {\r\n              \"name\": \"Trigger handdouche\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"trigger handdouche\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"no\": {\r\n              \"name\": \"Trigger hånddusj\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"trigger hånddusj\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"pl\": {\r\n              \"name\": \"Słuchawka prysznicowa Trigger\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"słuchawka prysznicowa trigger\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"sv\": {\r\n              \"name\": \"Trigger handdusch\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"trigger handdusch\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            }\r\n          },\r\n          \"structuredViewData\": {}\r\n        },\r\n        {\r\n          \"idName\": \"PRODUCT TYPE (SAP)_#_SELBSTSCHLUSS-THERMOSTAT\",\r\n          \"type\": \"TEXT_VALUE\",\r\n          \"localization\": {\r\n            \"de\": {\r\n              \"name\": \"Selbstschluss-Thermostat\",\r\n              \"synonyms\": [\r\n                \"selbstschluss thermostat\",\r\n                \"selbstschlussthermostat\",\r\n                \"selbstschluss- thermostat\"\r\n              ],\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"selbstschluss-thermostat\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"da\": {\r\n              \"name\": \"Selvlukkende termostat\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"selvlukkende termostat\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"en\": {\r\n              \"name\": \"Self-closing thermostat\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"self-closing thermostat\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"es\": {\r\n              \"name\": \"Termostato de cierre automático\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"termostato de cierre automático\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fi\": {\r\n              \"name\": \"Itseensulkeutuva termostaatti\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"itseensulkeutuva termostaatti\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fr\": {\r\n              \"name\": \"Thermostat à fermeture automatique\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"thermostat à fermeture automatique\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"it\": {\r\n              \"name\": \"Termostato a chiusura automatica\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"termostato a chiusura automatica\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"nl\": {\r\n              \"name\": \"Zelfsluitende thermostaat\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"zelfsluitende thermostaat\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"no\": {\r\n              \"name\": \"Selvlukkende termostat\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"selvlukkende termostat\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"pl\": {\r\n              \"name\": \"Termostat samozamykający\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"termostat samozamykający\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"sv\": {\r\n              \"name\": \"Självstängande termostat\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"självstängande termostat\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            }\r\n          },\r\n          \"structuredViewData\": {}\r\n        },\r\n        {\r\n          \"idName\": \"PRODUCT TYPE (SAP)_#_FLUSHING CISTERN\",\r\n          \"type\": \"TEXT_VALUE\",\r\n          \"localization\": {\r\n            \"pl\": {\r\n              \"name\": \"Zbiornik spłukujący\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"cistern\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                },\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"flushing cistern\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                },\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"flushing cistern\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"nl\": {\r\n              \"name\": \"Spoelbak\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"cistern\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                },\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"flushing cistern\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                },\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"spoelsysteem\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                }\r\n              ]\r\n            },\r\n            \"sv\": {\r\n              \"name\": \"Spolcistern\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"cistern\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                },\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"flushing cistern\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                },\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"flushing cistern\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fi\": {\r\n              \"name\": \"Huuhtelusäiliö\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"cistern\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                },\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"flushing cistern\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                },\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"flushing cistern\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"de\": {\r\n              \"name\": \"Spülkasten\",\r\n              \"synonyms\": [\r\n                \"flushing cister\"\r\n              ],\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"cistern\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                },\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"flushing cistern\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                },\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"flushing cistern\"\r\n                    }\r\n                  ]\r\n                },\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"spülkästen\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                }\r\n              ]\r\n            },\r\n            \"no\": {\r\n              \"name\": \"Spylekum\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"cistern\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                },\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"flushing cistern\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                },\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"flushing cistern\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"da\": {\r\n              \"name\": \"Skyllevandskar\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"cistern\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                },\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"cisterne\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                },\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"flushing cistern\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                },\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"flushing cistern\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"it\": {\r\n              \"name\": \"Cassetta di scarico\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"cistern\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                },\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"flushing cistern\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                },\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"flushing cistern\"\r\n                    }\r\n                  ]\r\n                },\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"cassetta di sciacquo\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                }\r\n              ]\r\n            },\r\n            \"es\": {\r\n              \"name\": \"Cisterna de descarga\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"cistern\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                },\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"cisterna\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                },\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"flushing cistern\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                },\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"flushing cistern\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"en\": {\r\n              \"name\": \"Flushing cistern\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"cistern\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                },\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"flushing cistern\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                },\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"flushing cistern\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fr\": {\r\n              \"name\": \"Réservoir de chasse d'eau\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"cistern\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                },\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"réservoir de chasse\"\r\n                    }\r\n                  ]\r\n                },\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"mécanisme de rinçage\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                },\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"flushing cistern\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                }\r\n              ]\r\n            }\r\n          },\r\n          \"structuredViewData\": {}\r\n        },\r\n        {\r\n          \"idName\": \"PRODUCT TYPE (SAP)_#_ERSATZTEILE FÜR BERÜHRUNGSLOSE ARMATUREN\",\r\n          \"type\": \"TEXT_VALUE\",\r\n          \"localization\": {\r\n            \"de\": {\r\n              \"name\": \"Ersatzteile für berührungslose Armaturen\",\r\n              \"synonyms\": [\r\n                \"ersatzteil\",\r\n                \"ersatzteile\"\r\n              ],\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"ersatzteile für berührungslose armaturen\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"da\": {\r\n              \"name\": \"Reservedele til berøringsfrie armaturer\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"reservedele til berøringsfrie armaturer\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"en\": {\r\n              \"name\": \"Spare Parts for Touchless Faucets\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"spare parts for touchless faucets\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"es\": {\r\n              \"name\": \"Repuestos para grifos sin contacto\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"repuestos para grifos sin contacto\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fi\": {\r\n              \"name\": \"Varaosat kosketusvapaisiin hanoihin\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"varaosat kosketusvapaisiin hanoihin\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fr\": {\r\n              \"name\": \"Pièces de rechange pour robinetterie sans contact\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"pièces de rechange pour robinetterie sans contact\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"it\": {\r\n              \"name\": \"Ricambi per rubinetteria touchless\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"ricambi per rubinetteria touchless\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"nl\": {\r\n              \"name\": \"Reserveonderdelen voor contactloze kranen\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"reserveonderdelen voor contactloze kranen\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"no\": {\r\n              \"name\": \"Reservedeler til berøringsfrie armaturer\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"reservedeler til berøringsfrie armaturer\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"pl\": {\r\n              \"name\": \"Części zamienne do baterii bezdotykowych\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"części zamienne do baterii bezdotykowych\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"sv\": {\r\n              \"name\": \"Reservdelar till beröringsfria blandare\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"reservdelar till beröringsfria blandare\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            }\r\n          },\r\n          \"structuredViewData\": {}\r\n        },\r\n        {\r\n          \"idName\": \"PRODUCT TYPE (SAP)_#_DIGITAL CONNECTED VALVE\",\r\n          \"type\": \"TEXT_VALUE\",\r\n          \"localization\": {\r\n            \"de\": {\r\n              \"name\": \"Digitales vernetztes Ventil\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"digital connected valve\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"da\": {\r\n              \"name\": \"Digital tilsluttet ventil\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"digital tilsluttet ventil\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"en\": {\r\n              \"name\": \"Digital connected valve\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"digital connected valve\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"es\": {\r\n              \"name\": \"Válvula digital conectada\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"válvula digital conectada\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fi\": {\r\n              \"name\": \"Digitaalinen yhdistetty venttiili\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"digitaalinen yhdistetty venttiili\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fr\": {\r\n              \"name\": \"Vanne digitale connectée\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"vanne digitale connectée\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"it\": {\r\n              \"name\": \"Valvola digitale connessa\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"valvola digitale connessa\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"nl\": {\r\n              \"name\": \"Digitaal verbonden ventiel\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"digitaal verbonden ventiel\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"no\": {\r\n              \"name\": \"Digital tilkoblet ventil\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"digital tilkoblet ventil\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"pl\": {\r\n              \"name\": \"Cyfrowy zawór podłączony\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"cyfrowy zawór podłączony\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"sv\": {\r\n              \"name\": \"Digital ansluten ventil\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"digital ansluten ventil\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            }\r\n          },\r\n          \"structuredViewData\": {}\r\n        },\r\n        {\r\n          \"idName\": \"PRODUCT TYPE (SAP)_#_THERMOSTATKARTUSCHE\",\r\n          \"type\": \"TEXT_VALUE\",\r\n          \"localization\": {\r\n            \"de\": {\r\n              \"name\": \"Thermostatkartusche\",\r\n              \"synonyms\": [\r\n                \"thermostat kartusche\"\r\n              ],\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"thermostatkartusche\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"da\": {\r\n              \"name\": \"Termostatpatron\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"termostatpatron\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"en\": {\r\n              \"name\": \"Thermostat Cartridge\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"thermostat cartridge\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"es\": {\r\n              \"name\": \"Cartucho termostático\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"cartucho termostático\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fi\": {\r\n              \"name\": \"Termostaattipatruuna\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"termostaattipatruuna\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fr\": {\r\n              \"name\": \"Cartouche thermostatique\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"cartouche thermostatique\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"it\": {\r\n              \"name\": \"Cartuccia termostatica\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"cartuccia termostatica\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"nl\": {\r\n              \"name\": \"Thermostaatcartouche\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"thermostaatcartouche\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"no\": {\r\n              \"name\": \"Termostatpatron\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"termostatpatron\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"pl\": {\r\n              \"name\": \"Wkład termostatyczny\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"wkład termostatyczny\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"sv\": {\r\n              \"name\": \"Termostatpatron\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"termostatpatron\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            }\r\n          },\r\n          \"structuredViewData\": {}\r\n        },\r\n        {\r\n          \"idName\": \"PRODUCT TYPE (SAP)_#_ERSATZTEIL SPÜLKASTEN\",\r\n          \"type\": \"TEXT_VALUE\",\r\n          \"localization\": {\r\n            \"de\": {\r\n              \"name\": \"Ersatzteil Spülkasten\",\r\n              \"synonyms\": [\r\n                \"ersatzteil spulkasten\"\r\n              ],\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"ersatzteil spülkasten\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"da\": {\r\n              \"name\": \"Reservedel cisterne\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"reservedel cisterne\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"en\": {\r\n              \"name\": \"Spare Part Flushing Cistern\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"spare part flushing cistern\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"es\": {\r\n              \"name\": \"Repuesto cisterna\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"repuesto cisterna\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fi\": {\r\n              \"name\": \"Varaosa huuhtelusäiliö\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"varaosa huuhtelusäiliö\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fr\": {\r\n              \"name\": \"Pièce de rechange réservoir de chasse\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"pièce de rechange réservoir de chasse\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"it\": {\r\n              \"name\": \"Ricambio cassetta di risciacquo\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"ricambio cassetta di risciacquo\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"nl\": {\r\n              \"name\": \"Reserveonderdeel stortbak\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"reserveonderdeel stortbak\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"no\": {\r\n              \"name\": \"Reservedel sisterne\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"reservedel sisterne\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"pl\": {\r\n              \"name\": \"Część zamienna spłuczka\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"część zamienna spłuczka\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"sv\": {\r\n              \"name\": \"Reservdel spolcistern\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"reservdel spolcistern\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            }\r\n          },\r\n          \"structuredViewData\": {}\r\n        },\r\n        {\r\n          \"idName\": \"PRODUCT TYPE (SAP)_#_ACTION-SETS\",\r\n          \"type\": \"TEXT_VALUE\",\r\n          \"localization\": {\r\n            \"pl\": {\r\n              \"name\": \"Action-Sets\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"action-sets\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                }\r\n              ]\r\n            },\r\n            \"nl\": {\r\n              \"name\": \"Action-Sets\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"action-sets\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                }\r\n              ]\r\n            },\r\n            \"sv\": {\r\n              \"name\": \"Action-Sets\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"action-sets\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                },\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"action-sets\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fi\": {\r\n              \"name\": \"Action-Sets\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"action-sets\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                },\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"action-sets\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"de\": {\r\n              \"name\": \"Action-Sets\",\r\n              \"synonyms\": [\r\n                \"action sets\",\r\n                \"actionsets\"\r\n              ],\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"action-sets\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                },\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"action-sets\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"no\": {\r\n              \"name\": \"Action-Sets\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"action-sets\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                },\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"action-sets\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"da\": {\r\n              \"name\": \"Action-Sets\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"action-sets\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                },\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"action-sets\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"it\": {\r\n              \"name\": \"Action-Sets\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"action-sets\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                },\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"action-sets\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"es\": {\r\n              \"name\": \"Action-Sets\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"action-sets\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                }\r\n              ]\r\n            },\r\n            \"en\": {\r\n              \"name\": \"Action-Sets\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"action-sets\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                },\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"action-sets\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fr\": {\r\n              \"name\": \"Action-Sets\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"action-sets\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                }\r\n              ]\r\n            }\r\n          },\r\n          \"structuredViewData\": {}\r\n        },\r\n        {\r\n          \"idName\": \"PRODUCT TYPE (SAP)_#_FITTINGS\",\r\n          \"type\": \"TEXT_VALUE\",\r\n          \"localization\": {\r\n            \"pl\": {\r\n              \"name\": \"Armatura\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"fittings\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"nl\": {\r\n              \"name\": \"Kranen\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"fittings\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"sv\": {\r\n              \"name\": \"Armaturer\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"armaturer\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                }\r\n              ]\r\n            },\r\n            \"fi\": {\r\n              \"name\": \"Hanat\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"hanat\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                }\r\n              ]\r\n            },\r\n            \"de\": {\r\n              \"name\": \"Armaturen\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"fittings\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"no\": {\r\n              \"name\": \"Armaturer\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"armaturer\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                }\r\n              ]\r\n            },\r\n            \"da\": {\r\n              \"name\": \"Armaturer\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"armaturer\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                }\r\n              ]\r\n            },\r\n            \"it\": {\r\n              \"name\": \"Rubinetteria\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"fittings\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"es\": {\r\n              \"name\": \"Grifería\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"grifería\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                }\r\n              ]\r\n            },\r\n            \"en\": {\r\n              \"name\": \"Fittings\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"fittings\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fr\": {\r\n              \"name\": \"Robinetterie\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"equipement pour la salle de bain\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                },\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"fittings\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            }\r\n          },\r\n          \"structuredViewData\": {}\r\n        },\r\n        {\r\n          \"idName\": \"PRODUCT TYPE (SAP)_#_BÜRSTENGARNITUR\",\r\n          \"type\": \"TEXT_VALUE\",\r\n          \"localization\": {\r\n            \"de\": {\r\n              \"name\": \"Bürstengarnitur\",\r\n              \"synonyms\": [\r\n                \"bursten garnitur\",\r\n                \"burstengarnitur\",\r\n                \"bürsten garnitur\"\r\n              ],\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"bürstengarnitur\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"da\": {\r\n              \"name\": \"Børstesæt\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"børstesæt\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"en\": {\r\n              \"name\": \"Toilet brush set\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"toilet brush set\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"es\": {\r\n              \"name\": \"Conjunto de escobilla\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"conjunto de escobilla\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fi\": {\r\n              \"name\": \"Harjasetti\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"harjasetti\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fr\": {\r\n              \"name\": \"Set porte-balai\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"set porte-balai\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"it\": {\r\n              \"name\": \"Set portascopino\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"set portascopino\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"nl\": {\r\n              \"name\": \"Toiletborstelset\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"toiletborstelset\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"no\": {\r\n              \"name\": \"Børstesett\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"børstesett\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"pl\": {\r\n              \"name\": \"Zestaw szczotki toaletowej\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"zestaw szczotki toaletowej\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"sv\": {\r\n              \"name\": \"Borstset\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"borstset\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            }\r\n          },\r\n          \"structuredViewData\": {}\r\n        },\r\n        {\r\n          \"idName\": \"PRODUCT TYPE (SAP)_#_ERSATZTEIL PRESSURE BALANCE VALVE\",\r\n          \"type\": \"TEXT_VALUE\",\r\n          \"localization\": {\r\n            \"de\": {\r\n              \"name\": \"Ersatzteil Pressure Balance Valve\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"ersatzteil pressure balance valve\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"da\": {\r\n              \"name\": \"Reservedel Pressure Balance Valve\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"reservedel pressure balance valve\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"en\": {\r\n              \"name\": \"Spare Part Pressure Balance Valve\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"spare part pressure balance valve\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"es\": {\r\n              \"name\": \"Repuesto Pressure Balance Valve\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"repuesto pressure balance valve\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fi\": {\r\n              \"name\": \"Varaosa Pressure Balance Valve\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"varaosa pressure balance valve\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fr\": {\r\n              \"name\": \"Pièce de rechange Pressure Balance Valve\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"pièce de rechange pressure balance valve\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"it\": {\r\n              \"name\": \"Ricambio Pressure Balance Valve\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"ricambio pressure balance valve\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"nl\": {\r\n              \"name\": \"Reserveonderdeel Pressure Balance Valve\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"reserveonderdeel pressure balance valve\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"no\": {\r\n              \"name\": \"Reservedel Pressure Balance Valve\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"reservedel pressure balance valve\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"pl\": {\r\n              \"name\": \"Część zamienna Pressure Balance Valve\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"część zamienna pressure balance valve\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"sv\": {\r\n              \"name\": \"Reservdel Pressure Balance Valve\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"reservdel pressure balance valve\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            }\r\n          },\r\n          \"structuredViewData\": {}\r\n        },\r\n        {\r\n          \"idName\": \"PRODUCT TYPE (SAP)_#_SP + PP BATHROOM EQUIPMENT\",\r\n          \"type\": \"TEXT_VALUE\",\r\n          \"localization\": {\r\n            \"pl\": {\r\n              \"name\": \"SP + PP Wyposażenie łazienkowe\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"sp + pp bathroom equipment\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"nl\": {\r\n              \"name\": \"SP + PP Badkameruitrusting\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"sp + pp bathroom equipment\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                }\r\n              ]\r\n            },\r\n            \"sv\": {\r\n              \"name\": \"SP + PP Badrumsutrustning\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"sp + pp bathroom equipment\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fi\": {\r\n              \"name\": \"SP + PP Kylpyhuonevarusteet\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"sp + pp bathroom equipment\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"de\": {\r\n              \"name\": \"ET + ZB Badausstattung\",\r\n              \"synonyms\": [\r\n                \"sp&pp bathroom equipment\",\r\n                \"sp+pp bathroom equipment\"\r\n              ],\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"sp + pp bathroom equipment\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"no\": {\r\n              \"name\": \"SP + PP Baderomsutstyr\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"sp + pp bathroom equipment\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"da\": {\r\n              \"name\": \"SP + PP Badeværelsesudstyr\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"sp + pp bathroom equipment\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"it\": {\r\n              \"name\": \"SP + PP Arredo bagno\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"sp + pp bathroom equipment\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"es\": {\r\n              \"name\": \"SP + PP Equipamiento de baño\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"sp + pp bathroom equipment\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"en\": {\r\n              \"name\": \"SP + PP Bathroom Equipment\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"sp + pp bathroom equipment\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fr\": {\r\n              \"name\": \"SP + PP Équipement de salle de bains\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"sp + pp bathroom equipment\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                }\r\n              ]\r\n            }\r\n          },\r\n          \"structuredViewData\": {}\r\n        },\r\n        {\r\n          \"idName\": \"PRODUCT TYPE (SAP)_#_WANDHALTERSETSET\",\r\n          \"type\": \"TEXT_VALUE\",\r\n          \"localization\": {\r\n            \"de\": {\r\n              \"name\": \"Wandhalterset\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"wandhaltersetset\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"da\": {\r\n              \"name\": \"Vægholderssæt\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"vægholderssæt\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"en\": {\r\n              \"name\": \"Wall bracket set\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"wall bracket set\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"es\": {\r\n              \"name\": \"Juego de soporte de pared\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"juego de soporte de pared\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fi\": {\r\n              \"name\": \"Seinäpidikesarja\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"seinäpidikesarja\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fr\": {\r\n              \"name\": \"Kit de support mural\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"kit de support mural\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"it\": {\r\n              \"name\": \"Set staffa a parete\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"set staffa a parete\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"nl\": {\r\n              \"name\": \"Wandhouderset\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"wandhouderset\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"no\": {\r\n              \"name\": \"Veggholderssett\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"veggholderssett\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"pl\": {\r\n              \"name\": \"Zestaw uchwytu ściennego\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"zestaw uchwytu ściennego\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"sv\": {\r\n              \"name\": \"Väggfästesats\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"väggfästesats\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            }\r\n          },\r\n          \"structuredViewData\": {}\r\n        },\r\n        {\r\n          \"idName\": \"PRODUCT TYPE (SAP)_#_SCHLAEUCHE\",\r\n          \"type\": \"TEXT_VALUE\",\r\n          \"localization\": {\r\n            \"de\": {\r\n              \"name\": \"Schläuche\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"schlaeuche\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"da\": {\r\n              \"name\": \"Slanger\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"slanger\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"en\": {\r\n              \"name\": \"Hoses\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"hoses\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"es\": {\r\n              \"name\": \"Mangueras flexibles\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"mangueras flexibles\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fi\": {\r\n              \"name\": \"Letkut\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"letkut\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fr\": {\r\n              \"name\": \"Flexibles\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"flexibles\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"it\": {\r\n              \"name\": \"Flessibili\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"flessibili\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"nl\": {\r\n              \"name\": \"Slangen\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"slangen\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"no\": {\r\n              \"name\": \"Slanger\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"slanger\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"pl\": {\r\n              \"name\": \"Węże\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"węże\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"sv\": {\r\n              \"name\": \"Slangar\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"slangar\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            }\r\n          },\r\n          \"structuredViewData\": {}\r\n        },\r\n        {\r\n          \"idName\": \"PRODUCT TYPE (SAP)_#_FERTIGMONTAGESET FÜR GROHE RAPIDO T\",\r\n          \"type\": \"TEXT_VALUE\",\r\n          \"localization\": {\r\n            \"de\": {\r\n              \"name\": \"Fertigmontageset für GROHE Rapido T\",\r\n              \"synonyms\": [\r\n                \"fertigmontageset\"\r\n              ],\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"fertigmontageset für grohe rapido t\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"da\": {\r\n              \"name\": \"Færdigmonteringssæt til GROHE Rapido T\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"færdigmonteringssæt til grohe rapido t\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"en\": {\r\n              \"name\": \"Trim Set for GROHE Rapido T\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"trim set for grohe rapido t\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"es\": {\r\n              \"name\": \"Set de Acabado para GROHE Rapido T\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"set de acabado para grohe rapido t\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fi\": {\r\n              \"name\": \"Viimeistelysarja GROHE Rapido T\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"viimeistelysarja grohe rapido t\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fr\": {\r\n              \"name\": \"Set de Finition pour GROHE Rapido T\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"set de finition pour grohe rapido t\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"it\": {\r\n              \"name\": \"Set di Finitura per GROHE Rapido T\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"set di finitura per grohe rapido t\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"nl\": {\r\n              \"name\": \"Afbouwset voor GROHE Rapido T\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"afbouwset voor grohe rapido t\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"no\": {\r\n              \"name\": \"Ferdigmonteringssett for GROHE Rapido T\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"ferdigmonteringssett for grohe rapido t\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"pl\": {\r\n              \"name\": \"Zestaw Wykończeniowy do GROHE Rapido T\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"zestaw wykończeniowy do grohe rapido t\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"sv\": {\r\n              \"name\": \"Färdigmonteringsset för GROHE Rapido T\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"färdigmonteringsset för grohe rapido t\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            }\r\n          },\r\n          \"structuredViewData\": {}\r\n        },\r\n        {\r\n          \"idName\": \"PRODUCT TYPE (SAP)_#_DUSCH-WC\",\r\n          \"type\": \"TEXT_VALUE\",\r\n          \"localization\": {\r\n            \"pl\": {\r\n              \"name\": \"Toaleta myjąca\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"shower toilet\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"nl\": {\r\n              \"name\": \"Douche-WC\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"shower toilet\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"sv\": {\r\n              \"name\": \"Dusch-WC\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"shower toilet\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fi\": {\r\n              \"name\": \"Suihku-WC\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"shower toilet\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"de\": {\r\n              \"name\": \"Dusch-WC\",\r\n              \"synonyms\": [\r\n                \"dusch wc\"\r\n              ],\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"shower toilet\"\r\n                    }\r\n                  ]\r\n                },\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"dusch-wc\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"no\": {\r\n              \"name\": \"Dusjtoalett\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"shower toilet\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"da\": {\r\n              \"name\": \"Dusch-WC\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"shower toilet\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"it\": {\r\n              \"name\": \"WC con doccetta\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"shower toilet\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"es\": {\r\n              \"name\": \"Inodoro con ducha\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"shower toilet\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"en\": {\r\n              \"name\": \"Shower Toilet\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"shower toilet\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fr\": {\r\n              \"name\": \"WC douche\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"shower toilet\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            }\r\n          },\r\n          \"structuredViewData\": {}\r\n        },\r\n        {\r\n          \"idName\": \"PRODUCT TYPE (SAP)_#_ET + ZUBEHÖR DIGITAL\",\r\n          \"type\": \"TEXT_VALUE\",\r\n          \"localization\": {\r\n            \"de\": {\r\n              \"name\": \"ET + Zubehör Digital\",\r\n              \"synonyms\": [\r\n                \"et+zubehör digital\",\r\n                \"et & zubehör digital\",\r\n                \"et&zubehör digital\",\r\n                \"et und zubehör digital\"\r\n              ],\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"et + zubehör digital\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"da\": {\r\n              \"name\": \"SP + PP Digital\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"sp + pp digital\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"en\": {\r\n              \"name\": \"SP + PP Digital\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"sp + pp digital\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"es\": {\r\n              \"name\": \"SP + PP Digital\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"sp + pp digital\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fi\": {\r\n              \"name\": \"SP + PP Digitaalinen\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"sp + pp digitaalinen\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fr\": {\r\n              \"name\": \"SP + PP Digital\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"sp + pp digital\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"it\": {\r\n              \"name\": \"SP + PP Digitale\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"sp + pp digitale\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"nl\": {\r\n              \"name\": \"SP + PP Digitaal\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"sp + pp digitaal\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"no\": {\r\n              \"name\": \"SP + PP Digital\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"sp + pp digital\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"pl\": {\r\n              \"name\": \"SP + PP Cyfrowe\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"sp + pp cyfrowe\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"sv\": {\r\n              \"name\": \"SP + PP Digital\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"sp + pp digital\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            }\r\n          },\r\n          \"structuredViewData\": {}\r\n        },\r\n        {\r\n          \"idName\": \"PRODUCT TYPE (SAP)_#_VERLÄNGERUNG\",\r\n          \"type\": \"TEXT_VALUE\",\r\n          \"localization\": {\r\n            \"de\": {\r\n              \"name\": \"Verlängerung\",\r\n              \"synonyms\": [\r\n                \"verlangerung\"\r\n              ],\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"verlängerung\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"da\": {\r\n              \"name\": \"Forlængelse\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"forlængelse\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"en\": {\r\n              \"name\": \"Extension\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"extension\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"es\": {\r\n              \"name\": \"Extensión\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"extensión\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fi\": {\r\n              \"name\": \"Jatke\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"jatke\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fr\": {\r\n              \"name\": \"Rallonge\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"rallonge\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"it\": {\r\n              \"name\": \"Prolunga\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"prolunga\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"nl\": {\r\n              \"name\": \"Verlenging\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"verlenging\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"no\": {\r\n              \"name\": \"Forlengelse\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"forlengelse\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"pl\": {\r\n              \"name\": \"Przedłużka\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"przedłużka\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"sv\": {\r\n              \"name\": \"Förlängning\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"förlängning\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            }\r\n          },\r\n          \"structuredViewData\": {}\r\n        },\r\n        {\r\n          \"idName\": \"PRODUCT TYPE (SAP)_#_EDELSTAHLSPÜLEN\",\r\n          \"type\": \"TEXT_VALUE\",\r\n          \"localization\": {\r\n            \"pl\": {\r\n              \"name\": \"Zlewozmywaki ze stali nierdzewnej\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"stainless steel kitchen sinks\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"nl\": {\r\n              \"name\": \"RVS spoelbak\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"stainless steel kitchen sinks\"\r\n                    }\r\n                  ]\r\n                },\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"rvs spoelbak\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"sv\": {\r\n              \"name\": \"Diskhoar i rostfritt stål\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"stainless steel kitchen sinks\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fi\": {\r\n              \"name\": \"Ruostumattomat teräsaltaat\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"stainless steel kitchen sinks\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"de\": {\r\n              \"name\": \"Edelstahlspülen\",\r\n              \"synonyms\": [\r\n                \"edelstahlspulen\"\r\n              ],\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"stainless steel kitchen sinks\"\r\n                    }\r\n                  ]\r\n                },\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"edelstahlspülen\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"no\": {\r\n              \"name\": \"Rustfrie stålvasker\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"stainless steel kitchen sinks\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"da\": {\r\n              \"name\": \"Rustfri stålvaske\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"stainless steel kitchen sinks\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"it\": {\r\n              \"name\": \"Lavelli in acciaio inox\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"stainless steel kitchen sinks\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"es\": {\r\n              \"name\": \"Fregaderos de acero inoxidable\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"stainless steel kitchen sinks\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"en\": {\r\n              \"name\": \"Stainless Steel Kitchen Sinks\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"stainless steel kitchen sinks\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fr\": {\r\n              \"name\": \"Evier en acier inoxydable\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"stainless steel kitchen sinks\"\r\n                    }\r\n                  ]\r\n                },\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"evier en acier inoxydable\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            }\r\n          },\r\n          \"structuredViewData\": {}\r\n        },\r\n        {\r\n          \"idName\": \"PRODUCT TYPE (SAP)_#_ZUBEHÖR FÜR SPEZIALARMATUR\",\r\n          \"type\": \"TEXT_VALUE\",\r\n          \"localization\": {\r\n            \"de\": {\r\n              \"name\": \"Zubehör für Spezialarmatur\",\r\n              \"synonyms\": [\r\n                \"zubehör\"\r\n              ],\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"zubehör für spezialarmatur\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"da\": {\r\n              \"name\": \"Tilbehør til specialarmatur\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"tilbehør til specialarmatur\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"en\": {\r\n              \"name\": \"Accessories for special faucet\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"accessories for special faucet\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"es\": {\r\n              \"name\": \"Accesorios para grifería especial\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"accesorios para grifería especial\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fi\": {\r\n              \"name\": \"Erikoishanaan tarvikkeet\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"erikoishanaan tarvikkeet\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fr\": {\r\n              \"name\": \"Accessoires pour robinetterie spéciale\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"accessoires pour robinetterie spéciale\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"it\": {\r\n              \"name\": \"Accessori per rubinetteria speciale\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"accessori per rubinetteria speciale\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"nl\": {\r\n              \"name\": \"Accessoires voor speciale kraan\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"accessoires voor speciale kraan\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"no\": {\r\n              \"name\": \"Tilbehør til spesialarmatur\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"tilbehør til spesialarmatur\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"pl\": {\r\n              \"name\": \"Akcesoria do armatury specjalnej\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"akcesoria do armatury specjalnej\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"sv\": {\r\n              \"name\": \"Tillbehör till specialarmatur\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"tillbehör till specialarmatur\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            }\r\n          },\r\n          \"structuredViewData\": {}\r\n        },\r\n        {\r\n          \"idName\": \"PRODUCT TYPE (SAP)_#_ERSATZTEILE\",\r\n          \"type\": \"TEXT_VALUE\",\r\n          \"localization\": {\r\n            \"de\": {\r\n              \"name\": \"Ersatzteile\",\r\n              \"synonyms\": [\r\n                \"ersatzteil\",\r\n                \"er satzteil\"\r\n              ],\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"ersatzteile\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"da\": {\r\n              \"name\": \"Reservedele\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"reservedele\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"en\": {\r\n              \"name\": \"Spare Parts\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"spare parts\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"es\": {\r\n              \"name\": \"Repuestos\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"repuestos\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fi\": {\r\n              \"name\": \"Varaosat\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"varaosat\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fr\": {\r\n              \"name\": \"Pièces de rechange\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"pièces de rechange\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"it\": {\r\n              \"name\": \"Ricambi\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"ricambi\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"nl\": {\r\n              \"name\": \"Reserveonderdelen\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"reserveonderdelen\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"no\": {\r\n              \"name\": \"Reservedeler\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"reservedeler\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"pl\": {\r\n              \"name\": \"Części zamienne\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"części zamienne\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"sv\": {\r\n              \"name\": \"Reservdelar\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"reservdelar\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            }\r\n          },\r\n          \"structuredViewData\": {}\r\n        },\r\n        {\r\n          \"idName\": \"PRODUCT TYPE (SAP)_#_SANITARY CERAMIC / (WASTEWATER) RECEPTION DEVICES\",\r\n          \"type\": \"TEXT_VALUE\",\r\n          \"localization\": {\r\n            \"pl\": {\r\n              \"name\": \"Ceramika sanitarna / Urządzenia odbiorcze\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"sanitary ceramic / (wastewater) reception devices\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"nl\": {\r\n              \"name\": \"Sanitaire keramiek / Opvangbakken\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"sanitary ceramic / (wastewater) reception devices\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"sv\": {\r\n              \"name\": \"Sanitärkeramik / Mottagare\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"sanitärkeramik / mottagare\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                }\r\n              ]\r\n            },\r\n            \"fi\": {\r\n              \"name\": \"Saniteettiser amiikka / Vastaanottajat\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"saniteettiser amiikka / vastaanottajat\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                }\r\n              ]\r\n            },\r\n            \"de\": {\r\n              \"name\": \"Sanitärkeramik / Auffangbecken\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"sanitary ceramic / (wastewater) reception devices\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"no\": {\r\n              \"name\": \"Sanitærkeramikk / Mottakere\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"sanitærkeramikk / mottakere\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                }\r\n              ]\r\n            },\r\n            \"da\": {\r\n              \"name\": \"Sanitærkeramik / Modtagere\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"sanitærkeramik / modtagere\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                }\r\n              ]\r\n            },\r\n            \"it\": {\r\n              \"name\": \"Ceramica sanitaria / Ricevitori\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"sanitary ceramic / (wastewater) reception devices\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"es\": {\r\n              \"name\": \"Cerámica sanitaria / Receptores\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"cerámica sanitaria / receptores\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                }\r\n              ]\r\n            },\r\n            \"en\": {\r\n              \"name\": \"Sanitary Ceramic / (Wastewater) reception devices\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"sanitary ceramic / (wastewater) reception devices\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fr\": {\r\n              \"name\": \"Céramique sanitaire / Récepteurs\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"sanitary ceramic / (wastewater) reception devices\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            }\r\n          },\r\n          \"structuredViewData\": {}\r\n        },\r\n        {\r\n          \"idName\": \"PRODUCT TYPE (SAP)_#_ABDECKPLATTE\",\r\n          \"type\": \"TEXT_VALUE\",\r\n          \"localization\": {\r\n            \"pl\": {\r\n              \"name\": \"Uruchamianie ręczne\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"uruchamianie ręczne\"\r\n                    }\r\n                  ]\r\n                },\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"manual actuation\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"nl\": {\r\n              \"name\": \"Bedieningsplaat\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"bedieningsplaat\"\r\n                    }\r\n                  ]\r\n                },\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"manual actuation\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"sv\": {\r\n              \"name\": \"Täckbricka\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"manual actuation\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fi\": {\r\n              \"name\": \"Peitelaatta\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"manual actuation\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"de\": {\r\n              \"name\": \"Abdeckplatte\",\r\n              \"synonyms\": [\r\n                \"ab deckplatte\"\r\n              ],\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"manual actuation\"\r\n                    }\r\n                  ]\r\n                },\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"abdeckplatte\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"no\": {\r\n              \"name\": \"Dekkeplate\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"manual actuation\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"da\": {\r\n              \"name\": \"Dækplade\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"manual actuation\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"it\": {\r\n              \"name\": \"Placca di copertura\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"manual actuation\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"es\": {\r\n              \"name\": \"Placa de cubierta\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"manual actuation\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"en\": {\r\n              \"name\": \"Manual actuation\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"manual actuation\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fr\": {\r\n              \"name\": \"Plaque de recouvrement\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"plaque de commande\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                },\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"manual actuation\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            }\r\n          },\r\n          \"structuredViewData\": {}\r\n        },\r\n        {\r\n          \"idName\": \"PRODUCT TYPE (SAP)_#_ZUBEHÖR FÜR BETÄTIGUNGSPLATTE\",\r\n          \"type\": \"TEXT_VALUE\",\r\n          \"localization\": {\r\n            \"de\": {\r\n              \"name\": \"Zubehör für Betätigungsplatte\",\r\n              \"synonyms\": [\r\n                \"zubehör\"\r\n              ],\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"zubehör für betätigungsplatte\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"da\": {\r\n              \"name\": \"Tilbehør til betjeningsplade\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"tilbehør til betjeningsplade\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"en\": {\r\n              \"name\": \"Accessories for flush plate\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"accessories for flush plate\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"es\": {\r\n              \"name\": \"Accesorios para placa de accionamiento\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"accesorios para placa de accionamiento\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fi\": {\r\n              \"name\": \"Huuhtelupainikkeen tarvikkeet\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"huuhtelupainikkeen tarvikkeet\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fr\": {\r\n              \"name\": \"Accessoires pour plaque de commande\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"accessoires pour plaque de commande\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"it\": {\r\n              \"name\": \"Accessori per placca di comando\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"accessori per placca di comando\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"nl\": {\r\n              \"name\": \"Accessoires voor bedieningsplaat\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"accessoires voor bedieningsplaat\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"no\": {\r\n              \"name\": \"Tilbehør til betjeningsplate\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"tilbehør til betjeningsplate\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"pl\": {\r\n              \"name\": \"Akcesoria do przycisku spłukującego\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"akcesoria do przycisku spłukującego\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"sv\": {\r\n              \"name\": \"Tillbehör till manöverpanel\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"tillbehör till manöverpanel\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            }\r\n          },\r\n          \"structuredViewData\": {}\r\n        },\r\n        {\r\n          \"idName\": \"PRODUCT TYPE (SAP)_#_ZWEIGRIFFARMATUR OBERBAU\",\r\n          \"type\": \"TEXT_VALUE\",\r\n          \"localization\": {\r\n            \"de\": {\r\n              \"name\": \"Zweigriffarmatur Oberbau\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"zweigriffarmatur oberbau\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"da\": {\r\n              \"name\": \"Togrebsarmatur overbygning\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"togrebsarmatur overbygning\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"en\": {\r\n              \"name\": \"Two-handle mixer trim\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"two-handle mixer trim\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"es\": {\r\n              \"name\": \"Grifería bimando parte superior\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"grifería bimando parte superior\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fi\": {\r\n              \"name\": \"Kaksiotesekoittajan pintaosa\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"kaksiotesekoittajan pintaosa\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fr\": {\r\n              \"name\": \"Mitigeur deux poignées partie supérieure\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"mitigeur deux poignées partie supérieure\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"it\": {\r\n              \"name\": \"Miscelatore bicomando parte superiore\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"miscelatore bicomando parte superiore\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"nl\": {\r\n              \"name\": \"Tweegreepmengkraan bovendeel\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"tweegreepmengkraan bovendeel\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"no\": {\r\n              \"name\": \"Togrepsarmatur overbygg\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"togrepsarmatur overbygg\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"pl\": {\r\n              \"name\": \"Bateria dwuuchwytowa część górna\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"bateria dwuuchwytowa część górna\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"sv\": {\r\n              \"name\": \"Tvågreppsblandare överdel\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"tvågreppsblandare överdel\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            }\r\n          },\r\n          \"structuredViewData\": {}\r\n        },\r\n        {\r\n          \"idName\": \"PRODUCT TYPE (SAP)_#_CONNECTED VALVES\",\r\n          \"type\": \"TEXT_VALUE\",\r\n          \"localization\": {\r\n            \"pl\": {\r\n              \"name\": \"Podłączone zaworki\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"connected devices\"\r\n                    }\r\n                  ]\r\n                },\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"connected valves\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                }\r\n              ]\r\n            },\r\n            \"nl\": {\r\n              \"name\": \"Verbonden kranen\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"connected devices\"\r\n                    }\r\n                  ]\r\n                },\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"connected valves\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                }\r\n              ]\r\n            },\r\n            \"sv\": {\r\n              \"name\": \"Anslutna ventiler\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"connected devices\"\r\n                    }\r\n                  ]\r\n                },\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"connected valves\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                }\r\n              ]\r\n            },\r\n            \"fi\": {\r\n              \"name\": \"Kytketyt venttiilit\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"connected devices\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                },\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"connected valves\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                }\r\n              ]\r\n            },\r\n            \"de\": {\r\n              \"name\": \"Vernetzte Ventile\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"CONTAINS_WORD\",\r\n                      \"text\": \"connected valves\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                },\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"connected devices\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"no\": {\r\n              \"name\": \"Tilkoblede ventiler\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"connected devices\"\r\n                    }\r\n                  ]\r\n                },\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"connected valves\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                }\r\n              ]\r\n            },\r\n            \"da\": {\r\n              \"name\": \"Tilsluttede ventiler\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"connected devices\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                },\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"connected valves\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                }\r\n              ]\r\n            },\r\n            \"it\": {\r\n              \"name\": \"Valvole connesse\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"connected devices\"\r\n                    }\r\n                  ]\r\n                },\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"connected valves\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                }\r\n              ]\r\n            },\r\n            \"es\": {\r\n              \"name\": \"Válvulas conectadas\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"connected devices\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                },\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"connected valves\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                }\r\n              ]\r\n            },\r\n            \"en\": {\r\n              \"name\": \"Connected Valves\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"connected devices\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                },\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"connected valves\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                }\r\n              ]\r\n            },\r\n            \"fr\": {\r\n              \"name\": \"Vannes connectées\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"connected devices\"\r\n                    }\r\n                  ]\r\n                },\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"connected valves\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                }\r\n              ]\r\n            }\r\n          },\r\n          \"structuredViewData\": {}\r\n        },\r\n        {\r\n          \"idName\": \"PRODUCT TYPE (SAP)_#_EASYREACH ABLAGE\",\r\n          \"type\": \"TEXT_VALUE\",\r\n          \"localization\": {\r\n            \"de\": {\r\n              \"name\": \"EasyReach Ablage\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"easyreach ablage\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"da\": {\r\n              \"name\": \"EasyReach hylde\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"easyreach hylde\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"en\": {\r\n              \"name\": \"EasyReach shelf\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"easyreach shelf\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"es\": {\r\n              \"name\": \"Estante EasyReach\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"estante easyreach\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fi\": {\r\n              \"name\": \"EasyReach-hylly\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"easyreach-hylly\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fr\": {\r\n              \"name\": \"Étagère EasyReach\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"étagère easyreach\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"it\": {\r\n              \"name\": \"Mensola EasyReach\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"mensola easyreach\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"nl\": {\r\n              \"name\": \"EasyReach planchet\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"easyreach planchet\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"no\": {\r\n              \"name\": \"EasyReach hylle\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"easyreach hylle\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"pl\": {\r\n              \"name\": \"Półka EasyReach\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"półka easyreach\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"sv\": {\r\n              \"name\": \"EasyReach hylla\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"easyreach hylla\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            }\r\n          },\r\n          \"structuredViewData\": {}\r\n        },\r\n        {\r\n          \"idName\": \"PRODUCT TYPE (SAP)_#_SELBSTSCHLUSSARMATUR UNTERPUTZKÖRPER\",\r\n          \"type\": \"TEXT_VALUE\",\r\n          \"localization\": {\r\n            \"de\": {\r\n              \"name\": \"Selbstschlussarmatur Unterputzkörper\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"selbstschlussarmatur unterputzkörper\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"da\": {\r\n              \"name\": \"Selvlukkende armatur indbygningskrop\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"selvlukkende armatur indbygningskrop\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"en\": {\r\n              \"name\": \"Self-closing faucet concealed body\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"self-closing faucet concealed body\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"es\": {\r\n              \"name\": \"Cuerpo empotrado de grifo de cierre automático\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"cuerpo empotrado de grifo de cierre automático\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fi\": {\r\n              \"name\": \"Itseensulkeutuvan hanan upotusrunko\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"itseensulkeutuvan hanan upotusrunko\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fr\": {\r\n              \"name\": \"Corps encastré robinet à fermeture automatique\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"corps encastré robinet à fermeture automatique\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"it\": {\r\n              \"name\": \"Corpo incasso rubinetto a chiusura automatica\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"corpo incasso rubinetto a chiusura automatica\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"nl\": {\r\n              \"name\": \"Zelfsluitende kraan inbouwlichaam\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"zelfsluitende kraan inbouwlichaam\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"no\": {\r\n              \"name\": \"Selvlukkende armatur innbyggingskropp\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"selvlukkende armatur innbyggingskropp\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"pl\": {\r\n              \"name\": \"Korpus podtynkowy baterii samozamykającej\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"korpus podtynkowy baterii samozamykającej\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"sv\": {\r\n              \"name\": \"Självstängande armatur inbyggnadskropp\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"självstängande armatur inbyggnadskropp\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            }\r\n          },\r\n          \"structuredViewData\": {}\r\n        },\r\n        {\r\n          \"idName\": \"PRODUCT TYPE (SAP)_#_MAGNETVENTIL\",\r\n          \"type\": \"TEXT_VALUE\",\r\n          \"localization\": {\r\n            \"de\": {\r\n              \"name\": \"Magnetventil\",\r\n              \"synonyms\": [\r\n                \"magnet ventil\"\r\n              ],\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"magnetventil\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"da\": {\r\n              \"name\": \"Magnetventil\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"magnetventil\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"en\": {\r\n              \"name\": \"Solenoid Valve\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"solenoid valve\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"es\": {\r\n              \"name\": \"Electroválvula\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"electroválvula\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fi\": {\r\n              \"name\": \"Magneettiventtiili\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"magneettiventtiili\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fr\": {\r\n              \"name\": \"Électrovanne\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"électrovanne\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"it\": {\r\n              \"name\": \"Elettrovalvola\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"elettrovalvola\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"nl\": {\r\n              \"name\": \"Magneetventiel\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"magneetventiel\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"no\": {\r\n              \"name\": \"Magnetventil\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"magnetventil\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"pl\": {\r\n              \"name\": \"Zawór elektromagnetyczny\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"zawór elektromagnetyczny\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"sv\": {\r\n              \"name\": \"Magnetventil\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"magnetventil\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            }\r\n          },\r\n          \"structuredViewData\": {}\r\n        },\r\n        {\r\n          \"idName\": \"PRODUCT TYPE (SAP)_#_ZUBEHÖR ABLAUFVENTIL\",\r\n          \"type\": \"TEXT_VALUE\",\r\n          \"localization\": {\r\n            \"de\": {\r\n              \"name\": \"Zubehör Ablaufventil\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"zubehör ablaufventil\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"da\": {\r\n              \"name\": \"Tilbehør til afløbsventil\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"tilbehør til afløbsventil\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"en\": {\r\n              \"name\": \"Accessories for drain valve\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"accessories for drain valve\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"es\": {\r\n              \"name\": \"Accesorios para válvula de desagüe\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"accesorios para válvula de desagüe\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fi\": {\r\n              \"name\": \"Viemäriventtiilin lisävarusteet\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"viemäriventtiilin lisävarusteet\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fr\": {\r\n              \"name\": \"Accessoires pour bonde de vidage\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"accessoires pour bonde de vidage\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"it\": {\r\n              \"name\": \"Accessori per valvola di scarico\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"accessori per valvola di scarico\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"nl\": {\r\n              \"name\": \"Accessoires voor afvoerventiel\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"accessoires voor afvoerventiel\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"no\": {\r\n              \"name\": \"Tilbehør til avløpsventil\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"tilbehør til avløpsventil\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"pl\": {\r\n              \"name\": \"Akcesoria do zaworu odpływowego\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"akcesoria do zaworu odpływowego\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"sv\": {\r\n              \"name\": \"Tillbehör för avloppsventil\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"tillbehör för avloppsventil\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            }\r\n          },\r\n          \"structuredViewData\": {}\r\n        },\r\n        {\r\n          \"idName\": \"PRODUCT TYPE (SAP)_#_SP + PP INSTALLATION SYSTEMS\",\r\n          \"type\": \"TEXT_VALUE\",\r\n          \"localization\": {\r\n            \"pl\": {\r\n              \"name\": \"SP + PP Systemy instalacyjne\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"sp + pp installation systems\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                }\r\n              ]\r\n            },\r\n            \"nl\": {\r\n              \"name\": \"SP + PP Installatiesystemen\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"sp + pp installation systems\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                }\r\n              ]\r\n            },\r\n            \"sv\": {\r\n              \"name\": \"SP + PP Installationssystem\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"sp + pp installation systems\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                }\r\n              ]\r\n            },\r\n            \"fi\": {\r\n              \"name\": \"SP + PP Asennusjärjestelmät\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"sp + pp installation systems\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                }\r\n              ]\r\n            },\r\n            \"de\": {\r\n              \"name\": \"ET + ZB Installationssysteme\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"sp + pp installation systems\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                }\r\n              ]\r\n            },\r\n            \"no\": {\r\n              \"name\": \"SP + PP Installasjonssystemer\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"sp + pp installation systems\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                }\r\n              ]\r\n            },\r\n            \"da\": {\r\n              \"name\": \"SP + PP Installationssystemer\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"sp + pp installation systems\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                }\r\n              ]\r\n            },\r\n            \"it\": {\r\n              \"name\": \"SP + PP Sistemi di installazione\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"sp + pp installation systems\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                }\r\n              ]\r\n            },\r\n            \"es\": {\r\n              \"name\": \"SP + PP Sistemas de instalación\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"sp + pp installation systems\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                }\r\n              ]\r\n            },\r\n            \"en\": {\r\n              \"name\": \"SP + PP Installation systems\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"sp + pp installation systems\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                }\r\n              ]\r\n            },\r\n            \"fr\": {\r\n              \"name\": \"SP + PP Systèmes d'installation\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"sp + pp installation systems\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                }\r\n              ]\r\n            }\r\n          },\r\n          \"structuredViewData\": {}\r\n        },\r\n        {\r\n          \"idName\": \"PRODUCT TYPE (SAP)_#_BRAUSEN\",\r\n          \"type\": \"TEXT_VALUE\",\r\n          \"localization\": {\r\n            \"pl\": {\r\n              \"name\": \"Prysznic ręczny\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"prysznic ręczny\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"nl\": {\r\n              \"name\": \"Douche\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"douche\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"sv\": {\r\n              \"name\": \"Enkel dusch\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"enkel dusch\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fi\": {\r\n              \"name\": \"Yksittäissuihku\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"yksittäissuihku\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"de\": {\r\n              \"name\": \"Brausen\",\r\n              \"synonyms\": [\r\n                \"brause\"\r\n              ],\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"brausen\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"no\": {\r\n              \"name\": \"Enkeltdusj\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"enkeltdusj\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"da\": {\r\n              \"name\": \"Enkeltbruser\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"enkeltbruser\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"it\": {\r\n              \"name\": \"Doccia singola\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"doccia singola\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"es\": {\r\n              \"name\": \"Duchas\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"duchas\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"en\": {\r\n              \"name\": \"Showers\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"showers\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fr\": {\r\n              \"name\": \"Douchettes\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"showers\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            }\r\n          },\r\n          \"structuredViewData\": {}\r\n        },\r\n        {\r\n          \"idName\": \"PRODUCT TYPE (SAP)_#_WASCHTISCH - EINBAU\",\r\n          \"type\": \"TEXT_VALUE\",\r\n          \"localization\": {\r\n            \"de\": {\r\n              \"name\": \"Waschtisch - Einbau\",\r\n              \"synonyms\": [\r\n                \"waschtischeinbau\"\r\n              ],\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"waschtisch - einbau\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"da\": {\r\n              \"name\": \"Håndvask - indbygning\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"håndvask - indbygning\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"en\": {\r\n              \"name\": \"Washbasin - built-in\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"washbasin - built-in\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"es\": {\r\n              \"name\": \"Lavabo - empotrado\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"lavabo - empotrado\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fi\": {\r\n              \"name\": \"Pesuallas - upotettava\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"pesuallas - upotettava\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fr\": {\r\n              \"name\": \"Lavabo - encastré\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"lavabo - encastré\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"it\": {\r\n              \"name\": \"Lavabo - da incasso\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"lavabo - da incasso\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"nl\": {\r\n              \"name\": \"Wastafel - inbouw\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"wastafel - inbouw\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"no\": {\r\n              \"name\": \"Servant - innbygging\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"servant - innbygging\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"pl\": {\r\n              \"name\": \"Umywalka - wpuszczana\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"umywalka - wpuszczana\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"sv\": {\r\n              \"name\": \"Tvättställ - inbyggnad\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"tvättställ - inbyggnad\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            }\r\n          },\r\n          \"structuredViewData\": {}\r\n        },\r\n        {\r\n          \"idName\": \"PRODUCT TYPE (SAP)_#_SEIFENSCHALE\",\r\n          \"type\": \"TEXT_VALUE\",\r\n          \"localization\": {\r\n            \"de\": {\r\n              \"name\": \"Seifenschale\",\r\n              \"synonyms\": [\r\n                \"seifen schale\"\r\n              ],\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"seifenschale\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"da\": {\r\n              \"name\": \"Sæbeskål\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"sæbeskål\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"en\": {\r\n              \"name\": \"Soap dish\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"soap dish\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"es\": {\r\n              \"name\": \"Jabonera\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"jabonera\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fi\": {\r\n              \"name\": \"Saippua-astia\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"saippua-astia\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fr\": {\r\n              \"name\": \"Coupelle à savon\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"coupelle à savon\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"it\": {\r\n              \"name\": \"Vaschetta portasapone\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"vaschetta portasapone\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"nl\": {\r\n              \"name\": \"Zeepschaal\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"zeepschaal\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"no\": {\r\n              \"name\": \"Såpeskål\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"såpeskål\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"pl\": {\r\n              \"name\": \"Mydelniczka\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"mydelniczka\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"sv\": {\r\n              \"name\": \"Tvålkopp\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"tvålkopp\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            }\r\n          },\r\n          \"structuredViewData\": {}\r\n        },\r\n        {\r\n          \"idName\": \"PRODUCT TYPE (SAP)_#_OBERTEIL\",\r\n          \"type\": \"TEXT_VALUE\",\r\n          \"localization\": {\r\n            \"de\": {\r\n              \"name\": \"Oberteil\",\r\n              \"synonyms\": [\r\n                \"ober teil\"\r\n              ],\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"oberteil\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"da\": {\r\n              \"name\": \"Overdel\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"overdel\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"en\": {\r\n              \"name\": \"Headpart\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"headpart\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"es\": {\r\n              \"name\": \"Parte superior\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"parte superior\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fi\": {\r\n              \"name\": \"Yläosa\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"yläosa\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fr\": {\r\n              \"name\": \"Tête de robinet\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"tête de robinet\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"it\": {\r\n              \"name\": \"Parte superiore\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"parte superiore\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"nl\": {\r\n              \"name\": \"Bovendeel\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"bovendeel\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"no\": {\r\n              \"name\": \"Overdel\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"overdel\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"pl\": {\r\n              \"name\": \"Głowica\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"głowica\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"sv\": {\r\n              \"name\": \"Överdel\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"överdel\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            }\r\n          },\r\n          \"structuredViewData\": {}\r\n        },\r\n        {\r\n          \"idName\": \"PRODUCT TYPE (SAP)_#_EHM MITTELSTELLUNG KALT\",\r\n          \"type\": \"TEXT_VALUE\",\r\n          \"localization\": {\r\n            \"de\": {\r\n              \"name\": \"EHM Mittelstellung kalt\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"ehm mittelstellung kalt\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"da\": {\r\n              \"name\": \"Etgrebsblander midterstilling kold\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"etgrebsblander midterstilling kold\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"en\": {\r\n              \"name\": \"Single Lever Mixer Mid-Position Cold\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"single lever mixer mid-position cold\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"es\": {\r\n              \"name\": \"Monomando posición central fría\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"monomando posición central fría\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fi\": {\r\n              \"name\": \"Yksiotesekoitin keskiasento kylmä\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"yksiotesekoitin keskiasento kylmä\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fr\": {\r\n              \"name\": \"Mitigeur monocommande position médiane froide\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"mitigeur monocommande position médiane froide\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"it\": {\r\n              \"name\": \"Miscelatore monocomando posizione centrale fredda\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"miscelatore monocomando posizione centrale fredda\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"nl\": {\r\n              \"name\": \"Eengreepsmengkraan middenpositie koud\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"eengreepsmengkraan middenpositie koud\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"no\": {\r\n              \"name\": \"Ettgrepsbatteri midtstilling kald\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"ettgrepsbatteri midtstilling kald\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"pl\": {\r\n              \"name\": \"Bateria jednouchwytowa pozycja środkowa zimna\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"bateria jednouchwytowa pozycja środkowa zimna\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"sv\": {\r\n              \"name\": \"Engreppsblandare mittläge kallt\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"engreppsblandare mittläge kallt\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            }\r\n          },\r\n          \"structuredViewData\": {}\r\n        },\r\n        {\r\n          \"idName\": \"PRODUCT TYPE (SAP)_#_SELBSTSCHLUSSARMATUR TRIMSET\",\r\n          \"type\": \"TEXT_VALUE\",\r\n          \"localization\": {\r\n            \"de\": {\r\n              \"name\": \"Selbstschlussarmatur Trimset\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"selbstschlussarmatur trimset\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"da\": {\r\n              \"name\": \"Selvlukkende armatur trimsæt\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"selvlukkende armatur trimsæt\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"en\": {\r\n              \"name\": \"Self-closing faucet trim set\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"self-closing faucet trim set\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"es\": {\r\n              \"name\": \"Set de acabado de grifo de cierre automático\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"set de acabado de grifo de cierre automático\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fi\": {\r\n              \"name\": \"Itseensulkeutuvan hanan viimeistelysarja\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"itseensulkeutuvan hanan viimeistelysarja\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fr\": {\r\n              \"name\": \"Set de finition robinet à fermeture automatique\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"set de finition robinet à fermeture automatique\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"it\": {\r\n              \"name\": \"Set di finitura rubinetto a chiusura automatica\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"set di finitura rubinetto a chiusura automatica\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"nl\": {\r\n              \"name\": \"Zelfsluitende kraan trimset\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"zelfsluitende kraan trimset\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"no\": {\r\n              \"name\": \"Selvlukkende armatur trimsett\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"selvlukkende armatur trimsett\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"pl\": {\r\n              \"name\": \"Zestaw wykończeniowy baterii samozamykającej\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"zestaw wykończeniowy baterii samozamykającej\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"sv\": {\r\n              \"name\": \"Självstängande armatur trimset\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"självstängande armatur trimset\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            }\r\n          },\r\n          \"structuredViewData\": {}\r\n        },\r\n        {\r\n          \"idName\": \"PRODUCT TYPE (SAP)_#_ET + ZB DUSCH-WC\",\r\n          \"type\": \"TEXT_VALUE\",\r\n          \"localization\": {\r\n            \"pl\": {\r\n              \"name\": \"SP + PP Toaleta Myjąca\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"sp + pp shower toilet\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"nl\": {\r\n              \"name\": \"SP + PP Douchewc\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"sp + pp shower toilet\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"sv\": {\r\n              \"name\": \"SP + PP Duschtoalett\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"sp + pp shower toilet\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fi\": {\r\n              \"name\": \"SP + PP Suihku-WC\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"sp + pp shower toilet\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"de\": {\r\n              \"name\": \"ET + ZB Dusch-WC\",\r\n              \"synonyms\": [\r\n                \"et&zb dusch-wc\",\r\n                \"et & zb dusch-wc\",\r\n                \"et + zb dusch wc\",\r\n                \"et und zb dusch-wc\",\r\n                \"et+zb dusch-wc\"\r\n              ],\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"et + zb dusch-wc\"\r\n                    }\r\n                  ]\r\n                },\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"sp + pp shower toilet\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"no\": {\r\n              \"name\": \"SP + PP Dusjtoalett\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"sp + pp shower toilet\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"da\": {\r\n              \"name\": \"SP + PP Brusetoilet\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"sp + pp shower toilet\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"it\": {\r\n              \"name\": \"SP + PP WC con Doccetta\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"sp + pp shower toilet\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"es\": {\r\n              \"name\": \"SP + PP Inodoro con Ducha\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"sp + pp shower toilet\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"en\": {\r\n              \"name\": \"SP + PP Shower Toilet\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"sp + pp shower toilet\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fr\": {\r\n              \"name\": \"SP + PP WC Douche\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"sp + pp shower toilet\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            }\r\n          },\r\n          \"structuredViewData\": {}\r\n        },\r\n        {\r\n          \"idName\": \"PRODUCT TYPE (SAP)_#_ERSATZTEILE SELBSTSCHLUSSARMATUREN\",\r\n          \"type\": \"TEXT_VALUE\",\r\n          \"localization\": {\r\n            \"de\": {\r\n              \"name\": \"Ersatzteile Selbstschlussarmaturen\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"ersatzteile selbstschlussarmaturen\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"da\": {\r\n              \"name\": \"Reservedele selvlukkende armaturer\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"reservedele selvlukkende armaturer\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"en\": {\r\n              \"name\": \"Spare Parts Self-Closing Faucets\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"spare parts self-closing faucets\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"es\": {\r\n              \"name\": \"Repuestos grifos de cierre automático\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"repuestos grifos de cierre automático\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fi\": {\r\n              \"name\": \"Varaosat itsesulkeutuvat hanat\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"varaosat itsesulkeutuvat hanat\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fr\": {\r\n              \"name\": \"Pièces de rechange robinetterie à fermeture automatique\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"pièces de rechange robinetterie à fermeture automatique\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"it\": {\r\n              \"name\": \"Ricambi rubinetteria a chiusura automatica\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"ricambi rubinetteria a chiusura automatica\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"nl\": {\r\n              \"name\": \"Reserveonderdelen zelfsluitende kranen\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"reserveonderdelen zelfsluitende kranen\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"no\": {\r\n              \"name\": \"Reservedeler selvlukkende armaturer\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"reservedeler selvlukkende armaturer\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"pl\": {\r\n              \"name\": \"Części zamienne baterie samozamykające\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"części zamienne baterie samozamykające\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"sv\": {\r\n              \"name\": \"Reservdelar självstängande blandare\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"reservdelar självstängande blandare\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            }\r\n          },\r\n          \"structuredViewData\": {}\r\n        },\r\n        {\r\n          \"idName\": \"PRODUCT TYPE (SAP)_#_BAUTEIL\",\r\n          \"type\": \"TEXT_VALUE\",\r\n          \"localization\": {\r\n            \"de\": {\r\n              \"name\": \"Bauteil\",\r\n              \"synonyms\": [\r\n                \"bau teil\"\r\n              ],\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"bauteil\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"da\": {\r\n              \"name\": \"Komponent\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"komponent\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"en\": {\r\n              \"name\": \"Component\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"component\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"es\": {\r\n              \"name\": \"Componente\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"componente\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fi\": {\r\n              \"name\": \"Komponentti\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"komponentti\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fr\": {\r\n              \"name\": \"Composant\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"composant\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"it\": {\r\n              \"name\": \"Componente\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"componente\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"nl\": {\r\n              \"name\": \"Component\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"component\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"no\": {\r\n              \"name\": \"Komponent\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"komponent\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"pl\": {\r\n              \"name\": \"Komponent\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"komponent\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"sv\": {\r\n              \"name\": \"Komponent\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"komponent\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            }\r\n          },\r\n          \"structuredViewData\": {}\r\n        },\r\n        {\r\n          \"idName\": \"PRODUCT TYPE (SAP)_#_BIDET - WANDHÄNGEND\",\r\n          \"type\": \"TEXT_VALUE\",\r\n          \"localization\": {\r\n            \"de\": {\r\n              \"name\": \"Bidet - wandhängend\",\r\n              \"synonyms\": [\r\n                \"bidet - wandhangend\"\r\n              ],\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"bidet - wandhängend\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"da\": {\r\n              \"name\": \"Bidet - vægmonteret\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"bidet - vægmonteret\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"en\": {\r\n              \"name\": \"Bidet - wall-hung\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"bidet - wall-hung\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"es\": {\r\n              \"name\": \"Bidé - suspendido\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"bidé - suspendido\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fi\": {\r\n              \"name\": \"Bidee - seinään kiinnitettävä\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"bidee - seinään kiinnitettävä\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fr\": {\r\n              \"name\": \"Bidet - suspendu\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"bidet - suspendu\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"it\": {\r\n              \"name\": \"Bidet - sospeso\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"bidet - sospeso\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"nl\": {\r\n              \"name\": \"Bidet - wandhangend\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"bidet - wandhangend\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"no\": {\r\n              \"name\": \"Bidet - vegghengt\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"bidet - vegghengt\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"pl\": {\r\n              \"name\": \"Bidet - podwieszany\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"bidet - podwieszany\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"sv\": {\r\n              \"name\": \"Bidé - vägghängd\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"bidé - vägghängd\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            }\r\n          },\r\n          \"structuredViewData\": {}\r\n        },\r\n        {\r\n          \"idName\": \"PRODUCT TYPE (SAP)_#_SHOWER RAIL/UNION\",\r\n          \"type\": \"TEXT_VALUE\",\r\n          \"localization\": {\r\n            \"de\": {\r\n              \"name\": \"Brausestange/Anschluss\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"shower rail/union\"\r\n                    }\r\n                  ]\r\n                },\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"brausestange/ -anschluss\"\r\n                    }\r\n                  ]\r\n                },\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"shower rail/union\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                }\r\n              ]\r\n            },\r\n            \"da\": {\r\n              \"name\": \"Bruserstang/kobling\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"brusestang og -tilslutning\"\r\n                    }\r\n                  ]\r\n                },\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"shower rail/union\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                }\r\n              ]\r\n            },\r\n            \"en\": {\r\n              \"name\": \"Shower rail/union\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"shower rail/union\"\r\n                    }\r\n                  ]\r\n                },\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"shower rail/union\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                }\r\n              ]\r\n            },\r\n            \"es\": {\r\n              \"name\": \"Barra de ducha/unión\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"barra de ducha y toma\"\r\n                    }\r\n                  ]\r\n                },\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"shower rail/union\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                }\r\n              ]\r\n            },\r\n            \"fi\": {\r\n              \"name\": \"Suihkutanko/liitin\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"suihkukisko ja liitin\"\r\n                    }\r\n                  ]\r\n                },\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"shower rail/union\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                }\r\n              ]\r\n            },\r\n            \"fr\": {\r\n              \"name\": \"Barre de douche/raccord\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"barres de douche et douchehouder\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                },\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"shower rail/union\"\r\n                    }\r\n                  ]\r\n                },\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"shower rail/union\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                }\r\n              ]\r\n            },\r\n            \"it\": {\r\n              \"name\": \"Asta doccia/raccordo\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"asta doccia e raccordo\"\r\n                    }\r\n                  ]\r\n                },\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"shower rail/union\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                }\r\n              ]\r\n            },\r\n            \"nl\": {\r\n              \"name\": \"Douchestang/koppeling\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"shower rail/union\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                },\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"overige\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"no\": {\r\n              \"name\": \"Dusjstang/kobling\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"dusjstang og tilslutning\"\r\n                    }\r\n                  ]\r\n                },\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"shower rail/union\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                }\r\n              ]\r\n            },\r\n            \"pl\": {\r\n              \"name\": \"Drążek prysznicowy/złącze\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"drążek / przyłącze\"\r\n                    }\r\n                  ]\r\n                },\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"shower rail/union\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                }\r\n              ]\r\n            },\r\n            \"sv\": {\r\n              \"name\": \"Duschstång/koppling\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"duschstång och anslutning\"\r\n                    }\r\n                  ]\r\n                },\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"shower rail/union\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                }\r\n              ]\r\n            }\r\n          },\r\n          \"structuredViewData\": {}\r\n        },\r\n        {\r\n          \"idName\": \"PRODUCT TYPE (SAP)_#_ERSATZTEIL ABLAUFVENTIL\",\r\n          \"type\": \"TEXT_VALUE\",\r\n          \"localization\": {\r\n            \"de\": {\r\n              \"name\": \"Ersatzteil Ablaufventil\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"ersatzteil ablaufventil\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"da\": {\r\n              \"name\": \"Reservedel afløbsventil\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"reservedel afløbsventil\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"en\": {\r\n              \"name\": \"Spare Part Drain Valve\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"spare part drain valve\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"es\": {\r\n              \"name\": \"Repuesto válvula de desagüe\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"repuesto válvula de desagüe\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fi\": {\r\n              \"name\": \"Varaosa poistoventtiili\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"varaosa poistoventtiili\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fr\": {\r\n              \"name\": \"Pièce de rechange soupape d'écoulement\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"pièce de rechange soupape d'écoulement\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"it\": {\r\n              \"name\": \"Ricambio valvola di scarico\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"ricambio valvola di scarico\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"nl\": {\r\n              \"name\": \"Reserveonderdeel afvoerventiel\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"reserveonderdeel afvoerventiel\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"no\": {\r\n              \"name\": \"Reservedel avløpsventil\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"reservedel avløpsventil\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"pl\": {\r\n              \"name\": \"Część zamienna zawór spustowy\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"część zamienna zawór spustowy\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"sv\": {\r\n              \"name\": \"Reservdel avloppsventil\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"reservdel avloppsventil\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            }\r\n          },\r\n          \"structuredViewData\": {}\r\n        },\r\n        {\r\n          \"idName\": \"PRODUCT TYPE (SAP)_#_CONNECTED SENSORS\",\r\n          \"type\": \"TEXT_VALUE\",\r\n          \"localization\": {\r\n            \"pl\": {\r\n              \"name\": \"Podłączone czujniki\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"connected sensors\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"nl\": {\r\n              \"name\": \"Verbonden sensoren\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"connected sensors\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"sv\": {\r\n              \"name\": \"Anslutna sensorer\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"connected sensors\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fi\": {\r\n              \"name\": \"Kytketyt anturit\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"connected sensors\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"de\": {\r\n              \"name\": \"Vernetzte Sensoren\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"connected sensors\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"no\": {\r\n              \"name\": \"Tilkoblede sensorer\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"connected sensors\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"da\": {\r\n              \"name\": \"Tilsluttede sensorer\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"connected sensors\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"it\": {\r\n              \"name\": \"Sensori connessi\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"connected sensors\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"es\": {\r\n              \"name\": \"Sensores conectados\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"sensores conectados\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                }\r\n              ]\r\n            },\r\n            \"en\": {\r\n              \"name\": \"Connected Sensors\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"connected sensors\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fr\": {\r\n              \"name\": \"Capteurs connectés\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"connected sensors\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            }\r\n          },\r\n          \"structuredViewData\": {}\r\n        },\r\n        {\r\n          \"idName\": \"PRODUCT TYPE (SAP)_#_BERÜHRUNGSLOSE ARMATUR\",\r\n          \"type\": \"TEXT_VALUE\",\r\n          \"localization\": {\r\n            \"pl\": {\r\n              \"name\": \"Electronic Fitting\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"electronic faucet\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                },\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"electronic fitting\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"nl\": {\r\n              \"name\": \"Electronische kraan\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"electronic faucet\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                },\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"electronische kraan\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"sv\": {\r\n              \"name\": \"Electronic Fitting\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"electronic faucet\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                },\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"electronic fitting\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fi\": {\r\n              \"name\": \"Electronic Fitting\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"electronic faucet\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                },\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"electronic fitting\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"de\": {\r\n              \"name\": \"Berührungslose Armatur\",\r\n              \"synonyms\": [\r\n                \"beruhrungslose armatur\"\r\n              ],\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"electronic faucet\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                },\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"berührungslose armatur\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"no\": {\r\n              \"name\": \"Electronic Fitting\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"electronic faucet\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                },\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"electronic fitting\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"da\": {\r\n              \"name\": \"elektronisk armatur\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"electronic faucet\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                },\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"elektronisk armatur\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"it\": {\r\n              \"name\": \"Rubinetto elettronico\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"electronic faucet\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                },\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"rubinetto elettronico\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"es\": {\r\n              \"name\": \"Grifo electrónico\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"electronic faucet\"\r\n                    }\r\n                  ]\r\n                },\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"electronic faucet\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                },\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"grifo electrónico\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                }\r\n              ]\r\n            },\r\n            \"en\": {\r\n              \"name\": \"Electronic faucet\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"electronic faucet\"\r\n                    }\r\n                  ]\r\n                },\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"electronic faucet\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                }\r\n              ]\r\n            },\r\n            \"fr\": {\r\n              \"name\": \"Robinet électronique\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"electronic faucet\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                },\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"robinet électronique\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            }\r\n          },\r\n          \"structuredViewData\": {}\r\n        },\r\n        {\r\n          \"idName\": \"PRODUCT TYPE (SAP)_#_KARAFFE\",\r\n          \"type\": \"TEXT_VALUE\",\r\n          \"localization\": {\r\n            \"de\": {\r\n              \"name\": \"Karaffe\",\r\n              \"synonyms\": [\r\n                \"kar affe\"\r\n              ],\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"karaffe\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"da\": {\r\n              \"name\": \"Karaffel\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"karaffel\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"en\": {\r\n              \"name\": \"Carafe\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"carafe\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"es\": {\r\n              \"name\": \"Jarra\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"jarra\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fi\": {\r\n              \"name\": \"Karahvi\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"karahvi\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fr\": {\r\n              \"name\": \"Carafe\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"carafe\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"it\": {\r\n              \"name\": \"Caraffa\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"caraffa\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"nl\": {\r\n              \"name\": \"Karaf\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"karaf\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"no\": {\r\n              \"name\": \"Karaffel\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"karaffel\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"pl\": {\r\n              \"name\": \"Karafka\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"karafka\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"sv\": {\r\n              \"name\": \"Karaff\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"karaff\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            }\r\n          },\r\n          \"structuredViewData\": {}\r\n        },\r\n        {\r\n          \"idName\": \"PRODUCT TYPE (SAP)_#_ABLAGE (KPL., GLASPLATTE)\",\r\n          \"type\": \"TEXT_VALUE\",\r\n          \"localization\": {\r\n            \"de\": {\r\n              \"name\": \"Ablage (kpl., Glasplatte)\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"ablage (kpl., glasplatte)\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"da\": {\r\n              \"name\": \"Hylde (kompl., glasplade)\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"hylde (kompl., glasplade)\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"en\": {\r\n              \"name\": \"Shelf (complete, glass plate)\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"shelf (complete, glass plate)\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"es\": {\r\n              \"name\": \"Repisa (completa, placa de vidrio)\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"repisa (completa, placa de vidrio)\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fi\": {\r\n              \"name\": \"Hylly (täydellinen, lasilevy)\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"hylly (täydellinen, lasilevy)\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fr\": {\r\n              \"name\": \"Tablette (complète, plaque en verre)\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"tablette (complète, plaque en verre)\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"it\": {\r\n              \"name\": \"Mensola (completa, lastra in vetro)\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"mensola (completa, lastra in vetro)\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"nl\": {\r\n              \"name\": \"Planchet (compl., glasplaat)\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"planchet (compl., glasplaat)\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"no\": {\r\n              \"name\": \"Hylle (kompl., glassplate)\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"hylle (kompl., glassplate)\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"pl\": {\r\n              \"name\": \"Półka (kompletna, szklana)\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"półka (kompletna, szklana)\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"sv\": {\r\n              \"name\": \"Hylla (komplett, glasskiva)\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"hylla (komplett, glasskiva)\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            }\r\n          },\r\n          \"structuredViewData\": {}\r\n        },\r\n        {\r\n          \"idName\": \"PRODUCT TYPE (SAP)_#_WASCHTISCHE\",\r\n          \"type\": \"TEXT_VALUE\",\r\n          \"localization\": {\r\n            \"pl\": {\r\n              \"name\": \"Umywalki (ceramika)\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"washbasins (ceramics)\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"nl\": {\r\n              \"name\": \"Wastafel (keramiek)\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"washbasins (ceramics)\"\r\n                    }\r\n                  ]\r\n                },\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"wastafel (keramiek)\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"sv\": {\r\n              \"name\": \"Tvättställ (keramik)\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"washbasins (ceramics)\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fi\": {\r\n              \"name\": \"Pesualtaat (keramiikka)\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"washbasins (ceramics)\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"de\": {\r\n              \"name\": \"Waschtische\",\r\n              \"synonyms\": [\r\n                \"wasch tisch\",\r\n                \"waschtisch\"\r\n              ],\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"washbasins (ceramics)\"\r\n                    }\r\n                  ]\r\n                },\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"waschtische\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"no\": {\r\n              \"name\": \"Servanter (keramikk)\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"washbasins (ceramics)\"\r\n                    }\r\n                  ]\r\n                },\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"servanter (keramikk)\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"da\": {\r\n              \"name\": \"Håndvaske (keramik)\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"washbasins (ceramics)\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"it\": {\r\n              \"name\": \"Lavabi (ceramica)\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"washbasins (ceramics)\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"es\": {\r\n              \"name\": \"Lavabos (cerámica)\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"washbasins (ceramics)\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"en\": {\r\n              \"name\": \"washbasins (ceramics)\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"washbasins (ceramics)\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fr\": {\r\n              \"name\": \"Lavabos\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"lavabos\"\r\n                    }\r\n                  ]\r\n                },\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"washbasins (ceramics)\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            }\r\n          },\r\n          \"structuredViewData\": {}\r\n        },\r\n        {\r\n          \"idName\": \"PRODUCT TYPE (SAP)_#_ELEMENTE\",\r\n          \"type\": \"TEXT_VALUE\",\r\n          \"localization\": {\r\n            \"pl\": {\r\n              \"name\": \"Masonry In\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"masonry in\"\r\n                    }\r\n                  ]\r\n                },\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"masonry in\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                }\r\n              ]\r\n            },\r\n            \"nl\": {\r\n              \"name\": \"Natbouw\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"natbouw\"\r\n                    }\r\n                  ]\r\n                },\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"masonry in\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                },\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"droogbouw\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                }\r\n              ]\r\n            },\r\n            \"sv\": {\r\n              \"name\": \"Masonry In\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"masonry in\"\r\n                    }\r\n                  ]\r\n                },\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"masonry in\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                }\r\n              ]\r\n            },\r\n            \"fi\": {\r\n              \"name\": \"Masonry In\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"masonry in\"\r\n                    }\r\n                  ]\r\n                },\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"masonry in\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                }\r\n              ]\r\n            },\r\n            \"de\": {\r\n              \"name\": \"Elemente\",\r\n              \"synonyms\": [\r\n                \"elem ente\"\r\n              ],\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"masonry in\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                },\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"elemente\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"no\": {\r\n              \"name\": \"Masonry In\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"masonry in\"\r\n                    }\r\n                  ]\r\n                },\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"masonry in\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                }\r\n              ]\r\n            },\r\n            \"da\": {\r\n              \"name\": \"installation systems\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"installation systems\"\r\n                    }\r\n                  ]\r\n                },\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"masonry in\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                }\r\n              ]\r\n            },\r\n            \"it\": {\r\n              \"name\": \"Masonry In\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"masonry in\"\r\n                    }\r\n                  ]\r\n                },\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"masonry in\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                },\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"in muratura\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                }\r\n              ]\r\n            },\r\n            \"es\": {\r\n              \"name\": \"Masonry In\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"masonry in\"\r\n                    }\r\n                  ]\r\n                },\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"masonry in\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                }\r\n              ]\r\n            },\r\n            \"en\": {\r\n              \"name\": \"Dry cladding\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"masonry in\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                },\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"dry cladding\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fr\": {\r\n              \"name\": \"Masonry In\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"masonry in\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                },\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"finition sèche\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                }\r\n              ]\r\n            }\r\n          },\r\n          \"structuredViewData\": {}\r\n        },\r\n        {\r\n          \"idName\": \"PRODUCT TYPE (SAP)_#_WASCHTISCH - AUFSATZ\",\r\n          \"type\": \"TEXT_VALUE\",\r\n          \"localization\": {\r\n            \"de\": {\r\n              \"name\": \"Waschtisch - Aufsatz\",\r\n              \"synonyms\": [\r\n                \"waschtischaufsatz\"\r\n              ],\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"waschtisch - aufsatz\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"da\": {\r\n              \"name\": \"Håndvask - påsætning\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"håndvask - påsætning\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"en\": {\r\n              \"name\": \"Washbasin - countertop\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"washbasin - countertop\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"es\": {\r\n              \"name\": \"Lavabo - sobre encimera\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"lavabo - sobre encimera\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fi\": {\r\n              \"name\": \"Pesuallas - pöytätasomalli\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"pesuallas - pöytätasomalli\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fr\": {\r\n              \"name\": \"Lavabo - à poser\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"lavabo - à poser\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"it\": {\r\n              \"name\": \"Lavabo - da appoggio\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"lavabo - da appoggio\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"nl\": {\r\n              \"name\": \"Wastafel - opzet\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"wastafel - opzet\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"no\": {\r\n              \"name\": \"Servant - påsetting\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"servant - påsetting\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"pl\": {\r\n              \"name\": \"Umywalka - nablatowa\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"umywalka - nablatowa\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"sv\": {\r\n              \"name\": \"Tvättställ - på bänkskiva\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"tvättställ - på bänkskiva\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            }\r\n          },\r\n          \"structuredViewData\": {}\r\n        },\r\n        {\r\n          \"idName\": \"PRODUCT TYPE (SAP)_#_BRAUSEGARNITUR\",\r\n          \"type\": \"TEXT_VALUE\",\r\n          \"localization\": {\r\n            \"de\": {\r\n              \"name\": \"Brausegarnitur\",\r\n              \"synonyms\": [\r\n                \"brause garnitur\"\r\n              ],\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"brausegarnitur\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"da\": {\r\n              \"name\": \"Brusersæt\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"brusersæt\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"en\": {\r\n              \"name\": \"Shower set\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"shower set\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"es\": {\r\n              \"name\": \"Conjunto de ducha\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"conjunto de ducha\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fi\": {\r\n              \"name\": \"Suihkusetti\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"suihkusetti\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fr\": {\r\n              \"name\": \"Ensemble de douche\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"ensemble de douche\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"it\": {\r\n              \"name\": \"Set doccia\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"set doccia\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"nl\": {\r\n              \"name\": \"Doucheset\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"doucheset\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"no\": {\r\n              \"name\": \"Dusjsett\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"dusjsett\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"pl\": {\r\n              \"name\": \"Zestaw prysznicowy\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"zestaw prysznicowy\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"sv\": {\r\n              \"name\": \"Duschset\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"duschset\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            }\r\n          },\r\n          \"structuredViewData\": {}\r\n        },\r\n        {\r\n          \"idName\": \"PRODUCT TYPE (SAP)_#_DICHTUNG\",\r\n          \"type\": \"TEXT_VALUE\",\r\n          \"localization\": {\r\n            \"de\": {\r\n              \"name\": \"Dichtung\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"dichtung\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"da\": {\r\n              \"name\": \"Pakning\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"pakning\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"en\": {\r\n              \"name\": \"Gasket\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"gasket\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"es\": {\r\n              \"name\": \"Junta\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"junta\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fi\": {\r\n              \"name\": \"Tiiviste\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"tiiviste\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fr\": {\r\n              \"name\": \"Joint\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"joint\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"it\": {\r\n              \"name\": \"Guarnizione\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"guarnizione\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"nl\": {\r\n              \"name\": \"Afdichting\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"afdichting\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"no\": {\r\n              \"name\": \"Pakning\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"pakning\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"pl\": {\r\n              \"name\": \"Uszczelka\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"uszczelka\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"sv\": {\r\n              \"name\": \"Tätning\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"tätning\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            }\r\n          },\r\n          \"structuredViewData\": {}\r\n        },\r\n        {\r\n          \"idName\": \"PRODUCT TYPE (SAP)_#_TWO HANDLE MIXER\",\r\n          \"type\": \"TEXT_VALUE\",\r\n          \"localization\": {\r\n            \"de\": {\r\n              \"name\": \"Zweigriffarmatur\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"two handle mixer\"\r\n                    }\r\n                  ]\r\n                },\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"zweigriffarmatur\"\r\n                    }\r\n                  ]\r\n                },\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"two handle mixer\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                }\r\n              ]\r\n            },\r\n            \"da\": {\r\n              \"name\": \"Togrebsblander\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"togrebsarmatur\"\r\n                    }\r\n                  ]\r\n                },\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"two handle mixer\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                }\r\n              ]\r\n            },\r\n            \"en\": {\r\n              \"name\": \"Two Handle Mixer\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"two handle mixer\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                }\r\n              ]\r\n            },\r\n            \"es\": {\r\n              \"name\": \"Mezclador bimando\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"bimando\"\r\n                    }\r\n                  ]\r\n                },\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"two handle mixer\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                }\r\n              ]\r\n            },\r\n            \"fi\": {\r\n              \"name\": \"Kaksiotesekoitin\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"kaksiotesekoittaja\"\r\n                    }\r\n                  ]\r\n                },\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"two handle mixer\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                }\r\n              ]\r\n            },\r\n            \"fr\": {\r\n              \"name\": \"Mélangeur deux poignées\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"mélangeur\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                },\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"two handle mixer\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"it\": {\r\n              \"name\": \"Miscelatore bicomando\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"two handle mixer\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                },\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"batteria a 2 maniglie\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"nl\": {\r\n              \"name\": \"Tweegreepsmengkraan\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"tweehendelmengkraan\"\r\n                    }\r\n                  ]\r\n                },\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"two handle mixer\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                }\r\n              ]\r\n            },\r\n            \"no\": {\r\n              \"name\": \"Togrepsblander\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"togrepsbatteri\"\r\n                    }\r\n                  ]\r\n                },\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"two handle mixer\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                }\r\n              ]\r\n            },\r\n            \"pl\": {\r\n              \"name\": \"Bateria dwuuchwytowa\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"two handle mixer\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                },\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"dwupokrętłowa\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"sv\": {\r\n              \"name\": \"Tvågreppsblandare\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"two handle mixer\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                },\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"tvågreppsblandare\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            }\r\n          },\r\n          \"structuredViewData\": {}\r\n        },\r\n        {\r\n          \"idName\": \"PRODUCT TYPE (SAP)_#_ERSATZTEIL FUELLVENTIL\",\r\n          \"type\": \"TEXT_VALUE\",\r\n          \"localization\": {\r\n            \"de\": {\r\n              \"name\": \"Ersatzteil Füllventil\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"ersatzteil fuellventil\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"da\": {\r\n              \"name\": \"Reservedel påfyldningsventil\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"reservedel påfyldningsventil\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"en\": {\r\n              \"name\": \"Spare Part Filling Valve\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"spare part filling valve\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"es\": {\r\n              \"name\": \"Repuesto válvula de llenado\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"repuesto válvula de llenado\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fi\": {\r\n              \"name\": \"Varaosa täyttöventtiili\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"varaosa täyttöventtiili\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fr\": {\r\n              \"name\": \"Pièce de rechange robinet de remplissage\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"pièce de rechange robinet de remplissage\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"it\": {\r\n              \"name\": \"Ricambio valvola di riempimento\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"ricambio valvola di riempimento\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"nl\": {\r\n              \"name\": \"Reserveonderdeel vulventiel\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"reserveonderdeel vulventiel\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"no\": {\r\n              \"name\": \"Reservedel fylleventil\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"reservedel fylleventil\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"pl\": {\r\n              \"name\": \"Część zamienna zawór napełniający\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"część zamienna zawór napełniający\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"sv\": {\r\n              \"name\": \"Reservdel fyllningsventil\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"reservdel fyllningsventil\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            }\r\n          },\r\n          \"structuredViewData\": {}\r\n        },\r\n        {\r\n          \"idName\": \"PRODUCT TYPE (SAP)_#_BADEMANTELHAKEN\",\r\n          \"type\": \"TEXT_VALUE\",\r\n          \"localization\": {\r\n            \"de\": {\r\n              \"name\": \"Bademantelhaken\",\r\n              \"synonyms\": [\r\n                \"bademantel haken\"\r\n              ],\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"bademantelhaken\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"da\": {\r\n              \"name\": \"Badekåbskrog\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"badekåbskrog\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"en\": {\r\n              \"name\": \"Bathrobe hook\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"bathrobe hook\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"es\": {\r\n              \"name\": \"Gancho para albornoz\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"gancho para albornoz\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fi\": {\r\n              \"name\": \"Kylpytakinkoukku\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"kylpytakinkoukku\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fr\": {\r\n              \"name\": \"Patère\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"patère\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"it\": {\r\n              \"name\": \"Gancio portaaccappatoio\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"gancio portaaccappatoio\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"nl\": {\r\n              \"name\": \"Badjashaak\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"badjashaak\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"no\": {\r\n              \"name\": \"Badekåpekrok\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"badekåpekrok\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"pl\": {\r\n              \"name\": \"Haczyk na szlafrok\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"haczyk na szlafrok\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"sv\": {\r\n              \"name\": \"Badrockkrok\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"badrockkrok\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            }\r\n          },\r\n          \"structuredViewData\": {}\r\n        },\r\n        {\r\n          \"idName\": \"PRODUCT TYPE (SAP)_#_UNTERPUTZ-VENTIL\",\r\n          \"type\": \"TEXT_VALUE\",\r\n          \"localization\": {\r\n            \"pl\": {\r\n              \"name\": \"Zawór podtynkowy\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"zawory\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"nl\": {\r\n              \"name\": \"Inbouwventiel\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"toilet- en stopkranen\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"sv\": {\r\n              \"name\": \"Infälld ventil\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"klassisk kran och ventil\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fi\": {\r\n              \"name\": \"Uppoasennusventtiili\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"perinteinen hana ja venttiili\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"de\": {\r\n              \"name\": \"Unterputz-Ventil\",\r\n              \"synonyms\": [\r\n                \"unterputzventil\",\r\n                \"unterputz ventil\",\r\n                \"unterputz- ventil\"\r\n              ],\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"unterputz-ventil\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"no\": {\r\n              \"name\": \"Innbyggingsventil\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"klassisk kran og ventil\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"da\": {\r\n              \"name\": \"Indbygningsventil\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"klassisk hane og ventil\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"it\": {\r\n              \"name\": \"Valvola da incasso\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"classic tap and valve\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"es\": {\r\n              \"name\": \"Válvula empotrada\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"grifo clásico y llave\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"en\": {\r\n              \"name\": \"Valves\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"valves\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fr\": {\r\n              \"name\": \"Robinet d'arrêt encastré\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"valves\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            }\r\n          },\r\n          \"structuredViewData\": {}\r\n        },\r\n        {\r\n          \"idName\": \"PRODUCT TYPE (SAP)_#_ET + ZB KERAMIK\",\r\n          \"type\": \"TEXT_VALUE\",\r\n          \"localization\": {\r\n            \"pl\": {\r\n              \"name\": \"SP + PP Ceramika\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"sp + pp ceramics\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"nl\": {\r\n              \"name\": \"SP + PP Keramiek\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"sp + pp ceramics\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"sv\": {\r\n              \"name\": \"SP + PP Keramik\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"sp + pp ceramics\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fi\": {\r\n              \"name\": \"SP + PP Keramiikka\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"sp + pp ceramics\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"de\": {\r\n              \"name\": \"ET + ZB Keramik\",\r\n              \"synonyms\": [\r\n                \"et und zb keramik\",\r\n                \"et & zb keramik\",\r\n                \"et&zb keramik\",\r\n                \"et+zb keramik\"\r\n              ],\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"et + zb keramik\"\r\n                    }\r\n                  ]\r\n                },\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"sp + pp ceramics\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"no\": {\r\n              \"name\": \"SP + PP Keramikk\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"sp + pp ceramics\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"da\": {\r\n              \"name\": \"SP + PP Keramik\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"sp + pp ceramics\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"it\": {\r\n              \"name\": \"SP + PP Ceramica\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"sp + pp ceramics\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"es\": {\r\n              \"name\": \"SP + PP Cerámica\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"sp + pp ceramics\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"en\": {\r\n              \"name\": \"SP + PP Ceramics\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"sp + pp ceramics\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fr\": {\r\n              \"name\": \"SP + PP Céramique\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"sp + pp ceramics\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            }\r\n          },\r\n          \"structuredViewData\": {}\r\n        },\r\n        {\r\n          \"idName\": \"PRODUCT TYPE (SAP)_#_UNTERPUTZKÖRPER FÜR BERÜHRUNGSLOSE ARMATUR\",\r\n          \"type\": \"TEXT_VALUE\",\r\n          \"localization\": {\r\n            \"de\": {\r\n              \"name\": \"Unterputzkörper für berührungslose Armatur\",\r\n              \"synonyms\": [\r\n                \"unterputzkörper\",\r\n                \"unterputzkorper\"\r\n              ],\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"unterputzkörper für berührungslose armatur\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"da\": {\r\n              \"name\": \"Indbygningsdel til berøringsfri armatur\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"indbygningsdel til berøringsfri armatur\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"en\": {\r\n              \"name\": \"Concealed Body for Touchless Faucet\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"concealed body for touchless faucet\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"es\": {\r\n              \"name\": \"Cuerpo empotrado para grifo sin contacto\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"cuerpo empotrado para grifo sin contacto\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fi\": {\r\n              \"name\": \"Uppoasennusrunko kosketusvapaalle hanalle\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"uppoasennusrunko kosketusvapaalle hanalle\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fr\": {\r\n              \"name\": \"Corps encastré pour robinetterie sans contact\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"corps encastré pour robinetterie sans contact\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"it\": {\r\n              \"name\": \"Corpo incasso per rubinetteria touchless\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"corpo incasso per rubinetteria touchless\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"nl\": {\r\n              \"name\": \"Inbouwlichaam voor touchless kraan\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"inbouwlichaam voor touchless kraan\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"no\": {\r\n              \"name\": \"Innbyggingskropp for berøringsfri armatur\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"innbyggingskropp for berøringsfri armatur\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"pl\": {\r\n              \"name\": \"Korpus podtynkowy do baterii bezdotykowej\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"korpus podtynkowy do baterii bezdotykowej\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"sv\": {\r\n              \"name\": \"Inbyggnadskropp för beröringsfri armatur\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"inbyggnadskropp för beröringsfri armatur\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            }\r\n          },\r\n          \"structuredViewData\": {}\r\n        },\r\n        {\r\n          \"idName\": \"PRODUCT TYPE (SAP)_#_KOMBI-DUSCHSYSTEM MIT THM\",\r\n          \"type\": \"TEXT_VALUE\",\r\n          \"localization\": {\r\n            \"de\": {\r\n              \"name\": \"Kombi-Duschsystem mit Thermostat\",\r\n              \"synonyms\": [\r\n                \"kombiduschsystem mit thm\",\r\n                \"kombi-duschsystem\",\r\n                \"kombi duschsystem mit thm\"\r\n              ],\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"kombi-duschsystem mit thm\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"da\": {\r\n              \"name\": \"Kombi-brusesystem med termostat\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"kombi-brusesystem med termostat\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"en\": {\r\n              \"name\": \"Combination Shower System with Thermostat\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"combination shower system with thermostat\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"es\": {\r\n              \"name\": \"Sistema de ducha combinado con termostato\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"sistema de ducha combinado con termostato\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fi\": {\r\n              \"name\": \"Yhdistelmäsuihkujärjestelmä termostaatilla\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"yhdistelmäsuihkujärjestelmä termostaatilla\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fr\": {\r\n              \"name\": \"Système de douche combiné avec thermostat\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"système de douche combiné avec thermostat\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"it\": {\r\n              \"name\": \"Sistema doccia combinato con termostato\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"sistema doccia combinato con termostato\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"nl\": {\r\n              \"name\": \"Combi-douchesysteem met thermostaat\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"combi-douchesysteem met thermostaat\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"no\": {\r\n              \"name\": \"Kombi-dusjsystem med termostat\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"kombi-dusjsystem med termostat\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"pl\": {\r\n              \"name\": \"Kombinowany system prysznicowy z termostatem\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"kombinowany system prysznicowy z termostatem\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"sv\": {\r\n              \"name\": \"Kombi-duschsystem med termostat\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"kombi-duschsystem med termostat\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            }\r\n          },\r\n          \"structuredViewData\": {}\r\n        },\r\n        {\r\n          \"idName\": \"PRODUCT TYPE (SAP)_#_DECKENBRAUSEN\",\r\n          \"type\": \"TEXT_VALUE\",\r\n          \"localization\": {\r\n            \"de\": {\r\n              \"name\": \"Deckenbrausen\",\r\n              \"synonyms\": [\r\n                \"deckenbrause\",\r\n                \"decken brause\"\r\n              ],\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"deckenbrausen\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"da\": {\r\n              \"name\": \"Loftbrusere\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"loftbrusere\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"en\": {\r\n              \"name\": \"Ceiling showers\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"ceiling showers\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"es\": {\r\n              \"name\": \"Duchas de techo\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"duchas de techo\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fi\": {\r\n              \"name\": \"Kattosuihkut\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"kattosuihkut\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fr\": {\r\n              \"name\": \"Douches de plafond\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"douches de plafond\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"it\": {\r\n              \"name\": \"Soffioni a soffitto\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"soffioni a soffitto\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"nl\": {\r\n              \"name\": \"Plafonddouches\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"plafonddouches\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"no\": {\r\n              \"name\": \"Takdusjer\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"takdusjer\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"pl\": {\r\n              \"name\": \"Deszczownice sufitowe\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"deszczownice sufitowe\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"sv\": {\r\n              \"name\": \"Takduchar\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"takduchar\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            }\r\n          },\r\n          \"structuredViewData\": {}\r\n        },\r\n        {\r\n          \"idName\": \"PRODUCT TYPE (SAP)_#_BADETUCHHALTER MIT ABLAGE\",\r\n          \"type\": \"TEXT_VALUE\",\r\n          \"localization\": {\r\n            \"de\": {\r\n              \"name\": \"Badetuchhalter mit Ablage\",\r\n              \"synonyms\": [\r\n                \"badetuchhalter\"\r\n              ],\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"badetuchhalter mit ablage\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"da\": {\r\n              \"name\": \"Badehåndklædeholder med hylde\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"badehåndklædeholder med hylde\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"en\": {\r\n              \"name\": \"Bath towel holder with shelf\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"bath towel holder with shelf\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"es\": {\r\n              \"name\": \"Toallero de baño con repisa\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"toallero de baño con repisa\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fi\": {\r\n              \"name\": \"Kylpypyyheteline hyllyllä\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"kylpypyyheteline hyllyllä\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fr\": {\r\n              \"name\": \"Porte-serviettes de bain avec tablette\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"porte-serviettes de bain avec tablette\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"it\": {\r\n              \"name\": \"Porta asciugamani da bagno con mensola\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"porta asciugamani da bagno con mensola\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"nl\": {\r\n              \"name\": \"Badhanddoekhouder met planchet\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"badhanddoekhouder met planchet\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"no\": {\r\n              \"name\": \"Badehåndkleholder med hylle\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"badehåndkleholder med hylle\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"pl\": {\r\n              \"name\": \"Wieszak na ręcznik kąpielowy z półką\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"wieszak na ręcznik kąpielowy z półką\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"sv\": {\r\n              \"name\": \"Badhanddukshållare med hylla\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"badhanddukshållare med hylla\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            }\r\n          },\r\n          \"structuredViewData\": {}\r\n        },\r\n        {\r\n          \"idName\": \"PRODUCT TYPE (SAP)_#_DUSCHTASSEN\",\r\n          \"type\": \"TEXT_VALUE\",\r\n          \"localization\": {\r\n            \"pl\": {\r\n              \"name\": \"Brodziki\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"shower trays\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"nl\": {\r\n              \"name\": \"Douchebakken\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"shower trays\"\r\n                    }\r\n                  ]\r\n                },\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"douchebakken\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"sv\": {\r\n              \"name\": \"Duschkar\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"shower trays\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fi\": {\r\n              \"name\": \"Suihkualtaat\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"shower trays\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"de\": {\r\n              \"name\": \"Duschtassen\",\r\n              \"synonyms\": [\r\n                \"duschtasse\",\r\n                \"d usch tasse\"\r\n              ],\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"duschtassen\"\r\n                    }\r\n                  ]\r\n                },\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"shower trays\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"no\": {\r\n              \"name\": \"Dusjkar\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"shower trays\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"da\": {\r\n              \"name\": \"Brusebakker\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"shower trays\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"it\": {\r\n              \"name\": \"Piatti doccia\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"shower trays\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"es\": {\r\n              \"name\": \"Platos de ducha\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"shower trays\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"en\": {\r\n              \"name\": \"shower trays\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"shower trays\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fr\": {\r\n              \"name\": \"Receveurs de douche\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"shower trays\"\r\n                    }\r\n                  ]\r\n                },\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"plateaux de douche\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            }\r\n          },\r\n          \"structuredViewData\": {}\r\n        },\r\n        {\r\n          \"idName\": \"PRODUCT TYPE (SAP)_#_SPARE PARTS FOR SANITARY TAPS\",\r\n          \"type\": \"TEXT_VALUE\",\r\n          \"localization\": {\r\n            \"pl\": {\r\n              \"name\": \"Części zamienne do armatury\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"spare parts for sanitary taps\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                }\r\n              ]\r\n            },\r\n            \"nl\": {\r\n              \"name\": \"Reserveonderdelen voor sanitaire kranen\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"spare parts for sanitary taps\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                }\r\n              ]\r\n            },\r\n            \"sv\": {\r\n              \"name\": \"Reservdelar för sanitetsblandare\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"spare parts for sanitary taps\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                }\r\n              ]\r\n            },\r\n            \"fi\": {\r\n              \"name\": \"Varaosat saniteettihanalle\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"spare parts for sanitary taps\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                }\r\n              ]\r\n            },\r\n            \"de\": {\r\n              \"name\": \"Ersatzteile für Sanitärarmaturen\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"spare parts for sanitary taps\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                }\r\n              ]\r\n            },\r\n            \"no\": {\r\n              \"name\": \"Reservedeler for sanitærarmaturer\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"spare parts for sanitary taps\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                }\r\n              ]\r\n            },\r\n            \"da\": {\r\n              \"name\": \"Reservedele til sanitetsbatterier\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"spare parts for sanitary taps\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                }\r\n              ]\r\n            },\r\n            \"it\": {\r\n              \"name\": \"Ricambi per rubinetteria\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"spare parts for sanitary taps\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                }\r\n              ]\r\n            },\r\n            \"es\": {\r\n              \"name\": \"Piezas de repuesto para grifería\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"spare parts for sanitary taps\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                }\r\n              ]\r\n            },\r\n            \"en\": {\r\n              \"name\": \"Spare parts for sanitary taps\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"spare parts for sanitary taps\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                }\r\n              ]\r\n            },\r\n            \"fr\": {\r\n              \"name\": \"Pièces de rechange pour robinetterie\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"spare parts for sanitary taps\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                }\r\n              ]\r\n            }\r\n          },\r\n          \"structuredViewData\": {}\r\n        },\r\n        {\r\n          \"idName\": \"PRODUCT TYPE (SAP)_#_HANDBRAUSE\",\r\n          \"type\": \"TEXT_VALUE\",\r\n          \"localization\": {\r\n            \"de\": {\r\n              \"name\": \"Handbrause\",\r\n              \"synonyms\": [\r\n                \"hand brause\"\r\n              ],\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"handbrause\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"da\": {\r\n              \"name\": \"Håndbruser\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"håndbruser\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"en\": {\r\n              \"name\": \"Hand Shower\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"hand shower\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"es\": {\r\n              \"name\": \"Ducha de Mano\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"ducha de mano\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fi\": {\r\n              \"name\": \"Käsisuihku\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"käsisuihku\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fr\": {\r\n              \"name\": \"Douchette\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"douchette\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"it\": {\r\n              \"name\": \"Doccetta\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"doccetta\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"nl\": {\r\n              \"name\": \"Handdouche\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"handdouche\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"no\": {\r\n              \"name\": \"Hånddusj\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"hånddusj\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"pl\": {\r\n              \"name\": \"Słuchawka Prysznicowa\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"słuchawka prysznicowa\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"sv\": {\r\n              \"name\": \"Handdusch\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"handdusch\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            }\r\n          },\r\n          \"structuredViewData\": {}\r\n        },\r\n        {\r\n          \"idName\": \"PRODUCT TYPE (SAP)_#_ET + ZUBEHOER DUSCH-WC\",\r\n          \"type\": \"TEXT_VALUE\",\r\n          \"localization\": {\r\n            \"de\": {\r\n              \"name\": \"ET + Zubehör Dusch-WC\",\r\n              \"synonyms\": [\r\n                \"et+zubehoer dusch-wc\",\r\n                \"et&zubehoer dusch-wc\",\r\n                \"et & zubehoer dusch-wc\",\r\n                \"et und zubehoer dusch-wc\",\r\n                \"et + zubehoer dusch wc\"\r\n              ],\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"et + zubehoer dusch-wc\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"da\": {\r\n              \"name\": \"SP + PP Brusetoilet\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"sp + pp brusetoilet\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"en\": {\r\n              \"name\": \"SP + PP Shower Toilet\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"sp + pp shower toilet\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"es\": {\r\n              \"name\": \"SP + PP Inodoro con Ducha\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"sp + pp inodoro con ducha\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fi\": {\r\n              \"name\": \"SP + PP Suihku-WC\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"sp + pp suihku-wc\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fr\": {\r\n              \"name\": \"SP + PP WC Douche\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"sp + pp wc douche\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"it\": {\r\n              \"name\": \"SP + PP WC con Doccetta\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"sp + pp wc con doccetta\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"nl\": {\r\n              \"name\": \"SP + PP Douchewc\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"sp + pp douchewc\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"no\": {\r\n              \"name\": \"SP + PP Dusjtoalett\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"sp + pp dusjtoalett\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"pl\": {\r\n              \"name\": \"SP + PP Toaleta Myjąca\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"sp + pp toaleta myjąca\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"sv\": {\r\n              \"name\": \"SP + PP Duschtoalett\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"sp + pp duschtoalett\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            }\r\n          },\r\n          \"structuredViewData\": {}\r\n        },\r\n        {\r\n          \"idName\": \"PRODUCT TYPE (SAP)_#_SHOWERS\",\r\n          \"type\": \"TEXT_VALUE\",\r\n          \"localization\": {\r\n            \"pl\": {\r\n              \"name\": \"Prysznice\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"showers\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                },\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"prysznic ręczny\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                }\r\n              ]\r\n            },\r\n            \"nl\": {\r\n              \"name\": \"Douches\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"showers\"\r\n                    }\r\n                  ]\r\n                },\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"douche\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                }\r\n              ]\r\n            },\r\n            \"sv\": {\r\n              \"name\": \"Duschar\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"showers\"\r\n                    }\r\n                  ]\r\n                },\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"enkel dusch\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                }\r\n              ]\r\n            },\r\n            \"fi\": {\r\n              \"name\": \"Suihkut\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"showers\"\r\n                    }\r\n                  ]\r\n                },\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"yksittäissuihku\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                }\r\n              ]\r\n            },\r\n            \"de\": {\r\n              \"name\": \"Duschen\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"showers\"\r\n                    }\r\n                  ]\r\n                },\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"brausen\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                }\r\n              ]\r\n            },\r\n            \"no\": {\r\n              \"name\": \"Dusjer\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"showers\"\r\n                    }\r\n                  ]\r\n                },\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"enkeltdusj\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                }\r\n              ]\r\n            },\r\n            \"da\": {\r\n              \"name\": \"Brusere\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"showers\"\r\n                    }\r\n                  ]\r\n                },\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"enkeltbruser\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                }\r\n              ]\r\n            },\r\n            \"it\": {\r\n              \"name\": \"Docce\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"showers\"\r\n                    }\r\n                  ]\r\n                },\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"doccia singola\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                }\r\n              ]\r\n            },\r\n            \"es\": {\r\n              \"name\": \"Duchas\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"showers\"\r\n                    }\r\n                  ]\r\n                },\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"duchas\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                }\r\n              ]\r\n            },\r\n            \"en\": {\r\n              \"name\": \"Showers\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"showers\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fr\": {\r\n              \"name\": \"Douches\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"showers\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            }\r\n          },\r\n          \"structuredViewData\": {}\r\n        },\r\n        {\r\n          \"idName\": \"PRODUCT TYPE (SAP)_#_SELBSTSCHLUSSBATTERIE\",\r\n          \"type\": \"TEXT_VALUE\",\r\n          \"localization\": {\r\n            \"pl\": {\r\n              \"name\": \"Self-Closing Tap / Fitting\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"self-closing tap / fitting\"\r\n                    }\r\n                  ]\r\n                },\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"self-closing faucet\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"nl\": {\r\n              \"name\": \"Zelfsluitende kraan\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"self-closing faucet\"\r\n                    }\r\n                  ]\r\n                },\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"zelfsluitende kraan\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"sv\": {\r\n              \"name\": \"Självstängande blandare\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"self-closing faucet\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fi\": {\r\n              \"name\": \"Itseensulkeutuva sekoitushana\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"self-closing faucet\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"de\": {\r\n              \"name\": \"Selbstschlussbatterie\",\r\n              \"synonyms\": [\r\n                \"selbst schluss batterie\"\r\n              ],\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"selbstschlussbatterie\"\r\n                    }\r\n                  ]\r\n                },\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"self-closing faucet\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"no\": {\r\n              \"name\": \"Selvlukkende blandebatteri\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"self-closing faucet\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"da\": {\r\n              \"name\": \"Selvlukkende blandingsbatteri\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"self-closing faucet\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"it\": {\r\n              \"name\": \"Miscelatore a chiusura automatica\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"self-closing faucet\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"es\": {\r\n              \"name\": \"Grifo mezclador de cierre automático\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"self-closing faucet\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"en\": {\r\n              \"name\": \"Self-closing faucet\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"self-closing faucet\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fr\": {\r\n              \"name\": \"Robinet à fermeture automatique\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"robinet d'arrêt\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                },\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"robinet à fermeture automatique\"\r\n                    }\r\n                  ]\r\n                },\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"self-closing faucet\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            }\r\n          },\r\n          \"structuredViewData\": {}\r\n        },\r\n        {\r\n          \"idName\": \"PRODUCT TYPE (SAP)_#_BRAUSESTANGE\",\r\n          \"type\": \"TEXT_VALUE\",\r\n          \"localization\": {\r\n            \"de\": {\r\n              \"name\": \"Brausestange\",\r\n              \"synonyms\": [\r\n                \"brause stange\"\r\n              ],\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"brausestange\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"da\": {\r\n              \"name\": \"Bruserstang\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"bruserstang\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"en\": {\r\n              \"name\": \"Shower rail\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"shower rail\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"es\": {\r\n              \"name\": \"Barra de ducha\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"barra de ducha\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fi\": {\r\n              \"name\": \"Suihkutanko\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"suihkutanko\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fr\": {\r\n              \"name\": \"Barre de douche\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"barre de douche\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"it\": {\r\n              \"name\": \"Asta doccia\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"asta doccia\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"nl\": {\r\n              \"name\": \"Douchestang\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"douchestang\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"no\": {\r\n              \"name\": \"Dusjstang\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"dusjstang\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"pl\": {\r\n              \"name\": \"Drążek prysznicowy\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"drążek prysznicowy\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"sv\": {\r\n              \"name\": \"Duschstång\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"duschstång\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            }\r\n          },\r\n          \"structuredViewData\": {}\r\n        },\r\n        {\r\n          \"idName\": \"PRODUCT TYPE (SAP)_#_DOUCHE DE TÊTE ET DOUCHETTE À MAIN\",\r\n          \"type\": \"TEXT_VALUE\",\r\n          \"localization\": {\r\n            \"fr\": {\r\n              \"name\": \"Douche de tête et douchette à main\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"douche de tête et douchette à main\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                }\r\n              ]\r\n            },\r\n            \"da\": {\r\n              \"name\": \"Hovedbruser og håndbruser\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"hovedbruser og håndbruser\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"de\": {\r\n              \"name\": \"Kopfbrause und Handbrause\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"kopfbrause und handbrause\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"en\": {\r\n              \"name\": \"Head shower and hand shower\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"head shower and hand shower\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"es\": {\r\n              \"name\": \"Ducha de cabeza y ducha de mano\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"ducha de cabeza y ducha de mano\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fi\": {\r\n              \"name\": \"Yläsuihku ja käsisuihku\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"yläsuihku ja käsisuihku\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"it\": {\r\n              \"name\": \"Soffione e doccetta a mano\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"soffione e doccetta a mano\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"nl\": {\r\n              \"name\": \"Hoofddouche en handdouche\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"hoofddouche en handdouche\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"no\": {\r\n              \"name\": \"Hodedusj og hånddusj\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"hodedusj og hånddusj\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"pl\": {\r\n              \"name\": \"Deszczownica i słuchawka prysznicowa\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"deszczownica i słuchawka prysznicowa\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"sv\": {\r\n              \"name\": \"Takdusch och handdusch\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"takdusch och handdusch\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            }\r\n          },\r\n          \"structuredViewData\": {}\r\n        },\r\n        {\r\n          \"idName\": \"PRODUCT TYPE (SAP)_#_SONSTIGES\",\r\n          \"type\": \"TEXT_VALUE\",\r\n          \"localization\": {\r\n            \"de\": {\r\n              \"name\": \"Sonstiges\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"sonstiges\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"da\": {\r\n              \"name\": \"Diverse\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"diverse\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"en\": {\r\n              \"name\": \"Miscellaneous\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"miscellaneous\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"es\": {\r\n              \"name\": \"Varios\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"varios\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fi\": {\r\n              \"name\": \"Muut\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"muut\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fr\": {\r\n              \"name\": \"Divers\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"divers\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"it\": {\r\n              \"name\": \"Varie\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"varie\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"nl\": {\r\n              \"name\": \"Diversen\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"diversen\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"no\": {\r\n              \"name\": \"Diverse\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"diverse\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"pl\": {\r\n              \"name\": \"Różne\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"różne\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"sv\": {\r\n              \"name\": \"Övrigt\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"övrigt\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            }\r\n          },\r\n          \"structuredViewData\": {}\r\n        },\r\n        {\r\n          \"idName\": \"PRODUCT TYPE (SAP)_#_ET ELEKTRON. SPUELEINRICHTUNG\",\r\n          \"type\": \"TEXT_VALUE\",\r\n          \"localization\": {\r\n            \"de\": {\r\n              \"name\": \"ET Elektronische Spüleinrichtung\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"et elektron. spueleinrichtung\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"da\": {\r\n              \"name\": \"SP Elektronisk Skylleindretning\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"sp elektronisk skylleindretning\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"en\": {\r\n              \"name\": \"SP Electronic Flushing Device\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"sp electronic flushing device\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"es\": {\r\n              \"name\": \"SP Dispositivo de Descarga Electrónico\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"sp dispositivo de descarga electrónico\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fi\": {\r\n              \"name\": \"SP Elektroninen Huuhtelulaite\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"sp elektroninen huuhtelulaite\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fr\": {\r\n              \"name\": \"SP Dispositif de Chasse d'Eau Électronique\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"sp dispositif de chasse d'eau électronique\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"it\": {\r\n              \"name\": \"SP Dispositivo di Risciacquo Elettronico\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"sp dispositivo di risciacquo elettronico\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"nl\": {\r\n              \"name\": \"SP Elektronisch Spoelsysteem\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"sp elektronisch spoelsysteem\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"no\": {\r\n              \"name\": \"SP Elektronisk Spyleinnretning\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"sp elektronisk spyleinnretning\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"pl\": {\r\n              \"name\": \"SP Elektroniczny Mechanizm Spłukujący\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"sp elektroniczny mechanizm spłukujący\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"sv\": {\r\n              \"name\": \"SP Elektronisk Spolningsenhet\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"sp elektronisk spolningsenhet\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            }\r\n          },\r\n          \"structuredViewData\": {}\r\n        },\r\n        {\r\n          \"idName\": \"PRODUCT TYPE (SAP)_#_TOOL\",\r\n          \"type\": \"TEXT_VALUE\",\r\n          \"localization\": {\r\n            \"pl\": {\r\n              \"name\": \"Narzędzie\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"CONTAINS_WORD\",\r\n                      \"text\": \"tools\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                }\r\n              ]\r\n            },\r\n            \"nl\": {\r\n              \"name\": \"Gereedschap\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"tool\"\r\n                    }\r\n                  ]\r\n                },\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"gereedschap\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                }\r\n              ]\r\n            },\r\n            \"sv\": {\r\n              \"name\": \"Verktyg\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"tool\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fi\": {\r\n              \"name\": \"Työkalu\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"tool\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"de\": {\r\n              \"name\": \"Werkzeug\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"tool\"\r\n                    }\r\n                  ]\r\n                },\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"werkzeug\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                },\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"werkzeug\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"no\": {\r\n              \"name\": \"Verktøy\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"tool\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"da\": {\r\n              \"name\": \"Værktøj\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"tool\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"it\": {\r\n              \"name\": \"Attrezzo\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"tool\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"es\": {\r\n              \"name\": \"Herramienta\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"tool\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"en\": {\r\n              \"name\": \"Tool\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"tool\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fr\": {\r\n              \"name\": \"Outil\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"tool\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            }\r\n          },\r\n          \"structuredViewData\": {}\r\n        },\r\n        {\r\n          \"idName\": \"PRODUCT TYPE (SAP)_#_PAPIERHALTER MIT DECKEL\",\r\n          \"type\": \"TEXT_VALUE\",\r\n          \"localization\": {\r\n            \"de\": {\r\n              \"name\": \"Papierhalter mit Deckel\",\r\n              \"synonyms\": [\r\n                \"papierhalter\"\r\n              ],\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"papierhalter mit deckel\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"da\": {\r\n              \"name\": \"Papirholder med låg\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"papirholder med låg\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"en\": {\r\n              \"name\": \"Paper Holder with Lid\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"paper holder with lid\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"es\": {\r\n              \"name\": \"Portapapel con tapa\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"portapapel con tapa\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fi\": {\r\n              \"name\": \"Paperiteline kannella\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"paperiteline kannella\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fr\": {\r\n              \"name\": \"Porte-papier avec couvercle\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"porte-papier avec couvercle\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"it\": {\r\n              \"name\": \"Portarotolo con coperchio\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"portarotolo con coperchio\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"nl\": {\r\n              \"name\": \"Papierhouder met deksel\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"papierhouder met deksel\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"no\": {\r\n              \"name\": \"Papirholder med lokk\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"papirholder med lokk\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"pl\": {\r\n              \"name\": \"Uchwyt na papier z pokrywą\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"uchwyt na papier z pokrywą\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"sv\": {\r\n              \"name\": \"Pappershållare med lock\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"pappershållare med lock\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            }\r\n          },\r\n          \"structuredViewData\": {}\r\n        },\r\n        {\r\n          \"idName\": \"PRODUCT TYPE (SAP)_#_SPEZIALWERKZEUG FÜR ARMATUREN\",\r\n          \"type\": \"TEXT_VALUE\",\r\n          \"localization\": {\r\n            \"de\": {\r\n              \"name\": \"Spezialwerkzeug für Armaturen\",\r\n              \"synonyms\": [\r\n                \"spezialwerkzeug\"\r\n              ],\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"spezialwerkzeug für armaturen\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"da\": {\r\n              \"name\": \"Specialværktøj til armaturer\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"specialværktøj til armaturer\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"en\": {\r\n              \"name\": \"Special Tool for Faucets\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"special tool for faucets\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"es\": {\r\n              \"name\": \"Herramienta especial para grifería\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"herramienta especial para grifería\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fi\": {\r\n              \"name\": \"Erikoistyökalu hanakalusteille\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"erikoistyökalu hanakalusteille\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fr\": {\r\n              \"name\": \"Outil spécial pour robinetterie\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"outil spécial pour robinetterie\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"it\": {\r\n              \"name\": \"Utensile speciale per rubinetteria\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"utensile speciale per rubinetteria\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"nl\": {\r\n              \"name\": \"Speciaal gereedschap voor kranen\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"speciaal gereedschap voor kranen\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"no\": {\r\n              \"name\": \"Spesialverktøy for armaturer\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"spesialverktøy for armaturer\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"pl\": {\r\n              \"name\": \"Narzędzie specjalne do armatury\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"narzędzie specjalne do armatury\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"sv\": {\r\n              \"name\": \"Specialverktyg för armaturer\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"specialverktyg för armaturer\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            }\r\n          },\r\n          \"structuredViewData\": {}\r\n        },\r\n        {\r\n          \"idName\": \"PRODUCT TYPE (SAP)_#_ZUBEHÖR FÜR SPÜLKASTEN\",\r\n          \"type\": \"TEXT_VALUE\",\r\n          \"localization\": {\r\n            \"de\": {\r\n              \"name\": \"Zubehör für Spülkasten\",\r\n              \"synonyms\": [\r\n                \"zubehör\"\r\n              ],\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"zubehör für spülkasten\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"da\": {\r\n              \"name\": \"Tilbehør til skyllecisterne\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"tilbehør til skyllecisterne\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"en\": {\r\n              \"name\": \"Accessories for flushing cistern\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"accessories for flushing cistern\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"es\": {\r\n              \"name\": \"Accesorios para cisterna\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"accesorios para cisterna\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fi\": {\r\n              \"name\": \"Huuhtelusäiliön tarvikkeet\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"huuhtelusäiliön tarvikkeet\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fr\": {\r\n              \"name\": \"Accessoires pour réservoir de chasse\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"accessoires pour réservoir de chasse\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"it\": {\r\n              \"name\": \"Accessori per cassetta di risciacquo\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"accessori per cassetta di risciacquo\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"nl\": {\r\n              \"name\": \"Accessoires voor stortbak\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"accessoires voor stortbak\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"no\": {\r\n              \"name\": \"Tilbehør til spylesisterne\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"tilbehør til spylesisterne\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"pl\": {\r\n              \"name\": \"Akcesoria do spłuczki\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"akcesoria do spłuczki\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"sv\": {\r\n              \"name\": \"Tillbehör till spolcistern\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"tillbehör till spolcistern\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            }\r\n          },\r\n          \"structuredViewData\": {}\r\n        },\r\n        {\r\n          \"idName\": \"PRODUCT TYPE (SAP)_#_THERMOSTAT\",\r\n          \"type\": \"TEXT_VALUE\",\r\n          \"localization\": {\r\n            \"pl\": {\r\n              \"name\": \"Termostat\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"termostatyczna\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"nl\": {\r\n              \"name\": \"Thermostaat\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"thermostat\"\r\n                    }\r\n                  ]\r\n                },\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"thermostaat\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                }\r\n              ]\r\n            },\r\n            \"sv\": {\r\n              \"name\": \"Termostat\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"thermostat\"\r\n                    }\r\n                  ]\r\n                },\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"termostat\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                }\r\n              ]\r\n            },\r\n            \"fi\": {\r\n              \"name\": \"Termostaatti\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"thermostat\"\r\n                    }\r\n                  ]\r\n                },\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"termostaatti\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                }\r\n              ]\r\n            },\r\n            \"de\": {\r\n              \"name\": \"Thermostat\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"thermostat\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"no\": {\r\n              \"name\": \"Termostat\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"thermostat\"\r\n                    }\r\n                  ]\r\n                },\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"termostat\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                }\r\n              ]\r\n            },\r\n            \"da\": {\r\n              \"name\": \"Termostat\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"thermostat\"\r\n                    }\r\n                  ]\r\n                },\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"termostat\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                }\r\n              ]\r\n            },\r\n            \"it\": {\r\n              \"name\": \"Termostato\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"thermostat\"\r\n                    }\r\n                  ]\r\n                },\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"miscelatore termostatico\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                }\r\n              ]\r\n            },\r\n            \"es\": {\r\n              \"name\": \"Termostato\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"termostato\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                },\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"thermostat\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"en\": {\r\n              \"name\": \"Thermostat\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"thermostat\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fr\": {\r\n              \"name\": \"Thermostat\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"thermostat\"\r\n                    }\r\n                  ]\r\n                },\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"mitigeur thermostatique\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                }\r\n              ]\r\n            }\r\n          },\r\n          \"structuredViewData\": {}\r\n        },\r\n        {\r\n          \"idName\": \"PRODUCT TYPE (SAP)_#_SPARE PARTS FLUSHING SYSTEM\",\r\n          \"type\": \"TEXT_VALUE\",\r\n          \"localization\": {\r\n            \"pl\": {\r\n              \"name\": \"Części zamienne system spłukujący\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"spare parts flushing system\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"nl\": {\r\n              \"name\": \"Reserveonderdelen spoelsysteem\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"spare parts flushing system\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"sv\": {\r\n              \"name\": \"Reservdelar spolsystem\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"reservdelar spolsystem\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                }\r\n              ]\r\n            },\r\n            \"fi\": {\r\n              \"name\": \"Varaosat huuhtelujärjestelmä\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"varaosat huuhtelujärjestelmä\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                }\r\n              ]\r\n            },\r\n            \"de\": {\r\n              \"name\": \"Ersatzteile Spülsystem\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"spare parts flushing system\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"no\": {\r\n              \"name\": \"Reservedeler spylesystem\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"reservedeler spylesystem\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                }\r\n              ]\r\n            },\r\n            \"da\": {\r\n              \"name\": \"Reservedele skyllesystem\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"reservedele skyllesystem\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                }\r\n              ]\r\n            },\r\n            \"it\": {\r\n              \"name\": \"Ricambi sistema di scarico\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"spare parts flushing system\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"es\": {\r\n              \"name\": \"Piezas de repuesto sistema de descarga\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"piezas de repuesto sistema de descarga\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                }\r\n              ]\r\n            },\r\n            \"en\": {\r\n              \"name\": \"Spare parts flushing system\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"spare parts flushing system\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fr\": {\r\n              \"name\": \"Pièces de rechange système de chasse\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"spare parts flushing system\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            }\r\n          },\r\n          \"structuredViewData\": {}\r\n        },\r\n        {\r\n          \"idName\": \"PRODUCT TYPE (SAP)_#_DUSCHSYSTEM EHM BAD\",\r\n          \"type\": \"TEXT_VALUE\",\r\n          \"localization\": {\r\n            \"de\": {\r\n              \"name\": \"Duschsystem EHM Bad\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"duschsystem ehm bad\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"da\": {\r\n              \"name\": \"Brusersystem med etgrebsarmatur til badeværelse\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"brusersystem med etgrebsarmatur til badeværelse\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"en\": {\r\n              \"name\": \"Shower system with single lever mixer for bathroom\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"shower system with single lever mixer for bathroom\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"es\": {\r\n              \"name\": \"Sistema de ducha con monomando para baño\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"sistema de ducha con monomando para baño\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fi\": {\r\n              \"name\": \"Suihkujärjestelmä yksiotesekoittimella kylpyhuoneeseen\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"suihkujärjestelmä yksiotesekoittimella kylpyhuoneeseen\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fr\": {\r\n              \"name\": \"Système de douche avec mitigeur monocommande pour bain\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"système de douche avec mitigeur monocommande pour bain\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"it\": {\r\n              \"name\": \"Sistema doccia con miscelatore monocomando per bagno\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"sistema doccia con miscelatore monocomando per bagno\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"nl\": {\r\n              \"name\": \"Douchesysteem met eengreepsmengkraan voor bad\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"douchesysteem met eengreepsmengkraan voor bad\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"no\": {\r\n              \"name\": \"Dusjsystem med ettgrepsarmatur for bad\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"dusjsystem med ettgrepsarmatur for bad\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"pl\": {\r\n              \"name\": \"System prysznicowy z baterią jednouchwytową do wanny\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"system prysznicowy z baterią jednouchwytową do wanny\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"sv\": {\r\n              \"name\": \"Duschsystem med engreppsblandare för bad\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"duschsystem med engreppsblandare för bad\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            }\r\n          },\r\n          \"structuredViewData\": {}\r\n        },\r\n        {\r\n          \"idName\": \"PRODUCT TYPE (SAP)_#_ERSATZTEIL FÜR EINHANDMISCHER\",\r\n          \"type\": \"TEXT_VALUE\",\r\n          \"localization\": {\r\n            \"de\": {\r\n              \"name\": \"Ersatzteil für Einhandmischer\",\r\n              \"synonyms\": [\r\n                \"ersatzteil\"\r\n              ],\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"ersatzteil für einhandmischer\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"da\": {\r\n              \"name\": \"Reservedel til etgrebsblander\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"reservedel til etgrebsblander\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"en\": {\r\n              \"name\": \"Spare Part for Single Lever Mixer\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"spare part for single lever mixer\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"es\": {\r\n              \"name\": \"Repuesto para monomando\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"repuesto para monomando\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fi\": {\r\n              \"name\": \"Varaosa yksiotesekoittimeen\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"varaosa yksiotesekoittimeen\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fr\": {\r\n              \"name\": \"Pièce de rechange pour mitigeur monocommande\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"pièce de rechange pour mitigeur monocommande\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"it\": {\r\n              \"name\": \"Ricambio per miscelatore monocomando\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"ricambio per miscelatore monocomando\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"nl\": {\r\n              \"name\": \"Reserveonderdeel voor eengreepsmengkraan\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"reserveonderdeel voor eengreepsmengkraan\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"no\": {\r\n              \"name\": \"Reservedel til ettgrepsbatteri\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"reservedel til ettgrepsbatteri\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"pl\": {\r\n              \"name\": \"Część zamienna do baterii jednouchwytowej\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"część zamienna do baterii jednouchwytowej\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"sv\": {\r\n              \"name\": \"Reservdel till engreppsblandare\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"reservdel till engreppsblandare\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            }\r\n          },\r\n          \"structuredViewData\": {}\r\n        },\r\n        {\r\n          \"idName\": \"PRODUCT TYPE (SAP)_#_ZWEIGRIFFARMATUR UNTERPUTZ-KÖRPER\",\r\n          \"type\": \"TEXT_VALUE\",\r\n          \"localization\": {\r\n            \"de\": {\r\n              \"name\": \"Zweigriffarmatur Unterputz-Körper\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"zweigriffarmatur unterputz-körper\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"da\": {\r\n              \"name\": \"Togrebsarmatur indbygningskrop\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"togrebsarmatur indbygningskrop\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"en\": {\r\n              \"name\": \"Two-handle mixer concealed body\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"two-handle mixer concealed body\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"es\": {\r\n              \"name\": \"Grifería bimando cuerpo empotrado\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"grifería bimando cuerpo empotrado\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fi\": {\r\n              \"name\": \"Kaksiotesekoittajan uppoasennusrunko\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"kaksiotesekoittajan uppoasennusrunko\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fr\": {\r\n              \"name\": \"Mitigeur deux poignées corps encastré\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"mitigeur deux poignées corps encastré\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"it\": {\r\n              \"name\": \"Miscelatore bicomando corpo incasso\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"miscelatore bicomando corpo incasso\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"nl\": {\r\n              \"name\": \"Tweegreepmengkraan inbouwlichaam\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"tweegreepmengkraan inbouwlichaam\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"no\": {\r\n              \"name\": \"Togrepsarmatur innbyggingskropp\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"togrepsarmatur innbyggingskropp\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"pl\": {\r\n              \"name\": \"Bateria dwuuchwytowa element podtynkowy\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"bateria dwuuchwytowa element podtynkowy\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"sv\": {\r\n              \"name\": \"Tvågreppsblandare infälld kropp\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"tvågreppsblandare infälld kropp\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            }\r\n          },\r\n          \"structuredViewData\": {}\r\n        },\r\n        {\r\n          \"idName\": \"PRODUCT TYPE (SAP)_#_ZUBEHÖR FÜR ELEKTRONISCHE KONTROLLE\",\r\n          \"type\": \"TEXT_VALUE\",\r\n          \"localization\": {\r\n            \"de\": {\r\n              \"name\": \"Zubehör für elektronische Kontrolle\",\r\n              \"synonyms\": [\r\n                \"zubehör\"\r\n              ],\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"zubehör für elektronische kontrolle\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"da\": {\r\n              \"name\": \"Tilbehør til elektronisk styring\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"tilbehør til elektronisk styring\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"en\": {\r\n              \"name\": \"Accessories for electronic control\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"accessories for electronic control\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"es\": {\r\n              \"name\": \"Accesorios para control electrónico\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"accesorios para control electrónico\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fi\": {\r\n              \"name\": \"Elektronisen ohjauksen tarvikkeet\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"elektronisen ohjauksen tarvikkeet\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fr\": {\r\n              \"name\": \"Accessoires pour commande électronique\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"accessoires pour commande électronique\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"it\": {\r\n              \"name\": \"Accessori per controllo elettronico\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"accessori per controllo elettronico\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"nl\": {\r\n              \"name\": \"Accessoires voor elektronische besturing\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"accessoires voor elektronische besturing\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"no\": {\r\n              \"name\": \"Tilbehør til elektronisk styring\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"tilbehør til elektronisk styring\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"pl\": {\r\n              \"name\": \"Akcesoria do sterowania elektronicznego\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"akcesoria do sterowania elektronicznego\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"sv\": {\r\n              \"name\": \"Tillbehör till elektronisk styrning\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"tillbehör till elektronisk styrning\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            }\r\n          },\r\n          \"structuredViewData\": {}\r\n        },\r\n        {\r\n          \"idName\": \"PRODUCT TYPE (SAP)_#_ACCESSORIES\",\r\n          \"type\": \"TEXT_VALUE\",\r\n          \"localization\": {\r\n            \"de\": {\r\n              \"name\": \"Zubehör\",\r\n              \"synonyms\": [\r\n                \"acc esso ries\"\r\n              ],\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"accessories\"\r\n                    }\r\n                  ]\r\n                },\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"accessories\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                },\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"accessoires\"\r\n                    }\r\n                  ]\r\n                },\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"zubehör\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"da\": {\r\n              \"name\": \"Tilbehør\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"accessories\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"en\": {\r\n              \"name\": \"Accessories\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"accessories\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"es\": {\r\n              \"name\": \"Accesorios\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"accessories\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                },\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"accesorio\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                },\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"accesorios\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fi\": {\r\n              \"name\": \"Lisätarvikkeet\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"accessories\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                },\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"lisätarvikkeet\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fr\": {\r\n              \"name\": \"Accessoires\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"accessoires\"\r\n                    }\r\n                  ]\r\n                },\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"accessories\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"it\": {\r\n              \"name\": \"Accessori\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"accessori\"\r\n                    }\r\n                  ]\r\n                },\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"accessories\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                },\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"accessorio\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                }\r\n              ]\r\n            },\r\n            \"nl\": {\r\n              \"name\": \"Accessoires\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"toebehoren\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                },\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"accessories\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                },\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"accessoires\"\r\n                    }\r\n                  ]\r\n                },\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"ond.+toebeh. + spoelsystemen\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"no\": {\r\n              \"name\": \"Tilbehør\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"accessory bath\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                },\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"accessories\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                }\r\n              ]\r\n            },\r\n            \"pl\": {\r\n              \"name\": \"Akcesoria\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"accessories\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                },\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"akcesoria\"\r\n                    }\r\n                  ]\r\n                },\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"sp + pp flush valve + flush. s\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"sv\": {\r\n              \"name\": \"Tillbehör\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"accessory bath\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                },\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"accessories\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                }\r\n              ]\r\n            }\r\n          },\r\n          \"structuredViewData\": {}\r\n        },\r\n        {\r\n          \"idName\": \"PRODUCT TYPE (SAP)_#_BADETUCHHALTER\",\r\n          \"type\": \"TEXT_VALUE\",\r\n          \"localization\": {\r\n            \"de\": {\r\n              \"name\": \"Badetuchhalter\",\r\n              \"synonyms\": [\r\n                \"badetuch halter\"\r\n              ],\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"badetuchhalter\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"da\": {\r\n              \"name\": \"Badehåndklædeholder\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"badehåndklædeholder\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"en\": {\r\n              \"name\": \"Bath towel holder\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"bath towel holder\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"es\": {\r\n              \"name\": \"Toallero de baño\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"toallero de baño\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fi\": {\r\n              \"name\": \"Kylpypyyheteline\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"kylpypyyheteline\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fr\": {\r\n              \"name\": \"Porte-serviettes de bain\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"porte-serviettes de bain\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"it\": {\r\n              \"name\": \"Porta asciugamani da bagno\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"porta asciugamani da bagno\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"nl\": {\r\n              \"name\": \"Badhanddoekhouder\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"badhanddoekhouder\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"no\": {\r\n              \"name\": \"Badehåndkleholder\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"badehåndkleholder\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"pl\": {\r\n              \"name\": \"Wieszak na ręcznik kąpielowy\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"wieszak na ręcznik kąpielowy\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"sv\": {\r\n              \"name\": \"Badhanddukshållare\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"badhanddukshållare\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            }\r\n          },\r\n          \"structuredViewData\": {}\r\n        },\r\n        {\r\n          \"idName\": \"PRODUCT TYPE (SAP)_#_DUSCHSYSTEM MIT UMSTELLUNG\",\r\n          \"type\": \"TEXT_VALUE\",\r\n          \"localization\": {\r\n            \"de\": {\r\n              \"name\": \"Duschsystem mit Umstellung\",\r\n              \"synonyms\": [\r\n                \"duschsystem\"\r\n              ],\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"duschsystem mit umstellung\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"da\": {\r\n              \"name\": \"Brusersystem med omskifter\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"brusersystem med omskifter\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"en\": {\r\n              \"name\": \"Shower system with diverter\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"shower system with diverter\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"es\": {\r\n              \"name\": \"Sistema de ducha con desviador\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"sistema de ducha con desviador\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fi\": {\r\n              \"name\": \"Suihkujärjestelmä vaihtajalla\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"suihkujärjestelmä vaihtajalla\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fr\": {\r\n              \"name\": \"Système de douche avec inverseur\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"système de douche avec inverseur\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"it\": {\r\n              \"name\": \"Sistema doccia con deviatore\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"sistema doccia con deviatore\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"nl\": {\r\n              \"name\": \"Douchesysteem met omstelling\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"douchesysteem met omstelling\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"no\": {\r\n              \"name\": \"Dusjsystem med omstiller\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"dusjsystem med omstiller\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"pl\": {\r\n              \"name\": \"System prysznicowy z przełącznikiem\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"system prysznicowy z przełącznikiem\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"sv\": {\r\n              \"name\": \"Duschsystem med omställare\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"duschsystem med omställare\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            }\r\n          },\r\n          \"structuredViewData\": {}\r\n        },\r\n        {\r\n          \"idName\": \"PRODUCT TYPE (SAP)_#_CLASSIC TAP AND VALVE\",\r\n          \"type\": \"TEXT_VALUE\",\r\n          \"localization\": {\r\n            \"pl\": {\r\n              \"name\": \"Klasyczna bateria i zawór\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"classic tap and valve\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                }\r\n              ]\r\n            },\r\n            \"nl\": {\r\n              \"name\": \"Klassieke kraan en ventiel\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"classic tap and valve\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                }\r\n              ]\r\n            },\r\n            \"sv\": {\r\n              \"name\": \"Klassisk blandare och ventil\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"classic tap and valve\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                }\r\n              ]\r\n            },\r\n            \"fi\": {\r\n              \"name\": \"Klassinen hana ja venttiili\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"classic tap and valve\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                }\r\n              ]\r\n            },\r\n            \"de\": {\r\n              \"name\": \"Klassische Armatur und Ventil\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"classic tap and valve\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                }\r\n              ]\r\n            },\r\n            \"no\": {\r\n              \"name\": \"Klassisk kran og ventil\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"classic tap and valve\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                },\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"klassisk hane og ventil\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                }\r\n              ]\r\n            },\r\n            \"da\": {\r\n              \"name\": \"Klassisk hane og ventil\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"classic tap and valve\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                }\r\n              ]\r\n            },\r\n            \"it\": {\r\n              \"name\": \"Rubinetto e valvola classici\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"classic tap and valve\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                }\r\n              ]\r\n            },\r\n            \"es\": {\r\n              \"name\": \"Grifo y válvula clásicos\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"classic tap and valve\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                }\r\n              ]\r\n            },\r\n            \"en\": {\r\n              \"name\": \"Classic tap and valve\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"classic tap and valve\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                }\r\n              ]\r\n            },\r\n            \"fr\": {\r\n              \"name\": \"Robinet et vanne classiques\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"classic tap and valve\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                }\r\n              ]\r\n            }\r\n          },\r\n          \"structuredViewData\": {}\r\n        },\r\n        {\r\n          \"idName\": \"PRODUCT TYPE (SAP)_#_SELBSTSCHLUSSARMATUR\",\r\n          \"type\": \"TEXT_VALUE\",\r\n          \"localization\": {\r\n            \"de\": {\r\n              \"name\": \"Selbstschlussarmatur\",\r\n              \"synonyms\": [\r\n                \"selbst schluss armatur\"\r\n              ],\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"selbstschlussarmatur\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"da\": {\r\n              \"name\": \"Selvlukkende armatur\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"selvlukkende armatur\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"en\": {\r\n              \"name\": \"Self-closing faucet\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"self-closing faucet\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"es\": {\r\n              \"name\": \"Grifo de cierre automático\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"grifo de cierre automático\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fi\": {\r\n              \"name\": \"Itseensulkeutuva hana\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"itseensulkeutuva hana\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fr\": {\r\n              \"name\": \"Robinet à fermeture automatique\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"robinet à fermeture automatique\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"it\": {\r\n              \"name\": \"Rubinetto a chiusura automatica\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"rubinetto a chiusura automatica\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"nl\": {\r\n              \"name\": \"Zelfsluitende kraan\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"zelfsluitende kraan\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"no\": {\r\n              \"name\": \"Selvlukkende armatur\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"selvlukkende armatur\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"pl\": {\r\n              \"name\": \"Bateria samozamykająca\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"bateria samozamykająca\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"sv\": {\r\n              \"name\": \"Självstängande armatur\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"självstängande armatur\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            }\r\n          },\r\n          \"structuredViewData\": {}\r\n        },\r\n        {\r\n          \"idName\": \"PRODUCT TYPE (SAP)_#_BOÎTE D’ENCASTREMENT\",\r\n          \"type\": \"TEXT_VALUE\",\r\n          \"localization\": {\r\n            \"fr\": {\r\n              \"name\": \"Boîte d'encastrement\",\r\n              \"synonyms\": [\r\n                \"boite d’encastrement\"\r\n              ],\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"boîte d’encastrement\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                }\r\n              ]\r\n            },\r\n            \"da\": {\r\n              \"name\": \"Indbygningsboks\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"indbygningsboks\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"de\": {\r\n              \"name\": \"Einbaukasten\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"einbaukasten\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"en\": {\r\n              \"name\": \"Concealed box\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"concealed box\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"es\": {\r\n              \"name\": \"Caja de empotrar\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"caja de empotrar\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fi\": {\r\n              \"name\": \"Uppoasennuskotelo\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"uppoasennuskotelo\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"it\": {\r\n              \"name\": \"Scatola da incasso\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"scatola da incasso\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"nl\": {\r\n              \"name\": \"Inbouwdoos\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"inbouwdoos\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"no\": {\r\n              \"name\": \"Innbyggingsboks\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"innbyggingsboks\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"pl\": {\r\n              \"name\": \"Puszka podtynkowa\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"puszka podtynkowa\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"sv\": {\r\n              \"name\": \"Inbyggnadslåda\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"inbyggnadslåda\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            }\r\n          },\r\n          \"structuredViewData\": {}\r\n        },\r\n        {\r\n          \"idName\": \"PRODUCT TYPE (SAP)_#_BRAUSEHALTER\",\r\n          \"type\": \"TEXT_VALUE\",\r\n          \"localization\": {\r\n            \"de\": {\r\n              \"name\": \"Brausehalter\",\r\n              \"synonyms\": [\r\n                \"brause halter\"\r\n              ],\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"brausehalter\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"da\": {\r\n              \"name\": \"Bruserholder\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"bruserholder\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"en\": {\r\n              \"name\": \"Shower holder\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"shower holder\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"es\": {\r\n              \"name\": \"Soporte de ducha\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"soporte de ducha\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fi\": {\r\n              \"name\": \"Suihkunpidike\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"suihkunpidike\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fr\": {\r\n              \"name\": \"Support de douche\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"support de douche\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"it\": {\r\n              \"name\": \"Supporto doccia\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"supporto doccia\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"nl\": {\r\n              \"name\": \"Douchehouder\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"douchehouder\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"no\": {\r\n              \"name\": \"Dusjholder\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"dusjholder\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"pl\": {\r\n              \"name\": \"Uchwyt prysznicowy\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"uchwyt prysznicowy\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"sv\": {\r\n              \"name\": \"Duschhållare\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"duschhållare\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            }\r\n          },\r\n          \"structuredViewData\": {}\r\n        },\r\n        {\r\n          \"idName\": \"PRODUCT TYPE (SAP)_#_HANDTUCHRING\",\r\n          \"type\": \"TEXT_VALUE\",\r\n          \"localization\": {\r\n            \"de\": {\r\n              \"name\": \"Handtuchring\",\r\n              \"synonyms\": [\r\n                \"handtuch ring\"\r\n              ],\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"handtuchring\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"da\": {\r\n              \"name\": \"Håndklædering\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"håndklædering\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"en\": {\r\n              \"name\": \"Towel Ring\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"towel ring\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"es\": {\r\n              \"name\": \"Toallero de Anilla\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"toallero de anilla\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fi\": {\r\n              \"name\": \"Pyyherengas\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"pyyherengas\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fr\": {\r\n              \"name\": \"Anneau Porte-serviettes\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"anneau porte-serviettes\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"it\": {\r\n              \"name\": \"Anello Portasciugamani\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"anello portasciugamani\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"nl\": {\r\n              \"name\": \"Handdoekring\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"handdoekring\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"no\": {\r\n              \"name\": \"Håndklering\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"håndklering\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"pl\": {\r\n              \"name\": \"Kółko na Ręcznik\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"kółko na ręcznik\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"sv\": {\r\n              \"name\": \"Handduksring\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"handduksring\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            }\r\n          },\r\n          \"structuredViewData\": {}\r\n        },\r\n        {\r\n          \"idName\": \"PRODUCT TYPE (SAP)_#_INNENGARNITUR\",\r\n          \"type\": \"TEXT_VALUE\",\r\n          \"localization\": {\r\n            \"pl\": {\r\n              \"name\": \"Mechanizm Spłukujący\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"flushing mechanism\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"nl\": {\r\n              \"name\": \"Spoel mechanisme\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"spoel mechanisme\"\r\n                    }\r\n                  ]\r\n                },\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"flushing mechanism\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"sv\": {\r\n              \"name\": \"Spolmekanism\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"flushing mechanism\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fi\": {\r\n              \"name\": \"Huuhtelumekanismi\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"flushing mechanism\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"de\": {\r\n              \"name\": \"Innengarnitur\",\r\n              \"synonyms\": [\r\n                \"innen garnitur\"\r\n              ],\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"innengarnitur\"\r\n                    }\r\n                  ]\r\n                },\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"flushing mechanism\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"no\": {\r\n              \"name\": \"Spylemekanisme\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"flushing mechanism\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"da\": {\r\n              \"name\": \"Skyllemekanisme\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"flushing mechanism\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"it\": {\r\n              \"name\": \"Meccanismo di Scarico\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"flushing mechanism\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"es\": {\r\n              \"name\": \"Mecanismo de Descarga\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"flushing mechanism\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"en\": {\r\n              \"name\": \"Flushing Mechanism\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"flushing mechanism\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fr\": {\r\n              \"name\": \"Mécanisme de Chasse\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"flushing mechanism\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            }\r\n          },\r\n          \"structuredViewData\": {}\r\n        },\r\n        {\r\n          \"idName\": \"PRODUCT TYPE (SAP)_#_INSTALLATION SYSTEMS / MOUNTING FRAMES FOR RECEPTION DEVICES/TAPS\",\r\n          \"type\": \"TEXT_VALUE\",\r\n          \"localization\": {\r\n            \"pl\": {\r\n              \"name\": \"Systemy instalacyjne / Ramy montażowe\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"installation systems / mounting frames for reception devices/taps\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"nl\": {\r\n              \"name\": \"Installatiesystemen / Montageframes\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"installation systems / mounting frames for reception devices/taps\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"sv\": {\r\n              \"name\": \"Installationssystem / Monteringsramar\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"installationssystem / monteringsramar\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                }\r\n              ]\r\n            },\r\n            \"fi\": {\r\n              \"name\": \"Asennusjärjestelmät / Asennuskehykset\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"asennusjärjestelmät / asennuskehykset\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                }\r\n              ]\r\n            },\r\n            \"de\": {\r\n              \"name\": \"Installationssysteme / Montagerahmen\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"installation systems / mounting frames for reception devices/taps\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"no\": {\r\n              \"name\": \"Installasjonssystemer / Monteringsrammer\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"installasjonssystemer / monteringsrammer\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                }\r\n              ]\r\n            },\r\n            \"da\": {\r\n              \"name\": \"Installationssystemer / Monteringsrammer\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"installationssystemer / monteringsrammer\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                }\r\n              ]\r\n            },\r\n            \"it\": {\r\n              \"name\": \"Sistemi di installazione / Telai di montaggio\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"installation systems / mounting frames for reception devices/taps\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"es\": {\r\n              \"name\": \"Sistemas de instalación / Marcos de montaje\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"sistemas de instalación / marcos de montaje\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                }\r\n              ]\r\n            },\r\n            \"en\": {\r\n              \"name\": \"Installation Systems / Mounting frames for reception devices/taps\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"installation systems / mounting frames for reception devices/taps\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fr\": {\r\n              \"name\": \"Systèmes d'installation / Cadres de montage\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"installation systems / mounting frames for reception devices/taps\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            }\r\n          },\r\n          \"structuredViewData\": {}\r\n        },\r\n        {\r\n          \"idName\": \"PRODUCT TYPE (SAP)_#_STARTER KIT EINHANDMISCHER\",\r\n          \"type\": \"TEXT_VALUE\",\r\n          \"localization\": {\r\n            \"de\": {\r\n              \"name\": \"Starter Kit Einhandmischer\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"starter kit einhandmischer\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"da\": {\r\n              \"name\": \"Startsæt etgrebsblander\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"startsæt etgrebsblander\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"en\": {\r\n              \"name\": \"Starter Kit Single Lever Mixer\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"starter kit single lever mixer\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"es\": {\r\n              \"name\": \"Kit de inicio monomando\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"kit de inicio monomando\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fi\": {\r\n              \"name\": \"Aloituspakkaus yksiotesekoitin\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"aloituspakkaus yksiotesekoitin\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fr\": {\r\n              \"name\": \"Kit de démarrage mitigeur monocommande\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"kit de démarrage mitigeur monocommande\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"it\": {\r\n              \"name\": \"Kit starter miscelatore monocomando\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"kit starter miscelatore monocomando\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"nl\": {\r\n              \"name\": \"Starterset eengreepsmengkraan\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"starterset eengreepsmengkraan\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"no\": {\r\n              \"name\": \"Startsett ettgrepsblander\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"startsett ettgrepsblander\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"pl\": {\r\n              \"name\": \"Zestaw startowy bateria jednouchwytowa\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"zestaw startowy bateria jednouchwytowa\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"sv\": {\r\n              \"name\": \"Startpaket engreppsblandare\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"startpaket engreppsblandare\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            }\r\n          },\r\n          \"structuredViewData\": {}\r\n        },\r\n        {\r\n          \"idName\": \"PRODUCT TYPE (SAP)_#_FERTIGMONTAGESETS\",\r\n          \"type\": \"TEXT_VALUE\",\r\n          \"localization\": {\r\n            \"de\": {\r\n              \"name\": \"Fertigmontagesets\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"fertigmontagesets\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"da\": {\r\n              \"name\": \"Færdigmonteringssæt\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"færdigmonteringssæt\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"en\": {\r\n              \"name\": \"Trim Sets\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"trim sets\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"es\": {\r\n              \"name\": \"Sets de Acabado\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"sets de acabado\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fi\": {\r\n              \"name\": \"Viimeistelysarjat\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"viimeistelysarjat\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fr\": {\r\n              \"name\": \"Sets de Finition\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"sets de finition\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"it\": {\r\n              \"name\": \"Set di Finitura\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"set di finitura\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"nl\": {\r\n              \"name\": \"Afbouwsets\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"afbouwsets\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"no\": {\r\n              \"name\": \"Ferdigmonteringssett\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"ferdigmonteringssett\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"pl\": {\r\n              \"name\": \"Zestawy Wykończeniowe\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"zestawy wykończeniowe\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"sv\": {\r\n              \"name\": \"Färdigmonteringsset\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"färdigmonteringsset\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            }\r\n          },\r\n          \"structuredViewData\": {}\r\n        },\r\n        {\r\n          \"idName\": \"PRODUCT TYPE (SAP)_#_WANNE - WANDMONTIERT\",\r\n          \"type\": \"TEXT_VALUE\",\r\n          \"localization\": {\r\n            \"de\": {\r\n              \"name\": \"Wanne - wandmontiert\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"wanne - wandmontiert\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"da\": {\r\n              \"name\": \"Badekar - vægmonteret\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"badekar - vægmonteret\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"en\": {\r\n              \"name\": \"Bathtub - wall-mounted\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"bathtub - wall-mounted\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"es\": {\r\n              \"name\": \"Bañera - montada en pared\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"bañera - montada en pared\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fi\": {\r\n              \"name\": \"Kylpyamme - seinäkiinnitteinen\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"kylpyamme - seinäkiinnitteinen\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fr\": {\r\n              \"name\": \"Baignoire - murale\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"baignoire - murale\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"it\": {\r\n              \"name\": \"Vasca da bagno - a parete\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"vasca da bagno - a parete\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"nl\": {\r\n              \"name\": \"Bad - wandmontage\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"bad - wandmontage\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"no\": {\r\n              \"name\": \"Badekar - veggmontert\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"badekar - veggmontert\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"pl\": {\r\n              \"name\": \"Wanna - montowana na ścianie\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"wanna - montowana na ścianie\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"sv\": {\r\n              \"name\": \"Badkar - väggmonterat\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"badkar - väggmonterat\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            }\r\n          },\r\n          \"structuredViewData\": {}\r\n        },\r\n        {\r\n          \"idName\": \"PRODUCT TYPE (SAP)_#_REINIGUNGS-UND PFLEGEMITTEL\",\r\n          \"type\": \"TEXT_VALUE\",\r\n          \"localization\": {\r\n            \"de\": {\r\n              \"name\": \"Reinigungs- und Pflegemittel\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"reinigungs-und pflegemittel\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"da\": {\r\n              \"name\": \"Rengørings- og plejemidler\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"rengørings- og plejemidler\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"en\": {\r\n              \"name\": \"Cleaning and Care Products\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"cleaning and care products\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"es\": {\r\n              \"name\": \"Productos de limpieza y cuidado\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"productos de limpieza y cuidado\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fi\": {\r\n              \"name\": \"Puhdistus- ja hoitoaineet\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"puhdistus- ja hoitoaineet\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fr\": {\r\n              \"name\": \"Produits de nettoyage et d'entretien\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"produits de nettoyage et d'entretien\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"it\": {\r\n              \"name\": \"Prodotti per la pulizia e la cura\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"prodotti per la pulizia e la cura\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"nl\": {\r\n              \"name\": \"Reinigings- en onderhoudsmiddelen\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"reinigings- en onderhoudsmiddelen\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"no\": {\r\n              \"name\": \"Rengjørings- og pleiemidler\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"rengjørings- og pleiemidler\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"pl\": {\r\n              \"name\": \"Środki czyszczące i pielęgnacyjne\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"środki czyszczące i pielęgnacyjne\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"sv\": {\r\n              \"name\": \"Rengörings- och vårdmedel\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"rengörings- och vårdmedel\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            }\r\n          },\r\n          \"structuredViewData\": {}\r\n        },\r\n        {\r\n          \"idName\": \"PRODUCT TYPE (SAP)_#_EINHANDMISCHER FEININSTALLATION\",\r\n          \"type\": \"TEXT_VALUE\",\r\n          \"localization\": {\r\n            \"de\": {\r\n              \"name\": \"Einhandmischer Feininstallation\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"einhandmischer feininstallation\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"da\": {\r\n              \"name\": \"Etgrebsblander færdiginstallation\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"etgrebsblander færdiginstallation\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"en\": {\r\n              \"name\": \"Single Lever Mixer Finish Installation\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"single lever mixer finish installation\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"es\": {\r\n              \"name\": \"Monomando instalación de acabado\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"monomando instalación de acabado\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fi\": {\r\n              \"name\": \"Yksiotesekoitin viimeistelyasennus\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"yksiotesekoitin viimeistelyasennus\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fr\": {\r\n              \"name\": \"Mitigeur monocommande installation de finition\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"mitigeur monocommande installation de finition\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"it\": {\r\n              \"name\": \"Miscelatore monocomando installazione di finitura\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"miscelatore monocomando installazione di finitura\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"nl\": {\r\n              \"name\": \"Eengreepsmengkraan eindinstallatie\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"eengreepsmengkraan eindinstallatie\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"no\": {\r\n              \"name\": \"Ettgrepsbatteri ferdiginstallasjon\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"ettgrepsbatteri ferdiginstallasjon\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"pl\": {\r\n              \"name\": \"Bateria jednouchwytowa montaż wykończeniowy\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"bateria jednouchwytowa montaż wykończeniowy\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"sv\": {\r\n              \"name\": \"Engreppsblandare slutinstallation\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"engreppsblandare slutinstallation\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            }\r\n          },\r\n          \"structuredViewData\": {}\r\n        },\r\n        {\r\n          \"idName\": \"PRODUCT TYPE (SAP)_#_WANNENGRIFF\",\r\n          \"type\": \"TEXT_VALUE\",\r\n          \"localization\": {\r\n            \"de\": {\r\n              \"name\": \"Wannengriff\",\r\n              \"synonyms\": [\r\n                \"w annen griff\"\r\n              ],\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"wannengriff\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"da\": {\r\n              \"name\": \"Badekarsgreb\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"badekarsgreb\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"en\": {\r\n              \"name\": \"Bath grip\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"bath grip\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"es\": {\r\n              \"name\": \"Asa para bañera\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"asa para bañera\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fi\": {\r\n              \"name\": \"Kylpyammeen kahva\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"kylpyammeen kahva\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fr\": {\r\n              \"name\": \"Poignée de baignoire\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"poignée de baignoire\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"it\": {\r\n              \"name\": \"Maniglia per vasca da bagno\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"maniglia per vasca da bagno\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"nl\": {\r\n              \"name\": \"Badgreep\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"badgreep\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"no\": {\r\n              \"name\": \"Badekarsgrep\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"badekarsgrep\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"pl\": {\r\n              \"name\": \"Uchwyt wannowy\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"uchwyt wannowy\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"sv\": {\r\n              \"name\": \"Badkarsgrepp\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"badkarsgrepp\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            }\r\n          },\r\n          \"structuredViewData\": {}\r\n        },\r\n        {\r\n          \"idName\": \"PRODUCT TYPE (SAP)_#_WANDANSCHLUSSBOGEN\",\r\n          \"type\": \"TEXT_VALUE\",\r\n          \"localization\": {\r\n            \"de\": {\r\n              \"name\": \"Wandanschlussbogen\",\r\n              \"synonyms\": [\r\n                \"wandan schlussbogen\"\r\n              ],\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"wandanschlussbogen\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"da\": {\r\n              \"name\": \"Vægtilslutningsbøjning\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"vægtilslutningsbøjning\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"en\": {\r\n              \"name\": \"Wall Connection Elbow\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"wall connection elbow\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"es\": {\r\n              \"name\": \"Codo de conexión mural\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"codo de conexión mural\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fi\": {\r\n              \"name\": \"Seinäliitoskulma\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"seinäliitoskulma\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fr\": {\r\n              \"name\": \"Coude de raccordement mural\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"coude de raccordement mural\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"it\": {\r\n              \"name\": \"Curva di raccordo a parete\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"curva di raccordo a parete\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"nl\": {\r\n              \"name\": \"Wandaansluitbocht\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"wandaansluitbocht\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"no\": {\r\n              \"name\": \"Veggtilkoblingsbøyning\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"veggtilkoblingsbøyning\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"pl\": {\r\n              \"name\": \"Kolanko przyłączeniowe ścienne\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"kolanko przyłączeniowe ścienne\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"sv\": {\r\n              \"name\": \"Vägganslutningsböj\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"vägganslutningsböj\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            }\r\n          },\r\n          \"structuredViewData\": {}\r\n        },\r\n        {\r\n          \"idName\": \"PRODUCT TYPE (SAP)_#_ERSATZTEIL FÜR DRUCKSPÜLER\",\r\n          \"type\": \"TEXT_VALUE\",\r\n          \"localization\": {\r\n            \"de\": {\r\n              \"name\": \"Ersatzteil für Druckspüler\",\r\n              \"synonyms\": [\r\n                \"ersatzteil\"\r\n              ],\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"ersatzteil für druckspüler\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"da\": {\r\n              \"name\": \"Reservedel til trykskylleventil\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"reservedel til trykskylleventil\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"en\": {\r\n              \"name\": \"Spare Part for Flush Valve\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"spare part for flush valve\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"es\": {\r\n              \"name\": \"Repuesto para fluxómetro\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"repuesto para fluxómetro\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fi\": {\r\n              \"name\": \"Varaosa painehuuhteluventtiiliin\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"varaosa painehuuhteluventtiiliin\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fr\": {\r\n              \"name\": \"Pièce de rechange pour robinet de chasse\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"pièce de rechange pour robinet de chasse\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"it\": {\r\n              \"name\": \"Ricambio per flussometro\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"ricambio per flussometro\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"nl\": {\r\n              \"name\": \"Reserveonderdeel voor drukspoeler\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"reserveonderdeel voor drukspoeler\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"no\": {\r\n              \"name\": \"Reservedel til trykkspyler\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"reservedel til trykkspyler\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"pl\": {\r\n              \"name\": \"Część zamienna do spłuczki ciśnieniowej\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"część zamienna do spłuczki ciśnieniowej\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"sv\": {\r\n              \"name\": \"Reservdel till tryckspolare\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"reservdel till tryckspolare\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            }\r\n          },\r\n          \"structuredViewData\": {}\r\n        },\r\n        {\r\n          \"idName\": \"PRODUCT TYPE (SAP)_#_ACCESSOIRE SET\",\r\n          \"type\": \"TEXT_VALUE\",\r\n          \"localization\": {\r\n            \"de\": {\r\n              \"name\": \"Accessoire-Set\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"accessoire set\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"da\": {\r\n              \"name\": \"Tilbehørssæt\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"tilbehørssæt\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"en\": {\r\n              \"name\": \"Accessory set\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"accessory set\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"es\": {\r\n              \"name\": \"Juego de accesorios\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"juego de accesorios\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fi\": {\r\n              \"name\": \"Lisätarvikesarja\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"lisätarvikesarja\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fr\": {\r\n              \"name\": \"Set d'accessoires\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"set d'accessoires\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"it\": {\r\n              \"name\": \"Set di accessori\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"set di accessori\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"nl\": {\r\n              \"name\": \"Accessoireset\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"accessoireset\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"no\": {\r\n              \"name\": \"Tilbehørssett\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"tilbehørssett\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"pl\": {\r\n              \"name\": \"Zestaw akcesoriów\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"zestaw akcesoriów\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"sv\": {\r\n              \"name\": \"Tillbehörsset\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"tillbehörsset\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            }\r\n          },\r\n          \"structuredViewData\": {}\r\n        },\r\n        {\r\n          \"idName\": \"PRODUCT TYPE (SAP)_#_SICHERHEITSEINHEIT\",\r\n          \"type\": \"TEXT_VALUE\",\r\n          \"localization\": {\r\n            \"de\": {\r\n              \"name\": \"Sicherheitseinheit\",\r\n              \"synonyms\": [\r\n                \"sicherheits einheit\"\r\n              ],\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"sicherheitseinheit\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"da\": {\r\n              \"name\": \"Sikkerhedsenhed\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"sikkerhedsenhed\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"en\": {\r\n              \"name\": \"Safety unit\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"safety unit\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"es\": {\r\n              \"name\": \"Unidad de seguridad\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"unidad de seguridad\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fi\": {\r\n              \"name\": \"Turvayksikkö\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"turvayksikkö\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fr\": {\r\n              \"name\": \"Bloc de sécurité\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"bloc de sécurité\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"it\": {\r\n              \"name\": \"Unità di sicurezza\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"unità di sicurezza\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"nl\": {\r\n              \"name\": \"Veiligheidseenheid\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"veiligheidseenheid\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"no\": {\r\n              \"name\": \"Sikkerhetsenhet\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"sikkerhetsenhet\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"pl\": {\r\n              \"name\": \"Jednostka bezpieczeństwa\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"jednostka bezpieczeństwa\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"sv\": {\r\n              \"name\": \"Säkerhetsenhet\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"säkerhetsenhet\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            }\r\n          },\r\n          \"structuredViewData\": {}\r\n        },\r\n        {\r\n          \"idName\": \"PRODUCT TYPE (SAP)_#_DRUCKSPÜLER ELEKTRONISCH\",\r\n          \"type\": \"TEXT_VALUE\",\r\n          \"localization\": {\r\n            \"pl\": {\r\n              \"name\": \"electr.controlled flushing uni\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"electr.controlled flushing uni\"\r\n                    }\r\n                  ]\r\n                },\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"flushing units electronical\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"nl\": {\r\n              \"name\": \"Elektronische spoelinrichting\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"elektronische spoelinrichting\"\r\n                    }\r\n                  ]\r\n                },\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"flushing units electronical\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"sv\": {\r\n              \"name\": \"Elektronisk tryckspolare\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"flushing units electronical\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fi\": {\r\n              \"name\": \"Elektroninen painehuuhteluventtiili\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"flushing units electronical\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"de\": {\r\n              \"name\": \"Druckspüler elektronisch\",\r\n              \"synonyms\": [\r\n                \"druckspuler elektronisch\"\r\n              ],\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"flushing units electronical\"\r\n                    }\r\n                  ]\r\n                },\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"druckspüler elektronisch\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"no\": {\r\n              \"name\": \"Elektronisk trykkspyleventil\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"flushing units electronical\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"da\": {\r\n              \"name\": \"Elektronisk trykskylleventil\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"flushing units electronical\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"it\": {\r\n              \"name\": \"Rubinetto di cacciata elettronico\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"flushing units electronical\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"es\": {\r\n              \"name\": \"Válvula de descarga electrónica\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"flushing units electronical\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"en\": {\r\n              \"name\": \"Flushing units electronical\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"flushing units electronical\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fr\": {\r\n              \"name\": \"Rinçage électronique\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"flushing units electronical\"\r\n                    }\r\n                  ]\r\n                },\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"rinçage électronique\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            }\r\n          },\r\n          \"structuredViewData\": {}\r\n        },\r\n        {\r\n          \"idName\": \"PRODUCT TYPE (SAP)_#_KOPFBRAUSEN\",\r\n          \"type\": \"TEXT_VALUE\",\r\n          \"localization\": {\r\n            \"de\": {\r\n              \"name\": \"Kopfbrausen\",\r\n              \"synonyms\": [\r\n                \"kopf brause\",\r\n                \"kopfbrause\"\r\n              ],\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"kopfbrausen\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"da\": {\r\n              \"name\": \"Hovedbrusere\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"hovedbrusere\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"en\": {\r\n              \"name\": \"Head Showers\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"head showers\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"es\": {\r\n              \"name\": \"Duchas de techo\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"duchas de techo\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fi\": {\r\n              \"name\": \"Yläsuihkut\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"yläsuihkut\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fr\": {\r\n              \"name\": \"Douches de tête\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"douches de tête\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"it\": {\r\n              \"name\": \"Soffioni\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"soffioni\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"nl\": {\r\n              \"name\": \"Hoofddouches\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"hoofddouches\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"no\": {\r\n              \"name\": \"Hodedusjer\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"hodedusjer\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"pl\": {\r\n              \"name\": \"Deszczownice\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"deszczownice\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"sv\": {\r\n              \"name\": \"Takduschar\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"takduschar\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            }\r\n          },\r\n          \"structuredViewData\": {}\r\n        },\r\n        {\r\n          \"idName\": \"PRODUCT TYPE (SAP)_#_WANDVENTIL\",\r\n          \"type\": \"TEXT_VALUE\",\r\n          \"localization\": {\r\n            \"de\": {\r\n              \"name\": \"Wandventil\",\r\n              \"synonyms\": [\r\n                \"wand ventil\"\r\n              ],\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"wandventil\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"da\": {\r\n              \"name\": \"Vægventil\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"vægventil\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"en\": {\r\n              \"name\": \"Wall valve\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"wall valve\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"es\": {\r\n              \"name\": \"Válvula de pared\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"válvula de pared\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fi\": {\r\n              \"name\": \"Seinäventtiili\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"seinäventtiili\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fr\": {\r\n              \"name\": \"Robinet mural\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"robinet mural\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"it\": {\r\n              \"name\": \"Valvola a parete\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"valvola a parete\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"nl\": {\r\n              \"name\": \"Wandventiel\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"wandventiel\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"no\": {\r\n              \"name\": \"Veggventil\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"veggventil\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"pl\": {\r\n              \"name\": \"Zawór ścienny\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"zawór ścienny\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"sv\": {\r\n              \"name\": \"Väggventil\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"väggventil\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            }\r\n          },\r\n          \"structuredViewData\": {}\r\n        },\r\n        {\r\n          \"idName\": \"PRODUCT TYPE (SAP)_#_GLAS\",\r\n          \"type\": \"TEXT_VALUE\",\r\n          \"localization\": {\r\n            \"de\": {\r\n              \"name\": \"Glas\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"glas\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"da\": {\r\n              \"name\": \"Glas\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"glas\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"en\": {\r\n              \"name\": \"Glass\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"glass\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"es\": {\r\n              \"name\": \"Vaso\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"vaso\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fi\": {\r\n              \"name\": \"Lasi\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"lasi\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fr\": {\r\n              \"name\": \"Verre\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"verre\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"it\": {\r\n              \"name\": \"Bicchiere\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"bicchiere\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"nl\": {\r\n              \"name\": \"Glas\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"glas\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"no\": {\r\n              \"name\": \"Glass\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"glass\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"pl\": {\r\n              \"name\": \"Szklanka\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"szklanka\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"sv\": {\r\n              \"name\": \"Glas\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"glas\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            }\r\n          },\r\n          \"structuredViewData\": {}\r\n        },\r\n        {\r\n          \"idName\": \"PRODUCT TYPE (SAP)_#_FÜLLVENTIL\",\r\n          \"type\": \"TEXT_VALUE\",\r\n          \"localization\": {\r\n            \"pl\": {\r\n              \"name\": \"Filling Valve\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"filling valve\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"nl\": {\r\n              \"name\": \"Vlotterkraan\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"filling valve\"\r\n                    }\r\n                  ]\r\n                },\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"vlotterkraan\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"sv\": {\r\n              \"name\": \"Fyllventil\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"filling valve\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fi\": {\r\n              \"name\": \"Täyttöventtiili\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"filling valve\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"de\": {\r\n              \"name\": \"Füllventil\",\r\n              \"synonyms\": [\r\n                \"füll ventil\",\r\n                \"full ventil\",\r\n                \"fullventil\"\r\n              ],\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"filling valve\"\r\n                    }\r\n                  ]\r\n                },\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"füllventil\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"no\": {\r\n              \"name\": \"Fylleventil\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"filling valve\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"da\": {\r\n              \"name\": \"Fyldventil\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"filling valve\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"it\": {\r\n              \"name\": \"Valvola di Riempimento\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"filling valve\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"es\": {\r\n              \"name\": \"Válvula de Llenado\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"filling valve\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"en\": {\r\n              \"name\": \"Filling valve\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"filling valve\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fr\": {\r\n              \"name\": \"Mécanisme remplissage\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"mécanisme remplissage\"\r\n                    }\r\n                  ]\r\n                },\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"filling valve\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            }\r\n          },\r\n          \"structuredViewData\": {}\r\n        },\r\n        {\r\n          \"idName\": \"PRODUCT TYPE (SAP)_#_ZUBEHÖR FÜR THERMOSTAT\",\r\n          \"type\": \"TEXT_VALUE\",\r\n          \"localization\": {\r\n            \"de\": {\r\n              \"name\": \"Zubehör für Thermostat\",\r\n              \"synonyms\": [\r\n                \"zubehör\"\r\n              ],\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"zubehör für thermostat\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"da\": {\r\n              \"name\": \"Tilbehør til termostat\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"tilbehør til termostat\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"en\": {\r\n              \"name\": \"Accessories for thermostat\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"accessories for thermostat\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"es\": {\r\n              \"name\": \"Accesorios para termostato\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"accesorios para termostato\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fi\": {\r\n              \"name\": \"Termostaatin tarvikkeet\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"termostaatin tarvikkeet\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fr\": {\r\n              \"name\": \"Accessoires pour thermostat\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"accessoires pour thermostat\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"it\": {\r\n              \"name\": \"Accessori per termostato\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"accessori per termostato\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"nl\": {\r\n              \"name\": \"Accessoires voor thermostaat\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"accessoires voor thermostaat\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"no\": {\r\n              \"name\": \"Tilbehør til termostat\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"tilbehør til termostat\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"pl\": {\r\n              \"name\": \"Akcesoria do termostatu\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"akcesoria do termostatu\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"sv\": {\r\n              \"name\": \"Tillbehör till termostat\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"tillbehör till termostat\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            }\r\n          },\r\n          \"structuredViewData\": {}\r\n        },\r\n        {\r\n          \"idName\": \"PRODUCT TYPE (SAP)_#_ZUBEHÖR ALLGEMEIN\",\r\n          \"type\": \"TEXT_VALUE\",\r\n          \"localization\": {\r\n            \"de\": {\r\n              \"name\": \"Zubehör allgemein\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"zubehör allgemein\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"da\": {\r\n              \"name\": \"Tilbehør generelt\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"tilbehør generelt\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"en\": {\r\n              \"name\": \"Accessories general\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"accessories general\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"es\": {\r\n              \"name\": \"Accesorios generales\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"accesorios generales\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fi\": {\r\n              \"name\": \"Lisävarusteet yleinen\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"lisävarusteet yleinen\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fr\": {\r\n              \"name\": \"Accessoires généraux\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"accessoires généraux\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"it\": {\r\n              \"name\": \"Accessori generali\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"accessori generali\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"nl\": {\r\n              \"name\": \"Accessoires algemeen\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"accessoires algemeen\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"no\": {\r\n              \"name\": \"Tilbehør generelt\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"tilbehør generelt\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"pl\": {\r\n              \"name\": \"Akcesoria ogólne\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"akcesoria ogólne\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"sv\": {\r\n              \"name\": \"Tillbehör allmänt\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"tillbehör allmänt\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            }\r\n          },\r\n          \"structuredViewData\": {}\r\n        },\r\n        {\r\n          \"idName\": \"PRODUCT TYPE (SAP)_#_ABLAUFVENTIL\",\r\n          \"type\": \"TEXT_VALUE\",\r\n          \"localization\": {\r\n            \"pl\": {\r\n              \"name\": \"Disharge Vave\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"disharge valve\"\r\n                    }\r\n                  ]\r\n                },\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"disharge vave\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"nl\": {\r\n              \"name\": \"Afvoerklep\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"disharge valve\"\r\n                    }\r\n                  ]\r\n                },\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"afvoerklep\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"sv\": {\r\n              \"name\": \"Avloppsventil\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"disharge valve\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fi\": {\r\n              \"name\": \"Poistoventtiili\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"disharge valve\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"de\": {\r\n              \"name\": \"Ablaufventil\",\r\n              \"synonyms\": [\r\n                \"ablauf ventil\"\r\n              ],\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"disharge valve\"\r\n                    }\r\n                  ]\r\n                },\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"ablaufventil\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"no\": {\r\n              \"name\": \"Avløpsventil\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"disharge valve\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"da\": {\r\n              \"name\": \"Afløbsventil\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"disharge valve\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"it\": {\r\n              \"name\": \"Valvola di scarico\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"disharge valve\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"es\": {\r\n              \"name\": \"Válvula de desagüe\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"disharge valve\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"en\": {\r\n              \"name\": \"Disharge valve\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"disharge valve\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fr\": {\r\n              \"name\": \"Soupape d'évacuation\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"soupape d'évacuation\"\r\n                    }\r\n                  ]\r\n                },\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"disharge valve\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            }\r\n          },\r\n          \"structuredViewData\": {}\r\n        },\r\n        {\r\n          \"idName\": \"PRODUCT TYPE (SAP)_#_BRAUSENZUBEHÖR\",\r\n          \"type\": \"TEXT_VALUE\",\r\n          \"localization\": {\r\n            \"de\": {\r\n              \"name\": \"Brausenzubehör\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"brausenzubehör\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"da\": {\r\n              \"name\": \"Brusetilbehør\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"brusetilbehør\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"en\": {\r\n              \"name\": \"Shower accessories\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"shower accessories\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"es\": {\r\n              \"name\": \"Accesorios de ducha\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"accesorios de ducha\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fi\": {\r\n              \"name\": \"Suihkutarvikkeet\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"suihkutarvikkeet\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fr\": {\r\n              \"name\": \"Accessoires de douche\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"accessoires de douche\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"it\": {\r\n              \"name\": \"Accessori doccia\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"accessori doccia\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"nl\": {\r\n              \"name\": \"Doucheaccessoires\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"doucheaccessoires\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"no\": {\r\n              \"name\": \"Dusjtilbehør\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"dusjtilbehør\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"pl\": {\r\n              \"name\": \"Akcesoria prysznicowe\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"akcesoria prysznicowe\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"sv\": {\r\n              \"name\": \"Duschtillbehör\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"duschtillbehör\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            }\r\n          },\r\n          \"structuredViewData\": {}\r\n        },\r\n        {\r\n          \"idName\": \"PRODUCT TYPE (SAP)_#_DECKENAUSLASS\",\r\n          \"type\": \"TEXT_VALUE\",\r\n          \"localization\": {\r\n            \"de\": {\r\n              \"name\": \"Deckenauslass\",\r\n              \"synonyms\": [\r\n                \"decken auslass\"\r\n              ],\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"deckenauslass\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"da\": {\r\n              \"name\": \"Loftudløb\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"loftudløb\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"en\": {\r\n              \"name\": \"Ceiling outlet\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"ceiling outlet\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"es\": {\r\n              \"name\": \"Salida de techo\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"salida de techo\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fi\": {\r\n              \"name\": \"Kattoulostulo\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"kattoulostulo\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fr\": {\r\n              \"name\": \"Sortie plafond\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"sortie plafond\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"it\": {\r\n              \"name\": \"Uscita a soffitto\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"uscita a soffitto\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"nl\": {\r\n              \"name\": \"Plafonduitlaat\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"plafonduitlaat\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"no\": {\r\n              \"name\": \"Takutløp\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"takutløp\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"pl\": {\r\n              \"name\": \"Wylot sufitowy\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"wylot sufitowy\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"sv\": {\r\n              \"name\": \"Takuttag\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"takuttag\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            }\r\n          },\r\n          \"structuredViewData\": {}\r\n        },\r\n        {\r\n          \"idName\": \"PRODUCT TYPE (SAP)_#_DUSCHSYSTEM MIT EINHANDMISCHER\",\r\n          \"type\": \"TEXT_VALUE\",\r\n          \"localization\": {\r\n            \"de\": {\r\n              \"name\": \"Duschsystem mit Einhandmischer\",\r\n              \"synonyms\": [\r\n                \"duschsystem\"\r\n              ],\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"duschsystem mit einhandmischer\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"da\": {\r\n              \"name\": \"Brusersystem med etgrebsarmatur\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"brusersystem med etgrebsarmatur\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"en\": {\r\n              \"name\": \"Shower system with single lever mixer\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"shower system with single lever mixer\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"es\": {\r\n              \"name\": \"Sistema de ducha con monomando\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"sistema de ducha con monomando\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fi\": {\r\n              \"name\": \"Suihkujärjestelmä yksiotesekoittimella\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"suihkujärjestelmä yksiotesekoittimella\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fr\": {\r\n              \"name\": \"Système de douche avec mitigeur monocommande\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"système de douche avec mitigeur monocommande\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"it\": {\r\n              \"name\": \"Sistema doccia con miscelatore monocomando\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"sistema doccia con miscelatore monocomando\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"nl\": {\r\n              \"name\": \"Douchesysteem met eengreepsmengkraan\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"douchesysteem met eengreepsmengkraan\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"no\": {\r\n              \"name\": \"Dusjsystem med ettgrepsarmatur\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"dusjsystem med ettgrepsarmatur\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"pl\": {\r\n              \"name\": \"System prysznicowy z baterią jednouchwytową\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"system prysznicowy z baterią jednouchwytową\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"sv\": {\r\n              \"name\": \"Duschsystem med engreppsblandare\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"duschsystem med engreppsblandare\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            }\r\n          },\r\n          \"structuredViewData\": {}\r\n        },\r\n        {\r\n          \"idName\": \"PRODUCT TYPE (SAP)_#_SEKTKÜHLER\",\r\n          \"type\": \"TEXT_VALUE\",\r\n          \"localization\": {\r\n            \"de\": {\r\n              \"name\": \"Sektkühler\",\r\n              \"synonyms\": [\r\n                \"sektkuhler\",\r\n                \"sekt kuhler\",\r\n                \"sekt kühler\"\r\n              ],\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"sektkühler\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"da\": {\r\n              \"name\": \"Champagnekøler\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"champagnekøler\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"en\": {\r\n              \"name\": \"Champagne cooler\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"champagne cooler\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"es\": {\r\n              \"name\": \"Enfriador de champán\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"enfriador de champán\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fi\": {\r\n              \"name\": \"Samppanjaviilennin\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"samppanjaviilennin\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fr\": {\r\n              \"name\": \"Rafraîchisseur à champagne\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"rafraîchisseur à champagne\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"it\": {\r\n              \"name\": \"Secchiello per champagne\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"secchiello per champagne\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"nl\": {\r\n              \"name\": \"Champagnekoeler\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"champagnekoeler\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"no\": {\r\n              \"name\": \"Champagnekjøler\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"champagnekjøler\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"pl\": {\r\n              \"name\": \"Cooler do szampana\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"cooler do szampana\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"sv\": {\r\n              \"name\": \"Champagnekylare\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"champagnekylare\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            }\r\n          },\r\n          \"structuredViewData\": {}\r\n        },\r\n        {\r\n          \"idName\": \"PRODUCT TYPE (SAP)_#_ELEKTR. THM\",\r\n          \"type\": \"TEXT_VALUE\",\r\n          \"localization\": {\r\n            \"de\": {\r\n              \"name\": \"Elektr. Thermostat\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"elektr. thm\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"da\": {\r\n              \"name\": \"Elektronisk termostat\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"elektronisk termostat\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"en\": {\r\n              \"name\": \"Electronic Thermostat\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"electronic thermostat\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"es\": {\r\n              \"name\": \"Termostato electrónico\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"termostato electrónico\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fi\": {\r\n              \"name\": \"Elektroninen termostaatti\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"elektroninen termostaatti\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fr\": {\r\n              \"name\": \"Thermostat électronique\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"thermostat électronique\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"it\": {\r\n              \"name\": \"Termostato elettronico\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"termostato elettronico\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"nl\": {\r\n              \"name\": \"Elektronische thermostaat\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"elektronische thermostaat\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"no\": {\r\n              \"name\": \"Elektronisk termostat\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"elektronisk termostat\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"pl\": {\r\n              \"name\": \"Termostat elektroniczny\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"termostat elektroniczny\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"sv\": {\r\n              \"name\": \"Elektronisk termostat\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"elektronisk termostat\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            }\r\n          },\r\n          \"structuredViewData\": {}\r\n        },\r\n        {\r\n          \"idName\": \"PRODUCT TYPE (SAP)_#_ERSATZTEIL INSTALLATIONSSYSTEM\",\r\n          \"type\": \"TEXT_VALUE\",\r\n          \"localization\": {\r\n            \"de\": {\r\n              \"name\": \"Ersatzteil Installationssystem\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"ersatzteil installationssystem\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"da\": {\r\n              \"name\": \"Reservedel installationssystem\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"reservedel installationssystem\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"en\": {\r\n              \"name\": \"Spare Part Installation System\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"spare part installation system\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"es\": {\r\n              \"name\": \"Repuesto sistema de instalación\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"repuesto sistema de instalación\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fi\": {\r\n              \"name\": \"Varaosa asennusjärjestelmä\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"varaosa asennusjärjestelmä\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fr\": {\r\n              \"name\": \"Pièce de rechange système d'installation\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"pièce de rechange système d'installation\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"it\": {\r\n              \"name\": \"Ricambio sistema di installazione\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"ricambio sistema di installazione\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"nl\": {\r\n              \"name\": \"Reserveonderdeel installatiesysteem\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"reserveonderdeel installatiesysteem\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"no\": {\r\n              \"name\": \"Reservedel installasjonssystem\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"reservedel installasjonssystem\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"pl\": {\r\n              \"name\": \"Część zamienna system instalacyjny\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"część zamienna system instalacyjny\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"sv\": {\r\n              \"name\": \"Reservdel installationssystem\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"reservdel installationssystem\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            }\r\n          },\r\n          \"structuredViewData\": {}\r\n        },\r\n        {\r\n          \"idName\": \"PRODUCT TYPE (SAP)_#_BIDETS\",\r\n          \"type\": \"TEXT_VALUE\",\r\n          \"localization\": {\r\n            \"pl\": {\r\n              \"name\": \"Bidety\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"bidets (ceramics)\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"nl\": {\r\n              \"name\": \"Bidets (keramiek)\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"bidets (keramiek)\"\r\n                    }\r\n                  ]\r\n                },\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"bidets (ceramics)\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"sv\": {\r\n              \"name\": \"Bidéer\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"bidets (ceramics)\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fi\": {\r\n              \"name\": \"Bideet\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"bidets (ceramics)\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"de\": {\r\n              \"name\": \"Bidets\",\r\n              \"synonyms\": [\r\n                \"bidet\"\r\n              ],\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"bidets (ceramics)\"\r\n                    }\r\n                  ]\r\n                },\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"bidets\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"no\": {\r\n              \"name\": \"Bideter\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"bidets (ceramics)\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"da\": {\r\n              \"name\": \"Bideter\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"bidets (ceramics)\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"it\": {\r\n              \"name\": \"Bidet\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"bidets (ceramics)\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"es\": {\r\n              \"name\": \"Bidés\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"bidets (ceramics)\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"en\": {\r\n              \"name\": \"bidets (ceramics)\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"bidets (ceramics)\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fr\": {\r\n              \"name\": \"Bidets\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"bidets (ceramics)\"\r\n                    }\r\n                  ]\r\n                },\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"bidets\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            }\r\n          },\r\n          \"structuredViewData\": {}\r\n        },\r\n        {\r\n          \"idName\": \"PRODUCT TYPE (SAP)_#_AKTIONSPAKETE\",\r\n          \"type\": \"TEXT_VALUE\",\r\n          \"localization\": {\r\n            \"de\": {\r\n              \"name\": \"Aktionspakete\",\r\n              \"synonyms\": [\r\n                \"aktionspaket\",\r\n                \"aktions paket\"\r\n              ],\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"aktionspakete\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"da\": {\r\n              \"name\": \"Kampagnepakker\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"kampagnepakker\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"en\": {\r\n              \"name\": \"Promotional packages\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"promotional packages\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"es\": {\r\n              \"name\": \"Paquetes promocionales\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"paquetes promocionales\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fi\": {\r\n              \"name\": \"Kampanjapaketit\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"kampanjapaketit\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fr\": {\r\n              \"name\": \"Packs promotionnels\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"packs promotionnels\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"it\": {\r\n              \"name\": \"Pacchetti promozionali\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"pacchetti promozionali\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"nl\": {\r\n              \"name\": \"Actiepakketten\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"actiepakketten\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"no\": {\r\n              \"name\": \"Kampanjepakker\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"kampanjepakker\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"pl\": {\r\n              \"name\": \"Pakiety promocyjne\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"pakiety promocyjne\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"sv\": {\r\n              \"name\": \"Kampanjpaket\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"kampanjpaket\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            }\r\n          },\r\n          \"structuredViewData\": {}\r\n        },\r\n        {\r\n          \"idName\": \"PRODUCT TYPE (SAP)_#_ZUBEHÖR / ERSATZTEILE\",\r\n          \"type\": \"TEXT_VALUE\",\r\n          \"localization\": {\r\n            \"pl\": {\r\n              \"name\": \"Akcesoria / Części zamienne\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"akcesoria / części zamienne\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"nl\": {\r\n              \"name\": \"Accessoires / Reserveonderdelen\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"accessoires / reserveonderdelen\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"sv\": {\r\n              \"name\": \"Tillbehör / Reservdelar\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"tillbehör / reservdelar\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fi\": {\r\n              \"name\": \"Lisävarusteet / Varaosat\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"varaosaluettelo\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                }\r\n              ]\r\n            },\r\n            \"de\": {\r\n              \"name\": \"Zubehör / Ersatzteile\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"zubehör / ersatzteile\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"no\": {\r\n              \"name\": \"Tilbehør / Reservedeler\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"tilbehør / reservedeler\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"da\": {\r\n              \"name\": \"Tilbehør / Reservedele\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"reservedelsliste\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                }\r\n              ]\r\n            },\r\n            \"it\": {\r\n              \"name\": \"Accessori / Ricambi\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"accessori / ricambi\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"es\": {\r\n              \"name\": \"Accesorios / Repuestos\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"accesorios / repuestos\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"en\": {\r\n              \"name\": \"Accessories / Spare parts\"\r\n            },\r\n            \"fr\": {\r\n              \"name\": \"Accessoires / Pièces de rechange\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"accessoires / pièces de rechange\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            }\r\n          },\r\n          \"structuredViewData\": {}\r\n        },\r\n        {\r\n          \"idName\": \"PRODUCT TYPE (SAP)_#_ABLAUFGARNITUR - KOMPLETT\",\r\n          \"type\": \"TEXT_VALUE\",\r\n          \"localization\": {\r\n            \"de\": {\r\n              \"name\": \"Ablaufgarnitur - komplett\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"ablaufgarnitur - komplett\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"da\": {\r\n              \"name\": \"Afløbsgarnitur - komplet\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"afløbsgarnitur - komplet\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"en\": {\r\n              \"name\": \"Waste fitting - complete\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"waste fitting - complete\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"es\": {\r\n              \"name\": \"Válvula de desagüe - completa\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"válvula de desagüe - completa\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fi\": {\r\n              \"name\": \"Pohjaventtiili - täydellinen\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"pohjaventtiili - täydellinen\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fr\": {\r\n              \"name\": \"Garniture de vidage - complète\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"garniture de vidage - complète\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"it\": {\r\n              \"name\": \"Piletta di scarico - completa\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"piletta di scarico - completa\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"nl\": {\r\n              \"name\": \"Afvoergarnituur - compleet\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"afvoergarnituur - compleet\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"no\": {\r\n              \"name\": \"Avløpsgarnitur - komplett\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"avløpsgarnitur - komplett\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"pl\": {\r\n              \"name\": \"Zestaw odpływowy - kompletny\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"zestaw odpływowy - kompletny\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"sv\": {\r\n              \"name\": \"Bottenventil - komplett\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"bottenventil - komplett\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            }\r\n          },\r\n          \"structuredViewData\": {}\r\n        },\r\n        {\r\n          \"idName\": \"PRODUCT TYPE (SAP)_#_GROHE RAPIDO\",\r\n          \"type\": \"TEXT_VALUE\",\r\n          \"localization\": {\r\n            \"de\": {\r\n              \"name\": \"GROHE Rapido\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"grohe rapido\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"da\": {\r\n              \"name\": \"GROHE Rapido\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"grohe rapido\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"en\": {\r\n              \"name\": \"GROHE Rapido\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"grohe rapido\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"es\": {\r\n              \"name\": \"GROHE Rapido\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"grohe rapido\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fi\": {\r\n              \"name\": \"GROHE Rapido\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"grohe rapido\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fr\": {\r\n              \"name\": \"GROHE Rapido\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"grohe rapido\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"it\": {\r\n              \"name\": \"GROHE Rapido\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"grohe rapido\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"nl\": {\r\n              \"name\": \"GROHE Rapido\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"grohe rapido\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"no\": {\r\n              \"name\": \"GROHE Rapido\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"grohe rapido\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"pl\": {\r\n              \"name\": \"GROHE Rapido\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"grohe rapido\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"sv\": {\r\n              \"name\": \"GROHE Rapido\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"grohe rapido\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            }\r\n          },\r\n          \"structuredViewData\": {}\r\n        },\r\n        {\r\n          \"idName\": \"PRODUCT TYPE (SAP)_#_FILTER\",\r\n          \"type\": \"TEXT_VALUE\",\r\n          \"localization\": {\r\n            \"de\": {\r\n              \"name\": \"Filter\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"filter\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"da\": {\r\n              \"name\": \"Filter\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"filter\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"en\": {\r\n              \"name\": \"Filter\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"filter\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"es\": {\r\n              \"name\": \"Filtro\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"filtro\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fi\": {\r\n              \"name\": \"Suodatin\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"suodatin\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fr\": {\r\n              \"name\": \"Filtre\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"filtre\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"it\": {\r\n              \"name\": \"Filtro\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"filtro\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"nl\": {\r\n              \"name\": \"Filter\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"filter\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"no\": {\r\n              \"name\": \"Filter\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"filter\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"pl\": {\r\n              \"name\": \"Filtr\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"filtr\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"sv\": {\r\n              \"name\": \"Filter\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"filter\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            }\r\n          },\r\n          \"structuredViewData\": {}\r\n        },\r\n        {\r\n          \"idName\": \"PRODUCT TYPE (SAP)_#_SPÜLKÄSTEN\",\r\n          \"type\": \"TEXT_VALUE\",\r\n          \"localization\": {\r\n            \"de\": {\r\n              \"name\": \"Spülkästen\",\r\n              \"synonyms\": [\r\n                \"spül kasten\",\r\n                \"spul kasten\",\r\n                \"spulkasten\",\r\n                \"spülkasten\"\r\n              ],\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"spülkästen\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"da\": {\r\n              \"name\": \"Cisterner\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"cisterner\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"en\": {\r\n              \"name\": \"Flushing Cisterns\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"flushing cisterns\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"es\": {\r\n              \"name\": \"Cisternas de descarga\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"cisternas de descarga\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fi\": {\r\n              \"name\": \"Huuhtelusäiliöt\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"huuhtelusäiliöt\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fr\": {\r\n              \"name\": \"Réservoirs de chasse\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"réservoirs de chasse\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"it\": {\r\n              \"name\": \"Cassette di risciacquo\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"cassette di risciacquo\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"nl\": {\r\n              \"name\": \"Stortbakken\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"stortbakken\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"no\": {\r\n              \"name\": \"Spylecisterner\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"spylecisterner\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"pl\": {\r\n              \"name\": \"Spłuczki\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"spłuczki\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"sv\": {\r\n              \"name\": \"Spolcisterner\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"spolcisterner\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            }\r\n          },\r\n          \"structuredViewData\": {}\r\n        },\r\n        {\r\n          \"idName\": \"PRODUCT TYPE (SAP)_#_WANNENFÜLL-, AB- UND ÜBERLAUFGARNITUR\",\r\n          \"type\": \"TEXT_VALUE\",\r\n          \"localization\": {\r\n            \"de\": {\r\n              \"name\": \"Wannenfüll-, Ab- und Überlaufgarnitur\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"wannenfüll-, ab- und überlaufgarnitur\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"da\": {\r\n              \"name\": \"Påfyldnings-, afløbs- og overløbsgarnitur til badekar\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"påfyldnings-, afløbs- og overløbsgarnitur til badekar\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"en\": {\r\n              \"name\": \"Bath filler, waste and overflow fitting\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"bath filler, waste and overflow fitting\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"es\": {\r\n              \"name\": \"Grupo de llenado, vaciado y rebosadero para bañera\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"grupo de llenado, vaciado y rebosadero para bañera\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fi\": {\r\n              \"name\": \"Ammeen täyttö-, tyhjennys- ja ylivuotoventtiili\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"ammeen täyttö-, tyhjennys- ja ylivuotoventtiili\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fr\": {\r\n              \"name\": \"Garniture de remplissage, vidage et trop-plein pour baignoire\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"garniture de remplissage, vidage et trop-plein pour baignoire\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"it\": {\r\n              \"name\": \"Gruppo di riempimento, scarico e troppopieno per vasca\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"gruppo di riempimento, scarico e troppopieno per vasca\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"nl\": {\r\n              \"name\": \"Badopvul-, afvoer- en overloopgarnituur\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"badopvul-, afvoer- en overloopgarnituur\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"no\": {\r\n              \"name\": \"Påfyllings-, avløps- og overløpsgarnitur til badekar\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"påfyllings-, avløps- og overløpsgarnitur til badekar\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"pl\": {\r\n              \"name\": \"Garnitura napełniająco-odpływowo-przelewowa do wanny\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"garnitura napełniająco-odpływowo-przelewowa do wanny\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"sv\": {\r\n              \"name\": \"Påfyllnings-, avlopps- och bräddavloppsgarnityr till badkar\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"påfyllnings-, avlopps- och bräddavloppsgarnityr till badkar\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            }\r\n          },\r\n          \"structuredViewData\": {}\r\n        },\r\n        {\r\n          \"idName\": \"PRODUCT TYPE (SAP)_#_MÖBELWASCHTISCH - WANDHÄNG.\",\r\n          \"type\": \"TEXT_VALUE\",\r\n          \"localization\": {\r\n            \"de\": {\r\n              \"name\": \"Möbelwaschtisch - wandhäng.\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"möbelwaschtisch - wandhäng.\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"da\": {\r\n              \"name\": \"Møbelvask - vægophængt\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"møbelvask - vægophængt\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"en\": {\r\n              \"name\": \"Furniture Washbasin - Wall-Hung\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"furniture washbasin - wall-hung\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"es\": {\r\n              \"name\": \"Lavabo de mueble - suspendido\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"lavabo de mueble - suspendido\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fi\": {\r\n              \"name\": \"Kalustepesuallas - seinäkiinnitteinen\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"kalustepesuallas - seinäkiinnitteinen\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fr\": {\r\n              \"name\": \"Lavabo meublant - suspendu\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"lavabo meublant - suspendu\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"it\": {\r\n              \"name\": \"Lavabo d'arredo - sospeso\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"lavabo d'arredo - sospeso\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"nl\": {\r\n              \"name\": \"Meubelwastafel - wandhangend\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"meubelwastafel - wandhangend\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"no\": {\r\n              \"name\": \"Møbelvask - vegghengt\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"møbelvask - vegghengt\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"pl\": {\r\n              \"name\": \"Umywalka meblowa - podwieszana\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"umywalka meblowa - podwieszana\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"sv\": {\r\n              \"name\": \"Möbeltvättställ - vägghängd\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"möbeltvättställ - vägghängd\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            }\r\n          },\r\n          \"structuredViewData\": {}\r\n        },\r\n        {\r\n          \"idName\": \"PRODUCT TYPE (SAP)_#_SEIFENHALTER\",\r\n          \"type\": \"TEXT_VALUE\",\r\n          \"localization\": {\r\n            \"de\": {\r\n              \"name\": \"Seifenhalter\",\r\n              \"synonyms\": [\r\n                \"seifen halter\"\r\n              ],\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"seifenhalter\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"da\": {\r\n              \"name\": \"Sæbeholder\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"sæbeholder\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"en\": {\r\n              \"name\": \"Soap holder\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"soap holder\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"es\": {\r\n              \"name\": \"Soporte para jabón\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"soporte para jabón\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fi\": {\r\n              \"name\": \"Saippuateline\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"saippuateline\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fr\": {\r\n              \"name\": \"Porte-savon\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"porte-savon\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"it\": {\r\n              \"name\": \"Portasapone\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"portasapone\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"nl\": {\r\n              \"name\": \"Zeephouder\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"zeephouder\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"no\": {\r\n              \"name\": \"Såpeholder\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"såpeholder\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"pl\": {\r\n              \"name\": \"Uchwyt na mydło\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"uchwyt na mydło\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"sv\": {\r\n              \"name\": \"Tvålhållare\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"tvålhållare\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            }\r\n          },\r\n          \"structuredViewData\": {}\r\n        },\r\n        {\r\n          \"idName\": \"PRODUCT TYPE (SAP)_#_BRAUSENSTANGENSET\",\r\n          \"type\": \"TEXT_VALUE\",\r\n          \"localization\": {\r\n            \"de\": {\r\n              \"name\": \"Brausenstangenset\",\r\n              \"synonyms\": [\r\n                \"brausenstan genset\"\r\n              ],\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"brausenstangenset\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"da\": {\r\n              \"name\": \"Bruserstangsæt\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"bruserstangsæt\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"en\": {\r\n              \"name\": \"Shower rail set\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"shower rail set\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"es\": {\r\n              \"name\": \"Conjunto de barra de ducha\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"conjunto de barra de ducha\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fi\": {\r\n              \"name\": \"Suihkutankosetti\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"suihkutankosetti\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fr\": {\r\n              \"name\": \"Ensemble barre de douche\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"ensemble barre de douche\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"it\": {\r\n              \"name\": \"Set asta doccia\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"set asta doccia\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"nl\": {\r\n              \"name\": \"Douchestangset\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"douchestangset\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"no\": {\r\n              \"name\": \"Dusjstangsett\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"dusjstangsett\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"pl\": {\r\n              \"name\": \"Zestaw drążka prysznicowego\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"zestaw drążka prysznicowego\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"sv\": {\r\n              \"name\": \"Duschstångsset\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"duschstångsset\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            }\r\n          },\r\n          \"structuredViewData\": {}\r\n        },\r\n        {\r\n          \"idName\": \"PRODUCT TYPE (SAP)_#_THERMOSTAT UNTERPUTZ\",\r\n          \"type\": \"TEXT_VALUE\",\r\n          \"localization\": {\r\n            \"de\": {\r\n              \"name\": \"Thermostat Unterputz\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"thermostat unterputz\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"da\": {\r\n              \"name\": \"Termostat til indbygning\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"termostat til indbygning\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"en\": {\r\n              \"name\": \"Concealed Thermostat\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"concealed thermostat\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"es\": {\r\n              \"name\": \"Termostato empotrado\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"termostato empotrado\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fi\": {\r\n              \"name\": \"Uppoasennus termostaatti\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"uppoasennus termostaatti\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fr\": {\r\n              \"name\": \"Thermostat encastré\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"thermostat encastré\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"it\": {\r\n              \"name\": \"Termostato da incasso\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"termostato da incasso\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"nl\": {\r\n              \"name\": \"Inbouw thermostaat\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"inbouw thermostaat\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"no\": {\r\n              \"name\": \"Termostat for innbygging\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"termostat for innbygging\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"pl\": {\r\n              \"name\": \"Termostat podtynkowy\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"termostat podtynkowy\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"sv\": {\r\n              \"name\": \"Termostat för inbyggnad\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"termostat för inbyggnad\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            }\r\n          },\r\n          \"structuredViewData\": {}\r\n        },\r\n        {\r\n          \"idName\": \"PRODUCT TYPE (SAP)_#_ET AB- UND UEBERLAUFARMATUREN\",\r\n          \"type\": \"TEXT_VALUE\",\r\n          \"localization\": {\r\n            \"de\": {\r\n              \"name\": \"ET Ab- und Überlaufarmaturen\",\r\n              \"synonyms\": [\r\n                \"et ab-+ueberlaufarmaturen\",\r\n                \"et ab-&ueberlaufarmaturen\"\r\n              ],\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"et ab- und ueberlaufarmaturen\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"da\": {\r\n              \"name\": \"SP Afløbs- og Overløbsarmaturer\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"sp afløbs- og overløbsarmaturer\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"en\": {\r\n              \"name\": \"SP Drain and Overflow Fittings\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"sp drain and overflow fittings\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"es\": {\r\n              \"name\": \"SP Accesorios de Desagüe y Rebosadero\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"sp accesorios de desagüe y rebosadero\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fi\": {\r\n              \"name\": \"SP Viemäri- ja Ylivuotohanat\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"sp viemäri- ja ylivuotohanat\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fr\": {\r\n              \"name\": \"SP Vidage et Trop-plein\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"sp vidage et trop-plein\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"it\": {\r\n              \"name\": \"SP Scarico e Troppopieno\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"sp scarico e troppopieno\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"nl\": {\r\n              \"name\": \"SP Afvoer- en Overloopfittingen\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"sp afvoer- en overloopfittingen\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"no\": {\r\n              \"name\": \"SP Avløps- og Overløpsarmaturer\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"sp avløps- og overløpsarmaturer\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"pl\": {\r\n              \"name\": \"SP Armatura Odpływowo-przelewowa\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"sp armatura odpływowo-przelewowa\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"sv\": {\r\n              \"name\": \"SP Avlopps- och Bräddavloppsarmatur\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"sp avlopps- och bräddavloppsarmatur\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            }\r\n          },\r\n          \"structuredViewData\": {}\r\n        },\r\n        {\r\n          \"idName\": \"PRODUCT TYPE (SAP)_#_KARTUSCHE SSV\",\r\n          \"type\": \"TEXT_VALUE\",\r\n          \"localization\": {\r\n            \"de\": {\r\n              \"name\": \"Kartusche SSV\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"kartusche ssv\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"da\": {\r\n              \"name\": \"Patron SSV\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"patron ssv\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"en\": {\r\n              \"name\": \"Cartridge SSV\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"cartridge ssv\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"es\": {\r\n              \"name\": \"Cartucho SSV\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"cartucho ssv\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fi\": {\r\n              \"name\": \"Patruuna SSV\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"patruuna ssv\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fr\": {\r\n              \"name\": \"Cartouche SSV\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"cartouche ssv\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"it\": {\r\n              \"name\": \"Cartuccia SSV\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"cartuccia ssv\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"nl\": {\r\n              \"name\": \"Cartouche SSV\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"cartouche ssv\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"no\": {\r\n              \"name\": \"Kartusj SSV\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"kartusj ssv\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"pl\": {\r\n              \"name\": \"Wkładka SSV\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"wkładka ssv\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"sv\": {\r\n              \"name\": \"Kartusch SSV\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"kartusch ssv\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            }\r\n          },\r\n          \"structuredViewData\": {}\r\n        },\r\n        {\r\n          \"idName\": \"PRODUCT TYPE (SAP)_#_BOILER\",\r\n          \"type\": \"TEXT_VALUE\",\r\n          \"localization\": {\r\n            \"de\": {\r\n              \"name\": \"Boiler\",\r\n              \"synonyms\": [\r\n                \"bo iler\"\r\n              ],\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"boiler\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"da\": {\r\n              \"name\": \"Boiler\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"boiler\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"en\": {\r\n              \"name\": \"Boiler\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"boiler\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"es\": {\r\n              \"name\": \"Calentador\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"calentador\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fi\": {\r\n              \"name\": \"Lämminvesivaraaja\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"lämminvesivaraaja\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fr\": {\r\n              \"name\": \"Chauffe-eau\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"chauffe-eau\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"it\": {\r\n              \"name\": \"Boiler\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"boiler\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"nl\": {\r\n              \"name\": \"Boiler\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"boiler\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"no\": {\r\n              \"name\": \"Boiler\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"boiler\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"pl\": {\r\n              \"name\": \"Bojler\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"bojler\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"sv\": {\r\n              \"name\": \"Varmvattenberedare\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"varmvattenberedare\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            }\r\n          },\r\n          \"structuredViewData\": {}\r\n        },\r\n        {\r\n          \"idName\": \"PRODUCT TYPE (SAP)_#_EINHANDMISCHER UP-KÖRPER\",\r\n          \"type\": \"TEXT_VALUE\",\r\n          \"localization\": {\r\n            \"de\": {\r\n              \"name\": \"Einhandmischer UP-Körper\",\r\n              \"synonyms\": [\r\n                \"einhandmischer up körper\",\r\n                \"einhandmischer up korper\",\r\n                \"einhandmischer up-korper\"\r\n              ],\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"einhandmischer up-körper\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"da\": {\r\n              \"name\": \"Etgrebsblander indbygningskrop\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"etgrebsblander indbygningskrop\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"en\": {\r\n              \"name\": \"Single Lever Mixer Concealed Body\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"single lever mixer concealed body\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"es\": {\r\n              \"name\": \"Monomando cuerpo empotrado\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"monomando cuerpo empotrado\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fi\": {\r\n              \"name\": \"Yksiotesekoitin upporunko\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"yksiotesekoitin upporunko\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fr\": {\r\n              \"name\": \"Mitigeur monocommande corps encastré\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"mitigeur monocommande corps encastré\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"it\": {\r\n              \"name\": \"Miscelatore monocomando corpo incasso\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"miscelatore monocomando corpo incasso\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"nl\": {\r\n              \"name\": \"Eengreepsmengkraan inbouwlichaam\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"eengreepsmengkraan inbouwlichaam\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"no\": {\r\n              \"name\": \"Ettgrepsbatteri innbyggingskropp\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"ettgrepsbatteri innbyggingskropp\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"pl\": {\r\n              \"name\": \"Bateria jednouchwytowa korpus podtynkowy\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"bateria jednouchwytowa korpus podtynkowy\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"sv\": {\r\n              \"name\": \"Engreppsblandare infälld kropp\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"engreppsblandare infälld kropp\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            }\r\n          },\r\n          \"structuredViewData\": {}\r\n        },\r\n        {\r\n          \"idName\": \"PRODUCT TYPE (SAP)_#_DUSCHSYSTEM MIT THERMOSTAT\",\r\n          \"type\": \"TEXT_VALUE\",\r\n          \"localization\": {\r\n            \"de\": {\r\n              \"name\": \"Duschsystem mit Thermostat\",\r\n              \"synonyms\": [\r\n                \"duschsystem\"\r\n              ],\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"duschsystem mit thermostat\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"da\": {\r\n              \"name\": \"Brusersystem med termostat\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"brusersystem med termostat\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"en\": {\r\n              \"name\": \"Shower system with thermostat\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"shower system with thermostat\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"es\": {\r\n              \"name\": \"Sistema de ducha con termostato\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"sistema de ducha con termostato\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fi\": {\r\n              \"name\": \"Suihkujärjestelmä termostaatilla\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"suihkujärjestelmä termostaatilla\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fr\": {\r\n              \"name\": \"Système de douche avec thermostat\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"système de douche avec thermostat\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"it\": {\r\n              \"name\": \"Sistema doccia con termostato\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"sistema doccia con termostato\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"nl\": {\r\n              \"name\": \"Douchesysteem met thermostaat\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"douchesysteem met thermostaat\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"no\": {\r\n              \"name\": \"Dusjsystem med termostat\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"dusjsystem med termostat\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"pl\": {\r\n              \"name\": \"System prysznicowy z termostatem\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"system prysznicowy z termostatem\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"sv\": {\r\n              \"name\": \"Duschsystem med termostat\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"duschsystem med termostat\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            }\r\n          },\r\n          \"structuredViewData\": {}\r\n        },\r\n        {\r\n          \"idName\": \"PRODUCT TYPE (SAP)_#_SEIFENSCHALE INKL. ABLAGE\",\r\n          \"type\": \"TEXT_VALUE\",\r\n          \"localization\": {\r\n            \"de\": {\r\n              \"name\": \"Seifenschale inkl. Ablage\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"seifenschale inkl. ablage\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"da\": {\r\n              \"name\": \"Sæbeskål inkl. hylde\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"sæbeskål inkl. hylde\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"en\": {\r\n              \"name\": \"Soap dish incl. shelf\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"soap dish incl. shelf\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"es\": {\r\n              \"name\": \"Jabonera con repisa\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"jabonera con repisa\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fi\": {\r\n              \"name\": \"Saippua-astia sis. hylly\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"saippua-astia sis. hylly\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fr\": {\r\n              \"name\": \"Coupelle à savon avec tablette\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"coupelle à savon avec tablette\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"it\": {\r\n              \"name\": \"Vaschetta portasapone con mensola\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"vaschetta portasapone con mensola\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"nl\": {\r\n              \"name\": \"Zeepschaal incl. planchet\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"zeepschaal incl. planchet\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"no\": {\r\n              \"name\": \"Såpeskål inkl. hylle\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"såpeskål inkl. hylle\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"pl\": {\r\n              \"name\": \"Mydelniczka z półką\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"mydelniczka z półką\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"sv\": {\r\n              \"name\": \"Tvålkopp inkl. hylla\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"tvålkopp inkl. hylla\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            }\r\n          },\r\n          \"structuredViewData\": {}\r\n        },\r\n        {\r\n          \"idName\": \"PRODUCT TYPE (SAP)_#_LICHT\",\r\n          \"type\": \"TEXT_VALUE\",\r\n          \"localization\": {\r\n            \"de\": {\r\n              \"name\": \"Licht\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"licht\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"da\": {\r\n              \"name\": \"Lys\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"lys\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"en\": {\r\n              \"name\": \"Light\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"light\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"es\": {\r\n              \"name\": \"Luz\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"luz\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fi\": {\r\n              \"name\": \"Valo\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"valo\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fr\": {\r\n              \"name\": \"Lumière\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"lumière\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"it\": {\r\n              \"name\": \"Luce\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"luce\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"nl\": {\r\n              \"name\": \"Licht\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"licht\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"no\": {\r\n              \"name\": \"Lys\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"lys\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"pl\": {\r\n              \"name\": \"Oświetlenie\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"oświetlenie\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"sv\": {\r\n              \"name\": \"Ljus\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"ljus\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            }\r\n          },\r\n          \"structuredViewData\": {}\r\n        },\r\n        {\r\n          \"idName\": \"PRODUCT TYPE (SAP)_#_KARTUSCHE EINHANDMISCHER\",\r\n          \"type\": \"TEXT_VALUE\",\r\n          \"localization\": {\r\n            \"de\": {\r\n              \"name\": \"Kartusche Einhandmischer\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"kartusche einhandmischer\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"da\": {\r\n              \"name\": \"Patron til etgrebsarmatur\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"patron til etgrebsarmatur\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"en\": {\r\n              \"name\": \"Cartridge Single Lever Mixer\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"cartridge single lever mixer\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"es\": {\r\n              \"name\": \"Cartucho para monomando\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"cartucho para monomando\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fi\": {\r\n              \"name\": \"Patruuna yksiotesekoittimeen\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"patruuna yksiotesekoittimeen\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fr\": {\r\n              \"name\": \"Cartouche mitigeur monocommande\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"cartouche mitigeur monocommande\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"it\": {\r\n              \"name\": \"Cartuccia miscelatore monocomando\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"cartuccia miscelatore monocomando\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"nl\": {\r\n              \"name\": \"Cartouche eengreepsmengkraan\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"cartouche eengreepsmengkraan\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"no\": {\r\n              \"name\": \"Kartusj ettgreps blandebatteri\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"kartusj ettgreps blandebatteri\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"pl\": {\r\n              \"name\": \"Wkładka baterii jednouchwytowej\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"wkładka baterii jednouchwytowej\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"sv\": {\r\n              \"name\": \"Kartusch engreppsblandare\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"kartusch engreppsblandare\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            }\r\n          },\r\n          \"structuredViewData\": {}\r\n        },\r\n        {\r\n          \"idName\": \"PRODUCT TYPE (SAP)_#_AUSLAUF\",\r\n          \"type\": \"TEXT_VALUE\",\r\n          \"localization\": {\r\n            \"de\": {\r\n              \"name\": \"Auslauf\",\r\n              \"synonyms\": [\r\n                \"aus lauf\"\r\n              ],\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"auslauf\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"da\": {\r\n              \"name\": \"Tud\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"tud\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"en\": {\r\n              \"name\": \"Spout\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"spout\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"es\": {\r\n              \"name\": \"Caño\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"caño\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fi\": {\r\n              \"name\": \"Juoksuputki\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"juoksuputki\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fr\": {\r\n              \"name\": \"Bec\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"bec\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"it\": {\r\n              \"name\": \"Bocca di erogazione\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"bocca di erogazione\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"nl\": {\r\n              \"name\": \"Uitloop\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"uitloop\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"no\": {\r\n              \"name\": \"Tut\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"tut\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"pl\": {\r\n              \"name\": \"Wylewka\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"wylewka\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"sv\": {\r\n              \"name\": \"Pip\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"pip\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            }\r\n          },\r\n          \"structuredViewData\": {}\r\n        },\r\n        {\r\n          \"idName\": \"PRODUCT TYPE (SAP)_#_SHOWER HOSE\",\r\n          \"type\": \"TEXT_VALUE\",\r\n          \"localization\": {\r\n            \"pl\": {\r\n              \"name\": \"Wąż prysznicowy\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"wąż prysznicowy\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                },\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"wąż prysznicowy\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"nl\": {\r\n              \"name\": \"Doucheslang\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"shower hose\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                },\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"doucheslang\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"sv\": {\r\n              \"name\": \"Duschslang\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"shower hose\"\r\n                    }\r\n                  ]\r\n                },\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"duschslang\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fi\": {\r\n              \"name\": \"Suihkuletku\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"suihkuletku\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                },\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"shower hose\"\r\n                    }\r\n                  ]\r\n                },\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"suihkuletku\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"de\": {\r\n              \"name\": \"Brauseschlauch\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"CONTAINS_WORD\",\r\n                      \"text\": \"brauseschlauch\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                },\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"shower hose\"\r\n                    }\r\n                  ]\r\n                },\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"brauseschlauch\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"no\": {\r\n              \"name\": \"Dusjslange\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"bruseslange\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                },\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"shower hose\"\r\n                    }\r\n                  ]\r\n                },\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"dusjslange\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"da\": {\r\n              \"name\": \"Bruseslange\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"shower hose\"\r\n                    }\r\n                  ]\r\n                },\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"bruseslange\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"it\": {\r\n              \"name\": \"Flessibile doccia\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"shower hose\"\r\n                    }\r\n                  ]\r\n                },\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"shower hose\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                },\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"flessibile doccia\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                }\r\n              ]\r\n            },\r\n            \"es\": {\r\n              \"name\": \"Flexo de ducha\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"shower hose\"\r\n                    }\r\n                  ]\r\n                },\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"flexo de ducha\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"en\": {\r\n              \"name\": \"Shower hose\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"shower hose\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fr\": {\r\n              \"name\": \"Flexible de douche\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"shower hose\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                },\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"flexible\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            }\r\n          },\r\n          \"structuredViewData\": {}\r\n        },\r\n        {\r\n          \"idName\": \"PRODUCT TYPE (SAP)_#_KOSMETIKSPIEGEL\",\r\n          \"type\": \"TEXT_VALUE\",\r\n          \"localization\": {\r\n            \"de\": {\r\n              \"name\": \"Kosmetikspiegel\",\r\n              \"synonyms\": [\r\n                \"kosmetik spiegel\"\r\n              ],\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"kosmetikspiegel\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"da\": {\r\n              \"name\": \"Kosmetikspejl\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"kosmetikspejl\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"en\": {\r\n              \"name\": \"Cosmetic Mirror\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"cosmetic mirror\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"es\": {\r\n              \"name\": \"Espejo cosmético\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"espejo cosmético\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fi\": {\r\n              \"name\": \"Kosmetiikkapeili\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"kosmetiikkapeili\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fr\": {\r\n              \"name\": \"Miroir cosmétique\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"miroir cosmétique\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"it\": {\r\n              \"name\": \"Specchio cosmetico\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"specchio cosmetico\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"nl\": {\r\n              \"name\": \"Cosmeticaspiegel\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"cosmeticaspiegel\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"no\": {\r\n              \"name\": \"Kosmetikkspeil\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"kosmetikkspeil\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"pl\": {\r\n              \"name\": \"Lustro kosmetyczne\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"lustro kosmetyczne\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"sv\": {\r\n              \"name\": \"Kosmetikspegel\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"kosmetikspegel\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            }\r\n          },\r\n          \"structuredViewData\": {}\r\n        },\r\n        {\r\n          \"idName\": \"PRODUCT TYPE (SAP)_#_ET + ZB BADAUSTATTUNGEN\",\r\n          \"type\": \"TEXT_VALUE\",\r\n          \"localization\": {\r\n            \"nl\": {\r\n              \"name\": \"Ond.+Toebeh. + badkameruitrust\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"ond.+toebeh. + badkameruitrust\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                }\r\n              ]\r\n            },\r\n            \"de\": {\r\n              \"name\": \"ET + ZB Badausstattungen\",\r\n              \"synonyms\": [\r\n                \"et und zb badaustattungen\",\r\n                \"et&zb badaustattungen\",\r\n                \"et & zb badaustattungen\",\r\n                \"et+zb badaustattungen\"\r\n              ],\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"et + zb badaustattungen\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                }\r\n              ]\r\n            },\r\n            \"da\": {\r\n              \"name\": \"SP + PP Badeværelsesudstyr\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"sp + pp badeværelsesudstyr\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"en\": {\r\n              \"name\": \"SP + PP Bathroom Equipment\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"sp + pp bathroom equipment\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"es\": {\r\n              \"name\": \"SP + PP Equipamiento de Baño\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"sp + pp equipamiento de baño\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fi\": {\r\n              \"name\": \"SP + PP Kylpyhuonevarusteet\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"sp + pp kylpyhuonevarusteet\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fr\": {\r\n              \"name\": \"SP + PP Équipements de Salle de Bain\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"sp + pp équipements de salle de bain\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"it\": {\r\n              \"name\": \"SP + PP Arredi Bagno\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"sp + pp arredi bagno\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"no\": {\r\n              \"name\": \"SP + PP Baderomsutstyr\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"sp + pp baderomsutstyr\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"pl\": {\r\n              \"name\": \"SP + PP Wyposażenie Łazienkowe\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"sp + pp wyposażenie łazienkowe\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"sv\": {\r\n              \"name\": \"SP + PP Badrumsutrustning\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"sp + pp badrumsutrustning\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            }\r\n          },\r\n          \"structuredViewData\": {}\r\n        },\r\n        {\r\n          \"idName\": \"PRODUCT TYPE (SAP)_#_ANSCHLUSS\",\r\n          \"type\": \"TEXT_VALUE\",\r\n          \"localization\": {\r\n            \"de\": {\r\n              \"name\": \"Anschluss\",\r\n              \"synonyms\": [\r\n                \"an schluss\"\r\n              ],\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"anschluss\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"da\": {\r\n              \"name\": \"Tilslutning\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"tilslutning\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"en\": {\r\n              \"name\": \"Connection\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"connection\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"es\": {\r\n              \"name\": \"Conexión\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"conexión\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fi\": {\r\n              \"name\": \"Liitäntä\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"liitäntä\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fr\": {\r\n              \"name\": \"Raccord\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"raccord\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"it\": {\r\n              \"name\": \"Raccordo\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"raccordo\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"nl\": {\r\n              \"name\": \"Aansluiting\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"aansluiting\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"no\": {\r\n              \"name\": \"Tilkobling\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"tilkobling\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"pl\": {\r\n              \"name\": \"Przyłącze\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"przyłącze\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"sv\": {\r\n              \"name\": \"Anslutning\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"anslutning\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            }\r\n          },\r\n          \"structuredViewData\": {}\r\n        },\r\n        {\r\n          \"idName\": \"PRODUCT TYPE (SAP)_#_WASCHTISCH - SCHALE\",\r\n          \"type\": \"TEXT_VALUE\",\r\n          \"localization\": {\r\n            \"de\": {\r\n              \"name\": \"Waschtisch - Schale\",\r\n              \"synonyms\": [\r\n                \"waschtischschale\"\r\n              ],\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"waschtisch - schale\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"da\": {\r\n              \"name\": \"Håndvask - skål\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"håndvask - skål\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"en\": {\r\n              \"name\": \"Washbasin - bowl\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"washbasin - bowl\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"es\": {\r\n              \"name\": \"Lavabo - tipo bol\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"lavabo - tipo bol\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fi\": {\r\n              \"name\": \"Pesuallas - kulhomalli\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"pesuallas - kulhomalli\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fr\": {\r\n              \"name\": \"Vasque - bol\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"vasque - bol\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"it\": {\r\n              \"name\": \"Lavabo - a bacinella\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"lavabo - a bacinella\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"nl\": {\r\n              \"name\": \"Wastafel - schaal\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"wastafel - schaal\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"no\": {\r\n              \"name\": \"Servant - skål\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"servant - skål\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"pl\": {\r\n              \"name\": \"Umywalka - miska\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"umywalka - miska\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"sv\": {\r\n              \"name\": \"Tvättställ - skål\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"tvättställ - skål\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            }\r\n          },\r\n          \"structuredViewData\": {}\r\n        },\r\n        {\r\n          \"idName\": \"PRODUCT TYPE (SAP)_#_INLET-, POP-UP AND WASTE-SYSTEM\",\r\n          \"type\": \"TEXT_VALUE\",\r\n          \"localization\": {\r\n            \"pl\": {\r\n              \"name\": \"System wlotowy, pop-up i odpływowy\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"inlet-, pop-up and waste-system\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                },\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"syst. napeł.-odpływ.-przelew.\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                }\r\n              ]\r\n            },\r\n            \"nl\": {\r\n              \"name\": \"Inlaat-, pop-up en afvoersysteem\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"inlet-, pop-up and waste-system\"\r\n                    }\r\n                  ]\r\n                },\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"badvul, overloop en afvoercombinatie\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                }\r\n              ]\r\n            },\r\n            \"sv\": {\r\n              \"name\": \"Inlopp-, pop-up och avloppssystem\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"talentofill\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                },\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"inlet-, pop-up and waste-system\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fi\": {\r\n              \"name\": \"Sisääntulo-, pop-up ja viemärijärjestelmä\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"syöttö-, viputulppajärjestelmä\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                },\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"inlet-, pop-up and waste-system\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"de\": {\r\n              \"name\": \"Einlass-, Pop-up und Ablaufsystem\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"wannenfüll-, ab- und überlaufgarnitur\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                },\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"inlet-, pop-up and waste-system\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"no\": {\r\n              \"name\": \"Innløps-, pop-up og avløpssystem\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"inlet-, pop-up and waste-system\"\r\n                    }\r\n                  ]\r\n                },\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"påfyllings-, avløps- og overløpssystem\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                }\r\n              ]\r\n            },\r\n            \"da\": {\r\n              \"name\": \"Indløbs-, pop-up og afløbssystem\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"inlet-, pop-up and waste-system\"\r\n                    }\r\n                  ]\r\n                },\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"påfyldnings-, overløbs- og afløbssystem\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                }\r\n              ]\r\n            },\r\n            \"it\": {\r\n              \"name\": \"Sistema di ingresso, pop-up e scarico\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"inlet-, pop-up and waste-system\"\r\n                    }\r\n                  ]\r\n                },\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"sistema di carico e scarico\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                }\r\n              ]\r\n            },\r\n            \"es\": {\r\n              \"name\": \"Sistema de entrada, pop-up y desagüe\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"sistema de llenado y desagüe\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                },\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"inlet-, pop-up and waste-system\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"en\": {\r\n              \"name\": \"Inlet-, pop-up and waste-system\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"inlet-, pop-up and waste-system\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fr\": {\r\n              \"name\": \"Système d'arrivée, vidage et évacuation\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"vidage/remplissage talentofill\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                },\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"inlet-, pop-up and waste-system\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                }\r\n              ]\r\n            }\r\n          },\r\n          \"structuredViewData\": {}\r\n        },\r\n        {\r\n          \"idName\": \"PRODUCT TYPE (SAP)_#_WC-SITZE\",\r\n          \"type\": \"TEXT_VALUE\",\r\n          \"localization\": {\r\n            \"de\": {\r\n              \"name\": \"WC-Sitze\",\r\n              \"synonyms\": [\r\n                \"wc- sitz\",\r\n                \"wc sitz\",\r\n                \"wc sitze\",\r\n                \"wc-sitz\"\r\n              ],\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"wc-sitze\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"da\": {\r\n              \"name\": \"WC-sæder\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"wc-sæder\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"en\": {\r\n              \"name\": \"WC seats\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"wc seats\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"es\": {\r\n              \"name\": \"Asientos de WC\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"asientos de wc\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fi\": {\r\n              \"name\": \"WC-istuimet\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"wc-istuimet\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fr\": {\r\n              \"name\": \"Abattants WC\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"abattants wc\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"it\": {\r\n              \"name\": \"Sedili WC\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"sedili wc\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"nl\": {\r\n              \"name\": \"WC-zittingen\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"wc-zittingen\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"no\": {\r\n              \"name\": \"WC-seter\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"wc-seter\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"pl\": {\r\n              \"name\": \"Deski WC\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"deski wc\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"sv\": {\r\n              \"name\": \"WC-sitsar\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"wc-sitsar\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            }\r\n          },\r\n          \"structuredViewData\": {}\r\n        },\r\n        {\r\n          \"idName\": \"PRODUCT TYPE (SAP)_#_WANNE - EINBAU\",\r\n          \"type\": \"TEXT_VALUE\",\r\n          \"localization\": {\r\n            \"de\": {\r\n              \"name\": \"Wanne - Einbau\",\r\n              \"synonyms\": [\r\n                \"wanneeinbau\"\r\n              ],\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"wanne - einbau\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"da\": {\r\n              \"name\": \"Badekar - indbygning\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"badekar - indbygning\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"en\": {\r\n              \"name\": \"Bathtub - built-in\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"bathtub - built-in\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"es\": {\r\n              \"name\": \"Bañera - empotrada\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"bañera - empotrada\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fi\": {\r\n              \"name\": \"Kylpyamme - upotettava\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"kylpyamme - upotettava\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fr\": {\r\n              \"name\": \"Baignoire - encastrée\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"baignoire - encastrée\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"it\": {\r\n              \"name\": \"Vasca da bagno - da incasso\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"vasca da bagno - da incasso\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"nl\": {\r\n              \"name\": \"Bad - inbouw\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"bad - inbouw\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"no\": {\r\n              \"name\": \"Badekar - innbygging\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"badekar - innbygging\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"pl\": {\r\n              \"name\": \"Wanna - do zabudowy\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"wanna - do zabudowy\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"sv\": {\r\n              \"name\": \"Badkar - inbyggnad\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"badkar - inbyggnad\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            }\r\n          },\r\n          \"structuredViewData\": {}\r\n        },\r\n        {\r\n          \"idName\": \"PRODUCT TYPE (SAP)_#_WANNE - FREISTEHEND\",\r\n          \"type\": \"TEXT_VALUE\",\r\n          \"localization\": {\r\n            \"de\": {\r\n              \"name\": \"Wanne - freistehend\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"wanne - freistehend\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"da\": {\r\n              \"name\": \"Badekar - fritstående\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"badekar - fritstående\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"en\": {\r\n              \"name\": \"Bathtub - freestanding\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"bathtub - freestanding\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"es\": {\r\n              \"name\": \"Bañera - exenta\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"bañera - exenta\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fi\": {\r\n              \"name\": \"Kylpyamme - vapaasti seisova\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"kylpyamme - vapaasti seisova\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fr\": {\r\n              \"name\": \"Baignoire - îlot\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"baignoire - îlot\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"it\": {\r\n              \"name\": \"Vasca da bagno - freestanding\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"vasca da bagno - freestanding\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"nl\": {\r\n              \"name\": \"Bad - vrijstaand\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"bad - vrijstaand\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"no\": {\r\n              \"name\": \"Badekar - frittstående\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"badekar - frittstående\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"pl\": {\r\n              \"name\": \"Wanna - wolnostojąca\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"wanna - wolnostojąca\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"sv\": {\r\n              \"name\": \"Badkar - fristående\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"badkar - fristående\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            }\r\n          },\r\n          \"structuredViewData\": {}\r\n        },\r\n        {\r\n          \"idName\": \"PRODUCT TYPE (SAP)_#_ERSATZTEIL ACCESSORIES\",\r\n          \"type\": \"TEXT_VALUE\",\r\n          \"localization\": {\r\n            \"de\": {\r\n              \"name\": \"Ersatzteil Zubehör\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"ersatzteil accessories\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"da\": {\r\n              \"name\": \"Reservedel tilbehør\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"reservedel tilbehør\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"en\": {\r\n              \"name\": \"Spare Part Accessories\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"spare part accessories\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"es\": {\r\n              \"name\": \"Repuesto accesorios\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"repuesto accesorios\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fi\": {\r\n              \"name\": \"Varaosa tarvikkeet\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"varaosa tarvikkeet\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fr\": {\r\n              \"name\": \"Pièce de rechange accessoires\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"pièce de rechange accessoires\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"it\": {\r\n              \"name\": \"Ricambio accessori\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"ricambio accessori\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"nl\": {\r\n              \"name\": \"Reserveonderdeel accessoires\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"reserveonderdeel accessoires\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"no\": {\r\n              \"name\": \"Reservedel tilbehør\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"reservedel tilbehør\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"pl\": {\r\n              \"name\": \"Część zamienna akcesoria\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"część zamienna akcesoria\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"sv\": {\r\n              \"name\": \"Reservdel tillbehör\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"reservdel tillbehör\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            }\r\n          },\r\n          \"structuredViewData\": {}\r\n        },\r\n        {\r\n          \"idName\": \"PRODUCT TYPE (SAP)_#_TRIGGER BRAUSENSET\",\r\n          \"type\": \"TEXT_VALUE\",\r\n          \"localization\": {\r\n            \"de\": {\r\n              \"name\": \"Trigger Brauseset\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"trigger brausenset\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"da\": {\r\n              \"name\": \"Trigger brusesæt\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"trigger brusesæt\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"en\": {\r\n              \"name\": \"Trigger Shower Set\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"trigger shower set\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"es\": {\r\n              \"name\": \"Set de ducha Trigger\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"set de ducha trigger\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fi\": {\r\n              \"name\": \"Trigger suihkusetti\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"trigger suihkusetti\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fr\": {\r\n              \"name\": \"Set de douche Trigger\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"set de douche trigger\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"it\": {\r\n              \"name\": \"Set doccia Trigger\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"set doccia trigger\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"nl\": {\r\n              \"name\": \"Trigger doucheset\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"trigger doucheset\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"no\": {\r\n              \"name\": \"Trigger dusjsett\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"trigger dusjsett\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"pl\": {\r\n              \"name\": \"Zestaw prysznicowy Trigger\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"zestaw prysznicowy trigger\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"sv\": {\r\n              \"name\": \"Trigger duschset\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"trigger duschset\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            }\r\n          },\r\n          \"structuredViewData\": {}\r\n        },\r\n        {\r\n          \"idName\": \"PRODUCT TYPE (SAP)_#_URINAL\",\r\n          \"type\": \"TEXT_VALUE\",\r\n          \"localization\": {\r\n            \"de\": {\r\n              \"name\": \"Urinal\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"urinal\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"da\": {\r\n              \"name\": \"Urinal\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"urinal\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"en\": {\r\n              \"name\": \"Urinal\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"urinal\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"es\": {\r\n              \"name\": \"Urinario\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"urinario\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fi\": {\r\n              \"name\": \"Urinaali\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"urinaali\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fr\": {\r\n              \"name\": \"Urinoir\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"urinoir\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"it\": {\r\n              \"name\": \"Orinatoio\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"orinatoio\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"nl\": {\r\n              \"name\": \"Urinoir\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"urinoir\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"no\": {\r\n              \"name\": \"Urinal\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"urinal\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"pl\": {\r\n              \"name\": \"Pisuar\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"pisuar\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"sv\": {\r\n              \"name\": \"Urinal\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"urinal\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            }\r\n          },\r\n          \"structuredViewData\": {}\r\n        },\r\n        {\r\n          \"idName\": \"PRODUCT TYPE (SAP)_#_BADEWANNEN\",\r\n          \"type\": \"TEXT_VALUE\",\r\n          \"localization\": {\r\n            \"pl\": {\r\n              \"name\": \"Wanny\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"bath tubs\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"nl\": {\r\n              \"name\": \"Badkuipen\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"bath tubs\"\r\n                    }\r\n                  ]\r\n                },\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"badkuipen\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"sv\": {\r\n              \"name\": \"Badkar\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"bath tubs\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fi\": {\r\n              \"name\": \"Kylpyammeet\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"bath tubs\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"de\": {\r\n              \"name\": \"Badewannen\",\r\n              \"synonyms\": [\r\n                \"bade wanne\",\r\n                \"badewanne\"\r\n              ],\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"bath tubs\"\r\n                    }\r\n                  ]\r\n                },\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"badewannen\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"no\": {\r\n              \"name\": \"Badekar\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"bath tubs\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"da\": {\r\n              \"name\": \"Badekar\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"bath tubs\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"it\": {\r\n              \"name\": \"Vasche da bagno\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"bath tubs\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"es\": {\r\n              \"name\": \"Bañeras\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"bath tubs\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"en\": {\r\n              \"name\": \"bath tubs\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"bath tubs\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fr\": {\r\n              \"name\": \"Baignoires\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"bath tubs\"\r\n                    }\r\n                  ]\r\n                },\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"baignoires\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            }\r\n          },\r\n          \"structuredViewData\": {}\r\n        },\r\n        {\r\n          \"idName\": \"PRODUCT TYPE (SAP)_#_WC SET (M.DECKEL/SITZ)\",\r\n          \"type\": \"TEXT_VALUE\",\r\n          \"localization\": {\r\n            \"de\": {\r\n              \"name\": \"WC-Set (m. Deckel/Sitz)\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"wc set (m.deckel/sitz)\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"da\": {\r\n              \"name\": \"WC-sæt (med låg/sæde)\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"wc-sæt (med låg/sæde)\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"en\": {\r\n              \"name\": \"WC set (with lid/seat)\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"wc set (with lid/seat)\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"es\": {\r\n              \"name\": \"Juego de WC (con tapa/asiento)\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"juego de wc (con tapa/asiento)\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fi\": {\r\n              \"name\": \"WC-setti (kannella/istuimella)\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"wc-setti (kannella/istuimella)\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fr\": {\r\n              \"name\": \"Set WC (avec abattant/siège)\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"set wc (avec abattant/siège)\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"it\": {\r\n              \"name\": \"Set WC (con coperchio/sedile)\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"set wc (con coperchio/sedile)\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"nl\": {\r\n              \"name\": \"WC-set (met deksel/zitting)\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"wc-set (met deksel/zitting)\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"no\": {\r\n              \"name\": \"WC-sett (med lokk/sete)\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"wc-sett (med lokk/sete)\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"pl\": {\r\n              \"name\": \"Zestaw WC (z deską/siedziskiem)\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"zestaw wc (z deską/siedziskiem)\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"sv\": {\r\n              \"name\": \"WC-set (med lock/sits)\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"wc-set (med lock/sits)\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            }\r\n          },\r\n          \"structuredViewData\": {}\r\n        },\r\n        {\r\n          \"idName\": \"PRODUCT TYPE (SAP)_#_ERSATZTEIL FÜR BRAUSE\",\r\n          \"type\": \"TEXT_VALUE\",\r\n          \"localization\": {\r\n            \"de\": {\r\n              \"name\": \"Ersatzteil für Brause\",\r\n              \"synonyms\": [\r\n                \"ersatzteil\",\r\n                \"ersatzteil fur brause\"\r\n              ],\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"ersatzteil für brause\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"da\": {\r\n              \"name\": \"Reservedel til bruser\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"reservedel til bruser\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"en\": {\r\n              \"name\": \"Spare Part for Shower\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"spare part for shower\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"es\": {\r\n              \"name\": \"Repuesto para ducha\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"repuesto para ducha\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fi\": {\r\n              \"name\": \"Varaosa suihkuun\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"varaosa suihkuun\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fr\": {\r\n              \"name\": \"Pièce de rechange pour douchette\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"pièce de rechange pour douchette\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"it\": {\r\n              \"name\": \"Ricambio per doccia\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"ricambio per doccia\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"nl\": {\r\n              \"name\": \"Reserveonderdeel voor douche\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"reserveonderdeel voor douche\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"no\": {\r\n              \"name\": \"Reservedel til dusj\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"reservedel til dusj\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"pl\": {\r\n              \"name\": \"Część zamienna do słuchawki prysznicowej\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"część zamienna do słuchawki prysznicowej\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"sv\": {\r\n              \"name\": \"Reservdel till dusch\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"reservdel till dusch\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            }\r\n          },\r\n          \"structuredViewData\": {}\r\n        },\r\n        {\r\n          \"idName\": \"PRODUCT TYPE (SAP)_#_WASCHTISCHEINHEITEN\",\r\n          \"type\": \"TEXT_VALUE\",\r\n          \"localization\": {\r\n            \"pl\": {\r\n              \"name\": \"Szafki pod umywalkę\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"basin vanity units\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"nl\": {\r\n              \"name\": \"Badkamermeubel met wastafel\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"basin vanity units\"\r\n                    }\r\n                  ]\r\n                },\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"badkamermeubel met wastafel\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"sv\": {\r\n              \"name\": \"Tvättställsmöbler\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"basin vanity units\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fi\": {\r\n              \"name\": \"Allaskalusteet\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"basin vanity units\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"de\": {\r\n              \"name\": \"Waschtischeinheiten\",\r\n              \"synonyms\": [\r\n                \"waschtisch einheit\",\r\n                \"waschtischeinheit\"\r\n              ],\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"waschtischeinheiten\"\r\n                    }\r\n                  ]\r\n                },\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"basin vanity units\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"no\": {\r\n              \"name\": \"Servantmøbler\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"basin vanity units\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"da\": {\r\n              \"name\": \"Vaskemøbler\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"basin vanity units\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"it\": {\r\n              \"name\": \"Mobili per lavabo\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"basin vanity units\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"es\": {\r\n              \"name\": \"Muebles de lavabo\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"basin vanity units\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"en\": {\r\n              \"name\": \"Basin vanity units\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"basin vanity units\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fr\": {\r\n              \"name\": \"Ensemble meuble + lavabo\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"basin vanity units\"\r\n                    }\r\n                  ]\r\n                },\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"ensemble meuble + lavabo\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            }\r\n          },\r\n          \"structuredViewData\": {}\r\n        },\r\n        {\r\n          \"idName\": \"PRODUCT TYPE (SAP)_#_BATHROOM EQUIPMENT\",\r\n          \"type\": \"TEXT_VALUE\",\r\n          \"localization\": {\r\n            \"pl\": {\r\n              \"name\": \"Wyposażenie łazienki\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"bathroom equipment\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                }\r\n              ]\r\n            },\r\n            \"nl\": {\r\n              \"name\": \"Badkameruitrusting\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"bathroom equipment\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                }\r\n              ]\r\n            },\r\n            \"sv\": {\r\n              \"name\": \"Badrumsutrustning\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"bathroom equipment\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                }\r\n              ]\r\n            },\r\n            \"fi\": {\r\n              \"name\": \"Kylpyhuonevarusteet\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"bathroom equipment\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                }\r\n              ]\r\n            },\r\n            \"de\": {\r\n              \"name\": \"Badezimmerausstattung\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"bathroom equipment\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                }\r\n              ]\r\n            },\r\n            \"no\": {\r\n              \"name\": \"Baderomutstyr\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"bathroom equipment\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                }\r\n              ]\r\n            },\r\n            \"da\": {\r\n              \"name\": \"Badeværelsesudstyr\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"bathroom equipment\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                }\r\n              ]\r\n            },\r\n            \"it\": {\r\n              \"name\": \"Attrezzatura per bagno\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"bathroom equipment\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                }\r\n              ]\r\n            },\r\n            \"es\": {\r\n              \"name\": \"Equipamiento de baño\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"bathroom equipment\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                }\r\n              ]\r\n            },\r\n            \"en\": {\r\n              \"name\": \"Bathroom Equipment\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"bathroom equipment\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                }\r\n              ]\r\n            },\r\n            \"fr\": {\r\n              \"name\": \"Équipement de salle de bain\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"bathroom equipment\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                }\r\n              ]\r\n            }\r\n          },\r\n          \"structuredViewData\": {}\r\n        },\r\n        {\r\n          \"idName\": \"PRODUCT TYPE (SAP)_#_GLASHALTER\",\r\n          \"type\": \"TEXT_VALUE\",\r\n          \"localization\": {\r\n            \"de\": {\r\n              \"name\": \"Glashalter\",\r\n              \"synonyms\": [\r\n                \"glas halter\"\r\n              ],\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"glashalter\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"da\": {\r\n              \"name\": \"Glasholder\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"glasholder\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"en\": {\r\n              \"name\": \"Glass Holder\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"glass holder\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"es\": {\r\n              \"name\": \"Portavasos\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"portavasos\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fi\": {\r\n              \"name\": \"Lasiteline\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"lasiteline\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fr\": {\r\n              \"name\": \"Porte-verre\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"porte-verre\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"it\": {\r\n              \"name\": \"Portabicchiere\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"portabicchiere\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"nl\": {\r\n              \"name\": \"Glashouder\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"glashouder\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"no\": {\r\n              \"name\": \"Glassholder\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"glassholder\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"pl\": {\r\n              \"name\": \"Uchwyt na Szklankę\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"uchwyt na szklankę\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"sv\": {\r\n              \"name\": \"Glashållare\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"glashållare\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            }\r\n          },\r\n          \"structuredViewData\": {}\r\n        },\r\n        {\r\n          \"idName\": \"PRODUCT TYPE (SAP)_#_A EMMURER\",\r\n          \"type\": \"TEXT_VALUE\",\r\n          \"localization\": {\r\n            \"fr\": {\r\n              \"name\": \"À emmurer\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"a emmurer\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                }\r\n              ]\r\n            },\r\n            \"da\": {\r\n              \"name\": \"Indbygningskrop\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"indbygningskrop\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"de\": {\r\n              \"name\": \"Unterputzkörper\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"unterputzkörper\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"en\": {\r\n              \"name\": \"Concealed body\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"concealed body\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"es\": {\r\n              \"name\": \"Cuerpo empotrado\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"cuerpo empotrado\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fi\": {\r\n              \"name\": \"Uppoasennettava runko\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"uppoasennettava runko\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"it\": {\r\n              \"name\": \"Corpo incasso\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"corpo incasso\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"nl\": {\r\n              \"name\": \"Inbouwlichaam\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"inbouwlichaam\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"no\": {\r\n              \"name\": \"Innbyggingskropp\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"innbyggingskropp\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"pl\": {\r\n              \"name\": \"Korpus podtynkowy\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"korpus podtynkowy\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"sv\": {\r\n              \"name\": \"Inbyggnadskropp\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"inbyggnadskropp\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            }\r\n          },\r\n          \"structuredViewData\": {}\r\n        },\r\n        {\r\n          \"idName\": \"PRODUCT TYPE (SAP)_#_DUSCHSYSTEM\",\r\n          \"type\": \"TEXT_VALUE\",\r\n          \"localization\": {\r\n            \"pl\": {\r\n              \"name\": \"System prysznicowy\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"system prysznicowy\"\r\n                    }\r\n                  ]\r\n                },\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"shower system\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                }\r\n              ]\r\n            },\r\n            \"nl\": {\r\n              \"name\": \"Douchesysteem\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"douchepaneel\"\r\n                    }\r\n                  ]\r\n                },\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"shower system\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                }\r\n              ]\r\n            },\r\n            \"sv\": {\r\n              \"name\": \"Duschsystem\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"shower system\"\r\n                    }\r\n                  ]\r\n                },\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"duschsystem\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                }\r\n              ]\r\n            },\r\n            \"fi\": {\r\n              \"name\": \"Suihkujärjestelmä\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"shower system\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                },\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"suihkujärjestelmä\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"de\": {\r\n              \"name\": \"Duschsystem\",\r\n              \"synonyms\": [\r\n                \"d usch system\"\r\n              ],\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"duschsystem\"\r\n                    }\r\n                  ]\r\n                },\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"CONTAINS_WORD\",\r\n                      \"text\": \"shower system\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                }\r\n              ]\r\n            },\r\n            \"no\": {\r\n              \"name\": \"Dusjsystem\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"dusjsystem\"\r\n                    }\r\n                  ]\r\n                },\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"shower system\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                }\r\n              ]\r\n            },\r\n            \"da\": {\r\n              \"name\": \"Brusesystem\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"brusesystem\"\r\n                    }\r\n                  ]\r\n                },\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"shower system\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                }\r\n              ]\r\n            },\r\n            \"it\": {\r\n              \"name\": \"Sistema doccia\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"sistema doccia\"\r\n                    }\r\n                  ]\r\n                },\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"shower system\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                }\r\n              ]\r\n            },\r\n            \"es\": {\r\n              \"name\": \"Sistema de ducha\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"shower system\"\r\n                    }\r\n                  ]\r\n                },\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"sistema de ducha\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                }\r\n              ]\r\n            },\r\n            \"en\": {\r\n              \"name\": \"Shower system\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"shower system\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fr\": {\r\n              \"name\": \"Système de douche\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"panneau de douche\"\r\n                    }\r\n                  ]\r\n                },\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"shower system\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                }\r\n              ]\r\n            }\r\n          },\r\n          \"structuredViewData\": {}\r\n        },\r\n        {\r\n          \"idName\": \"PRODUCT TYPE (SAP)_#_SPIEGEL\",\r\n          \"type\": \"TEXT_VALUE\",\r\n          \"localization\": {\r\n            \"de\": {\r\n              \"name\": \"Spiegel\",\r\n              \"synonyms\": [\r\n                \"spi egel\"\r\n              ],\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"spiegel\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"da\": {\r\n              \"name\": \"Spejl\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"spejl\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"en\": {\r\n              \"name\": \"Mirror\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"mirror\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"es\": {\r\n              \"name\": \"Espejo\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"espejo\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fi\": {\r\n              \"name\": \"Peili\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"peili\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fr\": {\r\n              \"name\": \"Miroir\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"miroir\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"it\": {\r\n              \"name\": \"Specchio\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"specchio\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"nl\": {\r\n              \"name\": \"Spiegel\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"spiegel\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"no\": {\r\n              \"name\": \"Speil\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"speil\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"pl\": {\r\n              \"name\": \"Lustro\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"lustro\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"sv\": {\r\n              \"name\": \"Spegel\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"spegel\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            }\r\n          },\r\n          \"structuredViewData\": {}\r\n        },\r\n        {\r\n          \"idName\": \"PRODUCT TYPE (SAP)_#_ZUBEHÖRE\",\r\n          \"type\": \"TEXT_VALUE\",\r\n          \"localization\": {\r\n            \"pl\": {\r\n              \"name\": \"Akcesoria do systemów instalacyjnych\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"accessory installation systems\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                }\r\n              ]\r\n            },\r\n            \"nl\": {\r\n              \"name\": \"Accessoires voor installatiesystemen\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"ond.+toebeh. installatiesystem\"\r\n                    }\r\n                  ]\r\n                },\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"accessory installation systems\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                }\r\n              ]\r\n            },\r\n            \"sv\": {\r\n              \"name\": \"Tillbehör till installationssystem\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"accessory installation systems\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fi\": {\r\n              \"name\": \"Asennusjärjestelmien tarvikkeet\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"accessory installation systems\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"de\": {\r\n              \"name\": \"Zubehör Installationssysteme\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"zubehöre\"\r\n                    }\r\n                  ]\r\n                },\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"accessory installation systems\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                }\r\n              ]\r\n            },\r\n            \"no\": {\r\n              \"name\": \"Tilbehør til installasjonssystemer\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"accessory installation systems\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"da\": {\r\n              \"name\": \"Tilbehør til installationssystemer\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"accessory installation systems\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"it\": {\r\n              \"name\": \"Accessori per sistemi di installazione\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"accessory installation systems\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"es\": {\r\n              \"name\": \"Accesorios para sistemas de instalación\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"accessory installation systems\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"en\": {\r\n              \"name\": \"Accessory installation systems\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"accessory installation systems\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fr\": {\r\n              \"name\": \"Accessoires pour systèmes d'installation\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"accessory installation systems\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                },\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"accessoires systèmes d'installation\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            }\r\n          },\r\n          \"structuredViewData\": {}\r\n        },\r\n        {\r\n          \"idName\": \"PRODUCT TYPE (SAP)_#_ROHINSTALLATION\",\r\n          \"type\": \"TEXT_VALUE\",\r\n          \"localization\": {\r\n            \"de\": {\r\n              \"name\": \"Rohinstallation\",\r\n              \"synonyms\": [\r\n                \"roh installation\"\r\n              ],\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"rohinstallation\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"da\": {\r\n              \"name\": \"Råinstallation\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"råinstallation\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"en\": {\r\n              \"name\": \"Rough installation\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"rough installation\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"es\": {\r\n              \"name\": \"Preinstalación\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"preinstalación\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fi\": {\r\n              \"name\": \"Raakasennus\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"raakasennus\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fr\": {\r\n              \"name\": \"Pré-installation\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"pré-installation\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"it\": {\r\n              \"name\": \"Preinstallazione\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"preinstallazione\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"nl\": {\r\n              \"name\": \"Ruwe installatie\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"ruwe installatie\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"no\": {\r\n              \"name\": \"Råinstallasjon\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"råinstallasjon\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"pl\": {\r\n              \"name\": \"Instalacja podtynkowa\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"instalacja podtynkowa\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"sv\": {\r\n              \"name\": \"Råinstallation\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"råinstallation\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            }\r\n          },\r\n          \"structuredViewData\": {}\r\n        },\r\n        {\r\n          \"idName\": \"PRODUCT TYPE (SAP)_#_ERSATZTEILE DUSCH-WC\",\r\n          \"type\": \"TEXT_VALUE\",\r\n          \"localization\": {\r\n            \"de\": {\r\n              \"name\": \"Ersatzteile Dusch-WC\",\r\n              \"synonyms\": [\r\n                \"ersatzteile dusch wc\"\r\n              ],\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"ersatzteile dusch-wc\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"da\": {\r\n              \"name\": \"Reservedele dusch-wc\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"reservedele dusch-wc\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"en\": {\r\n              \"name\": \"Spare Parts Shower Toilet\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"spare parts shower toilet\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"es\": {\r\n              \"name\": \"Repuestos inodoro-ducha\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"repuestos inodoro-ducha\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fi\": {\r\n              \"name\": \"Varaosat suihku-WC\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"varaosat suihku-wc\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fr\": {\r\n              \"name\": \"Pièces de rechange WC douche\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"pièces de rechange wc douche\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"it\": {\r\n              \"name\": \"Ricambi WC con doccetta\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"ricambi wc con doccetta\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"nl\": {\r\n              \"name\": \"Reserveonderdelen douche-wc\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"reserveonderdelen douche-wc\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"no\": {\r\n              \"name\": \"Reservedeler dusjtoalett\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"reservedeler dusjtoalett\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"pl\": {\r\n              \"name\": \"Części zamienne toaleta myjąca\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"części zamienne toaleta myjąca\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"sv\": {\r\n              \"name\": \"Reservdelar dusch-wc\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"reservdelar dusch-wc\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            }\r\n          },\r\n          \"structuredViewData\": {}\r\n        },\r\n        {\r\n          \"idName\": \"PRODUCT TYPE (SAP)_#_WASCHTISCH - UNTERBAU\",\r\n          \"type\": \"TEXT_VALUE\",\r\n          \"localization\": {\r\n            \"de\": {\r\n              \"name\": \"Waschtisch - Unterbau\",\r\n              \"synonyms\": [\r\n                \"waschtischunterbau\"\r\n              ],\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"waschtisch - unterbau\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"da\": {\r\n              \"name\": \"Håndvask - underbygning\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"håndvask - underbygning\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"en\": {\r\n              \"name\": \"Washbasin - undercounter\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"washbasin - undercounter\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"es\": {\r\n              \"name\": \"Lavabo - bajo encimera\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"lavabo - bajo encimera\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fi\": {\r\n              \"name\": \"Pesuallas - alatasomalli\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"pesuallas - alatasomalli\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fr\": {\r\n              \"name\": \"Lavabo - sous plan\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"lavabo - sous plan\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"it\": {\r\n              \"name\": \"Lavabo - sottopiano\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"lavabo - sottopiano\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"nl\": {\r\n              \"name\": \"Wastafel - onderbouw\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"wastafel - onderbouw\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"no\": {\r\n              \"name\": \"Servant - underbygging\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"servant - underbygging\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"pl\": {\r\n              \"name\": \"Umywalka - podblatowa\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"umywalka - podblatowa\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"sv\": {\r\n              \"name\": \"Tvättställ - underbyggnad\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"tvättställ - underbyggnad\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            }\r\n          },\r\n          \"structuredViewData\": {}\r\n        },\r\n        {\r\n          \"idName\": \"PRODUCT TYPE (SAP)_#_ZUBEHÖR FÜR FÜLLVENTIL\",\r\n          \"type\": \"TEXT_VALUE\",\r\n          \"localization\": {\r\n            \"de\": {\r\n              \"name\": \"Zubehör für Füllventil\",\r\n              \"synonyms\": [\r\n                \"zubehör\"\r\n              ],\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"zubehör für füllventil\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"da\": {\r\n              \"name\": \"Tilbehør til påfyldningsventil\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"tilbehør til påfyldningsventil\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"en\": {\r\n              \"name\": \"Accessories for filling valve\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"accessories for filling valve\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"es\": {\r\n              \"name\": \"Accesorios para válvula de llenado\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"accesorios para válvula de llenado\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fi\": {\r\n              \"name\": \"Täyttöventtiilin tarvikkeet\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"täyttöventtiilin tarvikkeet\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fr\": {\r\n              \"name\": \"Accessoires pour robinet de remplissage\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"accessoires pour robinet de remplissage\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"it\": {\r\n              \"name\": \"Accessori per valvola di riempimento\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"accessori per valvola di riempimento\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"nl\": {\r\n              \"name\": \"Accessoires voor vulventiel\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"accessoires voor vulventiel\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"no\": {\r\n              \"name\": \"Tilbehør til fylleventil\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"tilbehør til fylleventil\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"pl\": {\r\n              \"name\": \"Akcesoria do zaworu napełniającego\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"akcesoria do zaworu napełniającego\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"sv\": {\r\n              \"name\": \"Tillbehör till påfyllningsventil\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"tillbehör till påfyllningsventil\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            }\r\n          },\r\n          \"structuredViewData\": {}\r\n        },\r\n        {\r\n          \"idName\": \"PRODUCT TYPE (SAP)_#_DRUCKSPÜLER\",\r\n          \"type\": \"TEXT_VALUE\",\r\n          \"localization\": {\r\n            \"pl\": {\r\n              \"name\": \"Flush Valve (manual)\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"flush valve (manual)\"\r\n                    }\r\n                  ]\r\n                },\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"flush valve\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"nl\": {\r\n              \"name\": \"Drukspoeler (handmatig)\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"drukspoeler (handmatig)\"\r\n                    }\r\n                  ]\r\n                },\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"flush valve\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"sv\": {\r\n              \"name\": \"Tryckspolare\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"flush valve\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fi\": {\r\n              \"name\": \"Painehuuhteluventtiili\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"flush valve\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"de\": {\r\n              \"name\": \"Druckspüler\",\r\n              \"synonyms\": [\r\n                \"druck spuler\",\r\n                \"druckspuler\",\r\n                \"druck spüler\"\r\n              ],\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"druckspüler\"\r\n                    }\r\n                  ]\r\n                },\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"flush valve\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"no\": {\r\n              \"name\": \"Trykkspyleventil\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"flush valve\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"da\": {\r\n              \"name\": \"Trykskylleventil\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"flush valve\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"it\": {\r\n              \"name\": \"Rubinetto di cacciata\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"flush valve\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"es\": {\r\n              \"name\": \"Válvula de descarga\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"flush valve\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"en\": {\r\n              \"name\": \"Flush valve\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"flush valve\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fr\": {\r\n              \"name\": \"Robinet de chasse\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"robinet de chasse\"\r\n                    }\r\n                  ]\r\n                },\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"flush valve\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            }\r\n          },\r\n          \"structuredViewData\": {}\r\n        },\r\n        {\r\n          \"idName\": \"PRODUCT TYPE (SAP)_#_ABLAGEKORB\",\r\n          \"type\": \"TEXT_VALUE\",\r\n          \"localization\": {\r\n            \"de\": {\r\n              \"name\": \"Ablagekorb\",\r\n              \"synonyms\": [\r\n                \"ablage korb\"\r\n              ],\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"ablagekorb\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"da\": {\r\n              \"name\": \"Opbevaringskurv\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"opbevaringskurv\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"en\": {\r\n              \"name\": \"Storage basket\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"storage basket\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"es\": {\r\n              \"name\": \"Cesta de almacenamiento\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"cesta de almacenamiento\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fi\": {\r\n              \"name\": \"Säilytyskori\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"säilytyskori\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fr\": {\r\n              \"name\": \"Panier de rangement\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"panier de rangement\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"it\": {\r\n              \"name\": \"Cestello portaoggetti\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"cestello portaoggetti\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"nl\": {\r\n              \"name\": \"Opbergmandje\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"opbergmandje\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"no\": {\r\n              \"name\": \"Oppbevaringskurv\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"oppbevaringskurv\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"pl\": {\r\n              \"name\": \"Koszyk łazienkowy\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"koszyk łazienkowy\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"sv\": {\r\n              \"name\": \"Förvaringskorg\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"förvaringskorg\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            }\r\n          },\r\n          \"structuredViewData\": {}\r\n        },\r\n        {\r\n          \"idName\": \"PRODUCT TYPE (SAP)_#_ACCESSORY / SPARE PARTS\",\r\n          \"type\": \"TEXT_VALUE\",\r\n          \"localization\": {\r\n            \"nl\": {\r\n              \"name\": \"Accessoires / Reserveonderdelen\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"accessory / spare parts\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"sv\": {\r\n              \"name\": \"Tillbehör / Reservdelar\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"accessory / spare parts\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fi\": {\r\n              \"name\": \"Lisätarvikkeet / Varaosat\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"accessory / spare parts\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"de\": {\r\n              \"name\": \"Zubehör / Ersatzteile\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"accessory / spare parts\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"no\": {\r\n              \"name\": \"Tilbehør / Reservedeler\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"accessory / spare parts\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"da\": {\r\n              \"name\": \"Tilbehør / Reservedele\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"accessory / spare parts\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"it\": {\r\n              \"name\": \"Accessori / Ricambi\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"accessory / spare parts\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"es\": {\r\n              \"name\": \"Accesorios / Repuestos\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"accessory / spare parts\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"en\": {\r\n              \"name\": \"Accessory / Spare parts\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"accessory / spare parts\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fr\": {\r\n              \"name\": \"Accessoires / Pièces de rechange\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"accessory / spare parts\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"pl\": {\r\n              \"name\": \"Akcesoria / Części zamienne\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"akcesoria / części zamienne\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            }\r\n          },\r\n          \"structuredViewData\": {}\r\n        },\r\n        {\r\n          \"idName\": \"PRODUCT TYPE (SAP)_#_WASTE FITTINGS / INLET AND OUTLET FITTINGS\",\r\n          \"type\": \"TEXT_VALUE\",\r\n          \"localization\": {\r\n            \"pl\": {\r\n              \"name\": \"Osprzęt odpływowy / Osprzęt wlotowy i wylotowy\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"waste fittings / inlet and outlet fittings\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                }\r\n              ]\r\n            },\r\n            \"nl\": {\r\n              \"name\": \"Afvoergarnituren / In- en uitlaatgarnituren\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"waste fittings / inlet and outlet fittings\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                }\r\n              ]\r\n            },\r\n            \"sv\": {\r\n              \"name\": \"Avloppstillbehör / In- och utloppstillbehör\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"waste fittings / inlet and outlet fittings\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                }\r\n              ]\r\n            },\r\n            \"fi\": {\r\n              \"name\": \"Viemäritarvikkeet / Tulo- ja poistotarvikkeet\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"waste fittings / inlet and outlet fittings\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                }\r\n              ]\r\n            },\r\n            \"de\": {\r\n              \"name\": \"Ablaufgarnituren / Ein- und Auslaufgarnituren\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"waste fittings / inlet and outlet fittings\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                }\r\n              ]\r\n            },\r\n            \"no\": {\r\n              \"name\": \"Avløpstilbehør / Inn- og utløpstilbehør\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"waste fittings / inlet and outlet fittings\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                }\r\n              ]\r\n            },\r\n            \"da\": {\r\n              \"name\": \"Afløbstilbehør / Ind- og udløbstilbehør\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"waste fittings / inlet and outlet fittings\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                }\r\n              ]\r\n            },\r\n            \"it\": {\r\n              \"name\": \"Raccordi di scarico / Raccordi di ingresso e uscita\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"waste fittings / inlet and outlet fittings\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                }\r\n              ]\r\n            },\r\n            \"es\": {\r\n              \"name\": \"Accesorios de desagüe / Accesorios de entrada y salida\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"waste fittings / inlet and outlet fittings\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                }\r\n              ]\r\n            },\r\n            \"en\": {\r\n              \"name\": \"Waste fittings / Inlet and outlet fittings\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"waste fittings / inlet and outlet fittings\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                }\r\n              ]\r\n            },\r\n            \"fr\": {\r\n              \"name\": \"Garnitures de vidage / Raccords d'entrée et de sortie\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"waste fittings / inlet and outlet fittings\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                }\r\n              ]\r\n            }\r\n          },\r\n          \"structuredViewData\": {}\r\n        },\r\n        {\r\n          \"idName\": \"PRODUCT TYPE (SAP)_#_TRIMSET FÜR BERÜHRUNGSLOSE ARMATUR\",\r\n          \"type\": \"TEXT_VALUE\",\r\n          \"localization\": {\r\n            \"de\": {\r\n              \"name\": \"Trimset für berührungslose Armatur\",\r\n              \"synonyms\": [\r\n                \"trimset\"\r\n              ],\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"trimset für berührungslose armatur\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"da\": {\r\n              \"name\": \"Trimsæt til berøringsfri armatur\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"trimsæt til berøringsfri armatur\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"en\": {\r\n              \"name\": \"Trim Set for Touchless Faucet\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"trim set for touchless faucet\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"es\": {\r\n              \"name\": \"Kit de embellecedor para grifo sin contacto\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"kit de embellecedor para grifo sin contacto\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fi\": {\r\n              \"name\": \"Peitelevysarja kosketusvapaalle hanalle\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"peitelevysarja kosketusvapaalle hanalle\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fr\": {\r\n              \"name\": \"Kit d'habillage pour robinetterie sans contact\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"kit d'habillage pour robinetterie sans contact\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"it\": {\r\n              \"name\": \"Kit di finitura per rubinetteria touchless\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"kit di finitura per rubinetteria touchless\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"nl\": {\r\n              \"name\": \"Afdekset voor touchless kraan\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"afdekset voor touchless kraan\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"no\": {\r\n              \"name\": \"Trimsett for berøringsfri armatur\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"trimsett for berøringsfri armatur\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"pl\": {\r\n              \"name\": \"Zestaw wykończeniowy do baterii bezdotykowej\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"zestaw wykończeniowy do baterii bezdotykowej\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"sv\": {\r\n              \"name\": \"Trimset för beröringsfri armatur\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"trimset för beröringsfri armatur\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            }\r\n          },\r\n          \"structuredViewData\": {}\r\n        },\r\n        {\r\n          \"idName\": \"PRODUCT TYPE (SAP)_#_WASSERSENSOR\",\r\n          \"type\": \"TEXT_VALUE\",\r\n          \"localization\": {\r\n            \"de\": {\r\n              \"name\": \"Wassersensor\",\r\n              \"synonyms\": [\r\n                \"wasser sensor\"\r\n              ],\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"wassersensor\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"da\": {\r\n              \"name\": \"Vandsensor\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"vandsensor\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"en\": {\r\n              \"name\": \"Water sensor\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"water sensor\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"es\": {\r\n              \"name\": \"Sensor de agua\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"sensor de agua\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fi\": {\r\n              \"name\": \"Vesianturi\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"vesianturi\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fr\": {\r\n              \"name\": \"Capteur d'eau\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"capteur d'eau\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"it\": {\r\n              \"name\": \"Sensore d'acqua\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"sensore d'acqua\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"nl\": {\r\n              \"name\": \"Watersensor\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"watersensor\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"no\": {\r\n              \"name\": \"Vannsensor\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"vannsensor\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"pl\": {\r\n              \"name\": \"Czujnik wody\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"czujnik wody\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"sv\": {\r\n              \"name\": \"Vattensensor\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"vattensensor\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            }\r\n          },\r\n          \"structuredViewData\": {}\r\n        },\r\n        {\r\n          \"idName\": \"PRODUCT TYPE (SAP)_#_INSTALLATIONSELEMENTE\",\r\n          \"type\": \"TEXT_VALUE\",\r\n          \"localization\": {\r\n            \"de\": {\r\n              \"name\": \"Installationselemente\",\r\n              \"synonyms\": [\r\n                \"installationselem ente\"\r\n              ],\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"installationselemente\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"da\": {\r\n              \"name\": \"Installationselementer\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"installationselementer\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"en\": {\r\n              \"name\": \"Installation Elements\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"installation elements\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"es\": {\r\n              \"name\": \"Elementos de instalación\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"elementos de instalación\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fi\": {\r\n              \"name\": \"Asennuselementit\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"asennuselementit\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fr\": {\r\n              \"name\": \"Éléments d'installation\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"éléments d'installation\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"it\": {\r\n              \"name\": \"Elementi di installazione\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"elementi di installazione\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"nl\": {\r\n              \"name\": \"Installatie-elementen\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"installatie-elementen\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"no\": {\r\n              \"name\": \"Installasjonselementer\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"installasjonselementer\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"pl\": {\r\n              \"name\": \"Elementy instalacyjne\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"elementy instalacyjne\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"sv\": {\r\n              \"name\": \"Installationselement\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"installationselement\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            }\r\n          },\r\n          \"structuredViewData\": {}\r\n        },\r\n        {\r\n          \"idName\": \"PRODUCT TYPE (SAP)_#_THERMOSTAT UNTERPUTZKÖRPER\",\r\n          \"type\": \"TEXT_VALUE\",\r\n          \"localization\": {\r\n            \"de\": {\r\n              \"name\": \"Thermostat Unterputzkörper\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"thermostat unterputzkörper\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"da\": {\r\n              \"name\": \"Termostat indbygningsdel\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"termostat indbygningsdel\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"en\": {\r\n              \"name\": \"Thermostat Concealed Body\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"thermostat concealed body\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"es\": {\r\n              \"name\": \"Cuerpo empotrado para termostato\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"cuerpo empotrado para termostato\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fi\": {\r\n              \"name\": \"Termostaatin uppoasennusrunko\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"termostaatin uppoasennusrunko\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fr\": {\r\n              \"name\": \"Corps encastré pour thermostat\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"corps encastré pour thermostat\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"it\": {\r\n              \"name\": \"Corpo incasso per termostato\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"corpo incasso per termostato\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"nl\": {\r\n              \"name\": \"Thermostaat inbouwlichaam\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"thermostaat inbouwlichaam\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"no\": {\r\n              \"name\": \"Termostat innbyggingskropp\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"termostat innbyggingskropp\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"pl\": {\r\n              \"name\": \"Korpus podtynkowy termostatu\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"korpus podtynkowy termostatu\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"sv\": {\r\n              \"name\": \"Termostat inbyggnadskropp\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"termostat inbyggnadskropp\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            }\r\n          },\r\n          \"structuredViewData\": {}\r\n        },\r\n        {\r\n          \"idName\": \"PRODUCT TYPE (SAP)_#_EDELSTAHLSPÜLE\",\r\n          \"type\": \"TEXT_VALUE\",\r\n          \"localization\": {\r\n            \"de\": {\r\n              \"name\": \"Edelstahlspüle\",\r\n              \"synonyms\": [\r\n                \"edelstahl spule\",\r\n                \"edelstahlspule\",\r\n                \"edelstahl spüle\"\r\n              ],\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"edelstahlspüle\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"da\": {\r\n              \"name\": \"Rustfri stålvask\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"rustfri stålvask\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"en\": {\r\n              \"name\": \"Stainless Steel Kitchen Sink\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"stainless steel kitchen sink\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"es\": {\r\n              \"name\": \"Fregadero de acero inoxidable\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"fregadero de acero inoxidable\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fi\": {\r\n              \"name\": \"Ruostumaton teräsallas\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"ruostumaton teräsallas\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fr\": {\r\n              \"name\": \"Évier en acier inoxydable\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"évier en acier inoxydable\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"it\": {\r\n              \"name\": \"Lavello in acciaio inox\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"lavello in acciaio inox\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"nl\": {\r\n              \"name\": \"RVS spoelbak\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"rvs spoelbak\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"no\": {\r\n              \"name\": \"Rustfri stålvask\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"rustfri stålvask\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"pl\": {\r\n              \"name\": \"Zlewozmywak ze stali nierdzewnej\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"zlewozmywak ze stali nierdzewnej\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"sv\": {\r\n              \"name\": \"Diskho i rostfritt stål\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"diskho i rostfritt stål\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            }\r\n          },\r\n          \"structuredViewData\": {}\r\n        },\r\n        {\r\n          \"idName\": \"PRODUCT TYPE (SAP)_#_DUSCHTASSE\",\r\n          \"type\": \"TEXT_VALUE\",\r\n          \"localization\": {\r\n            \"de\": {\r\n              \"name\": \"Duschtasse\",\r\n              \"synonyms\": [\r\n                \"d usch tasse\"\r\n              ],\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"duschtasse\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"da\": {\r\n              \"name\": \"Brusebakke\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"brusebakke\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"en\": {\r\n              \"name\": \"Shower tray\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"shower tray\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"es\": {\r\n              \"name\": \"Plato de ducha\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"plato de ducha\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fi\": {\r\n              \"name\": \"Suihkuallas\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"suihkuallas\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fr\": {\r\n              \"name\": \"Receveur de douche\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"receveur de douche\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"it\": {\r\n              \"name\": \"Piatto doccia\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"piatto doccia\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"nl\": {\r\n              \"name\": \"Douchebak\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"douchebak\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"no\": {\r\n              \"name\": \"Dusjkar\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"dusjkar\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"pl\": {\r\n              \"name\": \"Brodzik\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"brodzik\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"sv\": {\r\n              \"name\": \"Duschkar\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"duschkar\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            }\r\n          },\r\n          \"structuredViewData\": {}\r\n        },\r\n        {\r\n          \"idName\": \"PRODUCT TYPE (SAP)_#_MONO-AUSFÜHRUNG/ STANDVENTIL\",\r\n          \"type\": \"TEXT_VALUE\",\r\n          \"localization\": {\r\n            \"de\": {\r\n              \"name\": \"Mono-Ausführung / Standventil\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"mono-ausführung/ standventil\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"da\": {\r\n              \"name\": \"Mono-udførelse / søjleventil\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"mono-udførelse / søjleventil\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"en\": {\r\n              \"name\": \"Mono Version / Pillar Valve\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"mono version / pillar valve\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"es\": {\r\n              \"name\": \"Versión mono / grifo de columna\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"versión mono / grifo de columna\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fi\": {\r\n              \"name\": \"Mono-malli / pystyhana\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"mono-malli / pystyhana\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fr\": {\r\n              \"name\": \"Version mono / robinet sur colonnette\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"version mono / robinet sur colonnette\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"it\": {\r\n              \"name\": \"Versione mono / rubinetto a colonna\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"versione mono / rubinetto a colonna\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"nl\": {\r\n              \"name\": \"Mono-uitvoering / standkraan\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"mono-uitvoering / standkraan\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"no\": {\r\n              \"name\": \"Mono-utførelse / søyleventil\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"mono-utførelse / søyleventil\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"pl\": {\r\n              \"name\": \"Wersja mono / zawór stojący\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"wersja mono / zawór stojący\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"sv\": {\r\n              \"name\": \"Mono-utförande / pelarventil\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"mono-utförande / pelarventil\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            }\r\n          },\r\n          \"structuredViewData\": {}\r\n        },\r\n        {\r\n          \"idName\": \"PRODUCT TYPE (SAP)_#_ERSATZTEIL MANUELLE BETAETIGUNG\",\r\n          \"type\": \"TEXT_VALUE\",\r\n          \"localization\": {\r\n            \"de\": {\r\n              \"name\": \"Ersatzteil manuelle Betätigung\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"ersatzteil manuelle betaetigung\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"da\": {\r\n              \"name\": \"Reservedel manuel betjening\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"reservedel manuel betjening\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"en\": {\r\n              \"name\": \"Spare Part Manual Actuation\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"spare part manual actuation\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"es\": {\r\n              \"name\": \"Repuesto accionamiento manual\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"repuesto accionamiento manual\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fi\": {\r\n              \"name\": \"Varaosa manuaalinen käyttö\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"varaosa manuaalinen käyttö\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fr\": {\r\n              \"name\": \"Pièce de rechange actionnement manuel\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"pièce de rechange actionnement manuel\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"it\": {\r\n              \"name\": \"Ricambio azionamento manuale\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"ricambio azionamento manuale\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"nl\": {\r\n              \"name\": \"Reserveonderdeel handmatige bediening\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"reserveonderdeel handmatige bediening\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"no\": {\r\n              \"name\": \"Reservedel manuell betjening\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"reservedel manuell betjening\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"pl\": {\r\n              \"name\": \"Część zamienna uruchamianie ręczne\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"część zamienna uruchamianie ręczne\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"sv\": {\r\n              \"name\": \"Reservdel manuell manövrering\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"reservdel manuell manövrering\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            }\r\n          },\r\n          \"structuredViewData\": {}\r\n        },\r\n        {\r\n          \"idName\": \"PRODUCT TYPE (SAP)_#_GLAS INKL. ABLAGE\",\r\n          \"type\": \"TEXT_VALUE\",\r\n          \"localization\": {\r\n            \"de\": {\r\n              \"name\": \"Glas inkl. Ablage\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"glas inkl. ablage\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"da\": {\r\n              \"name\": \"Glas inkl. Hylde\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"glas inkl. hylde\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"en\": {\r\n              \"name\": \"Glass incl. Shelf\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"glass incl. shelf\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"es\": {\r\n              \"name\": \"Vaso con Repisa\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"vaso con repisa\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fi\": {\r\n              \"name\": \"Lasi sis. Hylly\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"lasi sis. hylly\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fr\": {\r\n              \"name\": \"Verre avec Tablette\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"verre avec tablette\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"it\": {\r\n              \"name\": \"Bicchiere con Mensola\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"bicchiere con mensola\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"nl\": {\r\n              \"name\": \"Glas incl. Planchet\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"glas incl. planchet\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"no\": {\r\n              \"name\": \"Glass inkl. Hylle\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"glass inkl. hylle\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"pl\": {\r\n              \"name\": \"Szklanka z Półką\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"szklanka z półką\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"sv\": {\r\n              \"name\": \"Glas inkl. Hylla\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"glas inkl. hylla\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            }\r\n          },\r\n          \"structuredViewData\": {}\r\n        },\r\n        {\r\n          \"idName\": \"PRODUCT TYPE (SAP)_#_SICHERHEITSMISCHBATTERIE\",\r\n          \"type\": \"TEXT_VALUE\",\r\n          \"localization\": {\r\n            \"de\": {\r\n              \"name\": \"Sicherheitsmischbatterie\",\r\n              \"synonyms\": [\r\n                \"sicherheits mischbatterie\"\r\n              ],\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"sicherheitsmischbatterie\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"da\": {\r\n              \"name\": \"Sikkerhedsblandingsbatteri\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"sikkerhedsblandingsbatteri\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"en\": {\r\n              \"name\": \"Safety mixer faucet\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"safety mixer faucet\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"es\": {\r\n              \"name\": \"Grifo mezclador de seguridad\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"grifo mezclador de seguridad\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fi\": {\r\n              \"name\": \"Turvasekoitushana\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"turvasekoitushana\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fr\": {\r\n              \"name\": \"Mitigeur de sécurité\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"mitigeur de sécurité\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"it\": {\r\n              \"name\": \"Miscelatore di sicurezza\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"miscelatore di sicurezza\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"nl\": {\r\n              \"name\": \"Veiligheidsmengkraan\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"veiligheidsmengkraan\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"no\": {\r\n              \"name\": \"Sikkerhetsblandebatteri\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"sikkerhetsblandebatteri\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"pl\": {\r\n              \"name\": \"Bateria bezpieczeństwa z mieszaczem\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"bateria bezpieczeństwa z mieszaczem\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"sv\": {\r\n              \"name\": \"Säkerhetsblandare\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"säkerhetsblandare\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            }\r\n          },\r\n          \"structuredViewData\": {}\r\n        },\r\n        {\r\n          \"idName\": \"PRODUCT TYPE (SAP)_#_SHOWER SET\",\r\n          \"type\": \"TEXT_VALUE\",\r\n          \"localization\": {\r\n            \"pl\": {\r\n              \"name\": \"Zestaw prysznicowy\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"shower set\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                },\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"zestaw prysznicowy\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                }\r\n              ]\r\n            },\r\n            \"nl\": {\r\n              \"name\": \"Doucheset\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"glijstangcombinatie\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                },\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"shower set\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                }\r\n              ]\r\n            },\r\n            \"sv\": {\r\n              \"name\": \"Duschset\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"duschset\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                },\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"shower set\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fi\": {\r\n              \"name\": \"Suihkusetti\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"shower set\"\r\n                    }\r\n                  ]\r\n                },\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"suihkusarja\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                }\r\n              ]\r\n            },\r\n            \"de\": {\r\n              \"name\": \"Duschset\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"shower set\"\r\n                    }\r\n                  ]\r\n                },\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"brausegarnitur\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                }\r\n              ]\r\n            },\r\n            \"no\": {\r\n              \"name\": \"Dusjsett\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"dusjsett\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                },\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"shower set\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"da\": {\r\n              \"name\": \"Brusesæt\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"brusesæt\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                },\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"shower set\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"it\": {\r\n              \"name\": \"Set doccia\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"set doccia\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                },\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"shower set\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"es\": {\r\n              \"name\": \"Conjunto de ducha\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"conjunto de ducha\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                },\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"shower set\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"en\": {\r\n              \"name\": \"Shower set\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"shower set\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fr\": {\r\n              \"name\": \"Set de douche\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"shower set\"\r\n                    }\r\n                  ]\r\n                },\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"ensemble de douche\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                }\r\n              ]\r\n            }\r\n          },\r\n          \"structuredViewData\": {}\r\n        },\r\n        {\r\n          \"idName\": \"PRODUCT TYPE (SAP)_#_ZUBEHÖR BADEWANNEN\",\r\n          \"type\": \"TEXT_VALUE\",\r\n          \"localization\": {\r\n            \"de\": {\r\n              \"name\": \"Zubehör Badewannen\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"zubehör badewannen\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"da\": {\r\n              \"name\": \"Tilbehør til badekar\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"tilbehør til badekar\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"en\": {\r\n              \"name\": \"Accessories for bathtubs\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"accessories for bathtubs\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"es\": {\r\n              \"name\": \"Accesorios para bañeras\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"accesorios para bañeras\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fi\": {\r\n              \"name\": \"Kylpyammeen lisävarusteet\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"kylpyammeen lisävarusteet\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fr\": {\r\n              \"name\": \"Accessoires pour baignoires\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"accessoires pour baignoires\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"it\": {\r\n              \"name\": \"Accessori per vasche da bagno\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"accessori per vasche da bagno\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"nl\": {\r\n              \"name\": \"Accessoires voor badkuipen\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"accessoires voor badkuipen\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"no\": {\r\n              \"name\": \"Tilbehør til badekar\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"tilbehør til badekar\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"pl\": {\r\n              \"name\": \"Akcesoria do wanien\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"akcesoria do wanien\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"sv\": {\r\n              \"name\": \"Tillbehör för badkar\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"tillbehör för badkar\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            }\r\n          },\r\n          \"structuredViewData\": {}\r\n        },\r\n        {\r\n          \"idName\": \"PRODUCT TYPE (SAP)_#_SEIFENSPENDER\",\r\n          \"type\": \"TEXT_VALUE\",\r\n          \"localization\": {\r\n            \"de\": {\r\n              \"name\": \"Seifenspender\",\r\n              \"synonyms\": [\r\n                \"seifen spender\"\r\n              ],\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"seifenspender\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"da\": {\r\n              \"name\": \"Sæbedispenser\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"sæbedispenser\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"en\": {\r\n              \"name\": \"Soap dispenser\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"soap dispenser\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"es\": {\r\n              \"name\": \"Dispensador de jabón\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"dispensador de jabón\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fi\": {\r\n              \"name\": \"Saippua-annostelija\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"saippua-annostelija\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fr\": {\r\n              \"name\": \"Distributeur de savon\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"distributeur de savon\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"it\": {\r\n              \"name\": \"Dispenser sapone\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"dispenser sapone\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"nl\": {\r\n              \"name\": \"Zeepdispenser\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"zeepdispenser\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"no\": {\r\n              \"name\": \"Såpedispenser\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"såpedispenser\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"pl\": {\r\n              \"name\": \"Dozownik mydła\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"dozownik mydła\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"sv\": {\r\n              \"name\": \"Tvåldispenser\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"tvåldispenser\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            }\r\n          },\r\n          \"structuredViewData\": {}\r\n        },\r\n        {\r\n          \"idName\": \"PRODUCT TYPE (SAP)_#_AQUADIMMER\",\r\n          \"type\": \"TEXT_VALUE\",\r\n          \"localization\": {\r\n            \"de\": {\r\n              \"name\": \"AQUADIMMER\",\r\n              \"synonyms\": [\r\n                \"aqua dimmer\"\r\n              ],\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"aquadimmer\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"da\": {\r\n              \"name\": \"AQUADIMMER\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"aquadimmer\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"en\": {\r\n              \"name\": \"AQUADIMMER\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"aquadimmer\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"es\": {\r\n              \"name\": \"AQUADIMMER\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"aquadimmer\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fi\": {\r\n              \"name\": \"AQUADIMMER\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"aquadimmer\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fr\": {\r\n              \"name\": \"AQUADIMMER\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"aquadimmer\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"it\": {\r\n              \"name\": \"AQUADIMMER\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"aquadimmer\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"nl\": {\r\n              \"name\": \"AQUADIMMER\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"aquadimmer\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"no\": {\r\n              \"name\": \"AQUADIMMER\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"aquadimmer\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"pl\": {\r\n              \"name\": \"AQUADIMMER\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"aquadimmer\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"sv\": {\r\n              \"name\": \"AQUADIMMER\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"aquadimmer\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            }\r\n          },\r\n          \"structuredViewData\": {}\r\n        },\r\n        {\r\n          \"idName\": \"PRODUCT TYPE (SAP)_#_LEERELEMENT\",\r\n          \"type\": \"TEXT_VALUE\",\r\n          \"localization\": {\r\n            \"de\": {\r\n              \"name\": \"Leerelement\",\r\n              \"synonyms\": [\r\n                \"leer element\"\r\n              ],\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"leerelement\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"da\": {\r\n              \"name\": \"Tomt element\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"tomt element\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"en\": {\r\n              \"name\": \"Empty Element\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"empty element\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"es\": {\r\n              \"name\": \"Elemento vacío\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"elemento vacío\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fi\": {\r\n              \"name\": \"Tyhjä elementti\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"tyhjä elementti\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fr\": {\r\n              \"name\": \"Élément vide\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"élément vide\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"it\": {\r\n              \"name\": \"Elemento vuoto\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"elemento vuoto\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"nl\": {\r\n              \"name\": \"Leeg element\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"leeg element\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"no\": {\r\n              \"name\": \"Tomt element\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"tomt element\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"pl\": {\r\n              \"name\": \"Element pusty\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"element pusty\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"sv\": {\r\n              \"name\": \"Tomt element\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"tomt element\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            }\r\n          },\r\n          \"structuredViewData\": {}\r\n        },\r\n        {\r\n          \"idName\": \"PRODUCT TYPE (SAP)_#_SANITARY TAPS\",\r\n          \"type\": \"TEXT_VALUE\",\r\n          \"localization\": {\r\n            \"pl\": {\r\n              \"name\": \"Armatura sanitarna\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"sanitary taps\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"nl\": {\r\n              \"name\": \"Sanitaire kranen\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"sanitary taps\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"sv\": {\r\n              \"name\": \"Sanitetsblandare\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"sanitary taps\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fi\": {\r\n              \"name\": \"Saniteettikalusteet\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"sanitary taps\"\r\n                    }\r\n                  ]\r\n                },\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"perinteinen hana ja venttiili\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                }\r\n              ]\r\n            },\r\n            \"de\": {\r\n              \"name\": \"Sanitärarmaturen\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"sanitary taps\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"no\": {\r\n              \"name\": \"Sanitærarmaturer\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"sanitary taps\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"da\": {\r\n              \"name\": \"Sanitetsbatterier\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"sanitary taps\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"it\": {\r\n              \"name\": \"Rubinetteria sanitaria\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"sanitary taps\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"es\": {\r\n              \"name\": \"Grifería sanitaria\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"sanitary taps\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"en\": {\r\n              \"name\": \"Sanitary taps\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"sanitary taps\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fr\": {\r\n              \"name\": \"Robinetterie sanitaire\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"sanitary taps\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            }\r\n          },\r\n          \"structuredViewData\": {}\r\n        },\r\n        {\r\n          \"idName\": \"PRODUCT TYPE (SAP)_#_WASCHTISCH - WANDHÄNGEND\",\r\n          \"type\": \"TEXT_VALUE\",\r\n          \"localization\": {\r\n            \"de\": {\r\n              \"name\": \"Waschtisch - wandhängend\",\r\n              \"synonyms\": [\r\n                \"waschtisch - wandhangend\"\r\n              ],\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"waschtisch - wandhängend\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"da\": {\r\n              \"name\": \"Håndvask - vægmonteret\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"håndvask - vægmonteret\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"en\": {\r\n              \"name\": \"Washbasin - wall-hung\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"washbasin - wall-hung\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"es\": {\r\n              \"name\": \"Lavabo - suspendido\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"lavabo - suspendido\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fi\": {\r\n              \"name\": \"Pesuallas - seinäkiinnitteinen\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"pesuallas - seinäkiinnitteinen\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fr\": {\r\n              \"name\": \"Lavabo - suspendu\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"lavabo - suspendu\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"it\": {\r\n              \"name\": \"Lavabo - sospeso\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"lavabo - sospeso\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"nl\": {\r\n              \"name\": \"Wastafel - wandhangend\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"wastafel - wandhangend\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"no\": {\r\n              \"name\": \"Servant - vegghengt\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"servant - vegghengt\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"pl\": {\r\n              \"name\": \"Umywalka - wisząca\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"umywalka - wisząca\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"sv\": {\r\n              \"name\": \"Tvättställ - vägghängt\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"tvättställ - vägghängt\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            }\r\n          },\r\n          \"structuredViewData\": {}\r\n        },\r\n        {\r\n          \"idName\": \"PRODUCT TYPE (SAP)_#_SEITENBRAUSEN\",\r\n          \"type\": \"TEXT_VALUE\",\r\n          \"localization\": {\r\n            \"de\": {\r\n              \"name\": \"Seitenbrausen\",\r\n              \"synonyms\": [\r\n                \"seiten brause\",\r\n                \"seitenbrause\"\r\n              ],\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"seitenbrausen\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"da\": {\r\n              \"name\": \"Sidebrusere\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"sidebrusere\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"en\": {\r\n              \"name\": \"Body jets\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"body jets\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"es\": {\r\n              \"name\": \"Rociadores laterales\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"rociadores laterales\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fi\": {\r\n              \"name\": \"Sivusuihkut\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"sivusuihkut\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fr\": {\r\n              \"name\": \"Jets latéraux\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"jets latéraux\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"it\": {\r\n              \"name\": \"Getti laterali\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"getti laterali\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"nl\": {\r\n              \"name\": \"Zijdouches\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"zijdouches\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"no\": {\r\n              \"name\": \"Sidedusjer\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"sidedusjer\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"pl\": {\r\n              \"name\": \"Natryski boczne\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"natryski boczne\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"sv\": {\r\n              \"name\": \"Sidoduschar\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"sidoduschar\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            }\r\n          },\r\n          \"structuredViewData\": {}\r\n        },\r\n        {\r\n          \"idName\": \"PRODUCT TYPE (SAP)_#_VENTIL, FROSTSICHER\",\r\n          \"type\": \"TEXT_VALUE\",\r\n          \"localization\": {\r\n            \"de\": {\r\n              \"name\": \"Ventil, frostsicher\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"ventil, frostsicher\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"da\": {\r\n              \"name\": \"Frostsikker ventil\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"frostsikker ventil\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"en\": {\r\n              \"name\": \"Frost-Proof Valve\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"frost-proof valve\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"es\": {\r\n              \"name\": \"Válvula antiheladas\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"válvula antiheladas\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fi\": {\r\n              \"name\": \"Pakkasenkestävä venttiili\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"pakkasenkestävä venttiili\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fr\": {\r\n              \"name\": \"Robinet antigel\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"robinet antigel\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"it\": {\r\n              \"name\": \"Valvola antigelo\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"valvola antigelo\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"nl\": {\r\n              \"name\": \"Vorstvrij ventiel\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"vorstvrij ventiel\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"no\": {\r\n              \"name\": \"Frostsikker ventil\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"frostsikker ventil\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"pl\": {\r\n              \"name\": \"Zawór mrozoodporny\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"zawór mrozoodporny\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"sv\": {\r\n              \"name\": \"Frostsäker ventil\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"frostsäker ventil\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            }\r\n          },\r\n          \"structuredViewData\": {}\r\n        },\r\n        {\r\n          \"idName\": \"PRODUCT TYPE (SAP)_#_ERSATZTEIL FÜR ZWEIGRIFFARMATUR\",\r\n          \"type\": \"TEXT_VALUE\",\r\n          \"localization\": {\r\n            \"de\": {\r\n              \"name\": \"Ersatzteil für Zweigriffarmatur\",\r\n              \"synonyms\": [\r\n                \"ersatzteil\"\r\n              ],\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"ersatzteil für zweigriffarmatur\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"da\": {\r\n              \"name\": \"Reservedel til togrebsarmatur\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"reservedel til togrebsarmatur\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"en\": {\r\n              \"name\": \"Spare Part for Two-Handle Mixer\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"spare part for two-handle mixer\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"es\": {\r\n              \"name\": \"Repuesto para grifo bimando\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"repuesto para grifo bimando\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fi\": {\r\n              \"name\": \"Varaosa kaksiotesekoittimeen\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"varaosa kaksiotesekoittimeen\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fr\": {\r\n              \"name\": \"Pièce de rechange pour mélangeur à deux poignées\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"pièce de rechange pour mélangeur à deux poignées\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"it\": {\r\n              \"name\": \"Ricambio per miscelatore bicomando\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"ricambio per miscelatore bicomando\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"nl\": {\r\n              \"name\": \"Reserveonderdeel voor tweegreepsmengkraan\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"reserveonderdeel voor tweegreepsmengkraan\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"no\": {\r\n              \"name\": \"Reservedel til togrepsbatteri\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"reservedel til togrepsbatteri\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"pl\": {\r\n              \"name\": \"Część zamienna do baterii dwuuchwytowej\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"część zamienna do baterii dwuuchwytowej\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"sv\": {\r\n              \"name\": \"Reservdel till tvågreppsblandare\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"reservdel till tvågreppsblandare\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            }\r\n          },\r\n          \"structuredViewData\": {}\r\n        },\r\n        {\r\n          \"idName\": \"PRODUCT TYPE (SAP)_#_UNTERPUTZVENTIL\",\r\n          \"type\": \"TEXT_VALUE\",\r\n          \"localization\": {\r\n            \"de\": {\r\n              \"name\": \"Unterputzventil\",\r\n              \"synonyms\": [\r\n                \"unterputz ventil\"\r\n              ],\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"unterputzventil\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"da\": {\r\n              \"name\": \"Skjult ventil\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"skjult ventil\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"en\": {\r\n              \"name\": \"Concealed Valve\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"concealed valve\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"es\": {\r\n              \"name\": \"Válvula oculta\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"válvula oculta\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fi\": {\r\n              \"name\": \"Piiloventtiili\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"piiloventtiili\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fr\": {\r\n              \"name\": \"Robinet encastré\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"robinet encastré\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"it\": {\r\n              \"name\": \"Valvola incasso\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"valvola incasso\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"nl\": {\r\n              \"name\": \"Inbouwkraan\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"inbouwkraan\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"no\": {\r\n              \"name\": \"Skjult ventil\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"skjult ventil\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"pl\": {\r\n              \"name\": \"Zawór ukryty\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"zawór ukryty\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"sv\": {\r\n              \"name\": \"Dold ventil\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"dold ventil\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            }\r\n          },\r\n          \"structuredViewData\": {}\r\n        },\r\n        {\r\n          \"idName\": \"PRODUCT TYPE (SAP)_#_ZUBEHÖR FÜR DRUCKSPÜLER\",\r\n          \"type\": \"TEXT_VALUE\",\r\n          \"localization\": {\r\n            \"de\": {\r\n              \"name\": \"Zubehör für Druckspüler\",\r\n              \"synonyms\": [\r\n                \"zubehör\"\r\n              ],\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"zubehör für druckspüler\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"da\": {\r\n              \"name\": \"Tilbehør til trykskylleventil\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"tilbehør til trykskylleventil\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"en\": {\r\n              \"name\": \"Accessories for flush valve\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"accessories for flush valve\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"es\": {\r\n              \"name\": \"Accesorios para fluxómetro\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"accesorios para fluxómetro\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fi\": {\r\n              \"name\": \"Painehuuhteluventtiilin tarvikkeet\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"painehuuhteluventtiilin tarvikkeet\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fr\": {\r\n              \"name\": \"Accessoires pour robinet de chasse\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"accessoires pour robinet de chasse\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"it\": {\r\n              \"name\": \"Accessori per flussometro\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"accessori per flussometro\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"nl\": {\r\n              \"name\": \"Accessoires voor drukspoeler\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"accessoires voor drukspoeler\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"no\": {\r\n              \"name\": \"Tilbehør til trykkspyler\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"tilbehør til trykkspyler\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"pl\": {\r\n              \"name\": \"Akcesoria do zaworu spłukującego ciśnieniowego\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"akcesoria do zaworu spłukującego ciśnieniowego\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"sv\": {\r\n              \"name\": \"Tillbehör till tryckspolare\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"tillbehör till tryckspolare\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            }\r\n          },\r\n          \"structuredViewData\": {}\r\n        },\r\n        {\r\n          \"idName\": \"PRODUCT TYPE (SAP)_#_CONSUMER ELECTRONICS\",\r\n          \"type\": \"TEXT_VALUE\",\r\n          \"localization\": {\r\n            \"pl\": {\r\n              \"name\": \"Elektronika użytkowa\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"consumer electronics\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"nl\": {\r\n              \"name\": \"Consumentenelektronica\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"consumer electronics\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"sv\": {\r\n              \"name\": \"Hemelektronik\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"consumer electronics\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fi\": {\r\n              \"name\": \"Kulutuselektroniikka\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"consumer electronics\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"de\": {\r\n              \"name\": \"Unterhaltungselektronik\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"consumer electronics\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"no\": {\r\n              \"name\": \"Forbrukerelektronikk\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"consumer electronics\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"da\": {\r\n              \"name\": \"Forbrugerelektronik\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"consumer electronics\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"it\": {\r\n              \"name\": \"Elettronica di consumo\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"consumer electronics\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"es\": {\r\n              \"name\": \"Electrónica de consumo\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"consumer electronics\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"en\": {\r\n              \"name\": \"Consumer Electronics\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"consumer electronics\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fr\": {\r\n              \"name\": \"Électronique grand public\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"consumer electronics\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            }\r\n          },\r\n          \"structuredViewData\": {}\r\n        },\r\n        {\r\n          \"idName\": \"PRODUCT TYPE (SAP)_#_ET + ZB KÜCHENSPÜLEN\",\r\n          \"type\": \"TEXT_VALUE\",\r\n          \"localization\": {\r\n            \"pl\": {\r\n              \"name\": \"SP + PP Zlewozmywaki Kuchenne\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"sp+ pp kitchen sinks\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"nl\": {\r\n              \"name\": \"SP + PP Keukenspoelbakken\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"sp+ pp kitchen sinks\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"sv\": {\r\n              \"name\": \"SP + PP Köksvaskar\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"sp+ pp kitchen sinks\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fi\": {\r\n              \"name\": \"SP + PP Keittiöaltaat\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"sp+ pp kitchen sinks\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"de\": {\r\n              \"name\": \"ET + ZB Küchenspülen\",\r\n              \"synonyms\": [\r\n                \"et und zb küchenspülen\",\r\n                \"et & zb küchenspülen\",\r\n                \"et+zb küchenspülen\",\r\n                \"et&zb küchenspülen\",\r\n                \"et + zb kuchenspulen\"\r\n              ],\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"et + zb küchenspülen\"\r\n                    }\r\n                  ]\r\n                },\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"sp+ pp kitchen sinks\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"no\": {\r\n              \"name\": \"SP + PP Kjøkkenvasker\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"sp+ pp kitchen sinks\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"da\": {\r\n              \"name\": \"SP + PP Køkkenvaske\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"sp+ pp kitchen sinks\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"it\": {\r\n              \"name\": \"SP + PP Lavelli da Cucina\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"sp+ pp kitchen sinks\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"es\": {\r\n              \"name\": \"SP + PP Fregaderos de Cocina\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"sp+ pp kitchen sinks\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"en\": {\r\n              \"name\": \"SP+ PP Kitchen Sinks\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"sp+ pp kitchen sinks\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fr\": {\r\n              \"name\": \"SP + PP Éviers de Cuisine\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"sp+ pp kitchen sinks\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            }\r\n          },\r\n          \"structuredViewData\": {}\r\n        },\r\n        {\r\n          \"idName\": \"PRODUCT TYPE (SAP)_#_ONE HAND MIXER\",\r\n          \"type\": \"TEXT_VALUE\",\r\n          \"localization\": {\r\n            \"pl\": {\r\n              \"name\": \"Bateria jednouchwytowa\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"one hand mixer\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                },\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"jednouchwytowa\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                }\r\n              ]\r\n            },\r\n            \"nl\": {\r\n              \"name\": \"Eenhandsmengkraan\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"one hand mixer\"\r\n                    }\r\n                  ]\r\n                },\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"eenhendelmengkraan\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                }\r\n              ]\r\n            },\r\n            \"sv\": {\r\n              \"name\": \"Enhandsblandare\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"one hand mixer\"\r\n                    }\r\n                  ]\r\n                },\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"ettgreppsblandare\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                }\r\n              ]\r\n            },\r\n            \"fi\": {\r\n              \"name\": \"Yksiotesekoitin\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"one hand mixer\"\r\n                    }\r\n                  ]\r\n                },\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"yksivipuinen sekoittaja\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                }\r\n              ]\r\n            },\r\n            \"de\": {\r\n              \"name\": \"Einhandmischer\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"one hand mixer\"\r\n                    }\r\n                  ]\r\n                },\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"einhandmischer\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                },\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"einhandmischer\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"no\": {\r\n              \"name\": \"Énhåndsbatteri\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"ettgrepsbatteri\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                },\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"one hand mixer\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"da\": {\r\n              \"name\": \"Énhåndsbatteri\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"etgrebsarmatur\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                },\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"one hand mixer\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"it\": {\r\n              \"name\": \"Miscelatore monocomando\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"one hand mixer\"\r\n                    }\r\n                  ]\r\n                },\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"miscelatore monocomando\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                }\r\n              ]\r\n            },\r\n            \"es\": {\r\n              \"name\": \"Mezclador monomando\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"monomando\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                },\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"one hand mixer\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"en\": {\r\n              \"name\": \"One hand mixer\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"one hand mixer\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fr\": {\r\n              \"name\": \"Mitigeur monocommande\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"mitigeur\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                },\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"one hand mixer\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            }\r\n          },\r\n          \"structuredViewData\": {}\r\n        },\r\n        {\r\n          \"idName\": \"PRODUCT TYPE (SAP)_#_CO2 FLASCHEN\",\r\n          \"type\": \"TEXT_VALUE\",\r\n          \"localization\": {\r\n            \"de\": {\r\n              \"name\": \"CO2-Flaschen\",\r\n              \"synonyms\": [\r\n                \"co2 flasche\"\r\n              ],\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"co2 flaschen\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"da\": {\r\n              \"name\": \"CO2-flasker\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"co2-flasker\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"en\": {\r\n              \"name\": \"CO2 bottles\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"co2 bottles\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"es\": {\r\n              \"name\": \"Botellas de CO2\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"botellas de co2\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fi\": {\r\n              \"name\": \"CO2-pullot\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"co2-pullot\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fr\": {\r\n              \"name\": \"Bouteilles de CO2\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"bouteilles de co2\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"it\": {\r\n              \"name\": \"Bottiglie di CO2\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"bottiglie di co2\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"nl\": {\r\n              \"name\": \"CO2-flessen\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"co2-flessen\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"no\": {\r\n              \"name\": \"CO2-flasker\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"co2-flasker\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"pl\": {\r\n              \"name\": \"Butle CO2\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"butle co2\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"sv\": {\r\n              \"name\": \"CO2-flaskor\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"co2-flaskor\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            }\r\n          },\r\n          \"structuredViewData\": {}\r\n        },\r\n        {\r\n          \"idName\": \"PRODUCT TYPE (SAP)_#_KOMBI-DUSCHSYSTEM\",\r\n          \"type\": \"TEXT_VALUE\",\r\n          \"localization\": {\r\n            \"de\": {\r\n              \"name\": \"Kombi-Duschsystem\",\r\n              \"synonyms\": [\r\n                \"kombiduschsystem\",\r\n                \"kombi-d usch system\",\r\n                \"kombi duschsystem\"\r\n              ],\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"kombi-duschsystem\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"da\": {\r\n              \"name\": \"Kombi-brusesystem\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"kombi-brusesystem\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"en\": {\r\n              \"name\": \"Combination Shower System\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"combination shower system\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"es\": {\r\n              \"name\": \"Sistema de ducha combinado\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"sistema de ducha combinado\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fi\": {\r\n              \"name\": \"Yhdistelmäsuihkujärjestelmä\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"yhdistelmäsuihkujärjestelmä\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fr\": {\r\n              \"name\": \"Système de douche combiné\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"système de douche combiné\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"it\": {\r\n              \"name\": \"Sistema doccia combinato\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"sistema doccia combinato\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"nl\": {\r\n              \"name\": \"Combi-douchesysteem\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"combi-douchesysteem\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"no\": {\r\n              \"name\": \"Kombi-dusjsystem\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"kombi-dusjsystem\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"pl\": {\r\n              \"name\": \"Kombinowany system prysznicowy\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"kombinowany system prysznicowy\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"sv\": {\r\n              \"name\": \"Kombi-duschsystem\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"kombi-duschsystem\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            }\r\n          },\r\n          \"structuredViewData\": {}\r\n        },\r\n        {\r\n          \"idName\": \"PRODUCT TYPE (SAP)_#_VALVES\",\r\n          \"type\": \"TEXT_VALUE\",\r\n          \"localization\": {\r\n            \"pl\": {\r\n              \"name\": \"Zawory\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"zawory\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                }\r\n              ]\r\n            },\r\n            \"nl\": {\r\n              \"name\": \"Kranen\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"valves\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"sv\": {\r\n              \"name\": \"Ventiler\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"valves\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fi\": {\r\n              \"name\": \"Venttiilit\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"valves\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"de\": {\r\n              \"name\": \"Ventile\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"valves\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"no\": {\r\n              \"name\": \"Ventiler\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"valves\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"da\": {\r\n              \"name\": \"Ventiler\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"valves\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"it\": {\r\n              \"name\": \"Valvole\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"valves\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"es\": {\r\n              \"name\": \"Válvulas\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"valves\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"en\": {\r\n              \"name\": \"Valves\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"valves\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fr\": {\r\n              \"name\": \"Vannes\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"valves\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            }\r\n          },\r\n          \"structuredViewData\": {}\r\n        },\r\n        {\r\n          \"idName\": \"PRODUCT TYPE (SAP)_#_GERUCHVERSCHLUSS\",\r\n          \"type\": \"TEXT_VALUE\",\r\n          \"localization\": {\r\n            \"de\": {\r\n              \"name\": \"Geruchverschluss\",\r\n              \"synonyms\": [\r\n                \"geruch verschluss\"\r\n              ],\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"geruchverschluss\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"da\": {\r\n              \"name\": \"Vandlås\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"vandlås\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"en\": {\r\n              \"name\": \"Trap\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"trap\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"es\": {\r\n              \"name\": \"Sifón\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"sifón\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fi\": {\r\n              \"name\": \"Hajulukko\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"hajulukko\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fr\": {\r\n              \"name\": \"Siphon\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"siphon\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"it\": {\r\n              \"name\": \"Sifone\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"sifone\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"nl\": {\r\n              \"name\": \"Sifon\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"sifon\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"no\": {\r\n              \"name\": \"Vannlås\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"vannlås\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"pl\": {\r\n              \"name\": \"Syfon\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"syfon\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"sv\": {\r\n              \"name\": \"Vattenlås\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"vattenlås\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            }\r\n          },\r\n          \"structuredViewData\": {}\r\n        },\r\n        {\r\n          \"idName\": \"PRODUCT TYPE (SAP)_#_BRAUSEARM\",\r\n          \"type\": \"TEXT_VALUE\",\r\n          \"localization\": {\r\n            \"de\": {\r\n              \"name\": \"Brausearm\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"brausearm\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"da\": {\r\n              \"name\": \"Bruserarm\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"bruserarm\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"en\": {\r\n              \"name\": \"Shower arm\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"shower arm\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"es\": {\r\n              \"name\": \"Brazo de ducha\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"brazo de ducha\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fi\": {\r\n              \"name\": \"Suihkuvarsi\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"suihkuvarsi\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fr\": {\r\n              \"name\": \"Bras de douche\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"bras de douche\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"it\": {\r\n              \"name\": \"Braccio doccia\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"braccio doccia\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"nl\": {\r\n              \"name\": \"Douchearm\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"douchearm\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"no\": {\r\n              \"name\": \"Dusjarm\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"dusjarm\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"pl\": {\r\n              \"name\": \"Ramię natryskowe\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"ramię natryskowe\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"sv\": {\r\n              \"name\": \"Duscharm\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"duscharm\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            }\r\n          },\r\n          \"structuredViewData\": {}\r\n        },\r\n        {\r\n          \"idName\": \"PRODUCT TYPE (SAP)_#_KLEIDERSTÄNDER\",\r\n          \"type\": \"TEXT_VALUE\",\r\n          \"localization\": {\r\n            \"de\": {\r\n              \"name\": \"Kleiderständer\",\r\n              \"synonyms\": [\r\n                \"kl eider stander\",\r\n                \"kleiderstander\",\r\n                \"kl eider ständer\"\r\n              ],\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"kleiderständer\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"da\": {\r\n              \"name\": \"Tøjstativ\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"tøjstativ\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"en\": {\r\n              \"name\": \"Clothes Stand\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"clothes stand\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"es\": {\r\n              \"name\": \"Perchero\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"perchero\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fi\": {\r\n              \"name\": \"Vaateripustin\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"vaateripustin\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fr\": {\r\n              \"name\": \"Porte-vêtements\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"porte-vêtements\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"it\": {\r\n              \"name\": \"Appendiabiti\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"appendiabiti\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"nl\": {\r\n              \"name\": \"Kledingstandaard\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"kledingstandaard\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"no\": {\r\n              \"name\": \"Klesstativ\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"klesstativ\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"pl\": {\r\n              \"name\": \"Stojak na ubrania\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"stojak na ubrania\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"sv\": {\r\n              \"name\": \"Klädställning\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"klädställning\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            }\r\n          },\r\n          \"structuredViewData\": {}\r\n        },\r\n        {\r\n          \"idName\": \"PRODUCT TYPE (SAP)_#_METALLSCHLAUCH\",\r\n          \"type\": \"TEXT_VALUE\",\r\n          \"localization\": {\r\n            \"de\": {\r\n              \"name\": \"Metallschlauch\",\r\n              \"synonyms\": [\r\n                \"metall schlauch\"\r\n              ],\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"metallschlauch\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"da\": {\r\n              \"name\": \"Metalslange\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"metalslange\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"en\": {\r\n              \"name\": \"Metal Hose\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"metal hose\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"es\": {\r\n              \"name\": \"Flexo metálico\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"flexo metálico\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fi\": {\r\n              \"name\": \"Metalliletku\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"metalliletku\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fr\": {\r\n              \"name\": \"Flexible métallique\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"flexible métallique\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"it\": {\r\n              \"name\": \"Flessibile metallico\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"flessibile metallico\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"nl\": {\r\n              \"name\": \"Metaalslang\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"metaalslang\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"no\": {\r\n              \"name\": \"Metallslange\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"metallslange\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"pl\": {\r\n              \"name\": \"Wąż metalowy\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"wąż metalowy\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"sv\": {\r\n              \"name\": \"Metallslang\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"metallslang\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            }\r\n          },\r\n          \"structuredViewData\": {}\r\n        },\r\n        {\r\n          \"idName\": \"PRODUCT TYPE (SAP)_#_EINHANDMISCHER UNTERPUTZ\",\r\n          \"type\": \"TEXT_VALUE\",\r\n          \"localization\": {\r\n            \"de\": {\r\n              \"name\": \"Einhandmischer Unterputz\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"einhandmischer unterputz\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"da\": {\r\n              \"name\": \"Etgrebsblander indbygning\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"etgrebsblander indbygning\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"en\": {\r\n              \"name\": \"Single Lever Mixer Concealed\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"single lever mixer concealed\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"es\": {\r\n              \"name\": \"Monomando empotrado\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"monomando empotrado\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fi\": {\r\n              \"name\": \"Yksiotesekoitin uppoasennus\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"yksiotesekoitin uppoasennus\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fr\": {\r\n              \"name\": \"Mitigeur monocommande encastré\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"mitigeur monocommande encastré\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"it\": {\r\n              \"name\": \"Miscelatore monocomando incasso\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"miscelatore monocomando incasso\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"nl\": {\r\n              \"name\": \"Eengreepsmengkraan inbouw\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"eengreepsmengkraan inbouw\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"no\": {\r\n              \"name\": \"Ettgrepsbatteri innbygging\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"ettgrepsbatteri innbygging\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"pl\": {\r\n              \"name\": \"Bateria jednouchwytowa podtynkowa\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"bateria jednouchwytowa podtynkowa\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"sv\": {\r\n              \"name\": \"Engreppsblandare dold montering\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"engreppsblandare dold montering\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            }\r\n          },\r\n          \"structuredViewData\": {}\r\n        },\r\n        {\r\n          \"idName\": \"PRODUCT TYPE (SAP)_#_BUNDLE ELEMENT + WC KERAMIK\",\r\n          \"type\": \"TEXT_VALUE\",\r\n          \"localization\": {\r\n            \"de\": {\r\n              \"name\": \"Bundle Element + WC-Keramik\",\r\n              \"synonyms\": [\r\n                \"bundle element+wc keramik\",\r\n                \"bundle element&wc keramik\"\r\n              ],\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"bundle element + wc keramik\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"da\": {\r\n              \"name\": \"Bundtelement + WC-keramik\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"bundtelement + wc-keramik\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"en\": {\r\n              \"name\": \"Bundle element + WC ceramic\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"bundle element + wc ceramic\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"es\": {\r\n              \"name\": \"Conjunto elemento + cerámica WC\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"conjunto elemento + cerámica wc\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fi\": {\r\n              \"name\": \"Paketti elementti + WC-keramiikka\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"paketti elementti + wc-keramiikka\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fr\": {\r\n              \"name\": \"Pack élément + céramique WC\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"pack élément + céramique wc\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"it\": {\r\n              \"name\": \"Bundle elemento + ceramica WC\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"bundle elemento + ceramica wc\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"nl\": {\r\n              \"name\": \"Bundel element + WC-keramiek\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"bundel element + wc-keramiek\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"no\": {\r\n              \"name\": \"Bundtelement + WC-keramikk\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"bundtelement + wc-keramikk\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"pl\": {\r\n              \"name\": \"Zestaw element + ceramika WC\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"zestaw element + ceramika wc\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"sv\": {\r\n              \"name\": \"Paketelement + WC-keramik\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"paketelement + wc-keramik\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            }\r\n          },\r\n          \"structuredViewData\": {}\r\n        },\r\n        {\r\n          \"idName\": \"PRODUCT TYPE (SAP)_#_ELECTRIC SHOWER\",\r\n          \"type\": \"TEXT_VALUE\",\r\n          \"localization\": {\r\n            \"pl\": {\r\n              \"name\": \"Prysznic elektryczny\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"electric shower\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                }\r\n              ]\r\n            },\r\n            \"nl\": {\r\n              \"name\": \"Elektrische douche\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"electric shower\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                }\r\n              ]\r\n            },\r\n            \"sv\": {\r\n              \"name\": \"Elektrisk dusch\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"electric shower\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                }\r\n              ]\r\n            },\r\n            \"fi\": {\r\n              \"name\": \"Sähkösuihku\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"electric shower\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                }\r\n              ]\r\n            },\r\n            \"de\": {\r\n              \"name\": \"Elektrische Dusche\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"electric shower\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                }\r\n              ]\r\n            },\r\n            \"no\": {\r\n              \"name\": \"Elektrisk dusj\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"electric shower\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                }\r\n              ]\r\n            },\r\n            \"da\": {\r\n              \"name\": \"Elektrisk bruser\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"electric shower\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                }\r\n              ]\r\n            },\r\n            \"it\": {\r\n              \"name\": \"Doccia elettrica\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"electric shower\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                }\r\n              ]\r\n            },\r\n            \"es\": {\r\n              \"name\": \"Ducha eléctrica\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"electric shower\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                }\r\n              ]\r\n            },\r\n            \"en\": {\r\n              \"name\": \"Electric Shower\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"electric shower\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                }\r\n              ]\r\n            },\r\n            \"fr\": {\r\n              \"name\": \"Douche électrique\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"electric shower\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                }\r\n              ]\r\n            }\r\n          },\r\n          \"structuredViewData\": {}\r\n        },\r\n        {\r\n          \"idName\": \"PRODUCT TYPE (SAP)_#_MEHRWEGEUMSTELLUNG - KOMPLETT\",\r\n          \"type\": \"TEXT_VALUE\",\r\n          \"localization\": {\r\n            \"de\": {\r\n              \"name\": \"Mehrwegeumstellung - Komplett\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"mehrwegeumstellung - komplett\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"da\": {\r\n              \"name\": \"Flerveisomskifter - komplet\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"flerveisomskifter - komplet\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"en\": {\r\n              \"name\": \"Multi-Way Diverter - Complete\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"multi-way diverter - complete\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"es\": {\r\n              \"name\": \"Desviador multivía - completo\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"desviador multivía - completo\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fi\": {\r\n              \"name\": \"Monivalintaohjain - täydellinen\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"monivalintaohjain - täydellinen\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fr\": {\r\n              \"name\": \"Inverseur multi-voies - complet\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"inverseur multi-voies - complet\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"it\": {\r\n              \"name\": \"Deviatore multivia - completo\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"deviatore multivia - completo\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"nl\": {\r\n              \"name\": \"Meerwegomschakeling - compleet\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"meerwegomschakeling - compleet\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"no\": {\r\n              \"name\": \"Flerveisomstiller - komplett\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"flerveisomstiller - komplett\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"pl\": {\r\n              \"name\": \"Przełącznik wielodrożny - kompletny\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"przełącznik wielodrożny - kompletny\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"sv\": {\r\n              \"name\": \"Flervägsomkopplare - komplett\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"flervägsomkopplare - komplett\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            }\r\n          },\r\n          \"structuredViewData\": {}\r\n        },\r\n        {\r\n          \"idName\": \"PRODUCT TYPE (SAP)_#_MEHRWEGEUMSTELLUNGEN\",\r\n          \"type\": \"TEXT_VALUE\",\r\n          \"localization\": {\r\n            \"pl\": {\r\n              \"name\": \"Przełącznik\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"przełącznik\"\r\n                    }\r\n                  ]\r\n                },\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"diverter\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"nl\": {\r\n              \"name\": \"Omstelling\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"omstelling\"\r\n                    }\r\n                  ]\r\n                },\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"diverter\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"sv\": {\r\n              \"name\": \"Flervägsomkopplare\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"diverter\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fi\": {\r\n              \"name\": \"Monivalintaohjaimet\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"diverter\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"de\": {\r\n              \"name\": \"Mehrwegeumstellungen\",\r\n              \"synonyms\": [\r\n                \"mehrwege umstellung\",\r\n                \"mehrwegeumstellung\"\r\n              ],\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"mehrwegeumstellungen\"\r\n                    }\r\n                  ]\r\n                },\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"diverter\"\r\n                    }\r\n                  ]\r\n                },\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"umstellung\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"no\": {\r\n              \"name\": \"Flerveisomstillere\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"diverter\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"da\": {\r\n              \"name\": \"Flerveisomskiftere\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"diverter\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"it\": {\r\n              \"name\": \"Deviatori\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"diverter\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"es\": {\r\n              \"name\": \"Desviadores\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"diverter\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"en\": {\r\n              \"name\": \"Diverter\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"diverter\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fr\": {\r\n              \"name\": \"Inverseurs multi-voies\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"diverter\"\r\n                    }\r\n                  ]\r\n                },\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"inverseur\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                }\r\n              ]\r\n            }\r\n          },\r\n          \"structuredViewData\": {}\r\n        },\r\n        {\r\n          \"idName\": \"PRODUCT TYPE (SAP)_#_KOPFBRAUSENSET\",\r\n          \"type\": \"TEXT_VALUE\",\r\n          \"localization\": {\r\n            \"de\": {\r\n              \"name\": \"Kopfbrausenset\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"kopfbrausenset\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"da\": {\r\n              \"name\": \"Hovedbrusersæt\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"hovedbrusersæt\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"en\": {\r\n              \"name\": \"Head Shower Set\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"head shower set\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"es\": {\r\n              \"name\": \"Set de ducha de techo\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"set de ducha de techo\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fi\": {\r\n              \"name\": \"Yläsuihkusetti\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"yläsuihkusetti\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fr\": {\r\n              \"name\": \"Set de douche de tête\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"set de douche de tête\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"it\": {\r\n              \"name\": \"Set soffione\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"set soffione\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"nl\": {\r\n              \"name\": \"Hoofddoucheset\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"hoofddoucheset\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"no\": {\r\n              \"name\": \"Hodedusjsett\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"hodedusjsett\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"pl\": {\r\n              \"name\": \"Zestaw deszczownicy\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"zestaw deszczownicy\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"sv\": {\r\n              \"name\": \"Takduschset\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"takduschset\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            }\r\n          },\r\n          \"structuredViewData\": {}\r\n        },\r\n        {\r\n          \"idName\": \"PRODUCT TYPE (SAP)_#_ERSATZTEIL FÜR THERMOSTAT\",\r\n          \"type\": \"TEXT_VALUE\",\r\n          \"localization\": {\r\n            \"de\": {\r\n              \"name\": \"Ersatzteil für Thermostat\",\r\n              \"synonyms\": [\r\n                \"ersatzteil\",\r\n                \"ersatzteil fur thermostat\"\r\n              ],\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"ersatzteil für thermostat\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"da\": {\r\n              \"name\": \"Reservedel til termostat\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"reservedel til termostat\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"en\": {\r\n              \"name\": \"Spare Part for Thermostat\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"spare part for thermostat\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"es\": {\r\n              \"name\": \"Repuesto para termostato\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"repuesto para termostato\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fi\": {\r\n              \"name\": \"Varaosa termostaattiin\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"varaosa termostaattiin\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fr\": {\r\n              \"name\": \"Pièce de rechange pour thermostat\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"pièce de rechange pour thermostat\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"it\": {\r\n              \"name\": \"Ricambio per termostato\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"ricambio per termostato\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"nl\": {\r\n              \"name\": \"Reserveonderdeel voor thermostaat\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"reserveonderdeel voor thermostaat\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"no\": {\r\n              \"name\": \"Reservedel til termostat\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"reservedel til termostat\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"pl\": {\r\n              \"name\": \"Część zamienna do termostatu\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"część zamienna do termostatu\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"sv\": {\r\n              \"name\": \"Reservdel till termostat\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"reservdel till termostat\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            }\r\n          },\r\n          \"structuredViewData\": {}\r\n        },\r\n        {\r\n          \"idName\": \"PRODUCT TYPE (SAP)_#_STRAHLREGLER\",\r\n          \"type\": \"TEXT_VALUE\",\r\n          \"localization\": {\r\n            \"de\": {\r\n              \"name\": \"Strahlregler\",\r\n              \"synonyms\": [\r\n                \"strahl regler\"\r\n              ],\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"strahlregler\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"da\": {\r\n              \"name\": \"Perlator\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"perlator\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"en\": {\r\n              \"name\": \"Aerator\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"aerator\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"es\": {\r\n              \"name\": \"Aireador\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"aireador\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fi\": {\r\n              \"name\": \"Poresuutin\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"poresuutin\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fr\": {\r\n              \"name\": \"Mousseur\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"mousseur\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"it\": {\r\n              \"name\": \"Aeratore\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"aeratore\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"nl\": {\r\n              \"name\": \"Straalregelaar\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"straalregelaar\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"no\": {\r\n              \"name\": \"Perlator\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"perlator\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"pl\": {\r\n              \"name\": \"Perlator\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"perlator\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"sv\": {\r\n              \"name\": \"Strålsamlare\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"strålsamlare\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            }\r\n          },\r\n          \"structuredViewData\": {}\r\n        },\r\n        {\r\n          \"idName\": \"PRODUCT TYPE (SAP)_#_UNTERPUTZKÖRPER\",\r\n          \"type\": \"TEXT_VALUE\",\r\n          \"localization\": {\r\n            \"de\": {\r\n              \"name\": \"Unterputzkörper\",\r\n              \"synonyms\": [\r\n                \"unter putzkörper\",\r\n                \"unterputzkorper\",\r\n                \"unter putzkorper\"\r\n              ],\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"unterputzkörper\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"da\": {\r\n              \"name\": \"Indbygningsdel\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"indbygningsdel\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"en\": {\r\n              \"name\": \"Concealed Body\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"concealed body\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"es\": {\r\n              \"name\": \"Cuerpo empotrado\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"cuerpo empotrado\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fi\": {\r\n              \"name\": \"Uppoasennusrunko\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"uppoasennusrunko\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fr\": {\r\n              \"name\": \"Corps encastré\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"corps encastré\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"it\": {\r\n              \"name\": \"Corpo incasso\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"corpo incasso\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"nl\": {\r\n              \"name\": \"Inbouwlichaam\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"inbouwlichaam\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"no\": {\r\n              \"name\": \"Innbyggingskropp\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"innbyggingskropp\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"pl\": {\r\n              \"name\": \"Korpus podtynkowy\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"korpus podtynkowy\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"sv\": {\r\n              \"name\": \"Inbyggnadskropp\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"inbyggnadskropp\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            }\r\n          },\r\n          \"structuredViewData\": {}\r\n        },\r\n        {\r\n          \"idName\": \"PRODUCT TYPE (SAP)_#_RANGE OF SPAREPART + PARTS AND\",\r\n          \"type\": \"TEXT_VALUE\",\r\n          \"localization\": {\r\n            \"de\": {\r\n              \"name\": \"Ersatzteilsortiment + Teile und\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"range of sparepart + parts and\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"it\": {\r\n              \"name\": \"Gamma di ricambi + parti e\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"range of sparepart + parts and\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"da\": {\r\n              \"name\": \"Reservedelssortiment + dele og\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"reservedelssortiment + dele og\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"en\": {\r\n              \"name\": \"Range of Spare Parts + Parts and\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"range of spare parts + parts and\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"es\": {\r\n              \"name\": \"Gama de repuestos + piezas y\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"gama de repuestos + piezas y\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fi\": {\r\n              \"name\": \"Varaosavalikoima + osat ja\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"varaosavalikoima + osat ja\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fr\": {\r\n              \"name\": \"Gamme de pièces détachées + pièces et\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"gamme de pièces détachées + pièces et\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"nl\": {\r\n              \"name\": \"Reserveonderdelensortiment + onderdelen en\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"reserveonderdelensortiment + onderdelen en\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"no\": {\r\n              \"name\": \"Reservedelssortiment + deler og\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"reservedelssortiment + deler og\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"pl\": {\r\n              \"name\": \"Asortyment części zamiennych + części i\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"asortyment części zamiennych + części i\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"sv\": {\r\n              \"name\": \"Reservdelssortiment + delar och\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"reservdelssortiment + delar och\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            }\r\n          },\r\n          \"structuredViewData\": {}\r\n        },\r\n        {\r\n          \"idName\": \"PRODUCT TYPE (SAP)_#_ZUBEHÖR KÜCHENARMATUREN\",\r\n          \"type\": \"TEXT_VALUE\",\r\n          \"localization\": {\r\n            \"pl\": {\r\n              \"name\": \"Accessories Kitchen\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"accessories kitchen\"\r\n                    }\r\n                  ]\r\n                },\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"accessories for kitchen faucets\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"nl\": {\r\n              \"name\": \"Keuken accessoires\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"keuken accessoires\"\r\n                    }\r\n                  ]\r\n                },\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"accessories for kitchen faucets\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"sv\": {\r\n              \"name\": \"Tillbehör till köksblandare\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"accessories for kitchen faucets\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fi\": {\r\n              \"name\": \"Keittiöhanojen tarvikkeet\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"accessories for kitchen faucets\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"de\": {\r\n              \"name\": \"Zubehör Küchenarmaturen\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"zubehör küchenarmaturen\"\r\n                    }\r\n                  ]\r\n                },\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"accessories for kitchen faucets\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"no\": {\r\n              \"name\": \"Tilbehør til kjøkkenbatterier\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"accessories for kitchen faucets\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"da\": {\r\n              \"name\": \"Tilbehør til køkkenarmaturer\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"accessories for kitchen faucets\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"it\": {\r\n              \"name\": \"Accessori per rubinetteria da cucina\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"accessories for kitchen faucets\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"es\": {\r\n              \"name\": \"Accesorios para grifería de cocina\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"accessories for kitchen faucets\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"en\": {\r\n              \"name\": \"Accessories for kitchen faucets\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"accessories for kitchen faucets\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fr\": {\r\n              \"name\": \"Accessoires cuisine\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"accessoires cuisine\"\r\n                    }\r\n                  ]\r\n                },\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"accessories for kitchen faucets\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            }\r\n          },\r\n          \"structuredViewData\": {}\r\n        },\r\n        {\r\n          \"idName\": \"PRODUCT TYPE (SAP)_#_INSTALLATIONSEINHEIT\",\r\n          \"type\": \"TEXT_VALUE\",\r\n          \"localization\": {\r\n            \"pl\": {\r\n              \"name\": \"Jednostka instalacyjna\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"installation unit\"\r\n                    }\r\n                  ]\r\n                },\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"jednostka instalacyjna\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"nl\": {\r\n              \"name\": \"Inbouwbox\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"inbouwbox\"\r\n                    }\r\n                  ]\r\n                },\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"installation unit\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"sv\": {\r\n              \"name\": \"Installationsenhet\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"installation unit\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fi\": {\r\n              \"name\": \"Asennusyksikkö\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"installation unit\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"de\": {\r\n              \"name\": \"Installationseinheit\",\r\n              \"synonyms\": [\r\n                \"installations einheit\"\r\n              ],\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"installation unit\"\r\n                    }\r\n                  ]\r\n                },\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"installationseinheit\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"no\": {\r\n              \"name\": \"Installasjonsenhet\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"installation unit\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"da\": {\r\n              \"name\": \"Installationsenhed\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"installation unit\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"it\": {\r\n              \"name\": \"Unità di Installazione\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"installation unit\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"es\": {\r\n              \"name\": \"Unidad de Instalación\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"installation unit\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"en\": {\r\n              \"name\": \"Installation unit\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"installation unit\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fr\": {\r\n              \"name\": \"Unité d'Installation\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"installation unit\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            }\r\n          },\r\n          \"structuredViewData\": {}\r\n        },\r\n        {\r\n          \"idName\": \"PRODUCT TYPE (SAP)_#_UMSTELLUNG - OBERBAU\",\r\n          \"type\": \"TEXT_VALUE\",\r\n          \"localization\": {\r\n            \"de\": {\r\n              \"name\": \"Umstellung - Oberbau\",\r\n              \"synonyms\": [\r\n                \"umstellungoberbau\"\r\n              ],\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"umstellung - oberbau\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"da\": {\r\n              \"name\": \"Omskifter - overbygning\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"omskifter - overbygning\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"en\": {\r\n              \"name\": \"Diverter - Trim\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"diverter - trim\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"es\": {\r\n              \"name\": \"Desviador - embellecedor\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"desviador - embellecedor\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fi\": {\r\n              \"name\": \"Vaihtaja - pintaosa\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"vaihtaja - pintaosa\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fr\": {\r\n              \"name\": \"Inverseur - partie supérieure\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"inverseur - partie supérieure\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"it\": {\r\n              \"name\": \"Deviatore - parte superiore\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"deviatore - parte superiore\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"nl\": {\r\n              \"name\": \"Omschakelaar - bovenbouw\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"omschakelaar - bovenbouw\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"no\": {\r\n              \"name\": \"Omstiller - overbygning\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"omstiller - overbygning\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"pl\": {\r\n              \"name\": \"Przełącznik - część górna\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"przełącznik - część górna\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"sv\": {\r\n              \"name\": \"Omställare - överdel\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"omställare - överdel\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            }\r\n          },\r\n          \"structuredViewData\": {}\r\n        },\r\n        {\r\n          \"idName\": \"PRODUCT TYPE (SAP)_#_GROHE SPA MODULE\",\r\n          \"type\": \"TEXT_VALUE\",\r\n          \"localization\": {\r\n            \"de\": {\r\n              \"name\": \"GROHE SPA Module\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"grohe spa module\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"da\": {\r\n              \"name\": \"GROHE SPA Module\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"grohe spa module\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"en\": {\r\n              \"name\": \"GROHE SPA Module\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"grohe spa module\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"es\": {\r\n              \"name\": \"GROHE SPA Module\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"grohe spa module\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fi\": {\r\n              \"name\": \"GROHE SPA Module\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"grohe spa module\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fr\": {\r\n              \"name\": \"GROHE SPA Module\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"grohe spa module\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"it\": {\r\n              \"name\": \"GROHE SPA Module\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"grohe spa module\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"nl\": {\r\n              \"name\": \"GROHE SPA Module\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"grohe spa module\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"no\": {\r\n              \"name\": \"GROHE SPA Module\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"grohe spa module\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"pl\": {\r\n              \"name\": \"GROHE SPA Module\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"grohe spa module\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"sv\": {\r\n              \"name\": \"GROHE SPA Module\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"grohe spa module\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            }\r\n          },\r\n          \"structuredViewData\": {}\r\n        },\r\n        {\r\n          \"idName\": \"PRODUCT TYPE (SAP)_#_SP + PP FITTINGS + SHOWERS\",\r\n          \"type\": \"TEXT_VALUE\",\r\n          \"localization\": {\r\n            \"pl\": {\r\n              \"name\": \"SP + PP Armatura + Prysznice\",\r\n              \"synonyms\": [\r\n                \"sp+pp fittings+showers\",\r\n                \"sp&pp fittings&showers\"\r\n              ],\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"sp + pp fittings + showers\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                }\r\n              ]\r\n            },\r\n            \"nl\": {\r\n              \"name\": \"SP + PP Kranen + Douches\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"sp + pp fittings + showers\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                }\r\n              ]\r\n            },\r\n            \"sv\": {\r\n              \"name\": \"SP + PP Armaturer + Duschar\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"sp + pp fittings + showers\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                }\r\n              ]\r\n            },\r\n            \"fi\": {\r\n              \"name\": \"SP + PP Hanat + Suihkut\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"sp + pp fittings + showers\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                }\r\n              ]\r\n            },\r\n            \"de\": {\r\n              \"name\": \"ET + ZB Armaturen + Brausen\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"sp + pp fittings + showers\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                }\r\n              ]\r\n            },\r\n            \"no\": {\r\n              \"name\": \"SP + PP Armaturer + Dusjer\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"sp + pp fittings + showers\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                }\r\n              ]\r\n            },\r\n            \"da\": {\r\n              \"name\": \"SP + PP Armaturer + Brusere\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"sp + pp fittings + showers\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                }\r\n              ]\r\n            },\r\n            \"it\": {\r\n              \"name\": \"SP + PP Rubinetteria + Docce\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"sp + pp fittings + showers\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                }\r\n              ]\r\n            },\r\n            \"es\": {\r\n              \"name\": \"SP + PP Grifería + Duchas\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"sp + pp fittings + showers\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                }\r\n              ]\r\n            },\r\n            \"en\": {\r\n              \"name\": \"SP + PP Fittings + Showers\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"sp + pp fittings + showers\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                }\r\n              ]\r\n            },\r\n            \"fr\": {\r\n              \"name\": \"SP + PP Robinetterie + Douches\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"sp + pp fittings + showers\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                }\r\n              ]\r\n            }\r\n          },\r\n          \"structuredViewData\": {}\r\n        },\r\n        {\r\n          \"idName\": \"PRODUCT TYPE (SAP)_#_WC M.SPÜLKASTEN (2-TEILIG)\",\r\n          \"type\": \"TEXT_VALUE\",\r\n          \"localization\": {\r\n            \"de\": {\r\n              \"name\": \"WC m. Spülkasten (2-teilig)\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"wc m.spülkasten (2-teilig)\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"da\": {\r\n              \"name\": \"WC med cisterne (2-delt)\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"wc med cisterne (2-delt)\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"en\": {\r\n              \"name\": \"WC with cistern (2-piece)\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"wc with cistern (2-piece)\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"es\": {\r\n              \"name\": \"WC con cisterna (2 piezas)\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"wc con cisterna (2 piezas)\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fi\": {\r\n              \"name\": \"WC huuhtelusäiliöllä (2-osainen)\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"wc huuhtelusäiliöllä (2-osainen)\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fr\": {\r\n              \"name\": \"WC avec réservoir (2 pièces)\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"wc avec réservoir (2 pièces)\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"it\": {\r\n              \"name\": \"WC con cassetta (2 pezzi)\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"wc con cassetta (2 pezzi)\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"nl\": {\r\n              \"name\": \"WC met stortbak (2-delig)\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"wc met stortbak (2-delig)\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"no\": {\r\n              \"name\": \"WC med sisterne (2-delt)\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"wc med sisterne (2-delt)\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"pl\": {\r\n              \"name\": \"WC ze spłuczką (2-częściowy)\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"wc ze spłuczką (2-częściowy)\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"sv\": {\r\n              \"name\": \"WC med cistern (2-delat)\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"wc med cistern (2-delat)\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            }\r\n          },\r\n          \"structuredViewData\": {}\r\n        },\r\n        {\r\n          \"idName\": \"PRODUCT TYPE (SAP)_#_WC - WANDHÄNGEND\",\r\n          \"type\": \"TEXT_VALUE\",\r\n          \"localization\": {\r\n            \"de\": {\r\n              \"name\": \"WC - wandhängend\",\r\n              \"synonyms\": [\r\n                \"wc - wandhangend\"\r\n              ],\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"wc - wandhängend\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"da\": {\r\n              \"name\": \"WC - vægmonteret\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"wc - vægmonteret\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"en\": {\r\n              \"name\": \"WC - wall-hung\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"wc - wall-hung\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"es\": {\r\n              \"name\": \"WC - suspendido\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"wc - suspendido\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fi\": {\r\n              \"name\": \"WC - seinään kiinnitettävä\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"wc - seinään kiinnitettävä\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fr\": {\r\n              \"name\": \"WC - suspendu\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"wc - suspendu\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"it\": {\r\n              \"name\": \"WC - sospeso\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"wc - sospeso\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"nl\": {\r\n              \"name\": \"WC - wandhangend\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"wc - wandhangend\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"no\": {\r\n              \"name\": \"WC - vegghengt\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"wc - vegghengt\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"pl\": {\r\n              \"name\": \"WC - podwieszane\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"wc - podwieszane\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"sv\": {\r\n              \"name\": \"WC - vägghängt\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"wc - vägghängt\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            }\r\n          },\r\n          \"structuredViewData\": {}\r\n        },\r\n        {\r\n          \"idName\": \"PRODUCT TYPE (SAP)_#_WCS UND URINALE\",\r\n          \"type\": \"TEXT_VALUE\",\r\n          \"localization\": {\r\n            \"pl\": {\r\n              \"name\": \"WC i pisuary\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"wcs + urinals\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"nl\": {\r\n              \"name\": \"WCs + urinoirs\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"wcs + urinoirs\"\r\n                    }\r\n                  ]\r\n                },\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"wcs + urinals\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                }\r\n              ]\r\n            },\r\n            \"sv\": {\r\n              \"name\": \"WC och urinaler\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"wcs + urinals\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fi\": {\r\n              \"name\": \"WC-istuimet ja urinaalit\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"wcs + urinals\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"de\": {\r\n              \"name\": \"WCs und Urinale\",\r\n              \"synonyms\": [\r\n                \"wcs & urinale\",\r\n                \"wcs und urinal\",\r\n                \"wcs + urinale\",\r\n                \"wcs+urinale\",\r\n                \"wcs&urinale\"\r\n              ],\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"wcs + urinals\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                },\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"wcs und urinale\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"no\": {\r\n              \"name\": \"WC-er og urinaler\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"wcs + urinals\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"da\": {\r\n              \"name\": \"WC'er og urinaler\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"wcs + urinals\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"it\": {\r\n              \"name\": \"WC e orinatoi\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"wcs + urinals\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"es\": {\r\n              \"name\": \"WCs y urinarios\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"wcs + urinals\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"en\": {\r\n              \"name\": \"WCs + Urinals\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"wcs + urinals\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fr\": {\r\n              \"name\": \"WC et urinoirs\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"wcs + urinals\"\r\n                    }\r\n                  ]\r\n                },\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"toilettes + urinoirs\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                }\r\n              ]\r\n            }\r\n          },\r\n          \"structuredViewData\": {}\r\n        },\r\n        {\r\n          \"idName\": \"PRODUCT TYPE (SAP)_#_ERSATZTEIL EGGEMANN\",\r\n          \"type\": \"TEXT_VALUE\",\r\n          \"localization\": {\r\n            \"de\": {\r\n              \"name\": \"Ersatzteil Eggemann\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"ersatzteil eggemann\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"da\": {\r\n              \"name\": \"Reservedel Eggemann\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"reservedel eggemann\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"en\": {\r\n              \"name\": \"Spare Part Eggemann\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"spare part eggemann\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"es\": {\r\n              \"name\": \"Repuesto Eggemann\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"repuesto eggemann\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fi\": {\r\n              \"name\": \"Varaosa Eggemann\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"varaosa eggemann\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fr\": {\r\n              \"name\": \"Pièce de rechange Eggemann\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"pièce de rechange eggemann\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"it\": {\r\n              \"name\": \"Ricambio Eggemann\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"ricambio eggemann\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"nl\": {\r\n              \"name\": \"Reserveonderdeel Eggemann\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"reserveonderdeel eggemann\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"no\": {\r\n              \"name\": \"Reservedel Eggemann\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"reservedel eggemann\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"pl\": {\r\n              \"name\": \"Część zamienna Eggemann\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"część zamienna eggemann\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"sv\": {\r\n              \"name\": \"Reservdel Eggemann\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"reservdel eggemann\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            }\r\n          },\r\n          \"structuredViewData\": {}\r\n        },\r\n        {\r\n          \"idName\": \"PRODUCT TYPE (SAP)_#_ECKVENTIL\",\r\n          \"type\": \"TEXT_VALUE\",\r\n          \"localization\": {\r\n            \"de\": {\r\n              \"name\": \"Eckventil\",\r\n              \"synonyms\": [\r\n                \"eck ventil\"\r\n              ],\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"eckventil\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"da\": {\r\n              \"name\": \"Hjørneventil\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"hjørneventil\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"en\": {\r\n              \"name\": \"Angle Valve\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"angle valve\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"es\": {\r\n              \"name\": \"Válvula de escuadra\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"válvula de escuadra\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fi\": {\r\n              \"name\": \"Kulmaventtiili\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"kulmaventtiili\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fr\": {\r\n              \"name\": \"Robinet d'équerre\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"robinet d'équerre\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"it\": {\r\n              \"name\": \"Valvola ad angolo\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"valvola ad angolo\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"nl\": {\r\n              \"name\": \"Hoekventiel\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"hoekventiel\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"no\": {\r\n              \"name\": \"Hjørneventil\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"hjørneventil\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"pl\": {\r\n              \"name\": \"Zawór kątowy\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"zawór kątowy\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"sv\": {\r\n              \"name\": \"Hörnventil\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"hörnventil\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            }\r\n          },\r\n          \"structuredViewData\": {}\r\n        },\r\n        {\r\n          \"idName\": \"PRODUCT TYPE (SAP)_#_UP-VENTIL - KOMPLETT\",\r\n          \"type\": \"TEXT_VALUE\",\r\n          \"localization\": {\r\n            \"de\": {\r\n              \"name\": \"UP-Ventil - komplett\",\r\n              \"synonyms\": [\r\n                \"up ventil - komplett\"\r\n              ],\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"up-ventil - komplett\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"da\": {\r\n              \"name\": \"Indbygningsventil - komplet\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"indbygningsventil - komplet\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"en\": {\r\n              \"name\": \"Concealed Valve - Complete\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"concealed valve - complete\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"es\": {\r\n              \"name\": \"Válvula empotrada - completa\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"válvula empotrada - completa\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fi\": {\r\n              \"name\": \"Uppoasennusventtiili - täydellinen\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"uppoasennusventtiili - täydellinen\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fr\": {\r\n              \"name\": \"Robinet encastré - complet\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"robinet encastré - complet\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"it\": {\r\n              \"name\": \"Valvola da incasso - completa\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"valvola da incasso - completa\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"nl\": {\r\n              \"name\": \"Inbouwventiel - compleet\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"inbouwventiel - compleet\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"no\": {\r\n              \"name\": \"Innbyggingsventil - komplett\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"innbyggingsventil - komplett\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"pl\": {\r\n              \"name\": \"Zawór podtynkowy - kompletny\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"zawór podtynkowy - kompletny\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"sv\": {\r\n              \"name\": \"Infälld ventil - komplett\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"infälld ventil - komplett\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            }\r\n          },\r\n          \"structuredViewData\": {}\r\n        },\r\n        {\r\n          \"idName\": \"PRODUCT TYPE (SAP)_#_HANDTUCHHALTER\",\r\n          \"type\": \"TEXT_VALUE\",\r\n          \"localization\": {\r\n            \"de\": {\r\n              \"name\": \"Handtuchhalter\",\r\n              \"synonyms\": [\r\n                \"handtuch halter\"\r\n              ],\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"handtuchhalter\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"da\": {\r\n              \"name\": \"Håndklædeholder\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"håndklædeholder\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"en\": {\r\n              \"name\": \"Towel Holder\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"towel holder\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"es\": {\r\n              \"name\": \"Toallero\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"toallero\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fi\": {\r\n              \"name\": \"Pyyhepidike\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"pyyhepidike\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fr\": {\r\n              \"name\": \"Porte-serviettes\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"porte-serviettes\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"it\": {\r\n              \"name\": \"Portasciugamani\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"portasciugamani\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"nl\": {\r\n              \"name\": \"Handdoekhouder\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"handdoekhouder\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"no\": {\r\n              \"name\": \"Håndkleholder\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"håndkleholder\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"pl\": {\r\n              \"name\": \"Wieszak na Ręcznik\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"wieszak na ręcznik\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"sv\": {\r\n              \"name\": \"Handdukshållare\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"handdukshållare\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            }\r\n          },\r\n          \"structuredViewData\": {}\r\n        },\r\n        {\r\n          \"idName\": \"PRODUCT TYPE (SAP)_#_TRINKFLASCHE\",\r\n          \"type\": \"TEXT_VALUE\",\r\n          \"localization\": {\r\n            \"de\": {\r\n              \"name\": \"Trinkflasche\",\r\n              \"synonyms\": [\r\n                \"t rink flasche\"\r\n              ],\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"trinkflasche\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"da\": {\r\n              \"name\": \"Drikkeflaske\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"drikkeflaske\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"en\": {\r\n              \"name\": \"Drinking Bottle\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"drinking bottle\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"es\": {\r\n              \"name\": \"Botella\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"botella\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fi\": {\r\n              \"name\": \"Juomapullo\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"juomapullo\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fr\": {\r\n              \"name\": \"Gourde\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"gourde\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"it\": {\r\n              \"name\": \"Bottiglia\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"bottiglia\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"nl\": {\r\n              \"name\": \"Drinkfles\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"drinkfles\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"no\": {\r\n              \"name\": \"Drikkeflaske\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"drikkeflaske\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"pl\": {\r\n              \"name\": \"Butelka do picia\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"butelka do picia\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"sv\": {\r\n              \"name\": \"Dricksflaska\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"dricksflaska\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            }\r\n          },\r\n          \"structuredViewData\": {}\r\n        },\r\n        {\r\n          \"idName\": \"PRODUCT TYPE (SAP)_#_MEHRWEGEUMSTELLUNG - ROHINSTALLATION\",\r\n          \"type\": \"TEXT_VALUE\",\r\n          \"localization\": {\r\n            \"de\": {\r\n              \"name\": \"Mehrwegeumstellung - Rohinstallation\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"mehrwegeumstellung - rohinstallation\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"da\": {\r\n              \"name\": \"Flerveisomskifter - forinstallation\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"flerveisomskifter - forinstallation\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"en\": {\r\n              \"name\": \"Multi-Way Diverter - Rough Installation\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"multi-way diverter - rough installation\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"es\": {\r\n              \"name\": \"Desviador multivía - preinstalación\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"desviador multivía - preinstalación\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fi\": {\r\n              \"name\": \"Monivalintaohjain - raakasennus\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"monivalintaohjain - raakasennus\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fr\": {\r\n              \"name\": \"Inverseur multi-voies - pré-installation\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"inverseur multi-voies - pré-installation\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"it\": {\r\n              \"name\": \"Deviatore multivia - parte incassata\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"deviatore multivia - parte incassata\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"nl\": {\r\n              \"name\": \"Meerwegomschakeling - inbouwdeel\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"meerwegomschakeling - inbouwdeel\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"no\": {\r\n              \"name\": \"Flerveisomstiller - røranlegg\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"flerveisomstiller - røranlegg\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"pl\": {\r\n              \"name\": \"Przełącznik wielodrożny - instalacja podtynkowa\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"przełącznik wielodrożny - instalacja podtynkowa\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"sv\": {\r\n              \"name\": \"Flervägsomkopplare - råinstallation\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"flervägsomkopplare - råinstallation\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            }\r\n          },\r\n          \"structuredViewData\": {}\r\n        },\r\n        {\r\n          \"idName\": \"PRODUCT TYPE (SAP)_#_SELBSTSCHLUSS-ROHINSTALLATION\",\r\n          \"type\": \"TEXT_VALUE\",\r\n          \"localization\": {\r\n            \"de\": {\r\n              \"name\": \"Selbstschluss-Rohinstallation\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"selbstschluss-rohinstallation\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"da\": {\r\n              \"name\": \"Selvlukkende råinstallation\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"selvlukkende råinstallation\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"en\": {\r\n              \"name\": \"Self-closing rough installation\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"self-closing rough installation\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"es\": {\r\n              \"name\": \"Preinstalación de cierre automático\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"preinstalación de cierre automático\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fi\": {\r\n              \"name\": \"Itseensulkeutuva raakasennus\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"itseensulkeutuva raakasennus\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fr\": {\r\n              \"name\": \"Pré-installation à fermeture automatique\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"pré-installation à fermeture automatique\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"it\": {\r\n              \"name\": \"Preinstallazione a chiusura automatica\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"preinstallazione a chiusura automatica\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"nl\": {\r\n              \"name\": \"Zelfsluitende ruwe installatie\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"zelfsluitende ruwe installatie\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"no\": {\r\n              \"name\": \"Selvlukkende råinstallasjon\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"selvlukkende råinstallasjon\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"pl\": {\r\n              \"name\": \"Instalacja podtynkowa samozamykająca\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"instalacja podtynkowa samozamykająca\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"sv\": {\r\n              \"name\": \"Självstängande råinstallation\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"självstängande råinstallation\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            }\r\n          },\r\n          \"structuredViewData\": {}\r\n        },\r\n        {\r\n          \"idName\": \"PRODUCT TYPE (SAP)_#_GRIFFPAARE\",\r\n          \"type\": \"TEXT_VALUE\",\r\n          \"localization\": {\r\n            \"de\": {\r\n              \"name\": \"Griffpaare\",\r\n              \"synonyms\": [\r\n                \"griff paar\",\r\n                \"griffpaar\"\r\n              ],\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"griffpaare\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"da\": {\r\n              \"name\": \"Grebpar\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"grebpar\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"en\": {\r\n              \"name\": \"Handle Pairs\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"handle pairs\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"es\": {\r\n              \"name\": \"Pares de Manetas\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"pares de manetas\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fi\": {\r\n              \"name\": \"Kahvaparit\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"kahvaparit\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fr\": {\r\n              \"name\": \"Paires de Poignées\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"paires de poignées\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"it\": {\r\n              \"name\": \"Coppie di Maniglie\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"coppie di maniglie\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"nl\": {\r\n              \"name\": \"Greepparen\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"greepparen\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"no\": {\r\n              \"name\": \"Håndtakpar\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"håndtakpar\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"pl\": {\r\n              \"name\": \"Pary Uchwytów\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"pary uchwytów\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"sv\": {\r\n              \"name\": \"Handtagspar\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"handtagspar\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            }\r\n          },\r\n          \"structuredViewData\": {}\r\n        },\r\n        {\r\n          \"idName\": \"PRODUCT TYPE (SAP)_#_VERKLEIDUNG\",\r\n          \"type\": \"TEXT_VALUE\",\r\n          \"localization\": {\r\n            \"de\": {\r\n              \"name\": \"Verkleidung\",\r\n              \"synonyms\": [\r\n                \"ver kleidung\"\r\n              ],\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"verkleidung\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"da\": {\r\n              \"name\": \"Beklædning\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"beklædning\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"en\": {\r\n              \"name\": \"Cladding\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"cladding\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"es\": {\r\n              \"name\": \"Revestimiento\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"revestimiento\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fi\": {\r\n              \"name\": \"Verhoilu\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"verhoilu\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fr\": {\r\n              \"name\": \"Habillage\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"habillage\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"it\": {\r\n              \"name\": \"Rivestimento\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"rivestimento\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"nl\": {\r\n              \"name\": \"Bekleding\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"bekleding\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"no\": {\r\n              \"name\": \"Kledning\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"kledning\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"pl\": {\r\n              \"name\": \"Obudowa\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"obudowa\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"sv\": {\r\n              \"name\": \"Beklädnad\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"beklädnad\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            }\r\n          },\r\n          \"structuredViewData\": {}\r\n        },\r\n        {\r\n          \"idName\": \"PRODUCT TYPE (SAP)_#_ROHBAUSET FÜR KOPFBRAUSE\",\r\n          \"type\": \"TEXT_VALUE\",\r\n          \"localization\": {\r\n            \"de\": {\r\n              \"name\": \"Rohbauset für Kopfbrause\",\r\n              \"synonyms\": [\r\n                \"rohbauset fur kopfbrause\",\r\n                \"rohbauset\"\r\n              ],\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"rohbauset für kopfbrause\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"da\": {\r\n              \"name\": \"Råbyggesæt til hovedbruser\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"råbyggesæt til hovedbruser\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"en\": {\r\n              \"name\": \"Rough-in set for head shower\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"rough-in set for head shower\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"es\": {\r\n              \"name\": \"Kit de preinstalación para ducha de cabeza\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"kit de preinstalación para ducha de cabeza\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fi\": {\r\n              \"name\": \"Upotusasennussarja yläsuihkulle\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"upotusasennussarja yläsuihkulle\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fr\": {\r\n              \"name\": \"Kit d'encastrement pour douche de tête\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"kit d'encastrement pour douche de tête\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"it\": {\r\n              \"name\": \"Kit da incasso per soffione\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"kit da incasso per soffione\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"nl\": {\r\n              \"name\": \"Inbouwset voor hoofddouche\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"inbouwset voor hoofddouche\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"no\": {\r\n              \"name\": \"Innbyggingssett for takdusj\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"innbyggingssett for takdusj\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"pl\": {\r\n              \"name\": \"Zestaw podtynkowy do deszczownicy\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"zestaw podtynkowy do deszczownicy\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"sv\": {\r\n              \"name\": \"Inbyggnadsset för takdusch\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"inbyggnadsset för takdusch\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            }\r\n          },\r\n          \"structuredViewData\": {}\r\n        },\r\n        {\r\n          \"idName\": \"PRODUCT TYPE (SAP)_#_RESERVDELAR\",\r\n          \"type\": \"TEXT_VALUE\",\r\n          \"localization\": {\r\n            \"sv\": {\r\n              \"name\": \"Reservdelar\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"reservdelar\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                }\r\n              ]\r\n            },\r\n            \"da\": {\r\n              \"name\": \"Reservedele\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"reservedele\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"de\": {\r\n              \"name\": \"Ersatzteile\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"ersatzteile\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"en\": {\r\n              \"name\": \"Spare parts\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"spare parts\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"es\": {\r\n              \"name\": \"Repuestos\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"repuestos\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fi\": {\r\n              \"name\": \"Varaosat\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"varaosat\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fr\": {\r\n              \"name\": \"Pièces de rechange\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"pièces de rechange\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"it\": {\r\n              \"name\": \"Ricambi\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"ricambi\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"nl\": {\r\n              \"name\": \"Reserveonderdelen\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"reserveonderdelen\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"no\": {\r\n              \"name\": \"Reservedeler\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"reservedeler\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"pl\": {\r\n              \"name\": \"Części zamienne\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"części zamienne\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            }\r\n          },\r\n          \"structuredViewData\": {}\r\n        },\r\n        {\r\n          \"idName\": \"PRODUCT TYPE (SAP)_#_DUSCHSYSTEM ELEKTR. GESTEUERT\",\r\n          \"type\": \"TEXT_VALUE\",\r\n          \"localization\": {\r\n            \"de\": {\r\n              \"name\": \"Duschsystem elektronisch gesteuert\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"duschsystem elektr. gesteuert\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"da\": {\r\n              \"name\": \"Elektronisk styret brusersystem\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"elektronisk styret brusersystem\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"en\": {\r\n              \"name\": \"Electronically controlled shower system\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"electronically controlled shower system\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"es\": {\r\n              \"name\": \"Sistema de ducha de control electrónico\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"sistema de ducha de control electrónico\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fi\": {\r\n              \"name\": \"Elektronisesti ohjattu suihkujärjestelmä\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"elektronisesti ohjattu suihkujärjestelmä\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fr\": {\r\n              \"name\": \"Système de douche à commande électronique\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"système de douche à commande électronique\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"it\": {\r\n              \"name\": \"Sistema doccia a comando elettronico\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"sistema doccia a comando elettronico\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"nl\": {\r\n              \"name\": \"Elektronisch gestuurd douchesysteem\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"elektronisch gestuurd douchesysteem\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"no\": {\r\n              \"name\": \"Elektronisk styrt dusjsystem\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"elektronisk styrt dusjsystem\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"pl\": {\r\n              \"name\": \"System prysznicowy sterowany elektronicznie\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"system prysznicowy sterowany elektronicznie\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"sv\": {\r\n              \"name\": \"Elektroniskt styrt duschsystem\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"elektroniskt styrt duschsystem\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            }\r\n          },\r\n          \"structuredViewData\": {}\r\n        },\r\n        {\r\n          \"idName\": \"PRODUCT TYPE (SAP)_#_PRESSURE BALANCE VALVE\",\r\n          \"type\": \"TEXT_VALUE\",\r\n          \"localization\": {\r\n            \"pl\": {\r\n              \"name\": \"Zawór równoważący ciśnienie\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"pressure balance valve\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"de\": {\r\n              \"name\": \"Druckausgleichsventil\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"pressure balance valve\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"da\": {\r\n              \"name\": \"Trykbalanceventil\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"pressure balance valve\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"en\": {\r\n              \"name\": \"Pressure Balance Valve\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"pressure balance valve\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"es\": {\r\n              \"name\": \"Válvula de equilibrio de presión\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"válvula de equilibrio de presión\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fi\": {\r\n              \"name\": \"Paineentasausventtiili\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"paineentasausventtiili\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fr\": {\r\n              \"name\": \"Valve d'équilibrage de pression\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"valve d'équilibrage de pression\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"it\": {\r\n              \"name\": \"Valvola di bilanciamento della pressione\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"valvola di bilanciamento della pressione\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"nl\": {\r\n              \"name\": \"Drukbalansventiel\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"drukbalansventiel\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"no\": {\r\n              \"name\": \"Trykkbalanseventil\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"trykkbalanseventil\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"sv\": {\r\n              \"name\": \"Tryckbalansventil\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"tryckbalansventil\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            }\r\n          },\r\n          \"structuredViewData\": {}\r\n        },\r\n        {\r\n          \"idName\": \"PRODUCT TYPE (SAP)_#_PAPIERHALTER OHNE DECKEL\",\r\n          \"type\": \"TEXT_VALUE\",\r\n          \"localization\": {\r\n            \"de\": {\r\n              \"name\": \"Papierhalter ohne Deckel\",\r\n              \"synonyms\": [\r\n                \"papierhalter\"\r\n              ],\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"papierhalter ohne deckel\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"da\": {\r\n              \"name\": \"Papirholder uden låg\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"papirholder uden låg\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"en\": {\r\n              \"name\": \"Paper Holder without Lid\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"paper holder without lid\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"es\": {\r\n              \"name\": \"Portapapel sin tapa\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"portapapel sin tapa\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fi\": {\r\n              \"name\": \"Paperiteline ilman kantta\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"paperiteline ilman kantta\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fr\": {\r\n              \"name\": \"Porte-papier sans couvercle\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"porte-papier sans couvercle\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"it\": {\r\n              \"name\": \"Portarotolo senza coperchio\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"portarotolo senza coperchio\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"nl\": {\r\n              \"name\": \"Papierhouder zonder deksel\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"papierhouder zonder deksel\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"no\": {\r\n              \"name\": \"Papirholder uten lokk\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"papirholder uten lokk\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"pl\": {\r\n              \"name\": \"Uchwyt na papier bez pokrywy\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"uchwyt na papier bez pokrywy\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"sv\": {\r\n              \"name\": \"Pappershållare utan lock\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"pappershållare utan lock\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            }\r\n          },\r\n          \"structuredViewData\": {}\r\n        },\r\n        {\r\n          \"idName\": \"PRODUCT TYPE (SAP)_#_DRY CLADDING\",\r\n          \"type\": \"TEXT_VALUE\",\r\n          \"localization\": {\r\n            \"pl\": {\r\n              \"name\": \"Sucha zabudowa\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"dry cladding\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"nl\": {\r\n              \"name\": \"Droge bekleding\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"dry cladding\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                }\r\n              ]\r\n            },\r\n            \"sv\": {\r\n              \"name\": \"Torrbeklädnad\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"dry cladding\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fi\": {\r\n              \"name\": \"Kuivapinnoitus\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"dry cladding\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"de\": {\r\n              \"name\": \"Trockenverkleidung\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"dry cladding\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"no\": {\r\n              \"name\": \"Tørr kledning\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"dry cladding\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"da\": {\r\n              \"name\": \"Tør beklædning\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"dry cladding\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"it\": {\r\n              \"name\": \"Rivestimento a secco\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"dry cladding\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"es\": {\r\n              \"name\": \"Revestimiento seco\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"dry cladding\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"en\": {\r\n              \"name\": \"Dry cladding\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"dry cladding\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fr\": {\r\n              \"name\": \"Habillage sec\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"dry cladding\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            }\r\n          },\r\n          \"structuredViewData\": {}\r\n        },\r\n        {\r\n          \"idName\": \"PRODUCT TYPE (SAP)_#_RESERVEPAPIERHALTER\",\r\n          \"type\": \"TEXT_VALUE\",\r\n          \"localization\": {\r\n            \"de\": {\r\n              \"name\": \"Reservepapierhalter\",\r\n              \"synonyms\": [\r\n                \"reserve papierhalter\"\r\n              ],\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"reservepapierhalter\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"da\": {\r\n              \"name\": \"Reservepapirholder\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"reservepapirholder\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"en\": {\r\n              \"name\": \"Spare paper holder\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"spare paper holder\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"es\": {\r\n              \"name\": \"Portarrollos de reserva\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"portarrollos de reserva\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fi\": {\r\n              \"name\": \"Varapaperirullateline\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"varapaperirullateline\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"fr\": {\r\n              \"name\": \"Porte-rouleau de réserve\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"porte-rouleau de réserve\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"it\": {\r\n              \"name\": \"Portarotolo di riserva\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"portarotolo di riserva\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"nl\": {\r\n              \"name\": \"Reserverolhouder\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"reserverolhouder\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"no\": {\r\n              \"name\": \"Reservepapirholder\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"reservepapirholder\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"pl\": {\r\n              \"name\": \"Uchwyt na zapasowy papier\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"uchwyt na zapasowy papier\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            },\r\n            \"sv\": {\r\n              \"name\": \"Reservpappershållare\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"reservpappershållare\"\r\n                    }\r\n                  ]\r\n                }\r\n              ]\r\n            }\r\n          },\r\n          \"structuredViewData\": {}\r\n        },\r\n        {\r\n          \"idName\": \"PRODUCT TYPE (SAP)_#_INSTALLATION SYSTEMS (UNISET)\",\r\n          \"type\": \"TEXT_VALUE\",\r\n          \"localization\": {\r\n            \"pl\": {\r\n              \"name\": \"Systemy Instalacyjne (Uniset)\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"installation systems (uniset)\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                }\r\n              ]\r\n            },\r\n            \"nl\": {\r\n              \"name\": \"Installatiesystemen (Uniset)\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"installation systems (uniset)\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                }\r\n              ]\r\n            },\r\n            \"sv\": {\r\n              \"name\": \"Installationssystem (Uniset)\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"installation systems (uniset)\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                }\r\n              ]\r\n            },\r\n            \"fi\": {\r\n              \"name\": \"Asennusjärjestelmät (Uniset)\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"installation systems (uniset)\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                }\r\n              ]\r\n            },\r\n            \"de\": {\r\n              \"name\": \"Installationssysteme (Uniset)\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"installation systems (uniset)\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                }\r\n              ]\r\n            },\r\n            \"no\": {\r\n              \"name\": \"Installasjonssystemer (Uniset)\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"installation systems (uniset)\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                }\r\n              ]\r\n            },\r\n            \"da\": {\r\n              \"name\": \"Installationssystemer (Uniset)\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"installation systems (uniset)\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                }\r\n              ]\r\n            },\r\n            \"it\": {\r\n              \"name\": \"Sistemi di Installazione (Uniset)\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"installation systems (uniset)\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                }\r\n              ]\r\n            },\r\n            \"es\": {\r\n              \"name\": \"Sistemas de Instalación (Uniset)\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"installation systems (uniset)\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                }\r\n              ]\r\n            },\r\n            \"en\": {\r\n              \"name\": \"installation systems (Uniset)\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"installation systems (uniset)\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                }\r\n              ]\r\n            },\r\n            \"fr\": {\r\n              \"name\": \"Systèmes d'Installation (Uniset)\",\r\n              \"extractionRules\": [\r\n                {\r\n                  \"type\": \"IS\",\r\n                  \"text\": [\r\n                    {\r\n                      \"type\": \"MATCH\",\r\n                      \"text\": \"installation systems (uniset)\"\r\n                    }\r\n                  ],\r\n                  \"context\": \"EXTRACTION\"\r\n                }\r\n              ]\r\n            }\r\n          },\r\n          \"structuredViewData\": {}\r\n        }\r\n      ]\r\n    }\r\n  ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{BASE}}/platform/v1/{{PROJECTID}}/concepts?apiKey={{APIKEY}}","urlObject":{"path":["platform","v1","{{PROJECTID}}","concepts"],"host":["{{BASE}}"],"query":[{"key":"apiKey","value":"{{APIKEY}}"}],"variable":[]}},"response":[],"_postman_id":"c8e39253-4a5a-4e5c-bd1a-677200b49966"}],"id":"1f243b82-4872-4c49-ac9b-6d983922104a","_postman_id":"1f243b82-4872-4c49-ac9b-6d983922104a","description":""},{"name":"LOGGING","item":[{"name":"Remote error logging","id":"2b8beeb0-1245-425b-9dfc-7df2260b59a1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"shopSystem\": \"MAGENTO\",\r\n    \"shopSystemVersion\": \"2.1\",\r\n    \"serverSettings\": \"RAM: 16Gb, CPUs(HT): 8/16, PHP-maxExecutionTime: 30s, PHP-uploadMaxFilesize: 10Mb, PHP-postMaxSize: 10Mb\",\r\n    \"serverIp\": \"8.8.8.8\",\r\n    \"serverDomain\": \"https://stage.example.com\",\r\n    \"extensionVersion\": \"1.8.3\",\r\n    \"extensionSettings\": \"useEnvironment: stage, sxIncrementalUpdatesActive: false, collectBatchSize: 400, uploadBatchSize: 200, requestTimeout: 60\",\r\n    \"extensionLastSuccessfulUpload\": \"2018-11-13T20:20:39+00:00\",\r\n    \"message\": \"Could not update products because of insufficient memory\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{BASE}}/log/error?apiKey={{APIKEY}}","description":"<p>This resource should be used to log errors happening outside the ZOOVU infrastructure, e.g. webshop extensions.</p>\n","urlObject":{"path":["log","error"],"host":["{{BASE}}"],"query":[{"key":"apiKey","value":"{{APIKEY}}"}],"variable":[]}},"response":[{"id":"87713136-58f3-4d8f-9f2b-2bf80198f8e6","name":"Remote error logging","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"shopSystem\": \"MAGENTO\",\r\n    \"shopSystemVersion\": \"2.1\",\r\n    \"serverSettings\": \"RAM: 16Gb, CPUs(HT): 8/16, PHP-maxExecutionTime: 30s, PHP-uploadMaxFilesize: 10Mb, PHP-postMaxSize: 10Mb\",\r\n    \"serverIp\": \"8.8.8.8\",\r\n    \"serverDomain\": \"https://stage.example.com\",\r\n    \"extensionVersion\": \"1.8.3\",\r\n    \"extensionSettings\": \"useEnvironment: stage, sxIncrementalUpdatesActive: false, collectBatchSize: 400, uploadBatchSize: 200, requestTimeout: 60\",\r\n    \"extensionLastSuccessfulUpload\": \"2018-11-13T20:20:39+00:00\",\r\n    \"message\": \"Could not update products because of insufficient memory\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{BASE}}/log/error?apiKey={{APIKEY}}","host":["{{BASE}}"],"path":["log","error"],"query":[{"key":"apiKey","value":"{{APIKEY}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Allow-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, OPTIONS, DELETE, PUT"},{"key":"Access-Control-Allow-Headers","value":"Authorization"},{"key":"Access-Control-Allow-Headers","value":"language"},{"key":"Access-Control-Allow-Headers","value":"Content-Type"},{"key":"Access-Control-Allow-Headers","value":"Content-Encoding"},{"key":"Access-Control-Allow-Headers","value":"Origin"},{"key":"Access-Control-Allow-Headers","value":"X-Requested-With"},{"key":"Access-Control-Allow-Headers","value":"Accept"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"41"},{"key":"Date","value":"Wed, 29 Jul 2020 09:55:49 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\"\n}"}],"_postman_id":"2b8beeb0-1245-425b-9dfc-7df2260b59a1"}],"id":"98fad8ea-9596-4675-bb28-5082adce15b2","_postman_id":"98fad8ea-9596-4675-bb28-5082adce15b2","description":""},{"name":"CONTENT","item":[{"name":"add or update content results","id":"ad82c2f6-5d96-4264-834e-f630e32933fc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"[\r\n    {\r\n    \"url\": \"https://test.com/1\",\r\n    \"title\": \"test page testing 1\",\r\n    \"content\": \"test page for testing number 1\",\r\n    \"resultGroup\": \"first\",\r\n    \"imageUrl\": \"https://test.com/image.jpg\",\r\n    \"dataPoints\": [\r\n        {\r\n            \"key\": \"Name of Data Point\",\r\n            \"value\": \"Value of Data Point\",\r\n            \"show\": false\r\n        },\r\n        {\r\n            \"key\": \"Price\",\r\n            \"value\": \"$3\",\r\n            \"show\": true\r\n        }\r\n    ],\r\n    \"boost\": 3\r\n    }\r\n]"},"url":"https://{{BASE}}/content?apiKey={{APIKEY}}&projectId={{PROJECTID}}","description":"<p>Add or update content results. This can be used to insert e.g. category or brand pages which should come up in the search bar. Only up to 100 pages can be indexed at once, if you have more, you need to call that interface multiple times.</p>\n","urlObject":{"protocol":"https","path":["content"],"host":["{{BASE}}"],"query":[{"key":"apiKey","value":"{{APIKEY}}"},{"key":"projectId","value":"{{PROJECTID}}"}],"variable":[]}},"response":[],"_postman_id":"ad82c2f6-5d96-4264-834e-f630e32933fc"},{"name":"delete content result","id":"18e70452-0c80-401b-9e48-119c93ffe191","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://{{BASE}}/content?apiKey={{APIKEY}}&urlPattern=.*&projectId={{PROJECTID}}&lastUpdateTimeBefore=1657005780000","description":"<p>endpoint to delete a single content result</p>\n","urlObject":{"protocol":"https","path":["content"],"host":["{{BASE}}"],"query":[{"key":"apiKey","value":"{{APIKEY}}"},{"description":{"content":"<p>A regex pattern to match all URLs to be deleted. Eg. \"subdomain.example.com\" or \".*\" or \"/blog/\"</p>\n","type":"text/plain"},"key":"urlPattern","value":".*"},{"key":"projectId","value":"{{PROJECTID}}"},{"description":{"content":"<p>All documents which are older than the specified timestamp will be deleted. Attention: this is Java's milliseconds since January 1, 1970, 00:00:00 GMT (UNIX timestamp * 1000)</p>\n","type":"text/plain"},"key":"lastUpdateTimeBefore","value":"1657005780000"}],"variable":[]}},"response":[],"_postman_id":"18e70452-0c80-401b-9e48-119c93ffe191"}],"id":"f2df8684-3379-4b2a-86b0-b0d52448e72e","_postman_id":"f2df8684-3379-4b2a-86b0-b0d52448e72e","description":""},{"name":"ACCOUNTING","item":[{"name":"API credentials check","id":"3e8d8710-fc15-499a-bb20-9be0f1b30fc7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{BASE}}/project/check-credentials?apiKey={{APIKEY}}&projectId={{PROJECTID}}","description":"<p>Test your API credentials for validity.</p>\n","urlObject":{"protocol":"https","path":["project","check-credentials"],"host":["{{BASE}}"],"query":[{"key":"apiKey","value":"{{APIKEY}}"},{"key":"projectId","value":"{{PROJECTID}}"}],"variable":[]}},"response":[{"id":"0bb92403-9293-47f3-a426-dc3abd0c0cb4","name":"API credentials check FAILURE","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api-v3.semknox.com/project/check-credentials?apiKey={{APIKEY}}&projectId={{PROJECTID}}","protocol":"https","host":["api-v3","semknox","com"],"path":["project","check-credentials"],"query":[{"key":"apiKey","value":"{{APIKEY}}"},{"key":"projectId","value":"{{PROJECTID}}"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"allow-control-allow-origin","value":"*"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-allow-methods","value":"GET, POST, OPTIONS, DELETE, PUT"},{"key":"access-control-allow-headers","value":"Authorization"},{"key":"access-control-allow-headers","value":"language"},{"key":"access-control-allow-headers","value":"Content-Type"},{"key":"access-control-allow-headers","value":"Content-Encoding"},{"key":"access-control-allow-headers","value":"Origin"},{"key":"access-control-allow-headers","value":"X-Requested-With"},{"key":"access-control-allow-headers","value":"Accept"},{"key":"access-control-allow-headers","value":"SHOPSYSVER"},{"key":"access-control-allow-headers","value":"EXTVER"},{"key":"access-control-allow-headers","value":"SHOPSYS"},{"key":"content-encoding","value":"gzip"},{"key":"content-type","value":"application/json;charset=UTF-8"},{"key":"content-length","value":"95"},{"key":"date","value":"Wed, 14 Jul 2021 13:01:57 GMT"},{"key":"strict-transport-security","value":"max-age=63072000"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"failure\",\n    \"code\": 401,\n    \"message\": \"Failed authentication with apiKey.\"\n}"},{"id":"ee097590-cb63-4d79-aca5-9a06136fc98f","name":"API credentials check SUCCESS","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev-api-v3.semknox.com/project/check-credentials?apiKey={{APIKEY}}&projectId={{PROJECTID}}","protocol":"https","host":["dev-api-v3","semknox","com"],"path":["project","check-credentials"],"query":[{"key":"apiKey","value":"{{APIKEY}}"},{"key":"projectId","value":"{{PROJECTID}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"allow-control-allow-origin","value":"*"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-allow-methods","value":"GET, POST, OPTIONS, DELETE, PUT"},{"key":"access-control-allow-headers","value":"Authorization"},{"key":"access-control-allow-headers","value":"language"},{"key":"access-control-allow-headers","value":"Content-Type"},{"key":"access-control-allow-headers","value":"Content-Encoding"},{"key":"access-control-allow-headers","value":"Origin"},{"key":"access-control-allow-headers","value":"X-Requested-With"},{"key":"access-control-allow-headers","value":"Accept"},{"key":"access-control-allow-headers","value":"SHOPSYSVER"},{"key":"access-control-allow-headers","value":"EXTVER"},{"key":"access-control-allow-headers","value":"SHOPSYS"},{"key":"content-encoding","value":"gzip"},{"key":"content-type","value":"application/json;charset=UTF-8"},{"key":"content-length","value":"84"},{"key":"date","value":"Wed, 14 Jul 2021 13:02:49 GMT"},{"key":"strict-transport-security","value":"max-age=63072000"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"message\": \"Successful authentication with apiKey.\"\n}"}],"_postman_id":"3e8d8710-fc15-499a-bb20-9be0f1b30fc7"}],"id":"c2ef75a1-0790-48d0-be1c-01186bce26a4","_postman_id":"c2ef75a1-0790-48d0-be1c-01186bce26a4","description":""},{"name":"RELATIONS","item":[{"name":"GET Relation Results for one SKU","id":"4b6bd4ee-e712-4d75-89ef-0d61714234fb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{BASE}}/search/relations/result?identifier=WAU28R70NL&projectId={{PROJECTID}}&includeTags=%5B%7B%22tag%22%3A%22twoWay%22%2C%20%22limitPerRelation%22%3A4%7D%5D&includeRelations=%5B%7B%22id%22%3A%20234232%2C%20%22limit%22%3A2%7D%5D","description":"<p>Endpoint to retrieve related products. You must include either includeTags or includeRelations.</p>\n","urlObject":{"path":["search","relations","result"],"host":["{{BASE}}"],"query":[{"description":{"content":"<p>identifier of the product which you want to get recommendations for</p>\n","type":"text/plain"},"key":"identifier","value":"WAU28R70NL"},{"description":{"content":"<p>Your projectId</p>\n","type":"text/plain"},"key":"projectId","value":"{{PROJECTID}}"},{"description":{"content":"<p>JsonArray with JsonObjects specifying the allowed relations of a tag for this request. Example: [{\"tag\":\"Compatible\", \"limitPerRelation\":4}]</p>\n","type":"text/plain"},"key":"includeTags","value":"%5B%7B%22tag%22%3A%22twoWay%22%2C%20%22limitPerRelation%22%3A4%7D%5D"},{"description":{"content":"<p>JsonArray containing JsonObjects which contains specific relation ids and the product limit of this relation. Example: [{\"id\": 234232, \"limit\":2}]</p>\n","type":"text/plain"},"key":"includeRelations","value":"%5B%7B%22id%22%3A%20234232%2C%20%22limit%22%3A2%7D%5D"}],"variable":[]}},"response":[{"id":"9b0f7bd8-c637-4624-b3fa-cc986c8f1a41","name":"GET Results","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{BASE}}/search/relations/result?identifier=WAU28R70NL&projectId={{PROJECTID}}&includeTags=%5B%7B%22tag%22%3A%22twoWay%22%2C%20%22limitPerRelation%22%3A4%7D%5D&includeRelations=%5B%7B%22id%22%3A%20234232%2C%20%22limit%22%3A2%7D%5D","host":["{{BASE}}"],"path":["search","relations","result"],"query":[{"key":"identifier","value":"WAU28R70NL","description":"identifier of the product which you want to get recommendations for"},{"key":"projectId","value":"{{PROJECTID}}","description":"Your projectId"},{"key":"includeTags","value":"%5B%7B%22tag%22%3A%22twoWay%22%2C%20%22limitPerRelation%22%3A4%7D%5D","description":"JsonArray with JsonObjects specifying the allowed relations of a tag for this request. Example: [{\"tag\":\"twoWay\", \"limitPerRelation\":4}]"},{"key":"includeRelations","value":"%5B%7B%22id%22%3A%20234232%2C%20%22limit%22%3A2%7D%5D","description":"JsonArray containing JsonObjects which contains specific relation ids and the product limit of this relation. Example: [{\"id\": 234232, \"limit\":2}]"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"allow-control-allow-origin","value":"*"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-allow-methods","value":"GET, POST, OPTIONS, DELETE, PUT"},{"key":"access-control-allow-headers","value":"Authorization"},{"key":"access-control-allow-headers","value":"language"},{"key":"access-control-allow-headers","value":"Content-Type"},{"key":"access-control-allow-headers","value":"Content-Encoding"},{"key":"access-control-allow-headers","value":"Origin"},{"key":"access-control-allow-headers","value":"X-Requested-With"},{"key":"access-control-allow-headers","value":"Accept"},{"key":"access-control-allow-headers","value":"SHOPSYSVER"},{"key":"access-control-allow-headers","value":"EXTVER"},{"key":"access-control-allow-headers","value":"SHOPSYS"},{"key":"access-control-allow-headers","value":"SEARCHINTEGRATION"},{"key":"access-control-allow-headers","value":"SEARCHINTEGRATIONVER"},{"key":"content-encoding","value":"gzip"},{"key":"content-type","value":"application/json;charset=UTF-8"},{"key":"content-length","value":"815"},{"key":"date","value":"Fri, 11 Nov 2022 14:40:20 GMT"},{"key":"strict-transport-security","value":"max-age=63072000"}],"cookie":[],"responseTime":null,"body":"{\n    \"tags\": [\n        {\n            \"tag\": \"twoWay\",\n            \"relations\": [\n                {\n                    \"name\": \"twoWayMatching\",\n                    \"id\": 45,\n                    \"searchResult\": [\n                        [\n                            {\n                                \"identifier\": \"WAN28295NL\",\n                                \"groupId\": \"WAN28295NL\",\n                                \"sxId\": 24338564,\n                                \"dataPoints\": [\n                                    {\n                                        \"id\": 6666385,\n                                        \"key\": \"Category\",\n                                        \"type\": \"PASS_ON\",\n                                        \"value\": \"washersdryers\",\n                                        \"isCategory\": true\n                                    },\n                                    {\n                                        \"id\": 6677301,\n                                        \"key\": \"price\",\n                                        \"type\": \"PASS_ON\",\n                                        \"value\": \"0.01\",\n                                        \"parsedValue\": 0.009999999776482582,\n                                        \"settings\": [\n                                            \"newPrice\"\n                                        ]\n                                    },\n                                    {\n                                        \"id\": 6674435,\n                                        \"key\": \"Price *\",\n                                        \"type\": \"PASS_ON\",\n                                        \"value\": \"0.01\",\n                                        \"parsedValue\": 0.009999999776482582,\n                                        \"settings\": [\n                                            \"newPrice\"\n                                        ]\n                                    },\n                                    {\n                                        \"id\": 6963481,\n                                        \"key\": \"CAP_COTTON_2010\",\n                                        \"type\": \"PASS_ON\",\n                                        \"value\": \"8.00\",\n                                        \"parsedValue\": 8\n                                    },\n                                    {\n                                        \"id\": 6963435,\n                                        \"key\": \"FREQUENCY\",\n                                        \"type\": \"PASS_ON\",\n                                        \"value\": \"50.00\",\n                                        \"parsedValue\": 50\n                                    },\n                                    {\n                                        \"id\": 6963438,\n                                        \"key\": \"customer-category\",\n                                        \"type\": \"PASS_ON\",\n                                        \"value\": \"washersdryers\"\n                                    },\n                                    {\n                                        \"id\": 6963439,\n                                        \"key\": \"CHILD_SAFETY\",\n                                        \"type\": \"PASS_ON\",\n                                        \"value\": \"true\",\n                                        \"parsedValue\": true\n                                    },\n                                    {\n                                        \"id\": 6666188,\n                                        \"key\": \"Price\",\n                                        \"type\": \"PASS_ON\",\n                                        \"value\": \"0.01\",\n                                        \"parsedValue\": 0.009999999776482582\n                                    },\n                                    {\n                                        \"id\": 7342538,\n                                        \"key\": \"energyLabell\",\n                                        \"type\": \"PASS_ON\",\n                                        \"value\": \"yes\",\n                                        \"parsedValue\": true\n                                    },\n                                    {\n                                        \"id\": 6963702,\n                                        \"key\": \"EndSales\",\n                                        \"value\": \"8999-12-31\",\n                                        \"show\": true,\n                                        \"type\": \"FILTER\"\n                                    }\n                                ],\n                                \"image\": \"//example.com/Product_Shots/545x545/13102722_WAN28295NL_STP_def.jpg\",\n                                \"name\": \"Wasmachine, voorlader\",\n                                \"images\": [\n                                    {\n                                        \"type\": \"ALTERNATIVE\",\n                                        \"url\": \"//example.com/Product_Shots/545x545/13102722_WAN28295NL_STP_def.jpg\"\n                                    }\n                                ],\n                                \"link\": \"//example.com/productoverzicht/wasmachines-en-drogers/wasmachines/voorlader-wasmachines/WAN28295NL\",\n                                \"head\": false,\n                                \"relevance\": 1000000\n                            }\n                        ],\n                        [\n                            {\n                                \"identifier\": \"WAJ28001NL\",\n                                \"groupId\": \"WAJ28001NL\",\n                                \"sxId\": 24338603,\n                                \"dataPoints\": [\n                                    {\n                                        \"id\": 6666385,\n                                        \"key\": \"Category\",\n                                        \"type\": \"PASS_ON\",\n                                        \"value\": \"washersdryers\",\n                                        \"isCategory\": true\n                                    },\n                                    {\n                                        \"id\": 6677301,\n                                        \"key\": \"price\",\n                                        \"type\": \"PASS_ON\",\n                                        \"value\": \"439.00\",\n                                        \"parsedValue\": 439,\n                                        \"settings\": [\n                                            \"newPrice\"\n                                        ]\n                                    },\n                                    {\n                                        \"id\": 6674435,\n                                        \"key\": \"Price *\",\n                                        \"type\": \"PASS_ON\",\n                                        \"value\": \"439.00\",\n                                        \"parsedValue\": 439,\n                                        \"settings\": [\n                                            \"newPrice\"\n                                        ]\n                                    },\n                                    {\n                                        \"id\": 6963481,\n                                        \"key\": \"CAP_COTTON_2010\",\n                                        \"type\": \"PASS_ON\",\n                                        \"value\": \"7.00\",\n                                        \"parsedValue\": 7\n                                    },\n                                    {\n                                        \"id\": 6963435,\n                                        \"key\": \"FREQUENCY\",\n                                        \"type\": \"PASS_ON\",\n                                        \"value\": \"50.00\",\n                                        \"parsedValue\": 50\n                                    },\n                                    {\n                                        \"id\": 6963438,\n                                        \"key\": \"customer-category\",\n                                        \"type\": \"PASS_ON\",\n                                        \"value\": \"washersdryers\"\n                                    },\n                                    {\n                                        \"id\": 6963439,\n                                        \"key\": \"CHILD_SAFETY\",\n                                        \"type\": \"PASS_ON\",\n                                        \"value\": \"true\",\n                                        \"parsedValue\": true\n                                    },\n                                    {\n                                        \"id\": 6666188,\n                                        \"key\": \"Price\",\n                                        \"type\": \"PASS_ON\",\n                                        \"value\": \"439.00\",\n                                        \"parsedValue\": 439\n                                    },\n                                    {\n                                        \"id\": 7342538,\n                                        \"key\": \"energyLabell\",\n                                        \"type\": \"PASS_ON\",\n                                        \"value\": \"yes\",\n                                        \"parsedValue\": true\n                                    },\n                                    {\n                                        \"id\": 6963702,\n                                        \"key\": \"EndSales\",\n                                        \"value\": \"8999-12-31\",\n                                        \"show\": true,\n                                        \"type\": \"FILTER\"\n                                    }\n                                ],\n                                \"image\": \"//example.com/Product_Shots/545x545/12840539_WAJ28001NL_STP_def.jpg\",\n                                \"name\": \"Wasmachine, voorlader\",\n                                \"images\": [\n                                    {\n                                        \"type\": \"ALTERNATIVE\",\n                                        \"url\": \"//example.com/Product_Shots/545x545/12840539_WAJ28001NL_STP_def.jpg\"\n                                    }\n                                ],\n                                \"link\": \"//example.com/shop/wasmachines-en-drogers/wasmachines/voorlader-wasmachines/WAJ28001NL\",\n                                \"head\": false,\n                                \"relevance\": 999999\n                            }\n                        ],\n                        [\n                            {\n                                \"identifier\": \"WAJ28076NL\",\n                                \"groupId\": \"WAJ28076NL\",\n                                \"sxId\": 24338634,\n                                \"dataPoints\": [\n                                    {\n                                        \"id\": 6666385,\n                                        \"key\": \"Category\",\n                                        \"type\": \"PASS_ON\",\n                                        \"value\": \"washersdryers\",\n                                        \"isCategory\": true\n                                    },\n                                    {\n                                        \"id\": 6677301,\n                                        \"key\": \"price\",\n                                        \"type\": \"PASS_ON\",\n                                        \"value\": \"519.00\",\n                                        \"parsedValue\": 519,\n                                        \"settings\": [\n                                            \"newPrice\"\n                                        ]\n                                    },\n                                    {\n                                        \"id\": 6674435,\n                                        \"key\": \"Price *\",\n                                        \"type\": \"PASS_ON\",\n                                        \"value\": \"519.00\",\n                                        \"parsedValue\": 519,\n                                        \"settings\": [\n                                            \"newPrice\"\n                                        ]\n                                    },\n                                    {\n                                        \"id\": 6963481,\n                                        \"key\": \"CAP_COTTON_2010\",\n                                        \"type\": \"PASS_ON\",\n                                        \"value\": \"7.00\",\n                                        \"parsedValue\": 7\n                                    },\n                                    {\n                                        \"id\": 6963435,\n                                        \"key\": \"FREQUENCY\",\n                                        \"type\": \"PASS_ON\",\n                                        \"value\": \"50.00\",\n                                        \"parsedValue\": 50\n                                    },\n                                    {\n                                        \"id\": 6963438,\n                                        \"key\": \"customer-category\",\n                                        \"type\": \"PASS_ON\",\n                                        \"value\": \"washersdryers\"\n                                    },\n                                    {\n                                        \"id\": 6963439,\n                                        \"key\": \"CHILD_SAFETY\",\n                                        \"type\": \"PASS_ON\",\n                                        \"value\": \"true\",\n                                        \"parsedValue\": true\n                                    },\n                                    {\n                                        \"id\": 6666188,\n                                        \"key\": \"Price\",\n                                        \"type\": \"PASS_ON\",\n                                        \"value\": \"519.00\",\n                                        \"parsedValue\": 519\n                                    },\n                                    {\n                                        \"id\": 7342538,\n                                        \"key\": \"energyLabell\",\n                                        \"type\": \"PASS_ON\",\n                                        \"value\": \"yes\",\n                                        \"parsedValue\": true\n                                    },\n                                    {\n                                        \"id\": 6963702,\n                                        \"key\": \"EndSales\",\n                                        \"value\": \"8999-12-31\",\n                                        \"show\": true,\n                                        \"type\": \"FILTER\"\n                                    }\n                                ],\n                                \"image\": \"//example.com/Product_Shots/545x545/12841124_WAJ28076NL_STP_def.jpg\",\n                                \"name\": \"Wasmachine, voorlader\",\n                                \"images\": [\n                                    {\n                                        \"type\": \"ALTERNATIVE\",\n                                        \"url\": \"//example.com/Product_Shots/545x545/12841124_WAJ28076NL_STP_def.jpg\"\n                                    }\n                                ],\n                                \"link\": \"//example.com/shop/wasmachines-en-drogers/wasmachines/voorlader-wasmachines/WAJ28076NL\",\n                                \"head\": false,\n                                \"relevance\": 999998\n                            }\n                        ],\n                        [\n                            {\n                                \"identifier\": \"WAN28276NL\",\n                                \"groupId\": \"WAN28276NL\",\n                                \"sxId\": 24338572,\n                                \"dataPoints\": [\n                                    {\n                                        \"id\": 6666385,\n                                        \"key\": \"Category\",\n                                        \"type\": \"PASS_ON\",\n                                        \"value\": \"washersdryers\",\n                                        \"isCategory\": true\n                                    },\n                                    {\n                                        \"id\": 6677301,\n                                        \"key\": \"price\",\n                                        \"type\": \"PASS_ON\",\n                                        \"value\": \"509.00\",\n                                        \"parsedValue\": 509,\n                                        \"settings\": [\n                                            \"newPrice\"\n                                        ]\n                                    },\n                                    {\n                                        \"id\": 6674435,\n                                        \"key\": \"Price *\",\n                                        \"type\": \"PASS_ON\",\n                                        \"value\": \"509.00\",\n                                        \"parsedValue\": 509,\n                                        \"settings\": [\n                                            \"newPrice\"\n                                        ]\n                                    },\n                                    {\n                                        \"id\": 6963481,\n                                        \"key\": \"CAP_COTTON_2010\",\n                                        \"type\": \"PASS_ON\",\n                                        \"value\": \"8.00\",\n                                        \"parsedValue\": 8\n                                    },\n                                    {\n                                        \"id\": 6963435,\n                                        \"key\": \"FREQUENCY\",\n                                        \"type\": \"PASS_ON\",\n                                        \"value\": \"50.00\",\n                                        \"parsedValue\": 50\n                                    },\n                                    {\n                                        \"id\": 6963438,\n                                        \"key\": \"customer-category\",\n                                        \"type\": \"PASS_ON\",\n                                        \"value\": \"washersdryers\"\n                                    },\n                                    {\n                                        \"id\": 6963439,\n                                        \"key\": \"CHILD_SAFETY\",\n                                        \"type\": \"PASS_ON\",\n                                        \"value\": \"true\",\n                                        \"parsedValue\": true\n                                    },\n                                    {\n                                        \"id\": 6666188,\n                                        \"key\": \"Price\",\n                                        \"type\": \"PASS_ON\",\n                                        \"value\": \"509.00\",\n                                        \"parsedValue\": 509\n                                    },\n                                    {\n                                        \"id\": 7342538,\n                                        \"key\": \"energyLabell\",\n                                        \"type\": \"PASS_ON\",\n                                        \"value\": \"yes\",\n                                        \"parsedValue\": true\n                                    },\n                                    {\n                                        \"id\": 6963702,\n                                        \"key\": \"EndSales\",\n                                        \"value\": \"8999-12-31\",\n                                        \"show\": true,\n                                        \"type\": \"FILTER\"\n                                    }\n                                ],\n                                \"image\": \"//example.com/Product_Shots/545x545/13102692_WAN28276NL_STP_def.jpg\",\n                                \"name\": \"Wasmachine, voorlader\",\n                                \"images\": [\n                                    {\n                                        \"type\": \"ALTERNATIVE\",\n                                        \"url\": \"//example.com/Product_Shots/545x545/13102692_WAN28276NL_STP_def.jpg\"\n                                    }\n                                ],\n                                \"link\": \"//example.com/shop/wasmachines-en-drogers/wasmachines/voorlader-wasmachines/WAN28276NL\",\n                                \"head\": false,\n                                \"relevance\": 999997\n                            }\n                        ]\n                    ]\n                }\n            ]\n        }\n    ],\n    \"relations\": []\n}"}],"_postman_id":"4b6bd4ee-e712-4d75-89ef-0d61714234fb"},{"name":"GET Relation Results for multiple SKUs","id":"312d5069-23d3-4019-bfbe-77667ee47f19","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{BASE}}/search/relations/bulk-results?identifiers=%5B%22WTU87675NL%22%2C%22WAU28R70NL%22%5D&projectId={{PROJECTID}}&includeTags=%5B%7B%22tag%22%3A%22twoWay%22%2C%20%22limitPerRelation%22%3A4%7D%5D&includeRelations=%5B%7B%22id%22%3A%20234232%2C%20%22limit%22%3A2%7D%5D","description":"<p>The endpoint performs an HTTP GET request to retrieve relation results for multiple given identifiers, project ID, and specified relation tag OR relation id.</p>\n<p>The response for this request is a JSON object containing the product results for each identifier. Each identifier has matching search results for all associated relations (for the tag or relation id). The search results may contain all details such as name, ID, search results, images, links, relevance, and more to render the product box.</p>\n","urlObject":{"path":["search","relations","bulk-results"],"host":["{{BASE}}"],"query":[{"description":{"content":"<p>JsonArray with identifiers of the products you want to get recommendations for. Example: [\"WTU87675NL\",\"WAU28R70NL\"]</p>\n","type":"text/plain"},"key":"identifiers","value":"%5B%22WTU87675NL%22%2C%22WAU28R70NL%22%5D"},{"description":{"content":"<p>Your projectId</p>\n","type":"text/plain"},"key":"projectId","value":"{{PROJECTID}}"},{"description":{"content":"<p>JsonArray with JsonObjects specifying the allowed relations of a tag for this request. Example: [{\"tag\":\"twoWay\", \"limitPerRelation\":4}]</p>\n","type":"text/plain"},"key":"includeTags","value":"%5B%7B%22tag%22%3A%22twoWay%22%2C%20%22limitPerRelation%22%3A4%7D%5D"},{"description":{"content":"<p>JsonArray containing JsonObjects which contains specific relation ids and the product limit of this relation. Example: [{\"id\": 234232, \"limit\":2}]</p>\n","type":"text/plain"},"key":"includeRelations","value":"%5B%7B%22id%22%3A%20234232%2C%20%22limit%22%3A2%7D%5D"}],"variable":[]}},"response":[{"id":"1050c0a3-0f7f-48cf-b17d-cd6d42448775","name":"Bulk GET Results","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{BASE}}/search/relations/bulk-results?identifiers=%5B%22WTU87675NL%22%2C%22WAU28R70NL%22%5D&projectId={{PROJECTID}}&includeTags=%5B%7B%22tag%22%3A%22twoWay%22%2C%20%22limitPerRelation%22%3A4%7D%5D&includeRelations=%5B%7B%22id%22%3A%20234232%2C%20%22limit%22%3A2%7D%5D","host":["{{BASE}}"],"path":["search","relations","bulk-results"],"query":[{"key":"identifiers","value":"%5B%22WTU87675NL%22%2C%22WAU28R70NL%22%5D","description":"JsonArray with identifiers of the products you want to get recommendations for. Example: [\"WTU87675NL\",\"WAU28R70NL\"]"},{"key":"projectId","value":"{{PROJECTID}}","description":"Your projectId"},{"key":"includeTags","value":"%5B%7B%22tag%22%3A%22twoWay%22%2C%20%22limitPerRelation%22%3A4%7D%5D","description":"JsonArray with JsonObjects specifying the allowed relations of a tag for this request. Example: [{\"tag\":\"twoWay\", \"limitPerRelation\":4}]"},{"key":"includeRelations","value":"%5B%7B%22id%22%3A%20234232%2C%20%22limit%22%3A2%7D%5D","description":"JsonArray containing JsonObjects which contains specific relation ids and the product limit of this relation. Example: [{\"id\": 234232, \"limit\":2}]"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"allow-control-allow-origin","value":"*"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-allow-methods","value":"GET, POST, OPTIONS, DELETE, PUT"},{"key":"access-control-allow-headers","value":"Authorization"},{"key":"access-control-allow-headers","value":"language"},{"key":"access-control-allow-headers","value":"Content-Type"},{"key":"access-control-allow-headers","value":"Content-Encoding"},{"key":"access-control-allow-headers","value":"Origin"},{"key":"access-control-allow-headers","value":"X-Requested-With"},{"key":"access-control-allow-headers","value":"Accept"},{"key":"access-control-allow-headers","value":"SHOPSYSVER"},{"key":"access-control-allow-headers","value":"EXTVER"},{"key":"access-control-allow-headers","value":"SHOPSYS"},{"key":"access-control-allow-headers","value":"SEARCHINTEGRATION"},{"key":"access-control-allow-headers","value":"SEARCHINTEGRATIONVER"},{"key":"content-encoding","value":"gzip"},{"key":"content-type","value":"application/json;charset=UTF-8"},{"key":"content-length","value":"897"},{"key":"date","value":"Fri, 11 Nov 2022 14:42:10 GMT"},{"key":"strict-transport-security","value":"max-age=63072000"}],"cookie":[],"responseTime":null,"body":"{\n    \"WTU87675NL\": {\n        \"tags\": [\n            {\n                \"tag\": \"twoWay\",\n                \"relations\": [\n                    {\n                        \"name\": \"twoWayMatching\",\n                        \"id\": 45,\n                        \"searchResult\": [\n                            [\n                                {\n                                    \"identifier\": \"WAN28295NL\",\n                                    \"groupId\": \"WAN28295NL\",\n                                    \"sxId\": 24338564,\n                                    \"dataPoints\": [\n                                        {\n                                            \"id\": 6666385,\n                                            \"key\": \"Category\",\n                                            \"type\": \"PASS_ON\",\n                                            \"value\": \"washersdryers\",\n                                            \"isCategory\": true\n                                        },\n                                        {\n                                            \"id\": 6677301,\n                                            \"key\": \"price\",\n                                            \"type\": \"PASS_ON\",\n                                            \"value\": \"0.01\",\n                                            \"parsedValue\": 0.009999999776482582,\n                                            \"settings\": [\n                                                \"newPrice\"\n                                            ]\n                                        },\n                                        {\n                                            \"id\": 6674435,\n                                            \"key\": \"Price *\",\n                                            \"type\": \"PASS_ON\",\n                                            \"value\": \"0.01\",\n                                            \"parsedValue\": 0.009999999776482582,\n                                            \"settings\": [\n                                                \"newPrice\"\n                                            ]\n                                        },\n                                        {\n                                            \"id\": 6963481,\n                                            \"key\": \"CAP_COTTON_2010\",\n                                            \"type\": \"PASS_ON\",\n                                            \"value\": \"8.00\",\n                                            \"parsedValue\": 8\n                                        },\n                                        {\n                                            \"id\": 6963435,\n                                            \"key\": \"FREQUENCY\",\n                                            \"type\": \"PASS_ON\",\n                                            \"value\": \"50.00\",\n                                            \"parsedValue\": 50\n                                        },\n                                        {\n                                            \"id\": 6963438,\n                                            \"key\": \"customer-category\",\n                                            \"type\": \"PASS_ON\",\n                                            \"value\": \"washersdryers\"\n                                        },\n                                        {\n                                            \"id\": 6963439,\n                                            \"key\": \"CHILD_SAFETY\",\n                                            \"type\": \"PASS_ON\",\n                                            \"value\": \"true\",\n                                            \"parsedValue\": true\n                                        },\n                                        {\n                                            \"id\": 6666188,\n                                            \"key\": \"Price\",\n                                            \"type\": \"PASS_ON\",\n                                            \"value\": \"0.01\",\n                                            \"parsedValue\": 0.009999999776482582\n                                        },\n                                        {\n                                            \"id\": 7342538,\n                                            \"key\": \"energyLabell\",\n                                            \"type\": \"PASS_ON\",\n                                            \"value\": \"yes\",\n                                            \"parsedValue\": true\n                                        },\n                                        {\n                                            \"id\": 6963702,\n                                            \"key\": \"EndSales\",\n                                            \"value\": \"8999-12-31\",\n                                            \"show\": true,\n                                            \"type\": \"FILTER\"\n                                        }\n                                    ],\n                                    \"image\": \"//example.com/Product_Shots/545x545/13102722_WAN28295NL_STP_def.jpg\",\n                                    \"name\": \"Wasmachine, voorlader\",\n                                    \"images\": [\n                                        {\n                                            \"type\": \"ALTERNATIVE\",\n                                            \"url\": \"//example.com/Product_Shots/545x545/13102722_WAN28295NL_STP_def.jpg\"\n                                        }\n                                    ],\n                                    \"link\": \"//example.com/productoverzicht/wasmachines-en-drogers/wasmachines/voorlader-wasmachines/WAN28295NL\",\n                                    \"head\": false,\n                                    \"relevance\": 1000000\n                                }\n                            ],\n                            [\n                                {\n                                    \"identifier\": \"WAJ28001NL\",\n                                    \"groupId\": \"WAJ28001NL\",\n                                    \"sxId\": 24338603,\n                                    \"dataPoints\": [\n                                        {\n                                            \"id\": 6666385,\n                                            \"key\": \"Category\",\n                                            \"type\": \"PASS_ON\",\n                                            \"value\": \"washersdryers\",\n                                            \"isCategory\": true\n                                        },\n                                        {\n                                            \"id\": 6677301,\n                                            \"key\": \"price\",\n                                            \"type\": \"PASS_ON\",\n                                            \"value\": \"439.00\",\n                                            \"parsedValue\": 439,\n                                            \"settings\": [\n                                                \"newPrice\"\n                                            ]\n                                        },\n                                        {\n                                            \"id\": 6674435,\n                                            \"key\": \"Price *\",\n                                            \"type\": \"PASS_ON\",\n                                            \"value\": \"439.00\",\n                                            \"parsedValue\": 439,\n                                            \"settings\": [\n                                                \"newPrice\"\n                                            ]\n                                        },\n                                        {\n                                            \"id\": 6963481,\n                                            \"key\": \"CAP_COTTON_2010\",\n                                            \"type\": \"PASS_ON\",\n                                            \"value\": \"7.00\",\n                                            \"parsedValue\": 7\n                                        },\n                                        {\n                                            \"id\": 6963435,\n                                            \"key\": \"FREQUENCY\",\n                                            \"type\": \"PASS_ON\",\n                                            \"value\": \"50.00\",\n                                            \"parsedValue\": 50\n                                        },\n                                        {\n                                            \"id\": 6963438,\n                                            \"key\": \"customer-category\",\n                                            \"type\": \"PASS_ON\",\n                                            \"value\": \"washersdryers\"\n                                        },\n                                        {\n                                            \"id\": 6963439,\n                                            \"key\": \"CHILD_SAFETY\",\n                                            \"type\": \"PASS_ON\",\n                                            \"value\": \"true\",\n                                            \"parsedValue\": true\n                                        },\n                                        {\n                                            \"id\": 6666188,\n                                            \"key\": \"Price\",\n                                            \"type\": \"PASS_ON\",\n                                            \"value\": \"439.00\",\n                                            \"parsedValue\": 439\n                                        },\n                                        {\n                                            \"id\": 7342538,\n                                            \"key\": \"energyLabell\",\n                                            \"type\": \"PASS_ON\",\n                                            \"value\": \"yes\",\n                                            \"parsedValue\": true\n                                        },\n                                        {\n                                            \"id\": 6963702,\n                                            \"key\": \"EndSales\",\n                                            \"value\": \"8999-12-31\",\n                                            \"show\": true,\n                                            \"type\": \"FILTER\"\n                                        }\n                                    ],\n                                    \"image\": \"//example.com/Product_Shots/545x545/12840539_WAJ28001NL_STP_def.jpg\",\n                                    \"name\": \"Wasmachine, voorlader\",\n                                    \"images\": [\n                                        {\n                                            \"type\": \"ALTERNATIVE\",\n                                            \"url\": \"//example.com/Product_Shots/545x545/12840539_WAJ28001NL_STP_def.jpg\"\n                                        }\n                                    ],\n                                    \"link\": \"//example.com/shop/wasmachines-en-drogers/wasmachines/voorlader-wasmachines/WAJ28001NL\",\n                                    \"head\": false,\n                                    \"relevance\": 999999\n                                }\n                            ],\n                            [\n                                {\n                                    \"identifier\": \"WAJ28076NL\",\n                                    \"groupId\": \"WAJ28076NL\",\n                                    \"sxId\": 24338634,\n                                    \"dataPoints\": [\n                                        {\n                                            \"id\": 6666385,\n                                            \"key\": \"Category\",\n                                            \"type\": \"PASS_ON\",\n                                            \"value\": \"washersdryers\",\n                                            \"isCategory\": true\n                                        },\n                                        {\n                                            \"id\": 6677301,\n                                            \"key\": \"price\",\n                                            \"type\": \"PASS_ON\",\n                                            \"value\": \"519.00\",\n                                            \"parsedValue\": 519,\n                                            \"settings\": [\n                                                \"newPrice\"\n                                            ]\n                                        },\n                                        {\n                                            \"id\": 6674435,\n                                            \"key\": \"Price *\",\n                                            \"type\": \"PASS_ON\",\n                                            \"value\": \"519.00\",\n                                            \"parsedValue\": 519,\n                                            \"settings\": [\n                                                \"newPrice\"\n                                            ]\n                                        },\n                                        {\n                                            \"id\": 6963481,\n                                            \"key\": \"CAP_COTTON_2010\",\n                                            \"type\": \"PASS_ON\",\n                                            \"value\": \"7.00\",\n                                            \"parsedValue\": 7\n                                        },\n                                        {\n                                            \"id\": 6963435,\n                                            \"key\": \"FREQUENCY\",\n                                            \"type\": \"PASS_ON\",\n                                            \"value\": \"50.00\",\n                                            \"parsedValue\": 50\n                                        },\n                                        {\n                                            \"id\": 6963438,\n                                            \"key\": \"customer-category\",\n                                            \"type\": \"PASS_ON\",\n                                            \"value\": \"washersdryers\"\n                                        },\n                                        {\n                                            \"id\": 6963439,\n                                            \"key\": \"CHILD_SAFETY\",\n                                            \"type\": \"PASS_ON\",\n                                            \"value\": \"true\",\n                                            \"parsedValue\": true\n                                        },\n                                        {\n                                            \"id\": 6666188,\n                                            \"key\": \"Price\",\n                                            \"type\": \"PASS_ON\",\n                                            \"value\": \"519.00\",\n                                            \"parsedValue\": 519\n                                        },\n                                        {\n                                            \"id\": 7342538,\n                                            \"key\": \"energyLabell\",\n                                            \"type\": \"PASS_ON\",\n                                            \"value\": \"yes\",\n                                            \"parsedValue\": true\n                                        },\n                                        {\n                                            \"id\": 6963702,\n                                            \"key\": \"EndSales\",\n                                            \"value\": \"8999-12-31\",\n                                            \"show\": true,\n                                            \"type\": \"FILTER\"\n                                        }\n                                    ],\n                                    \"image\": \"//example.com/Product_Shots/545x545/12841124_WAJ28076NL_STP_def.jpg\",\n                                    \"name\": \"Wasmachine, voorlader\",\n                                    \"images\": [\n                                        {\n                                            \"type\": \"ALTERNATIVE\",\n                                            \"url\": \"//example.com/Product_Shots/545x545/12841124_WAJ28076NL_STP_def.jpg\"\n                                        }\n                                    ],\n                                    \"link\": \"//example.com/shop/wasmachines-en-drogers/wasmachines/voorlader-wasmachines/WAJ28076NL\",\n                                    \"head\": false,\n                                    \"relevance\": 999998\n                                }\n                            ],\n                            [\n                                {\n                                    \"identifier\": \"WAN28276NL\",\n                                    \"groupId\": \"WAN28276NL\",\n                                    \"sxId\": 24338572,\n                                    \"dataPoints\": [\n                                        {\n                                            \"id\": 6666385,\n                                            \"key\": \"Category\",\n                                            \"type\": \"PASS_ON\",\n                                            \"value\": \"washersdryers\",\n                                            \"isCategory\": true\n                                        },\n                                        {\n                                            \"id\": 6677301,\n                                            \"key\": \"price\",\n                                            \"type\": \"PASS_ON\",\n                                            \"value\": \"509.00\",\n                                            \"parsedValue\": 509,\n                                            \"settings\": [\n                                                \"newPrice\"\n                                            ]\n                                        },\n                                        {\n                                            \"id\": 6674435,\n                                            \"key\": \"Price *\",\n                                            \"type\": \"PASS_ON\",\n                                            \"value\": \"509.00\",\n                                            \"parsedValue\": 509,\n                                            \"settings\": [\n                                                \"newPrice\"\n                                            ]\n                                        },\n                                        {\n                                            \"id\": 6963481,\n                                            \"key\": \"CAP_COTTON_2010\",\n                                            \"type\": \"PASS_ON\",\n                                            \"value\": \"8.00\",\n                                            \"parsedValue\": 8\n                                        },\n                                        {\n                                            \"id\": 6963435,\n                                            \"key\": \"FREQUENCY\",\n                                            \"type\": \"PASS_ON\",\n                                            \"value\": \"50.00\",\n                                            \"parsedValue\": 50\n                                        },\n                                        {\n                                            \"id\": 6963438,\n                                            \"key\": \"customer-category\",\n                                            \"type\": \"PASS_ON\",\n                                            \"value\": \"washersdryers\"\n                                        },\n                                        {\n                                            \"id\": 6963439,\n                                            \"key\": \"CHILD_SAFETY\",\n                                            \"type\": \"PASS_ON\",\n                                            \"value\": \"true\",\n                                            \"parsedValue\": true\n                                        },\n                                        {\n                                            \"id\": 6666188,\n                                            \"key\": \"Price\",\n                                            \"type\": \"PASS_ON\",\n                                            \"value\": \"509.00\",\n                                            \"parsedValue\": 509\n                                        },\n                                        {\n                                            \"id\": 7342538,\n                                            \"key\": \"energyLabell\",\n                                            \"type\": \"PASS_ON\",\n                                            \"value\": \"yes\",\n                                            \"parsedValue\": true\n                                        },\n                                        {\n                                            \"id\": 6963702,\n                                            \"key\": \"EndSales\",\n                                            \"value\": \"8999-12-31\",\n                                            \"show\": true,\n                                            \"type\": \"FILTER\"\n                                        }\n                                    ],\n                                    \"image\": \"//example.com/Product_Shots/545x545/13102692_WAN28276NL_STP_def.jpg\",\n                                    \"name\": \"Wasmachine, voorlader\",\n                                    \"images\": [\n                                        {\n                                            \"type\": \"ALTERNATIVE\",\n                                            \"url\": \"//example.com/Product_Shots/545x545/13102692_WAN28276NL_STP_def.jpg\"\n                                        }\n                                    ],\n                                    \"link\": \"//example.com/shop/wasmachines-en-drogers/wasmachines/voorlader-wasmachines/WAN28276NL\",\n                                    \"head\": false,\n                                    \"relevance\": 999997\n                                }\n                            ]\n                        ]\n                    }\n                ]\n            }\n        ],\n        \"relations\": []\n    },\n    \"WAU28R70NL\": {\n        \"tags\": [\n            {\n                \"tag\": \"twoWay\",\n                \"relations\": [\n                    {\n                        \"name\": \"twoWayMatching\",\n                        \"id\": 45,\n                        \"searchResult\": [\n                            [\n                                {\n                                    \"identifier\": \"WAN28295NL\",\n                                    \"groupId\": \"WAN28295NL\",\n                                    \"sxId\": 24338564,\n                                    \"dataPoints\": [\n                                        {\n                                            \"id\": 6666385,\n                                            \"key\": \"Category\",\n                                            \"type\": \"PASS_ON\",\n                                            \"value\": \"washersdryers\",\n                                            \"isCategory\": true\n                                        },\n                                        {\n                                            \"id\": 6677301,\n                                            \"key\": \"price\",\n                                            \"type\": \"PASS_ON\",\n                                            \"value\": \"0.01\",\n                                            \"parsedValue\": 0.009999999776482582,\n                                            \"settings\": [\n                                                \"newPrice\"\n                                            ]\n                                        },\n                                        {\n                                            \"id\": 6674435,\n                                            \"key\": \"Price *\",\n                                            \"type\": \"PASS_ON\",\n                                            \"value\": \"0.01\",\n                                            \"parsedValue\": 0.009999999776482582,\n                                            \"settings\": [\n                                                \"newPrice\"\n                                            ]\n                                        },\n                                        {\n                                            \"id\": 6963481,\n                                            \"key\": \"CAP_COTTON_2010\",\n                                            \"type\": \"PASS_ON\",\n                                            \"value\": \"8.00\",\n                                            \"parsedValue\": 8\n                                        },\n                                        {\n                                            \"id\": 6963435,\n                                            \"key\": \"FREQUENCY\",\n                                            \"type\": \"PASS_ON\",\n                                            \"value\": \"50.00\",\n                                            \"parsedValue\": 50\n                                        },\n                                        {\n                                            \"id\": 6963438,\n                                            \"key\": \"customer-category\",\n                                            \"type\": \"PASS_ON\",\n                                            \"value\": \"washersdryers\"\n                                        },\n                                        {\n                                            \"id\": 6963439,\n                                            \"key\": \"CHILD_SAFETY\",\n                                            \"type\": \"PASS_ON\",\n                                            \"value\": \"true\",\n                                            \"parsedValue\": true\n                                        },\n                                        {\n                                            \"id\": 6666188,\n                                            \"key\": \"Price\",\n                                            \"type\": \"PASS_ON\",\n                                            \"value\": \"0.01\",\n                                            \"parsedValue\": 0.009999999776482582\n                                        },\n                                        {\n                                            \"id\": 7342538,\n                                            \"key\": \"energyLabell\",\n                                            \"type\": \"PASS_ON\",\n                                            \"value\": \"yes\",\n                                            \"parsedValue\": true\n                                        },\n                                        {\n                                            \"id\": 6963702,\n                                            \"key\": \"EndSales\",\n                                            \"value\": \"8999-12-31\",\n                                            \"show\": true,\n                                            \"type\": \"FILTER\"\n                                        }\n                                    ],\n                                    \"image\": \"//example.com/Product_Shots/545x545/13102722_WAN28295NL_STP_def.jpg\",\n                                    \"name\": \"Wasmachine, voorlader\",\n                                    \"images\": [\n                                        {\n                                            \"type\": \"ALTERNATIVE\",\n                                            \"url\": \"//example.com/Product_Shots/545x545/13102722_WAN28295NL_STP_def.jpg\"\n                                        }\n                                    ],\n                                    \"link\": \"//example.com/productoverzicht/wasmachines-en-drogers/wasmachines/voorlader-wasmachines/WAN28295NL\",\n                                    \"head\": false,\n                                    \"relevance\": 1000000\n                                }\n                            ],\n                            [\n                                {\n                                    \"identifier\": \"WAJ28001NL\",\n                                    \"groupId\": \"WAJ28001NL\",\n                                    \"sxId\": 24338603,\n                                    \"dataPoints\": [\n                                        {\n                                            \"id\": 6666385,\n                                            \"key\": \"Category\",\n                                            \"type\": \"PASS_ON\",\n                                            \"value\": \"washersdryers\",\n                                            \"isCategory\": true\n                                        },\n                                        {\n                                            \"id\": 6677301,\n                                            \"key\": \"price\",\n                                            \"type\": \"PASS_ON\",\n                                            \"value\": \"439.00\",\n                                            \"parsedValue\": 439,\n                                            \"settings\": [\n                                                \"newPrice\"\n                                            ]\n                                        },\n                                        {\n                                            \"id\": 6674435,\n                                            \"key\": \"Price *\",\n                                            \"type\": \"PASS_ON\",\n                                            \"value\": \"439.00\",\n                                            \"parsedValue\": 439,\n                                            \"settings\": [\n                                                \"newPrice\"\n                                            ]\n                                        },\n                                        {\n                                            \"id\": 6963481,\n                                            \"key\": \"CAP_COTTON_2010\",\n                                            \"type\": \"PASS_ON\",\n                                            \"value\": \"7.00\",\n                                            \"parsedValue\": 7\n                                        },\n                                        {\n                                            \"id\": 6963435,\n                                            \"key\": \"FREQUENCY\",\n                                            \"type\": \"PASS_ON\",\n                                            \"value\": \"50.00\",\n                                            \"parsedValue\": 50\n                                        },\n                                        {\n                                            \"id\": 6963438,\n                                            \"key\": \"customer-category\",\n                                            \"type\": \"PASS_ON\",\n                                            \"value\": \"washersdryers\"\n                                        },\n                                        {\n                                            \"id\": 6963439,\n                                            \"key\": \"CHILD_SAFETY\",\n                                            \"type\": \"PASS_ON\",\n                                            \"value\": \"true\",\n                                            \"parsedValue\": true\n                                        },\n                                        {\n                                            \"id\": 6666188,\n                                            \"key\": \"Price\",\n                                            \"type\": \"PASS_ON\",\n                                            \"value\": \"439.00\",\n                                            \"parsedValue\": 439\n                                        },\n                                        {\n                                            \"id\": 7342538,\n                                            \"key\": \"energyLabell\",\n                                            \"type\": \"PASS_ON\",\n                                            \"value\": \"yes\",\n                                            \"parsedValue\": true\n                                        },\n                                        {\n                                            \"id\": 6963702,\n                                            \"key\": \"EndSales\",\n                                            \"value\": \"8999-12-31\",\n                                            \"show\": true,\n                                            \"type\": \"FILTER\"\n                                        }\n                                    ],\n                                    \"image\": \"//example.com/Product_Shots/545x545/12840539_WAJ28001NL_STP_def.jpg\",\n                                    \"name\": \"Wasmachine, voorlader\",\n                                    \"images\": [\n                                        {\n                                            \"type\": \"ALTERNATIVE\",\n                                            \"url\": \"//example.com/Product_Shots/545x545/12840539_WAJ28001NL_STP_def.jpg\"\n                                        }\n                                    ],\n                                    \"link\": \"//example.com/shop/wasmachines-en-drogers/wasmachines/voorlader-wasmachines/WAJ28001NL\",\n                                    \"head\": false,\n                                    \"relevance\": 999999\n                                }\n                            ],\n                            [\n                                {\n                                    \"identifier\": \"WAJ28076NL\",\n                                    \"groupId\": \"WAJ28076NL\",\n                                    \"sxId\": 24338634,\n                                    \"dataPoints\": [\n                                        {\n                                            \"id\": 6666385,\n                                            \"key\": \"Category\",\n                                            \"type\": \"PASS_ON\",\n                                            \"value\": \"washersdryers\",\n                                            \"isCategory\": true\n                                        },\n                                        {\n                                            \"id\": 6677301,\n                                            \"key\": \"price\",\n                                            \"type\": \"PASS_ON\",\n                                            \"value\": \"519.00\",\n                                            \"parsedValue\": 519,\n                                            \"settings\": [\n                                                \"newPrice\"\n                                            ]\n                                        },\n                                        {\n                                            \"id\": 6674435,\n                                            \"key\": \"Price *\",\n                                            \"type\": \"PASS_ON\",\n                                            \"value\": \"519.00\",\n                                            \"parsedValue\": 519,\n                                            \"settings\": [\n                                                \"newPrice\"\n                                            ]\n                                        },\n                                        {\n                                            \"id\": 6963481,\n                                            \"key\": \"CAP_COTTON_2010\",\n                                            \"type\": \"PASS_ON\",\n                                            \"value\": \"7.00\",\n                                            \"parsedValue\": 7\n                                        },\n                                        {\n                                            \"id\": 6963435,\n                                            \"key\": \"FREQUENCY\",\n                                            \"type\": \"PASS_ON\",\n                                            \"value\": \"50.00\",\n                                            \"parsedValue\": 50\n                                        },\n                                        {\n                                            \"id\": 6963438,\n                                            \"key\": \"customer-category\",\n                                            \"type\": \"PASS_ON\",\n                                            \"value\": \"washersdryers\"\n                                        },\n                                        {\n                                            \"id\": 6963439,\n                                            \"key\": \"CHILD_SAFETY\",\n                                            \"type\": \"PASS_ON\",\n                                            \"value\": \"true\",\n                                            \"parsedValue\": true\n                                        },\n                                        {\n                                            \"id\": 6666188,\n                                            \"key\": \"Price\",\n                                            \"type\": \"PASS_ON\",\n                                            \"value\": \"519.00\",\n                                            \"parsedValue\": 519\n                                        },\n                                        {\n                                            \"id\": 7342538,\n                                            \"key\": \"energyLabell\",\n                                            \"type\": \"PASS_ON\",\n                                            \"value\": \"yes\",\n                                            \"parsedValue\": true\n                                        },\n                                        {\n                                            \"id\": 6963702,\n                                            \"key\": \"EndSales\",\n                                            \"value\": \"8999-12-31\",\n                                            \"show\": true,\n                                            \"type\": \"FILTER\"\n                                        }\n                                    ],\n                                    \"image\": \"//example.com/Product_Shots/545x545/12841124_WAJ28076NL_STP_def.jpg\",\n                                    \"name\": \"Wasmachine, voorlader\",\n                                    \"images\": [\n                                        {\n                                            \"type\": \"ALTERNATIVE\",\n                                            \"url\": \"//example.com/Product_Shots/545x545/12841124_WAJ28076NL_STP_def.jpg\"\n                                        }\n                                    ],\n                                    \"link\": \"//example.com/shop/wasmachines-en-drogers/wasmachines/voorlader-wasmachines/WAJ28076NL\",\n                                    \"head\": false,\n                                    \"relevance\": 999998\n                                }\n                            ],\n                            [\n                                {\n                                    \"identifier\": \"WAN28276NL\",\n                                    \"groupId\": \"WAN28276NL\",\n                                    \"sxId\": 24338572,\n                                    \"dataPoints\": [\n                                        {\n                                            \"id\": 6666385,\n                                            \"key\": \"Category\",\n                                            \"type\": \"PASS_ON\",\n                                            \"value\": \"washersdryers\",\n                                            \"isCategory\": true\n                                        },\n                                        {\n                                            \"id\": 6677301,\n                                            \"key\": \"price\",\n                                            \"type\": \"PASS_ON\",\n                                            \"value\": \"509.00\",\n                                            \"parsedValue\": 509,\n                                            \"settings\": [\n                                                \"newPrice\"\n                                            ]\n                                        },\n                                        {\n                                            \"id\": 6674435,\n                                            \"key\": \"Price *\",\n                                            \"type\": \"PASS_ON\",\n                                            \"value\": \"509.00\",\n                                            \"parsedValue\": 509,\n                                            \"settings\": [\n                                                \"newPrice\"\n                                            ]\n                                        },\n                                        {\n                                            \"id\": 6963481,\n                                            \"key\": \"CAP_COTTON_2010\",\n                                            \"type\": \"PASS_ON\",\n                                            \"value\": \"8.00\",\n                                            \"parsedValue\": 8\n                                        },\n                                        {\n                                            \"id\": 6963435,\n                                            \"key\": \"FREQUENCY\",\n                                            \"type\": \"PASS_ON\",\n                                            \"value\": \"50.00\",\n                                            \"parsedValue\": 50\n                                        },\n                                        {\n                                            \"id\": 6963438,\n                                            \"key\": \"customer-category\",\n                                            \"type\": \"PASS_ON\",\n                                            \"value\": \"washersdryers\"\n                                        },\n                                        {\n                                            \"id\": 6963439,\n                                            \"key\": \"CHILD_SAFETY\",\n                                            \"type\": \"PASS_ON\",\n                                            \"value\": \"true\",\n                                            \"parsedValue\": true\n                                        },\n                                        {\n                                            \"id\": 6666188,\n                                            \"key\": \"Price\",\n                                            \"type\": \"PASS_ON\",\n                                            \"value\": \"509.00\",\n                                            \"parsedValue\": 509\n                                        },\n                                        {\n                                            \"id\": 7342538,\n                                            \"key\": \"energyLabell\",\n                                            \"type\": \"PASS_ON\",\n                                            \"value\": \"yes\",\n                                            \"parsedValue\": true\n                                        },\n                                        {\n                                            \"id\": 6963702,\n                                            \"key\": \"EndSales\",\n                                            \"value\": \"8999-12-31\",\n                                            \"show\": true,\n                                            \"type\": \"FILTER\"\n                                        }\n                                    ],\n                                    \"image\": \"//example.com/Product_Shots/545x545/13102692_WAN28276NL_STP_def.jpg\",\n                                    \"name\": \"Wasmachine, voorlader\",\n                                    \"images\": [\n                                        {\n                                            \"type\": \"ALTERNATIVE\",\n                                            \"url\": \"//example.com/Product_Shots/545x545/13102692_WAN28276NL_STP_def.jpg\"\n                                        }\n                                    ],\n                                    \"link\": \"//example.com/shop/wasmachines-en-drogers/wasmachines/voorlader-wasmachines/WAN28276NL\",\n                                    \"head\": false,\n                                    \"relevance\": 999997\n                                }\n                            ]\n                        ]\n                    }\n                ]\n            }\n        ],\n        \"relations\": []\n    }\n}"}],"_postman_id":"312d5069-23d3-4019-bfbe-77667ee47f19"}],"id":"8072973b-bb63-4fa9-89e0-7c41c3d51c04","_postman_id":"8072973b-bb63-4fa9-89e0-7c41c3d51c04","description":""}],"event":[{"listen":"prerequest","script":{"id":"3c427f36-79a6-47c6-a9d2-01a88209da55","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"df6406f1-57d0-4185-a0bc-f497c7f96291","type":"text/javascript","exec":[""]}}]}