{
  "info": {
    "_postman_id": "be92bbbe-c894-4732-9c57-bc7397b78c2f",
    "name": "Perfion API",
    "description": "## Perfion API\n\nThis collection covers the core interactions with the **Perfion Product Information Management (PIM) API**, supporting both REST/JSON and SOAP/XML communication styles.\n\n### Authentication\n\nBefore using any other request, generate a **Bearer token** via the `01 Perfion API GET token` call. The token is obtained by supplying a username and a password formatted as `BASE64(SHA256(password))`, and must be passed as a Bearer token in all subsequent requests.\n\n### Folders\n\n| Folder | Description |\n| --- | --- |\n| **01 Authentication** | Obtain a Bearer token for authenticating all other API calls. |\n| **02 Get Version** | Verify connectivity and token validity by retrieving the current Perfion API version. |\n| **03 Json REST** | Execute queries, trigger internal actions, and retrieve data by search ID using the modern JSON-based REST API. |\n| **04 XML SOAP** | Execute queries against the legacy SOAP service (`GetData.asmx`) using either Basic or Bearer token authentication, with XML request bodies. |\n| **05 Import Service** |  |\n\n### Variables\n\nThe collection relies on the following environment variables:\n\n- `{{APIUrl}}` — Base URL of the Perfion API\n    \n- `{{APIServiceURL}}` — Base URL for the REST service endpoint\n    \n- `{{APIUser}}` / `{{APIPassword}}` — Credentials used to obtain the Bearer token\n    \n- `{{Access_token}}` — The Bearer token returned by the authentication call\n    \n- `{{ActionID}}` — The identifier of the Perfion action to execute\n    \n\n### Notes\n\n- SOAP requests require the `Content-Type` header to be set to `text/xml` and queries must be wrapped in the appropriate XML tags.\n    \n- The Bearer token must be refreshed manually by re-running the token request whenever it expires.",
    "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
    "_exporter_id": "18578904"
  },
  "item": [
    {
      "name": "01 Authentication",
      "item": [
        {
          "name": "01 Perfion API GET token",
          "event": [
            {
              "listen": "test",
              "script": {
                "exec": [
                  "let jsonData = pm.response.json();\r",
                  "pm.environment.set(\"Access_Token\", jsonData[\"access_token\"]);"
                ],
                "type": "text/javascript",
                "packages": {},
                "requests": {}
              }
            }
          ],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          },
          "request": {
            "auth": {
              "type": "noauth"
            },
            "method": "GET",
            "header": [],
            "body": {
              "mode": "raw",
              "raw": "",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            },
            "url": {
              "raw": "{{APIUrl}}/token?username={{APIUser}}&password={{APIPassword}}",
              "host": [
                "{{APIUrl}}"
              ],
              "path": [
                "token"
              ],
              "query": [
                {
                  "key": "password",
                  "value": "",
                  "type": "text",
                  "disabled": true
                },
                {
                  "key": "username",
                  "value": "{{APIUser}}"
                },
                {
                  "key": "password",
                  "value": "{{APIPassword}}",
                  "description": "SHA256 + Base64 encoded. See https://emn178.github.io/online-tools/sha256.html "
                }
              ]
            },
            "description": "This call generates an access token for the API user.\n\nThe token generated is used as \"Bearer token\" in the other calls.\n\nNote that the submitted password has to be formatted as BASE64(SHA256(password)). See [https://emn178.github.io/online-tools/sha256.html](https://emn178.github.io/online-tools/sha256.html) and [https://support.boyum-it.com/hc/en-us/articles/29930839240605-Authentication](https://support.boyum-it.com/hc/en-us/articles/29930839240605-Authentication)"
          },
          "response": [
            {
              "name": "200 OK - 01 Perfion API GET token",
              "originalRequest": {
                "method": "GET",
                "header": [],
                "body": {
                  "mode": "raw",
                  "raw": "",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{APIUrl}}/token?username={{APIUser}}&password={{APIPassword}}",
                  "host": [
                    "{{APIUrl}}"
                  ],
                  "path": [
                    "token"
                  ],
                  "query": [
                    {
                      "key": "password",
                      "value": "",
                      "type": "text",
                      "disabled": true
                    },
                    {
                      "key": "username",
                      "value": "{{APIUser}}"
                    },
                    {
                      "key": "password",
                      "value": "{{APIPassword}}",
                      "description": "SHA256 + Base64 encoded. See https://emn178.github.io/online-tools/sha256.html "
                    }
                  ]
                }
              },
              "status": "OK",
              "code": 200,
              "_postman_previewlanguage": null,
              "header": [
                {
                  "key": ":status",
                  "value": 200
                },
                {
                  "key": "cache-control",
                  "value": "no-store"
                },
                {
                  "key": "content-type",
                  "value": "application/json; charset=utf-8"
                },
                {
                  "key": "server",
                  "value": "Microsoft-IIS/10.0"
                },
                {
                  "key": "x-frame-options",
                  "value": "DENY"
                },
                {
                  "key": "x-content-type-options",
                  "value": "nosniff"
                },
                {
                  "key": "date",
                  "value": "Tue, 08 Sep 2026 10:50:36 GMT"
                },
                {
                  "key": "content-length",
                  "value": "680"
                }
              ],
              "cookie": [],
              "body": "{\n    \"access_token\": \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiJ0ZXN0MiIsImp0aSI6IjdmNTgyYzhkLTEyMGQtNDk3Zi1iZWQ4LWY4Nzg4YTgyOGI5YiIsImlhdCI6MTc4ODg2NDYzNiwibmJmIjoxNzg4ODY0NjM2LCJleHAiOjE3ODg5NTEwMzYsImh0dHA6Ly9zY2hlbWFzLnhtbHNvYXAub3JnL3dzLzIwMDUvMDUvaWRlbnRpdHkvY2xhaW1zL25hbWUiOiJ0ZXN0MiIsIlBlcmZpb25Vc2VyIjoidGVzdDIiLCJQZXJmaW9uVXNlclRva2VuSW5mbyI6IntcIlVzZXJJZFwiOlwidGVzdDJcIixcIk5hbWVcIjpcIlRlc3QyXCIsXCJJc0FkbWluXCI6dHJ1ZSxcIklzU3VwZXJcIjpmYWxzZX0iLCJpc3MiOiJQZXJmaW9uLkFQSVNlcnZpY2UiLCJhdWQiOiJQZXJmaW9uLkFQSVNlcnZpY2UifQ.VMGwPaHuprZUbF8HEf-PYAn_FWVlCA0AQAG1oGfvix0\",\n    \"mfa_token\": null,\n    \"token_type\": \"Bearer\",\n    \"expires_in\": 86400,\n    \"expiry_date\": \"2026-09-09T10:50:36.0040933\"\n}"
            }
          ]
        }
      ]
    },
    {
      "name": "02 Get Version",
      "item": [
        {
          "name": "01 Perfion API GET version",
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          },
          "request": {
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{Access_Token}}",
                  "type": "string"
                }
              ]
            },
            "method": "GET",
            "header": [],
            "body": {
              "mode": "raw",
              "raw": "",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            },
            "url": {
              "raw": "{{APIUrl}}/get-version",
              "host": [
                "{{APIUrl}}"
              ],
              "path": [
                "get-version"
              ]
            },
            "description": "This call requests the Perfion API version. It's a simple request suitable for verifying your bearer token.\n\nThis request has no parameters.\n\nIt uses the authentication for \"Bearer token\", and remember to update the token value by requesting a token in 01 Authentication > 01 Perfion API GET token call."
          },
          "response": [
            {
              "name": "200 OK - 01 Perfion API GET version",
              "originalRequest": {
                "method": "GET",
                "header": [],
                "body": {
                  "mode": "raw",
                  "raw": "",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{APIUrl}}/get-version",
                  "host": [
                    "{{APIUrl}}"
                  ],
                  "path": [
                    "get-version"
                  ]
                }
              },
              "status": "OK",
              "code": 200,
              "_postman_previewlanguage": null,
              "header": [
                {
                  "key": ":status",
                  "value": 200
                },
                {
                  "key": "cache-control",
                  "value": "no-cache"
                },
                {
                  "key": "pragma",
                  "value": "no-cache"
                },
                {
                  "key": "content-type",
                  "value": "application/json; charset=utf-8"
                },
                {
                  "key": "expires",
                  "value": "-1"
                },
                {
                  "key": "server",
                  "value": "Microsoft-IIS/10.0"
                },
                {
                  "key": "x-frame-options",
                  "value": "DENY"
                },
                {
                  "key": "x-content-type-options",
                  "value": "nosniff"
                },
                {
                  "key": "date",
                  "value": "Tue, 08 Sep 2026 10:51:17 GMT"
                },
                {
                  "key": "content-length",
                  "value": "19"
                }
              ],
              "cookie": [],
              "body": "{\n    \"Version\": \"5.9.5\"\n}"
            }
          ]
        }
      ],
      "description": "Reads the Perfion version behind the API end point"
    },
    {
      "name": "03 Json REST",
      "item": [
        {
          "name": "Execute Action",
          "item": [
            {
              "name": "01 Perfion API - Execute Action",
              "request": {
                "auth": {
                  "type": "bearer",
                  "bearer": [
                    {
                      "key": "token",
                      "value": "{{Access_Token}}",
                      "type": "string"
                    }
                  ]
                },
                "method": "POST",
                "header": [],
                "body": {
                  "mode": "raw",
                  "raw": "{\r\n    \"ActionInput\": {\r\n        \"ActionTable1\": [\r\n            {\r\n                \"Col1\": \"123\",\r\n                \"Col2\": \"456\"\r\n            },\r\n            {\r\n                \"Col1\": \"123\",\r\n                \"Col3\": \"456\"\r\n            }\r\n        ],\r\n        \"ActionTable2\": {\r\n            \"Col1\": \"123\",\r\n            \"Col2\": \"456\"\r\n        }\r\n    }\r\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{APIUrl}}/execute-action/{{ActionID}}",
                  "host": [
                    "{{APIUrl}}"
                  ],
                  "path": [
                    "execute-action",
                    "{{ActionID}}"
                  ]
                },
                "description": "This call requests execution of an internal Action in Perfion using the API service.\n\nIt uses the authentication for \"Bearer token\", and remember to update the token value by requesting a token in 01 Authentication > 01 Perfion API GET token call.\n\nUpdate the Query in the body of the call."
              },
              "response": [
                {
                  "name": "200 OK - 01 Perfion API - Execute Action",
                  "originalRequest": {
                    "method": "POST",
                    "header": [],
                    "body": {
                      "mode": "raw",
                      "raw": "{\r\n    \"ActionInput\": {\r\n        \"ActionTable1\": [\r\n            {\r\n                \"Col1\": \"123\",\r\n                \"Col2\": \"456\"\r\n            },\r\n            {\r\n                \"Col1\": \"123\",\r\n                \"Col3\": \"456\"\r\n            }\r\n        ],\r\n        \"ActionTable2\": {\r\n            \"Col1\": \"123\",\r\n            \"Col2\": \"456\"\r\n        }\r\n    }\r\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    },
                    "url": {
                      "raw": "{{APIUrl}}/execute-action/{{ActionID}}",
                      "host": [
                        "{{APIUrl}}"
                      ],
                      "path": [
                        "execute-action",
                        "{{ActionID}}"
                      ]
                    }
                  },
                  "status": "OK",
                  "code": 200,
                  "_postman_previewlanguage": null,
                  "header": [
                    {
                      "key": ":status",
                      "value": 200
                    },
                    {
                      "key": "cache-control",
                      "value": "no-cache"
                    },
                    {
                      "key": "pragma",
                      "value": "no-cache"
                    },
                    {
                      "key": "content-type",
                      "value": "application/json; charset=utf-8"
                    },
                    {
                      "key": "expires",
                      "value": "-1"
                    },
                    {
                      "key": "server",
                      "value": "Microsoft-IIS/10.0"
                    },
                    {
                      "key": "x-frame-options",
                      "value": "DENY"
                    },
                    {
                      "key": "x-content-type-options",
                      "value": "nosniff"
                    },
                    {
                      "key": "date",
                      "value": "Tue, 08 Sep 2026 10:51:47 GMT"
                    },
                    {
                      "key": "content-length",
                      "value": "24"
                    }
                  ],
                  "cookie": [],
                  "body": "{\n    \"ExecutionQueueId\": 199\n}"
                }
              ]
            }
          ]
        },
        {
          "name": "Execute Perfion Query",
          "item": [
            {
              "name": "01 Perfion API - Execute Query",
              "request": {
                "auth": {
                  "type": "bearer",
                  "bearer": [
                    {
                      "key": "token",
                      "value": "{{Access_Token}}",
                      "type": "string"
                    }
                  ]
                },
                "method": "POST",
                "header": [],
                "body": {
                  "mode": "raw",
                  "raw": "{\r\n   \"Query\": {\r\n      \"Select\": {\r\n         \"languages\": \"EN\",\r\n         \"maxcount\": 10,\r\n         \"Features\": [\r\n            { \"id\": \"**\",\"view\": \"Item\" }\r\n         ]\r\n      },\r\n      \"From\": [ \r\n         { \"id\": \"100\" }\r\n      ],\r\n      \"Where\": {\r\n         \t\t\t\r\n      }\r\n   }\r\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{APIUrl}}/data?",
                  "host": [
                    "{{APIUrl}}"
                  ],
                  "path": [
                    "data"
                  ],
                  "query": [
                    {
                      "key": "",
                      "value": null
                    }
                  ]
                },
                "description": "This call executes a complete Perfion API Query using the API service.\n\nThis endpoint accepts a Perfion JSON query and queries the Perfion Database for data.\n\nIt uses the authentication for \"Bearer token\", and remember to update the token value by requesting a token in 01 Authentication > 01 Perfion API GET token call.\n\nUpdate the Query in the body of the call.\n\nFor Perfion Query syntaxt information, see  \n[https://support.boyum-it.com/hc/en-us/sections/28679752046877-Perfion-Query-Reference](https://support.boyum-it.com/hc/en-us/sections/28679752046877-Perfion-Query-Reference)"
              },
              "response": [
                {
                  "name": "200 OK - 01 Perfion API - Execute Query",
                  "originalRequest": {
                    "method": "POST",
                    "header": [],
                    "body": {
                      "mode": "raw",
                      "raw": "{\r\n   \"Query\": {\r\n      \"Select\": {\r\n         \"languages\": \"EN\",\r\n         \"maxcount\": 10,\r\n         \"Features\": [\r\n            { \"id\": \"**\",\"view\": \"Item\" }\r\n         ]\r\n      },\r\n      \"From\": [ \r\n         { \"id\": \"100\" }\r\n      ],\r\n      \"Where\": {\r\n         \t\t\t\r\n      }\r\n   }\r\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    },
                    "url": {
                      "raw": "{{APIUrl}}/data?",
                      "host": [
                        "{{APIUrl}}"
                      ],
                      "path": [
                        "data"
                      ],
                      "query": [
                        {
                          "key": "",
                          "value": null
                        }
                      ]
                    }
                  },
                  "status": "OK",
                  "code": 200,
                  "_postman_previewlanguage": null,
                  "header": [
                    {
                      "key": ":status",
                      "value": 200
                    },
                    {
                      "key": "cache-control",
                      "value": "no-cache"
                    },
                    {
                      "key": "pragma",
                      "value": "no-cache"
                    },
                    {
                      "key": "content-type",
                      "value": "application/json; charset=utf-8"
                    },
                    {
                      "key": "expires",
                      "value": "-1"
                    },
                    {
                      "key": "server",
                      "value": "Microsoft-IIS/10.0"
                    },
                    {
                      "key": "x-frame-options",
                      "value": "DENY"
                    },
                    {
                      "key": "x-content-type-options",
                      "value": "nosniff"
                    },
                    {
                      "key": "date",
                      "value": "Tue, 08 Sep 2026 10:52:47 GMT"
                    },
                    {
                      "key": "content-length",
                      "value": "13613"
                    }
                  ],
                  "cookie": [],
                  "body": "{\n    \"Data\": {\n        \"totalExecutionTime\": \"00:00:00.3105675\",\n        \"Features\": [\n            {\n                \"name\": \"Product\",\n                \"id\": 100,\n                \"language\": \"EN\",\n                \"caption\": \"Product\",\n                \"captionAlternative\": \"\",\n                \"unit\": \"\",\n                \"help\": \"\",\n                \"abbr\": \"\",\n                \"groupId\": \"73660834-eea8-4d67-8e84-b38e2742706a\",\n                \"group\": \"All\",\n                \"groupOrder\": 0,\n                \"viewGroupId\": \"\",\n                \"viewGroup\": \"\",\n                \"viewGroupOrder\": 0,\n                \"topViewGroupId\": \"06e66d90-3c7a-4841-8756-863d699f9452\",\n                \"topViewGroup\": \"Main Information\",\n                \"topViewGroupOrder\": 1,\n                \"viewOrder\": 0,\n                \"form\": \"Complex\",\n                \"dataType\": \"String\",\n                \"readOnly\": false\n            },\n            {\n                \"name\": \"ItemName\",\n                \"id\": 101,\n                \"language\": \"EN\",\n                \"caption\": \"Item Name\",\n                \"captionAlternative\": \"\",\n                \"unit\": \"\",\n                \"help\": \"\",\n                \"abbr\": \"\",\n                \"groupId\": \"73660834-eea8-4d67-8e84-b38e2742706a\",\n                \"group\": \"All\",\n                \"groupOrder\": 0,\n                \"viewGroupId\": \"\",\n                \"viewGroup\": \"\",\n                \"viewGroupOrder\": 0,\n                \"topViewGroupId\": \"06e66d90-3c7a-4841-8756-863d699f9452\",\n                \"topViewGroup\": \"Main Information\",\n                \"topViewGroupOrder\": 1,\n                \"viewOrder\": 1,\n                \"form\": \"Simple\",\n                \"dataType\": \"String\",\n                \"readOnly\": false\n            },\n            {\n                \"name\": \"Image\",\n                \"id\": 105,\n                \"language\": \"EN\",\n                \"caption\": \"Image\",\n                \"captionAlternative\": \"\",\n                \"unit\": \"\",\n                \"help\": \"\",\n                \"abbr\": \"\",\n                \"groupId\": \"73660834-eea8-4d67-8e84-b38e2742706a\",\n                \"group\": \"All\",\n                \"groupOrder\": 0,\n                \"viewGroupId\": \"\",\n                \"viewGroup\": \"\",\n                \"viewGroupOrder\": 0,\n                \"topViewGroupId\": \"06e66d90-3c7a-4841-8756-863d699f9452\",\n                \"topViewGroup\": \"Main Information\",\n                \"topViewGroupOrder\": 1,\n                \"viewOrder\": 2,\n                \"form\": \"Simple\",\n                \"dataType\": \"Image\",\n                \"readOnly\": false\n            },\n            {\n                \"name\": \"Color\",\n                \"id\": 210,\n                \"language\": \"EN\",\n                \"caption\": \"Color\",\n                \"captionAlternative\": \"\",\n                \"unit\": \"\",\n                \"help\": \"\",\n                \"abbr\": \"\",\n                \"groupId\": \"046f81e0-1ebe-446b-9e78-7aebbd756aed\",\n                \"group\": \"Allowed\",\n                \"groupOrder\": 17,\n                \"viewGroupId\": \"\",\n                \"viewGroup\": \"\",\n                \"viewGroupOrder\": 0,\n                \"topViewGroupId\": \"06e66d90-3c7a-4841-8756-863d699f9452\",\n                \"topViewGroup\": \"Main Information\",\n                \"topViewGroupOrder\": 1,\n                \"viewOrder\": 3,\n                \"form\": \"Simple\",\n                \"dataType\": \"String\",\n                \"readOnly\": false\n            },\n            {\n                \"name\": \"ItemType\",\n                \"id\": 217,\n                \"language\": \"EN\",\n                \"caption\": \"Item Type\",\n                \"captionAlternative\": \"\",\n                \"unit\": \"\",\n                \"help\": \"\",\n                \"abbr\": \"\",\n                \"groupId\": \"73660834-eea8-4d67-8e84-b38e2742706a\",\n                \"group\": \"All\",\n                \"groupOrder\": 0,\n                \"viewGroupId\": \"\",\n                \"viewGroup\": \"\",\n                \"viewGroupOrder\": 0,\n                \"topViewGroupId\": \"06e66d90-3c7a-4841-8756-863d699f9452\",\n                \"topViewGroup\": \"Main Information\",\n                \"topViewGroupOrder\": 1,\n                \"viewOrder\": 4,\n                \"form\": \"Simple\",\n                \"dataType\": \"String\",\n                \"readOnly\": false\n            },\n            {\n                \"name\": \"RRP\",\n                \"id\": 211,\n                \"language\": \"EN\",\n                \"caption\": \"Retail Price\",\n                \"captionAlternative\": \"\",\n                \"unit\": \"€\",\n                \"help\": \"\",\n                \"abbr\": \"RRP\",\n                \"groupId\": \"73660834-eea8-4d67-8e84-b38e2742706a\",\n                \"group\": \"All\",\n                \"groupOrder\": 0,\n                \"viewGroupId\": \"\",\n                \"viewGroup\": \"\",\n                \"viewGroupOrder\": 0,\n                \"topViewGroupId\": \"06e66d90-3c7a-4841-8756-863d699f9452\",\n                \"topViewGroup\": \"Main Information\",\n                \"topViewGroupOrder\": 1,\n                \"viewOrder\": 5,\n                \"form\": \"Simple\",\n                \"dataType\": \"Number\",\n                \"readOnly\": false\n            },\n            {\n                \"name\": \"ProductStatus\",\n                \"id\": 1384,\n                \"language\": \"EN\",\n                \"caption\": \"Status\",\n                \"captionAlternative\": \"\",\n                \"unit\": \"\",\n                \"help\": \"\",\n                \"abbr\": \"\",\n                \"groupId\": \"73660834-eea8-4d67-8e84-b38e2742706a\",\n                \"group\": \"All\",\n                \"groupOrder\": 0,\n                \"viewGroupId\": \"\",\n                \"viewGroup\": \"\",\n                \"viewGroupOrder\": 0,\n                \"topViewGroupId\": \"71413f3f-e8e1-44c1-90ca-b6dceed74726\",\n                \"topViewGroup\": \"Workflow\",\n                \"topViewGroupOrder\": 11,\n                \"viewOrder\": 6,\n                \"form\": \"Simple\",\n                \"dataType\": \"String\",\n                \"readOnly\": false\n            }\n        ],\n        \"Items\": [\n            {\n                \"featureId\": 100,\n                \"featureName\": \"Product\",\n                \"id\": 559,\n                \"parentId\": 0,\n                \"brand\": \"Virtual\",\n                \"order\": 0,\n                \"createdDate\": \"2016-06-13T15:49:31.18\",\n                \"modifiedDate\": \"2026-07-02T13:19:44.023\",\n                \"Values\": [\n                    {\n                        \"featureId\": 100,\n                        \"featureName\": \"Value\",\n                        \"seq\": 0,\n                        \"modifiedDate\": \"2017-01-06T11:55:16.807\",\n                        \"value\": \"CHAMBORD\"\n                    },\n                    {\n                        \"featureId\": 217,\n                        \"featureName\": \"ItemType\",\n                        \"language\": \"EN\",\n                        \"id\": 554,\n                        \"parentID\": 0,\n                        \"brand\": 0,\n                        \"itemOrder\": 1,\n                        \"seq\": 0,\n                        \"modifiedDate\": \"2016-06-13T16:05:55.81\",\n                        \"value\": \"Group\"\n                    }\n                ]\n            },\n            {\n                \"featureId\": 100,\n                \"featureName\": \"Product\",\n                \"id\": 560,\n                \"parentId\": 721,\n                \"brand\": \"Normal\",\n                \"order\": 0,\n                \"createdDate\": \"2016-06-13T15:53:12.237\",\n                \"modifiedDate\": \"2026-07-02T13:19:44.023\",\n                \"Values\": [\n                    {\n                        \"featureId\": 100,\n                        \"featureName\": \"Value\",\n                        \"seq\": 0,\n                        \"modifiedDate\": \"2025-11-03T10:09:42.013\",\n                        \"value\": \"1923-16-test-test\"\n                    },\n                    {\n                        \"featureId\": 101,\n                        \"featureName\": \"ItemName\",\n                        \"language\": \"EN\",\n                        \"seq\": 0,\n                        \"modifiedDate\": \"2016-09-22T18:53:52.707\",\n                        \"value\": \"Chambord Coffee maker, 3 cup, 0.35 l, \"\n                    },\n                    {\n                        \"featureId\": 105,\n                        \"featureName\": \"Image\",\n                        \"seq\": 0,\n                        \"modifiedDate\": \"2019-11-27T09:09:56.437\",\n                        \"string\": \"1923-16.jpg\",\n                        \"fileSize\": 13480,\n                        \"fileModifiedDate\": \"2019-11-27T09:09:50.27\",\n                        \"width\": 340,\n                        \"height\": 340,\n                        \"widthDpi\": 48,\n                        \"heightDpi\": 48,\n                        \"value\": \"2879da46-2619-45e8-8eac-ec9355d9d123\"\n                    },\n                    {\n                        \"featureId\": 210,\n                        \"featureName\": \"Color\",\n                        \"language\": \"EN\",\n                        \"id\": 794,\n                        \"parentID\": 0,\n                        \"brand\": 0,\n                        \"itemOrder\": 0,\n                        \"seq\": 0,\n                        \"modifiedDate\": \"2017-12-22T08:35:24.08\",\n                        \"value\": \"Chrome\"\n                    },\n                    {\n                        \"featureId\": 217,\n                        \"featureName\": \"ItemType\",\n                        \"language\": \"EN\",\n                        \"id\": 555,\n                        \"parentID\": 0,\n                        \"brand\": 0,\n                        \"itemOrder\": 3,\n                        \"seq\": 0,\n                        \"modifiedDate\": \"2016-06-13T16:05:58.757\",\n                        \"value\": \"SKU\"\n                    },\n                    {\n                        \"featureId\": 1384,\n                        \"featureName\": \"ProductStatus\",\n                        \"id\": 2119,\n                        \"parentID\": 0,\n                        \"brand\": 0,\n                        \"itemOrder\": 2,\n                        \"seq\": 0,\n                        \"modifiedDate\": \"2019-08-16T16:17:05.19\",\n                        \"value\": \"ERP\"\n                    }\n                ]\n            },\n            {\n                \"featureId\": 100,\n                \"featureName\": \"Product\",\n                \"id\": 561,\n                \"parentId\": 559,\n                \"brand\": \"Normal\",\n                \"order\": 0,\n                \"createdDate\": \"2016-06-13T15:53:13.167\",\n                \"modifiedDate\": \"2026-07-02T13:19:44.023\",\n                \"Values\": [\n                    {\n                        \"featureId\": 100,\n                        \"featureName\": \"Value\",\n                        \"seq\": 0,\n                        \"modifiedDate\": \"2016-06-13T15:57:10.72\",\n                        \"value\": \"1924-16\"\n                    },\n                    {\n                        \"featureId\": 101,\n                        \"featureName\": \"ItemName\",\n                        \"language\": \"EN\",\n                        \"seq\": 0,\n                        \"modifiedDate\": \"2016-09-22T18:53:52.707\",\n                        \"value\": \"Chambord Coffee maker, 4 cup, 0.5 l, \"\n                    },\n                    {\n                        \"featureId\": 105,\n                        \"featureName\": \"Image\",\n                        \"seq\": 0,\n                        \"modifiedDate\": \"2019-11-27T09:09:56.437\",\n                        \"string\": \"1924-16.jpg\",\n                        \"fileSize\": 15160,\n                        \"fileModifiedDate\": \"2019-11-27T09:09:50.353\",\n                        \"width\": 340,\n                        \"height\": 340,\n                        \"widthDpi\": 48,\n                        \"heightDpi\": 48,\n                        \"value\": \"ebd5a940-aa68-4a8b-bd9a-ab6460623caa\"\n                    },\n                    {\n                        \"featureId\": 210,\n                        \"featureName\": \"Color\",\n                        \"language\": \"EN\",\n                        \"id\": 794,\n                        \"parentID\": 0,\n                        \"brand\": 0,\n                        \"itemOrder\": 0,\n                        \"seq\": 0,\n                        \"modifiedDate\": \"2017-12-22T08:35:41.47\",\n                        \"value\": \"Chrome\"\n                    },\n                    {\n                        \"featureId\": 217,\n                        \"featureName\": \"ItemType\",\n                        \"language\": \"EN\",\n                        \"id\": 555,\n                        \"parentID\": 0,\n                        \"brand\": 0,\n                        \"itemOrder\": 3,\n                        \"seq\": 0,\n                        \"modifiedDate\": \"2016-06-13T16:05:58.76\",\n                        \"value\": \"SKU\"\n                    },\n                    {\n                        \"featureId\": 1384,\n                        \"featureName\": \"ProductStatus\",\n                        \"id\": 2119,\n                        \"parentID\": 0,\n                        \"brand\": 0,\n                        \"itemOrder\": 2,\n                        \"seq\": 0,\n                        \"modifiedDate\": \"2019-08-16T16:16:58.24\",\n                        \"value\": \"ERP\"\n                    }\n                ]\n            },\n            {\n                \"featureId\": 100,\n                \"featureName\": \"Product\",\n                \"id\": 562,\n                \"parentId\": 559,\n                \"brand\": \"Normal\",\n                \"order\": 0,\n                \"createdDate\": \"2016-06-13T15:53:14.597\",\n                \"modifiedDate\": \"2026-07-02T13:19:44.023\",\n                \"Values\": [\n                    {\n                        \"featureId\": 100,\n                        \"featureName\": \"Value\",\n                        \"seq\": 0,\n                        \"modifiedDate\": \"2016-06-13T15:57:20.457\",\n                        \"value\": \"1928-16\"\n                    },\n                    {\n                        \"featureId\": 101,\n                        \"featureName\": \"ItemName\",\n                        \"language\": \"EN\",\n                        \"seq\": 0,\n                        \"modifiedDate\": \"2017-06-06T13:28:30.55\",\n                        \"value\": \"Chambord Coffee maker, 8 cup, 1 l, \"\n                    },\n                    {\n                        \"featureId\": 105,\n                        \"featureName\": \"Image\",\n                        \"seq\": 0,\n                        \"modifiedDate\": \"2019-11-27T09:09:56.437\",\n                        \"string\": \"1928-16.jpg\",\n                        \"fileSize\": 13066,\n                        \"fileModifiedDate\": \"2019-11-27T09:09:50.4\",\n                        \"width\": 340,\n                        \"height\": 340,\n                        \"widthDpi\": 48,\n                        \"heightDpi\": 48,\n                        \"value\": \"44b3f257-7d50-4f68-8576-e48ee3574511\"\n                    },\n                    {\n                        \"featureId\": 210,\n                        \"featureName\": \"Color\",\n                        \"language\": \"EN\",\n                        \"id\": 794,\n                        \"parentID\": 0,\n                        \"brand\": 0,\n                        \"itemOrder\": 0,\n                        \"seq\": 0,\n                        \"modifiedDate\": \"2017-12-22T08:35:45.283\",\n                        \"value\": \"Chrome\"\n                    },\n                    {\n                        \"featureId\": 217,\n                        \"featureName\": \"ItemType\",\n                        \"language\": \"EN\",\n                        \"id\": 555,\n                        \"parentID\": 0,\n                        \"brand\": 0,\n                        \"itemOrder\": 3,\n                        \"seq\": 0,\n                        \"modifiedDate\": \"2016-06-13T16:05:58.76\",\n                        \"value\": \"SKU\"\n                    },\n                    {\n                        \"featureId\": 1384,\n                        \"featureName\": \"ProductStatus\",\n                        \"id\": 2119,\n                        \"parentID\": 0,\n                        \"brand\": 0,\n                        \"itemOrder\": 2,\n                        \"seq\": 0,\n                        \"modifiedDate\": \"2019-08-16T16:16:58.25\",\n                        \"value\": \"ERP\"\n                    }\n                ]\n            },\n            {\n                \"featureId\": 100,\n                \"featureName\": \"Product\",\n                \"id\": 563,\n                \"parentId\": 559,\n                \"brand\": \"Normal\",\n                \"order\": 0,\n                \"createdDate\": \"2016-06-13T15:53:16.257\",\n                \"modifiedDate\": \"2026-07-02T13:19:44.023\",\n                \"Values\": [\n                    {\n                        \"featureId\": 100,\n                        \"featureName\": \"Value\",\n                        \"seq\": 0,\n                        \"modifiedDate\": \"2016-06-13T15:57:29.85\",\n                        \"value\": \"1932-16\"\n                    },\n                    {\n                        \"featureId\": 101,\n                        \"featureName\": \"ItemName\",\n                        \"language\": \"EN\",\n                        \"seq\": 0,\n                        \"modifiedDate\": \"2016-09-22T18:53:52.707\",\n                        \"value\": \"Chambord Coffee maker, 12 cup, 1.5 l, \"\n                    },\n                    {\n                        \"featureId\": 105,\n                        \"featureName\": \"Image\",\n                        \"seq\": 0,\n                        \"modifiedDate\": \"2019-11-27T09:09:56.437\",\n                        \"string\": \"1932-16.jpg\",\n                        \"fileSize\": 13542,\n                        \"fileModifiedDate\": \"2019-11-27T09:09:50.5\",\n                        \"width\": 340,\n                        \"height\": 340,\n                        \"widthDpi\": 48,\n                        \"heightDpi\": 48,\n                        \"value\": \"96c77ec2-c10f-4845-809b-c4375b068665\"\n                    },\n                    {\n                        \"featureId\": 210,\n                        \"featureName\": \"Color\",\n                        \"language\": \"EN\",\n                        \"id\": 338,\n                        \"parentID\": 0,\n                        \"brand\": 0,\n                        \"itemOrder\": 0,\n                        \"seq\": 0,\n                        \"modifiedDate\": \"2026-06-04T10:22:32.803\",\n                        \"value\": \"Basil\"\n                    },\n                    {\n                        \"featureId\": 217,\n                        \"featureName\": \"ItemType\",\n                        \"language\": \"EN\",\n                        \"id\": 555,\n                        \"parentID\": 0,\n                        \"brand\": 0,\n                        \"itemOrder\": 3,\n                        \"seq\": 0,\n                        \"modifiedDate\": \"2016-06-13T16:05:58.76\",\n                        \"value\": \"SKU\"\n                    },\n                    {\n                        \"featureId\": 1384,\n                        \"featureName\": \"ProductStatus\",\n                        \"id\": 2119,\n                        \"parentID\": 0,\n                        \"brand\": 0,\n                        \"itemOrder\": 2,\n                        \"seq\": 0,\n                        \"modifiedDate\": \"2018-08-10T11:22:25.5\",\n                        \"value\": \"ERP\"\n                    }\n                ]\n            },\n            {\n                \"featureId\": 100,\n                \"featureName\": \"Product\",\n                \"id\": 566,\n                \"parentId\": 559,\n                \"brand\": \"Normal\",\n                \"order\": 0,\n                \"createdDate\": \"2016-06-13T15:55:41.293\",\n                \"modifiedDate\": \"2026-07-08T10:29:52.837\",\n                \"Values\": [\n                    {\n                        \"featureId\": 100,\n                        \"featureName\": \"Value\",\n                        \"seq\": 0,\n                        \"modifiedDate\": \"2016-06-13T15:57:49.967\",\n                        \"value\": \"1923-18\"\n                    },\n                    {\n                        \"featureId\": 101,\n                        \"featureName\": \"ItemName\",\n                        \"language\": \"EN\",\n                        \"seq\": 0,\n                        \"modifiedDate\": \"2016-09-22T18:53:52.707\",\n                        \"value\": \"Chambord Coffee maker, 3 cup, 0.35 l, \"\n                    },\n                    {\n                        \"featureId\": 105,\n                        \"featureName\": \"Image\",\n                        \"seq\": 0,\n                        \"modifiedDate\": \"2019-11-27T09:09:56.437\",\n                        \"string\": \"1923-18 fixed.jpg\",\n                        \"fileSize\": 13694,\n                        \"fileModifiedDate\": \"2019-11-27T09:09:50.3\",\n                        \"width\": 340,\n                        \"height\": 340,\n                        \"widthDpi\": 48,\n                        \"heightDpi\": 48,\n                        \"value\": \"de631e14-3b3b-4610-ade8-efd2cc957f80\"\n                    },\n                    {\n                        \"featureId\": 210,\n                        \"featureName\": \"Color\",\n                        \"language\": \"EN\",\n                        \"id\": 599,\n                        \"parentID\": 0,\n                        \"brand\": 0,\n                        \"itemOrder\": 0,\n                        \"seq\": 0,\n                        \"modifiedDate\": \"2026-04-16T22:44:42.497\",\n                        \"value\": \"Sand\"\n                    },\n                    {\n                        \"featureId\": 217,\n                        \"featureName\": \"ItemType\",\n                        \"language\": \"EN\",\n                        \"id\": 555,\n                        \"parentID\": 0,\n                        \"brand\": 0,\n                        \"itemOrder\": 3,\n                        \"seq\": 0,\n                        \"modifiedDate\": \"2016-06-13T16:05:58.76\",\n                        \"value\": \"SKU\"\n                    },\n                    {\n                        \"featureId\": 1384,\n                        \"featureName\": \"ProductStatus\",\n                        \"id\": 2119,\n                        \"parentID\": 0,\n                        \"brand\": 0,\n                        \"itemOrder\": 2,\n                        \"seq\": 0,\n                        \"modifiedDate\": \"2018-08-10T11:22:21.427\",\n                        \"value\": \"ERP\"\n                    }\n                ]\n            },\n            {\n                \"featureId\": 100,\n                \"featureName\": \"Product\",\n                \"id\": 568,\n                \"parentId\": 559,\n                \"brand\": \"Normal\",\n                \"order\": 0,\n                \"createdDate\": \"2016-06-13T15:56:32.747\",\n                \"modifiedDate\": \"2026-07-08T10:29:52.837\",\n                \"Values\": [\n                    {\n                        \"featureId\": 100,\n                        \"featureName\": \"Value\",\n                        \"seq\": 0,\n                        \"modifiedDate\": \"2016-07-06T17:03:44.3\",\n                        \"value\": \"1928-18\"\n                    },\n                    {\n                        \"featureId\": 101,\n                        \"featureName\": \"ItemName\",\n                        \"language\": \"EN\",\n                        \"seq\": 0,\n                        \"modifiedDate\": \"2016-09-22T18:53:52.707\",\n                        \"value\": \"Chambord Coffee maker, 8 cup, 1 l, \"\n                    },\n                    {\n                        \"featureId\": 105,\n                        \"featureName\": \"Image\",\n                        \"seq\": 0,\n                        \"modifiedDate\": \"2019-11-27T09:09:56.437\",\n                        \"string\": \"1928-18.jpg\",\n                        \"fileSize\": 13436,\n                        \"fileModifiedDate\": \"2019-11-27T09:09:50.453\",\n                        \"width\": 340,\n                        \"height\": 340,\n                        \"widthDpi\": 48,\n                        \"heightDpi\": 48,\n                        \"value\": \"f7a9cd2f-de10-4f0f-9150-2058ac2da9d8\"\n                    },\n                    {\n                        \"featureId\": 210,\n                        \"featureName\": \"Color\",\n                        \"language\": \"EN\",\n                        \"id\": 599,\n                        \"parentID\": 0,\n                        \"brand\": 0,\n                        \"itemOrder\": 0,\n                        \"seq\": 0,\n                        \"modifiedDate\": \"2017-12-22T08:35:48.697\",\n                        \"value\": \"Sand\"\n                    },\n                    {\n                        \"featureId\": 217,\n                        \"featureName\": \"ItemType\",\n                        \"language\": \"EN\",\n                        \"id\": 555,\n                        \"parentID\": 0,\n                        \"brand\": 0,\n                        \"itemOrder\": 3,\n                        \"seq\": 0,\n                        \"modifiedDate\": \"2016-06-13T16:05:58.76\",\n                        \"value\": \"SKU\"\n                    },\n                    {\n                        \"featureId\": 1384,\n                        \"featureName\": \"ProductStatus\",\n                        \"id\": 2109,\n                        \"parentID\": 0,\n                        \"brand\": 0,\n                        \"itemOrder\": 1,\n                        \"seq\": 0,\n                        \"modifiedDate\": \"2018-08-10T11:19:02.577\",\n                        \"value\": \"New\"\n                    }\n                ]\n            },\n            {\n                \"featureId\": 100,\n                \"featureName\": \"Product\",\n                \"id\": 622,\n                \"parentId\": 719,\n                \"brand\": \"Normal\",\n                \"order\": 0,\n                \"createdDate\": \"2016-06-13T19:10:13.033\",\n                \"modifiedDate\": \"2026-09-07T12:35:58.527\",\n                \"Values\": [\n                    {\n                        \"featureId\": 100,\n                        \"featureName\": \"Value\",\n                        \"seq\": 0,\n                        \"modifiedDate\": \"2016-06-13T19:36:26.793\",\n                        \"value\": \"DFGR1280\"\n                    },\n                    {\n                        \"featureId\": 101,\n                        \"featureName\": \"ItemName\",\n                        \"language\": \"EN\",\n                        \"seq\": 0,\n                        \"modifiedDate\": \"2016-09-22T18:53:52.707\",\n                        \"value\": \"Grindenstein Knock-Box, Red\"\n                    },\n                    {\n                        \"featureId\": 210,\n                        \"featureName\": \"Color\",\n                        \"language\": \"EN\",\n                        \"id\": 598,\n                        \"parentID\": 0,\n                        \"brand\": 0,\n                        \"itemOrder\": 0,\n                        \"seq\": 0,\n                        \"modifiedDate\": \"2016-07-06T13:06:33.473\",\n                        \"value\": \"Red\"\n                    },\n                    {\n                        \"featureId\": 217,\n                        \"featureName\": \"ItemType\",\n                        \"language\": \"EN\",\n                        \"id\": 555,\n                        \"parentID\": 0,\n                        \"brand\": 0,\n                        \"itemOrder\": 3,\n                        \"seq\": 0,\n                        \"modifiedDate\": \"2016-06-13T19:10:14.013\",\n                        \"value\": \"SKU\"\n                    },\n                    {\n                        \"featureId\": 1384,\n                        \"featureName\": \"ProductStatus\",\n                        \"id\": 2119,\n                        \"parentID\": 0,\n                        \"brand\": 0,\n                        \"itemOrder\": 2,\n                        \"seq\": 0,\n                        \"modifiedDate\": \"2018-03-06T10:07:37.18\",\n                        \"value\": \"ERP\"\n                    }\n                ]\n            },\n            {\n                \"featureId\": 100,\n                \"featureName\": \"Product\",\n                \"id\": 623,\n                \"parentId\": 719,\n                \"brand\": \"Normal\",\n                \"order\": 0,\n                \"createdDate\": \"2016-06-13T19:10:13.033\",\n                \"modifiedDate\": \"2026-09-07T12:35:58.527\",\n                \"Values\": [\n                    {\n                        \"featureId\": 100,\n                        \"featureName\": \"Value\",\n                        \"seq\": 0,\n                        \"modifiedDate\": \"2016-06-13T19:36:26.793\",\n                        \"value\": \"DFGR1181\"\n                    },\n                    {\n                        \"featureId\": 101,\n                        \"featureName\": \"ItemName\",\n                        \"language\": \"EN\",\n                        \"seq\": 0,\n                        \"modifiedDate\": \"2016-09-22T18:53:52.707\",\n                        \"value\": \"Grindenstein Knock-Box, Black\"\n                    },\n                    {\n                        \"featureId\": 210,\n                        \"featureName\": \"Color\",\n                        \"language\": \"EN\",\n                        \"id\": 343,\n                        \"parentID\": 0,\n                        \"brand\": 0,\n                        \"itemOrder\": 0,\n                        \"seq\": 0,\n                        \"modifiedDate\": \"2016-07-06T13:07:37.287\",\n                        \"value\": \"Black\"\n                    },\n                    {\n                        \"featureId\": 217,\n                        \"featureName\": \"ItemType\",\n                        \"language\": \"EN\",\n                        \"id\": 555,\n                        \"parentID\": 0,\n                        \"brand\": 0,\n                        \"itemOrder\": 3,\n                        \"seq\": 0,\n                        \"modifiedDate\": \"2016-06-13T19:10:14.013\",\n                        \"value\": \"SKU\"\n                    },\n                    {\n                        \"featureId\": 1384,\n                        \"featureName\": \"ProductStatus\",\n                        \"id\": 2119,\n                        \"parentID\": 0,\n                        \"brand\": 0,\n                        \"itemOrder\": 2,\n                        \"seq\": 0,\n                        \"modifiedDate\": \"2018-03-06T10:07:37.18\",\n                        \"value\": \"ERP\"\n                    }\n                ]\n            },\n            {\n                \"featureId\": 100,\n                \"featureName\": \"Product\",\n                \"id\": 624,\n                \"parentId\": 719,\n                \"brand\": \"Normal\",\n                \"order\": 0,\n                \"createdDate\": \"2016-06-13T19:10:13.033\",\n                \"modifiedDate\": \"2026-09-07T12:35:58.527\",\n                \"Values\": [\n                    {\n                        \"featureId\": 100,\n                        \"featureName\": \"Value\",\n                        \"seq\": 0,\n                        \"modifiedDate\": \"2016-06-13T19:36:26.793\",\n                        \"value\": \"DFGR1686\"\n                    },\n                    {\n                        \"featureId\": 101,\n                        \"featureName\": \"ItemName\",\n                        \"language\": \"EN\",\n                        \"seq\": 0,\n                        \"modifiedDate\": \"2016-09-22T18:53:52.707\",\n                        \"value\": \"Grindenstein Knock-Box, Gray\"\n                    },\n                    {\n                        \"featureId\": 210,\n                        \"featureName\": \"Color\",\n                        \"language\": \"EN\",\n                        \"id\": 340,\n                        \"parentID\": 0,\n                        \"brand\": 0,\n                        \"itemOrder\": 0,\n                        \"seq\": 0,\n                        \"modifiedDate\": \"2016-07-06T13:07:41.07\",\n                        \"value\": \"Gray\"\n                    },\n                    {\n                        \"featureId\": 217,\n                        \"featureName\": \"ItemType\",\n                        \"language\": \"EN\",\n                        \"id\": 555,\n                        \"parentID\": 0,\n                        \"brand\": 0,\n                        \"itemOrder\": 3,\n                        \"seq\": 0,\n                        \"modifiedDate\": \"2016-06-13T19:10:14.013\",\n                        \"value\": \"SKU\"\n                    },\n                    {\n                        \"featureId\": 1384,\n                        \"featureName\": \"ProductStatus\",\n                        \"id\": 2119,\n                        \"parentID\": 0,\n                        \"brand\": 0,\n                        \"itemOrder\": 2,\n                        \"seq\": 0,\n                        \"modifiedDate\": \"2018-03-06T10:07:37.18\",\n                        \"value\": \"ERP\"\n                    }\n                ]\n            }\n        ]\n    }\n}"
                }
              ]
            }
          ]
        },
        {
          "name": "Import Service",
          "item": [
            {
              "name": "01 Upload import file",
              "event": [
                {
                  "listen": "test",
                  "script": {
                    "exec": [
                      "let jsonData = pm.response.json();\r",
                      "pm.environment.set(\"Import_importfileBinaryId\", jsonData[\"binaryId\"]);"
                    ],
                    "type": "text/javascript",
                    "packages": {},
                    "requests": {}
                  }
                }
              ],
              "request": {
                "auth": {
                  "type": "bearer",
                  "bearer": [
                    {
                      "key": "token",
                      "value": "{{Access_Token}}",
                      "type": "string"
                    }
                  ]
                },
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "text/xml",
                    "type": "text"
                  }
                ],
                "body": {
                  "mode": "formdata",
                  "formdata": [
                    {
                      "key": "",
                      "type": "file",
                      "uuid": "24cc825b-827d-4458-8745-32b4c0a0775d",
                      "src": "oyKAetcUb/Importdata.xlsx"
                    }
                  ]
                },
                "url": {
                  "raw": "{{APIUrl}}/import/upload-import-file",
                  "host": [
                    "{{APIUrl}}"
                  ],
                  "path": [
                    "import",
                    "upload-import-file"
                  ]
                },
                "description": "# Upload the import file\n\nAfter authorizing, upload the Excel file containing the data to be imported.  \nPlease note that this file must be an Excel file.\n\nThe response is a JSON document containing:\n\n- A binaryId (GUID) identifying the uploaded file\n    \n- The original file name\n    \n- The file size\n    \n\nYou will need the returned binaryId later when submitting the Import Job"
              },
              "response": [
                {
                  "name": "200 OK - 01 Upload import file",
                  "originalRequest": {
                    "method": "POST",
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "text/xml",
                        "type": "text"
                      }
                    ],
                    "body": {
                      "mode": "formdata",
                      "formdata": [
                        {
                          "key": "",
                          "type": "file",
                          "uuid": "24cc825b-827d-4458-8745-32b4c0a0775d",
                          "src": "oyKAetcUb/Importdata.xlsx"
                        }
                      ]
                    },
                    "url": {
                      "raw": "{{APIUrl}}/import/upload-import-file",
                      "host": [
                        "{{APIUrl}}"
                      ],
                      "path": [
                        "import",
                        "upload-import-file"
                      ]
                    }
                  },
                  "status": "OK",
                  "code": 200,
                  "_postman_previewlanguage": null,
                  "header": [
                    {
                      "key": ":status",
                      "value": 200
                    },
                    {
                      "key": "cache-control",
                      "value": "no-cache"
                    },
                    {
                      "key": "pragma",
                      "value": "no-cache"
                    },
                    {
                      "key": "content-type",
                      "value": "application/json; charset=utf-8"
                    },
                    {
                      "key": "expires",
                      "value": "-1"
                    },
                    {
                      "key": "server",
                      "value": "Microsoft-IIS/10.0"
                    },
                    {
                      "key": "x-frame-options",
                      "value": "DENY"
                    },
                    {
                      "key": "x-content-type-options",
                      "value": "nosniff"
                    },
                    {
                      "key": "date",
                      "value": "Tue, 08 Sep 2026 10:56:36 GMT"
                    },
                    {
                      "key": "content-length",
                      "value": "96"
                    }
                  ],
                  "cookie": [],
                  "body": "{\n    \"binaryId\": \"8f09fb0a-4c1a-4fd4-a816-6e65a4e28ec4\",\n    \"fileName\": \"Importdata.xlsx\",\n    \"fileSize\": 8447\n}"
                }
              ]
            },
            {
              "name": "02 Upload Asset-file (optional)",
              "event": [
                {
                  "listen": "test",
                  "script": {
                    "exec": [
                      "let jsonData = pm.response.json();\r",
                      "pm.environment.set(\"Import_assetfileBinaryId\", jsonData[\"binaryId\"]);"
                    ],
                    "type": "text/javascript",
                    "packages": {},
                    "requests": {}
                  }
                }
              ],
              "request": {
                "auth": {
                  "type": "bearer",
                  "bearer": [
                    {
                      "key": "token",
                      "value": "{{Access_Token}}",
                      "type": "string"
                    }
                  ]
                },
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "text/xml",
                    "type": "text"
                  }
                ],
                "body": {
                  "mode": "formdata",
                  "formdata": [
                    {
                      "key": "",
                      "type": "file",
                      "uuid": "24cc825b-827d-4458-8745-32b4c0a0775d",
                      "src": "_KySrydOa/Assets.zip"
                    }
                  ]
                },
                "url": {
                  "raw": "{{APIUrl}}/import/upload-asset-file",
                  "host": [
                    "{{APIUrl}}"
                  ],
                  "path": [
                    "import",
                    "upload-asset-file"
                  ]
                },
                "description": "# Upload Asset-file (optional)\n\nIf your import data contains binary features referenced by name (rather than by a URL or UNC path), you must provide these binaries in a separate ZIP file. This ZIP file is uploaded in the same way as the import file itself, except that it uses a different endpoint URL and requires a different file type.\n\nThe response is again a JSON-body containing the binaryId, file name, and file size of the uploaded ZIP file. This binaryId will be used later in Step 4 when creating the Import Job."
              },
              "response": [
                {
                  "name": "200 OK - 02 Upload Asset-file (optional)",
                  "originalRequest": {
                    "method": "POST",
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "text/xml",
                        "type": "text"
                      }
                    ],
                    "body": {
                      "mode": "formdata",
                      "formdata": [
                        {
                          "key": "",
                          "type": "file",
                          "uuid": "24cc825b-827d-4458-8745-32b4c0a0775d",
                          "src": "_KySrydOa/Assets.zip"
                        }
                      ]
                    },
                    "url": {
                      "raw": "{{APIUrl}}/import/upload-asset-file",
                      "host": [
                        "{{APIUrl}}"
                      ],
                      "path": [
                        "import",
                        "upload-asset-file"
                      ]
                    }
                  },
                  "status": "OK",
                  "code": 200,
                  "_postman_previewlanguage": null,
                  "header": [
                    {
                      "key": ":status",
                      "value": 200
                    },
                    {
                      "key": "cache-control",
                      "value": "no-cache"
                    },
                    {
                      "key": "pragma",
                      "value": "no-cache"
                    },
                    {
                      "key": "content-type",
                      "value": "application/json; charset=utf-8"
                    },
                    {
                      "key": "expires",
                      "value": "-1"
                    },
                    {
                      "key": "server",
                      "value": "Microsoft-IIS/10.0"
                    },
                    {
                      "key": "x-frame-options",
                      "value": "DENY"
                    },
                    {
                      "key": "x-content-type-options",
                      "value": "nosniff"
                    },
                    {
                      "key": "date",
                      "value": "Tue, 08 Sep 2026 10:56:50 GMT"
                    },
                    {
                      "key": "content-length",
                      "value": "93"
                    }
                  ],
                  "cookie": [],
                  "body": "{\n    \"binaryId\": \"47e7b760-9fc8-4eaf-bb38-1116b6f4fe25\",\n    \"fileName\": \"Assets.zip\",\n    \"fileSize\": 226882\n}"
                }
              ]
            },
            {
              "name": "03 Invoke the import method submitting the job",
              "event": [
                {
                  "listen": "test",
                  "script": {
                    "exec": [
                      "let jsonData = pm.response.json();\r",
                      "pm.environment.set(\"Import_jobId\", jsonData[\"jobId\"]);"
                    ],
                    "type": "text/javascript",
                    "packages": {},
                    "requests": {}
                  }
                }
              ],
              "request": {
                "auth": {
                  "type": "bearer",
                  "bearer": [
                    {
                      "key": "token",
                      "value": "{{Access_Token}}",
                      "type": "string"
                    }
                  ]
                },
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json",
                    "type": "text"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{ \r\n    \"ImportFileGuid\": \"{{Import_importfileBinaryId}}\", \r\n    \"AssetFileGuid\": \"{{Import_assetfileBinaryId}}\", \r\n    \"Settings\" : { \r\n        \"BaseFeatureName\": \"Product\" \r\n    } \r\n} ",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{APIUrl}}/import",
                  "host": [
                    "{{APIUrl}}"
                  ],
                  "path": [
                    "import"
                  ]
                },
                "description": "# Creating the Import Job for the application server\n\nAfter uploading the import file (and optionally the asset file), you can now submit the Import Job to the application server.  \n  \nFull list of parameters (example guids):\n\n```\n{ \n    \"ImportFileGuid\": \"26db0a11-5c60-4066-8ed6-cf8d92efe105\", \n    \"AssetFileGuid\": \"4e1a00cb-8c84-4dfd-a9d4-cc705bb6abef\", \n    \"Settings\": { \n        \"BaseFeatureName\": \"Product\", \n        \"KeyColumnName\": \"Product.id\", \n        \"NewItemHandling\": \"IgnoreItem\", \n        \"EmptyCellHandling\": \"KeepValues\", \n        \"UnknownSelectableValueHandling\": \"Fail\", \n        \"AmbiguousSelectableValueHandling\": \"Fail\", \n        \"MultiValueHandling\": \"Merge\", \n        \"ValidationViolationHandling\": \"IgnoreValue\",\n        \"BinaryCantRetrieveHandling\": \"Fail\",\n        \"EmptyDataTableHandling\": \"Fail\", \n        \"OperatingMode\": \"Normal\", \n        \"CommandTimeout\": \"300\", \n        \"DateFormat\": \"ddMMyyyy\", \n        \"NumberFormat\": { \n            \"DecimalSeparator\": \".\", \n            \"GroupSeparator\": \",\"  \n        } \n    } \n} \n\n ```\n\nThe response to this POST request is a JSON document containing the ID of the job submitted to the application server."
              },
              "response": [
                {
                  "name": "200 OK - 03 Invoke the import method submitting the job",
                  "originalRequest": {
                    "method": "POST",
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json",
                        "type": "text"
                      }
                    ],
                    "body": {
                      "mode": "raw",
                      "raw": "{ \r\n    \"ImportFileGuid\": \"{{Import_importfileBinaryId}}\", \r\n    \"AssetFileGuid\": \"{{Import_assetfileBinaryId}}\", \r\n    \"Settings\" : { \r\n        \"BaseFeatureName\": \"Product\" \r\n    } \r\n} ",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    },
                    "url": {
                      "raw": "{{APIUrl}}/import",
                      "host": [
                        "{{APIUrl}}"
                      ],
                      "path": [
                        "import"
                      ]
                    }
                  },
                  "status": "OK",
                  "code": 200,
                  "_postman_previewlanguage": null,
                  "header": [
                    {
                      "key": ":status",
                      "value": 200
                    },
                    {
                      "key": "cache-control",
                      "value": "no-cache"
                    },
                    {
                      "key": "pragma",
                      "value": "no-cache"
                    },
                    {
                      "key": "content-type",
                      "value": "application/json; charset=utf-8"
                    },
                    {
                      "key": "expires",
                      "value": "-1"
                    },
                    {
                      "key": "server",
                      "value": "Microsoft-IIS/10.0"
                    },
                    {
                      "key": "x-frame-options",
                      "value": "DENY"
                    },
                    {
                      "key": "x-content-type-options",
                      "value": "nosniff"
                    },
                    {
                      "key": "date",
                      "value": "Tue, 08 Sep 2026 10:57:08 GMT"
                    },
                    {
                      "key": "content-length",
                      "value": "12"
                    }
                  ],
                  "cookie": [],
                  "body": "{\n    \"jobId\": 10\n}"
                }
              ]
            },
            {
              "name": "04 Check the status of the submitted job",
              "request": {
                "auth": {
                  "type": "bearer",
                  "bearer": [
                    {
                      "key": "token",
                      "value": "{{Access_Token}}",
                      "type": "string"
                    }
                  ]
                },
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{APIUrl}}/import/job-status/{{Import_jobId}}",
                  "host": [
                    "{{APIUrl}}"
                  ],
                  "path": [
                    "import",
                    "job-status",
                    "{{Import_jobId}}"
                  ]
                }
              },
              "response": [
                {
                  "name": "200 OK - 04 Check the status of the submitted job",
                  "originalRequest": {
                    "method": "GET",
                    "header": [],
                    "url": {
                      "raw": "{{APIUrl}}/import/job-status/{{Import_jobId}}",
                      "host": [
                        "{{APIUrl}}"
                      ],
                      "path": [
                        "import",
                        "job-status",
                        "{{Import_jobId}}"
                      ]
                    }
                  },
                  "status": "OK",
                  "code": 200,
                  "_postman_previewlanguage": null,
                  "header": [
                    {
                      "key": ":status",
                      "value": 200
                    },
                    {
                      "key": "cache-control",
                      "value": "no-cache"
                    },
                    {
                      "key": "pragma",
                      "value": "no-cache"
                    },
                    {
                      "key": "content-type",
                      "value": "application/json; charset=utf-8"
                    },
                    {
                      "key": "expires",
                      "value": "-1"
                    },
                    {
                      "key": "server",
                      "value": "Microsoft-IIS/10.0"
                    },
                    {
                      "key": "x-frame-options",
                      "value": "DENY"
                    },
                    {
                      "key": "x-content-type-options",
                      "value": "nosniff"
                    },
                    {
                      "key": "date",
                      "value": "Tue, 08 Sep 2026 10:57:25 GMT"
                    },
                    {
                      "key": "content-length",
                      "value": "29"
                    }
                  ],
                  "cookie": [],
                  "body": "{\n    \"importJobStatus\": \"Success\"\n}"
                }
              ]
            }
          ],
          "description": "# Using the New Importer via REST API Import Service\n\nStarting with Perfion version 2025-R2, the REST API has been extended with endpoints that allow you to call the New Importer. More precisely, these endpoints let you create and submit an Import Job to the Application Server.\n\n# Workflow overview\n\nCreating an Import Job using this API involves the following steps:\n\n- 00 Authorize client\n    \n- 01 Upload import file\n    \n- 02 Upload the asset file (optional)\n    \n- 03 Invoke the import method submitting the job\n    \n- 04 Check the status of the submitted job\n    \n\n[https://support.boyum-it.com/hc/en-us/articles/29930821695005-Using-the-New-Importer-via-REST-API-Import-Service](https://support.boyum-it.com/hc/en-us/articles/29930821695005-Using-the-New-Importer-via-REST-API-Import-Service)"
        },
        {
          "name": "Get data based on searchId",
          "item": [
            {
              "name": "01 Perfion API - GET data based on searchId",
              "request": {
                "auth": {
                  "type": "bearer",
                  "bearer": [
                    {
                      "key": "token",
                      "value": "{{Access_Token}}",
                      "type": "string"
                    }
                  ]
                },
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{APIUrl}}/data?searchId={{SearchId}}",
                  "host": [
                    "{{APIUrl}}"
                  ],
                  "path": [
                    "data"
                  ],
                  "query": [
                    {
                      "key": "searchId",
                      "value": "{{SearchId}}"
                    }
                  ]
                },
                "description": "This call executes a Perfion API call invoking a pre-cooked search item within Perfion.\n\nIt uses the authentication for \"Bearer token\", and remember to update the token value by requesting a token in 01 Authentication > 01 Perfion API GET token call.\n\nTo test, change the searchId value to match a present searchId from your system."
              },
              "response": [
                {
                  "name": "200 OK - 01 Perfion API - GET data based on searchId",
                  "originalRequest": {
                    "method": "GET",
                    "header": [],
                    "url": {
                      "raw": "{{APIUrl}}/data?searchId={{SearchId}}",
                      "host": [
                        "{{APIUrl}}"
                      ],
                      "path": [
                        "data"
                      ],
                      "query": [
                        {
                          "key": "searchId",
                          "value": "{{SearchId}}"
                        }
                      ]
                    }
                  },
                  "status": "OK",
                  "code": 200,
                  "_postman_previewlanguage": null,
                  "header": [
                    {
                      "key": ":status",
                      "value": 200
                    },
                    {
                      "key": "cache-control",
                      "value": "no-cache"
                    },
                    {
                      "key": "pragma",
                      "value": "no-cache"
                    },
                    {
                      "key": "content-type",
                      "value": "application/json; charset=utf-8"
                    },
                    {
                      "key": "expires",
                      "value": "-1"
                    },
                    {
                      "key": "server",
                      "value": "Microsoft-IIS/10.0"
                    },
                    {
                      "key": "x-frame-options",
                      "value": "DENY"
                    },
                    {
                      "key": "x-content-type-options",
                      "value": "nosniff"
                    },
                    {
                      "key": "date",
                      "value": "Tue, 08 Sep 2026 10:53:56 GMT"
                    },
                    {
                      "key": "content-length",
                      "value": "3179"
                    }
                  ],
                  "cookie": [],
                  "body": "{\n    \"Data\": {\n        \"totalExecutionTime\": \"00:00:00.2307098\",\n        \"Features\": [\n            {\n                \"name\": \"Product\",\n                \"id\": 100,\n                \"language\": \"EN\",\n                \"caption\": \"Product\",\n                \"captionAlternative\": \"\",\n                \"unit\": \"\",\n                \"help\": \"\",\n                \"abbr\": \"\",\n                \"groupId\": \"73660834-eea8-4d67-8e84-b38e2742706a\",\n                \"group\": \"All\",\n                \"groupOrder\": 0,\n                \"viewGroupId\": \"\",\n                \"viewGroup\": \"\",\n                \"viewGroupOrder\": 0,\n                \"topViewGroupId\": \"06e66d90-3c7a-4841-8756-863d699f9452\",\n                \"topViewGroup\": \"Main Information\",\n                \"topViewGroupOrder\": 1,\n                \"viewOrder\": 0,\n                \"form\": \"Complex\",\n                \"dataType\": \"String\",\n                \"readOnly\": false\n            },\n            {\n                \"name\": \"ItemName\",\n                \"id\": 101,\n                \"language\": \"EN\",\n                \"caption\": \"Item Name\",\n                \"captionAlternative\": \"\",\n                \"unit\": \"\",\n                \"help\": \"\",\n                \"abbr\": \"\",\n                \"groupId\": \"73660834-eea8-4d67-8e84-b38e2742706a\",\n                \"group\": \"All\",\n                \"groupOrder\": 0,\n                \"viewGroupId\": \"\",\n                \"viewGroup\": \"\",\n                \"viewGroupOrder\": 0,\n                \"topViewGroupId\": \"06e66d90-3c7a-4841-8756-863d699f9452\",\n                \"topViewGroup\": \"Main Information\",\n                \"topViewGroupOrder\": 1,\n                \"viewOrder\": 1,\n                \"form\": \"Simple\",\n                \"dataType\": \"String\",\n                \"readOnly\": false\n            },\n            {\n                \"name\": \"Color\",\n                \"id\": 210,\n                \"language\": \"EN\",\n                \"caption\": \"Color\",\n                \"captionAlternative\": \"\",\n                \"unit\": \"\",\n                \"help\": \"\",\n                \"abbr\": \"\",\n                \"groupId\": \"046f81e0-1ebe-446b-9e78-7aebbd756aed\",\n                \"group\": \"Allowed\",\n                \"groupOrder\": 17,\n                \"viewGroupId\": \"\",\n                \"viewGroup\": \"\",\n                \"viewGroupOrder\": 0,\n                \"topViewGroupId\": \"06e66d90-3c7a-4841-8756-863d699f9452\",\n                \"topViewGroup\": \"Main Information\",\n                \"topViewGroupOrder\": 1,\n                \"viewOrder\": 2,\n                \"form\": \"Simple\",\n                \"dataType\": \"String\",\n                \"readOnly\": false\n            },\n            {\n                \"name\": \"EANCode\",\n                \"id\": 221,\n                \"language\": \"EN\",\n                \"caption\": \"EAN\",\n                \"captionAlternative\": \"\",\n                \"unit\": \"\",\n                \"help\": \"\",\n                \"abbr\": \"\",\n                \"groupId\": \"73660834-eea8-4d67-8e84-b38e2742706a\",\n                \"group\": \"All\",\n                \"groupOrder\": 0,\n                \"viewGroupId\": \"\",\n                \"viewGroup\": \"\",\n                \"viewGroupOrder\": 0,\n                \"topViewGroupId\": \"06e66d90-3c7a-4841-8756-863d699f9452\",\n                \"topViewGroup\": \"Main Information\",\n                \"topViewGroupOrder\": 1,\n                \"viewOrder\": 3,\n                \"form\": \"Simple\",\n                \"dataType\": \"String\",\n                \"readOnly\": false\n            },\n            {\n                \"name\": \"Material\",\n                \"id\": 207,\n                \"language\": \"EN\",\n                \"caption\": \"Material\",\n                \"captionAlternative\": \"\",\n                \"unit\": \"\",\n                \"help\": \"\",\n                \"abbr\": \"\",\n                \"groupId\": \"73660834-eea8-4d67-8e84-b38e2742706a\",\n                \"group\": \"All\",\n                \"groupOrder\": 0,\n                \"viewGroupId\": \"7eba520e-9a86-4bc8-9860-a11cbc21f624\",\n                \"viewGroup\": \"Features\",\n                \"viewGroupOrder\": 4,\n                \"topViewGroupId\": \"b1f79f06-1923-4e54-8414-fadf2cbb5814\",\n                \"topViewGroup\": \"Technical Specifications\",\n                \"topViewGroupOrder\": 3,\n                \"viewOrder\": 4,\n                \"form\": \"Simple\",\n                \"dataType\": \"String\",\n                \"readOnly\": false\n            }\n        ],\n        \"Items\": [\n            {\n                \"featureId\": 100,\n                \"featureName\": \"Product\",\n                \"id\": 560,\n                \"parentId\": 721,\n                \"brand\": \"Normal\",\n                \"order\": 0,\n                \"createdDate\": \"2016-06-13T15:53:12.237\",\n                \"modifiedDate\": \"2026-07-02T13:19:44.023\",\n                \"Values\": [\n                    {\n                        \"featureId\": 100,\n                        \"featureName\": \"Value\",\n                        \"seq\": 0,\n                        \"modifiedDate\": \"2025-11-03T10:09:42.013\",\n                        \"value\": \"1923-16-test-test\"\n                    },\n                    {\n                        \"featureId\": 101,\n                        \"featureName\": \"ItemName\",\n                        \"language\": \"EN\",\n                        \"seq\": 0,\n                        \"modifiedDate\": \"2016-09-22T18:53:52.707\",\n                        \"value\": \"Chambord Coffee maker, 3 cup, 0.35 l, \"\n                    },\n                    {\n                        \"featureId\": 210,\n                        \"featureName\": \"Color\",\n                        \"language\": \"EN\",\n                        \"id\": 794,\n                        \"parentID\": 0,\n                        \"brand\": 0,\n                        \"itemOrder\": 0,\n                        \"seq\": 0,\n                        \"modifiedDate\": \"2017-12-22T08:35:24.08\",\n                        \"value\": \"Chrome\"\n                    },\n                    {\n                        \"featureId\": 221,\n                        \"featureName\": \"EANCode\",\n                        \"seq\": 0,\n                        \"modifiedDate\": \"2017-01-05T10:25:13.937\",\n                        \"value\": \"0699965287345\"\n                    },\n                    {\n                        \"featureId\": 207,\n                        \"featureName\": \"Material\",\n                        \"language\": \"EN\",\n                        \"id\": 569,\n                        \"parentID\": 0,\n                        \"brand\": 0,\n                        \"itemOrder\": 0,\n                        \"seq\": 0,\n                        \"modifiedDate\": \"2016-06-13T16:01:56.837\",\n                        \"value\": \"Stainless Steel\"\n                    }\n                ]\n            }\n        ]\n    }\n}"
                }
              ]
            }
          ]
        },
        {
          "name": "Report generation",
          "item": [
            {
              "name": "Process report endpoint",
              "request": {
                "auth": {
                  "type": "bearer",
                  "bearer": [
                    {
                      "key": "token",
                      "value": "{{Access_Token}}",
                      "type": "string"
                    }
                  ]
                },
                "method": "POST",
                "header": [],
                "url": {
                  "raw": "{{APIUrl}}/reports/{{Report_reportId}}/process?id={{Report_ItemId}}&language={{Report_languageCode}}&streamtype={{Report_streamType}}",
                  "host": [
                    "{{APIUrl}}"
                  ],
                  "path": [
                    "reports",
                    "{{Report_reportId}}",
                    "process"
                  ],
                  "query": [
                    {
                      "key": "id",
                      "value": "{{Report_ItemId}}"
                    },
                    {
                      "key": "language",
                      "value": "{{Report_languageCode}}"
                    },
                    {
                      "key": "streamtype",
                      "value": "{{Report_streamType}}"
                    }
                  ]
                },
                "description": "## Process report endpoint\n\nThis endpoint processes a report and return the processed report.\n\nAvailable from Perfion 2023 R1 SR1.\n\nSee full parameter options:\n\n[https://support.boyum-it.com/hc/en-us/articles/29930802390429-REST-API-service#RESTAPIservice-POSTProcessreportendpoint](https://support.boyum-it.com/hc/en-us/articles/29930802390429-REST-API-service#RESTAPIservice-POSTProcessreportendpoint)"
              },
              "response": []
            }
          ],
          "description": "Requests generation of a report based on an existing layout template.\n\nIt uses the authentication for \"Bearer token\", and remember to update the token value by requesting a token in 01 Authentication > 01 Perfion API GET token call.\n\nSee more at  \n[https://support.boyum-it.com/hc/en-us/articles/29930802390429-REST-API-service#RESTAPIservice-POSTProcessreportendpoint](https://support.boyum-it.com/hc/en-us/articles/29930802390429-REST-API-service#RESTAPIservice-POSTProcessreportendpoint)",
          "event": [
            {
              "listen": "prerequest",
              "script": {
                "type": "text/javascript",
                "packages": {},
                "requests": {},
                "exec": [
                  ""
                ]
              }
            },
            {
              "listen": "test",
              "script": {
                "type": "text/javascript",
                "packages": {},
                "requests": {},
                "exec": [
                  ""
                ]
              }
            }
          ]
        },
        {
          "name": "Audit Logs",
          "item": [
            {
              "name": "Get Audit Logs",
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              },
              "request": {
                "auth": {
                  "type": "bearer",
                  "bearer": [
                    {
                      "key": "token",
                      "value": "{{Access_Token}}",
                      "type": "string"
                    }
                  ]
                },
                "method": "GET",
                "header": [],
                "body": {
                  "mode": "raw",
                  "raw": ""
                },
                "url": {
                  "raw": "{{APIUrl}}/audit-logs?from=2026-09-01&to=2026-09-12",
                  "host": [
                    "{{APIUrl}}"
                  ],
                  "path": [
                    "audit-logs"
                  ],
                  "query": [
                    {
                      "key": "from",
                      "value": "2026-09-01"
                    },
                    {
                      "key": "to",
                      "value": "2026-09-12"
                    }
                  ]
                }
              },
              "response": [
                {
                  "name": "200 OK - Get Audit Logs",
                  "originalRequest": {
                    "method": "GET",
                    "header": [],
                    "body": {
                      "mode": "raw",
                      "raw": ""
                    },
                    "url": {
                      "raw": "{{APIUrl}}/audit-logs?from=2026-09-01&to=2026-09-12",
                      "host": [
                        "{{APIUrl}}"
                      ],
                      "path": [
                        "audit-logs"
                      ],
                      "query": [
                        {
                          "key": "from",
                          "value": "2026-09-01"
                        },
                        {
                          "key": "to",
                          "value": "2026-09-12"
                        }
                      ]
                    }
                  },
                  "status": "OK",
                  "code": 200,
                  "_postman_previewlanguage": null,
                  "header": [
                    {
                      "key": ":status",
                      "value": 200
                    },
                    {
                      "key": "cache-control",
                      "value": "no-cache"
                    },
                    {
                      "key": "pragma",
                      "value": "no-cache"
                    },
                    {
                      "key": "content-type",
                      "value": "application/json; charset=utf-8"
                    },
                    {
                      "key": "expires",
                      "value": "-1"
                    },
                    {
                      "key": "server",
                      "value": "Microsoft-IIS/10.0"
                    },
                    {
                      "key": "x-frame-options",
                      "value": "DENY"
                    },
                    {
                      "key": "x-content-type-options",
                      "value": "nosniff"
                    },
                    {
                      "key": "date",
                      "value": "Tue, 08 Sep 2026 10:49:27 GMT"
                    },
                    {
                      "key": "content-length",
                      "value": "1301"
                    }
                  ],
                  "cookie": [],
                  "body": "[\n    {\n        \"userId\": \"test2\",\n        \"timestampUtc\": \"2026-09-07T12:42:56.9810141+00:00\",\n        \"event\": \"login\",\n        \"interface\": \"PerfionApi\",\n        \"source\": \"127.0.0.1\"\n    },\n    {\n        \"userId\": \"Admin\",\n        \"timestampUtc\": \"2026-09-07T09:46:04.38+00:00\",\n        \"event\": \"login\",\n        \"interface\": \"WindowsClient\",\n        \"source\": \"BIT-LAP-184\"\n    },\n    {\n        \"userId\": \"test2\",\n        \"timestampUtc\": \"2026-09-07T09:12:00.1633333+00:00\",\n        \"event\": \"login\",\n        \"interface\": \"PerfionApi\",\n        \"source\": \"127.0.0.1\"\n    },\n    {\n        \"userId\": \"test2\",\n        \"timestampUtc\": \"2026-09-07T09:10:53.58+00:00\",\n        \"event\": \"login\",\n        \"interface\": \"PerfionApi\",\n        \"source\": \"127.0.0.1\"\n    },\n    {\n        \"userId\": \"test2\",\n        \"timestampUtc\": \"2026-09-07T09:01:17.86+00:00\",\n        \"event\": \"login\",\n        \"interface\": \"PerfionApi\",\n        \"source\": \"127.0.0.1\"\n    },\n    {\n        \"userId\": \"test2\",\n        \"timestampUtc\": \"2026-09-07T09:01:04.83+00:00\",\n        \"event\": \"login\",\n        \"interface\": \"PerfionApi\",\n        \"source\": \"127.0.0.1\"\n    },\n    {\n        \"userId\": \"test2\",\n        \"timestampUtc\": \"2026-09-07T08:59:23.64+00:00\",\n        \"event\": \"login\",\n        \"interface\": \"PerfionApi\",\n        \"source\": \"127.0.0.1\"\n    },\n    {\n        \"userId\": \"test2\",\n        \"timestampUtc\": \"2026-09-07T08:58:38.28+00:00\",\n        \"event\": \"login\",\n        \"interface\": \"PerfionApi\",\n        \"source\": \"127.0.0.1\"\n    },\n    {\n        \"userId\": \"test2\",\n        \"timestampUtc\": \"2026-09-07T08:45:59.2066667+00:00\",\n        \"event\": \"login\",\n        \"interface\": \"PerfionApi\",\n        \"source\": \"127.0.0.1\"\n    },\n    {\n        \"userId\": \"Admin\",\n        \"timestampUtc\": \"2026-09-07T08:34:55.3966667+00:00\",\n        \"event\": \"login\",\n        \"interface\": \"WindowsClient\",\n        \"source\": \"BIT-LAP-184\"\n    }\n]"
                }
              ]
            }
          ]
        },
        {
          "name": "Binaries",
          "item": [
            {
              "name": "Upload Binary",
              "request": {
                "auth": {
                  "type": "bearer",
                  "bearer": [
                    {
                      "key": "token",
                      "value": "{{Access_Token}}",
                      "type": "string"
                    }
                  ]
                },
                "method": "POST",
                "header": [],
                "body": {
                  "mode": "formdata",
                  "formdata": [
                    {
                      "key": "file",
                      "type": "file",
                      "contentType": "image/jpeg",
                      "src": "4ImmiGJKG/RecaroSalia-billede30.png"
                    }
                  ]
                },
                "url": {
                  "raw": "{{APIUrl}}/binaries/Product/566/image?language=en",
                  "host": [
                    "{{APIUrl}}"
                  ],
                  "path": [
                    "binaries",
                    "Product",
                    "566",
                    "image"
                  ],
                  "query": [
                    {
                      "key": "language",
                      "value": "en"
                    }
                  ]
                },
                "description": "/binaries/{baseFeatureIdOrName}/{itemId}/{featureIdOrName}EndFragment"
              },
              "response": []
            }
          ]
        }
      ],
      "description": "This section explains how to interact with Perfion's API using the Perfion Query syntax using REST.\n\nFor more information see the Perfion Knowledge Base:  \n[https://support.boyum-it.com/hc/en-us/articles/29930802390429-REST-API-service](https://support.boyum-it.com/hc/en-us/articles/29930802390429-REST-API-service)"
    },
    {
      "name": "04 XML Soap",
      "item": [
        {
          "name": "Execute Perfion Query",
          "item": [
            {
              "name": "01 Perfion API - Execute Query - Bearer Authentication",
              "protocolProfileBehavior": {
                "disabledSystemHeaders": {
                  "content-type": true
                }
              },
              "request": {
                "auth": {
                  "type": "bearer",
                  "bearer": [
                    {
                      "key": "token",
                      "value": "{{Access_Token}}",
                      "type": "string"
                    }
                  ]
                },
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "text/xml",
                    "type": "text"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "<soapenv:Envelope xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:per=\"http://perfion.com/\">\r\n   <soapenv:Header/>\r\n   <soapenv:Body>\r\n      <per:ExecuteQuery>\r\n           <!--Optional:-->\r\n         <per:query>\r\n               <![CDATA[\r\n                     <Query>\r\n\t<Select languages='EN' maxcount='10'>\r\n\t\t<Feature id='*' />\r\n\t</Select>\r\n\t<From id ='Product'/>\r\n</Query>\r\n             ]]>\r\n         </per:query>\r\n      </per:ExecuteQuery>\r\n   </soapenv:Body>\r\n</soapenv:Envelope>\r\n",
                  "options": {
                    "raw": {
                      "language": "xml"
                    }
                  }
                },
                "url": {
                  "raw": "{{APIUrl}}/Perfion/GetData.asmx?op=ExecuteQuery",
                  "host": [
                    "{{APIUrl}}"
                  ],
                  "path": [
                    "Perfion",
                    "GetData.asmx"
                  ],
                  "query": [
                    {
                      "key": "op",
                      "value": "ExecuteQuery"
                    }
                  ]
                },
                "description": "This call executes a Perfion API Query using the API (SOAP) service.\n\nIt uses Basic or Bearer Token authentications\n\nIf using a \"Bearer token\", remember to update the token value by requesting a token in 01 Authentication > 01 Perfion API GET token call.\n\nRemember to set the Content-Type to \"text/xml\" in Headers.\n\nUpdate the Query in the Body. Notice the encapsulation of query withing the \"\" tags, which is a Perfion quirk."
              },
              "response": [
                {
                  "name": "200 OK - 01 Perfion API - Execute Query - Bearer Authentication",
                  "originalRequest": {
                    "method": "POST",
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "text/xml",
                        "type": "text"
                      }
                    ],
                    "body": {
                      "mode": "raw",
                      "raw": "<soapenv:Envelope xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:per=\"http://perfion.com/\">\r\n   <soapenv:Header/>\r\n   <soapenv:Body>\r\n      <per:ExecuteQuery>\r\n           <!--Optional:-->\r\n         <per:query>\r\n               <![CDATA[\r\n                     <Query>\r\n\t<Select languages='EN' maxcount='10'>\r\n\t\t<Feature id='*' />\r\n\t</Select>\r\n\t<From id ='Product'/>\r\n</Query>\r\n             ]]>\r\n         </per:query>\r\n      </per:ExecuteQuery>\r\n   </soapenv:Body>\r\n</soapenv:Envelope>\r\n",
                      "options": {
                        "raw": {
                          "language": "xml"
                        }
                      }
                    },
                    "url": {
                      "raw": "{{APIUrl}}/Perfion/GetData.asmx?op=ExecuteQuery",
                      "host": [
                        "{{APIUrl}}"
                      ],
                      "path": [
                        "Perfion",
                        "GetData.asmx"
                      ],
                      "query": [
                        {
                          "key": "op",
                          "value": "ExecuteQuery"
                        }
                      ]
                    }
                  },
                  "status": "OK",
                  "code": 200,
                  "_postman_previewlanguage": null,
                  "header": [
                    {
                      "key": ":status",
                      "value": 200
                    },
                    {
                      "key": "cache-control",
                      "value": "private, max-age=0"
                    },
                    {
                      "key": "content-type",
                      "value": "text/xml; charset=utf-8"
                    },
                    {
                      "key": "server",
                      "value": "Microsoft-IIS/10.0"
                    },
                    {
                      "key": "x-frame-options",
                      "value": "DENY"
                    },
                    {
                      "key": "x-content-type-options",
                      "value": "nosniff"
                    },
                    {
                      "key": "date",
                      "value": "Tue, 08 Sep 2026 10:58:02 GMT"
                    },
                    {
                      "key": "content-length",
                      "value": "76006"
                    }
                  ],
                  "cookie": [],
                  "body": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<soap:Envelope xmlns:soap=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\">\n    <soap:Body>\n        <ExecuteQueryResponse xmlns=\"http://perfion.com/\">\n            <ExecuteQueryResult>&lt;?xml version=\"1.0\" encoding=\"utf-8\"?&gt;\r\n&lt;Data totalExecutionTime=\"00:00:00.9032060\"&gt;\r\n  &lt;Features&gt;\r\n    &lt;Product id=\"100\" language=\"EN\" caption=\"Product\" captionAlternative=\"\" unit=\"\" help=\"\" abbr=\"\" groupId=\"73660834-eea8-4d67-8e84-b38e2742706a\" group=\"All\" groupOrder=\"0\" viewGroupId=\"\" viewGroup=\"\" viewGroupOrder=\"0\" topViewGroupId=\"06e66d90-3c7a-4841-8756-863d699f9452\" topViewGroup=\"Main Information\" topViewGroupOrder=\"1\" viewOrder=\"0\" form=\"Complex\" dataType=\"String\" readOnly=\"False\" /&gt;\r\n    &lt;ApprovedERP id=\"359\" language=\"EN\" caption=\"Release to ERP\" captionAlternative=\"\" unit=\"\" help=\"\" abbr=\"\" groupId=\"73660834-eea8-4d67-8e84-b38e2742706a\" group=\"All\" groupOrder=\"0\" viewGroupId=\"e9e0237c-31b4-4612-a62f-129ce65a6b80\" viewGroup=\"Approval\" viewGroupOrder=\"9\" topViewGroupId=\"71413f3f-e8e1-44c1-90ca-b6dceed74726\" topViewGroup=\"Workflow\" topViewGroupOrder=\"11\" viewOrder=\"1\" form=\"Simple\" dataType=\"String\" readOnly=\"False\" /&gt;\r\n    &lt;ApprovedMarketing id=\"358\" language=\"EN\" caption=\"Marketing Approved\" captionAlternative=\"\" unit=\"\" help=\"\" abbr=\"\" groupId=\"73660834-eea8-4d67-8e84-b38e2742706a\" group=\"All\" groupOrder=\"0\" viewGroupId=\"e9e0237c-31b4-4612-a62f-129ce65a6b80\" viewGroup=\"Approval\" viewGroupOrder=\"9\" topViewGroupId=\"71413f3f-e8e1-44c1-90ca-b6dceed74726\" topViewGroup=\"Workflow\" topViewGroupOrder=\"11\" viewOrder=\"2\" form=\"Simple\" dataType=\"String\" readOnly=\"False\" /&gt;\r\n    &lt;ApprovedSpecification id=\"296\" language=\"EN\" caption=\"Specifications Approved\" captionAlternative=\"\" unit=\"\" help=\"\" abbr=\"\" groupId=\"73660834-eea8-4d67-8e84-b38e2742706a\" group=\"All\" groupOrder=\"0\" viewGroupId=\"e9e0237c-31b4-4612-a62f-129ce65a6b80\" viewGroup=\"Approval\" viewGroupOrder=\"9\" topViewGroupId=\"71413f3f-e8e1-44c1-90ca-b6dceed74726\" topViewGroup=\"Workflow\" topViewGroupOrder=\"11\" viewOrder=\"3\" form=\"Simple\" dataType=\"String\" readOnly=\"False\" /&gt;\r\n    &lt;AssignedTo id=\"1385\" language=\"EN\" caption=\"Assigned To\" captionAlternative=\"\" unit=\"\" help=\"\" abbr=\"\" groupId=\"73660834-eea8-4d67-8e84-b38e2742706a\" group=\"All\" groupOrder=\"0\" viewGroupId=\"\" viewGroup=\"\" viewGroupOrder=\"0\" topViewGroupId=\"71413f3f-e8e1-44c1-90ca-b6dceed74726\" topViewGroup=\"Workflow\" topViewGroupOrder=\"11\" viewOrder=\"4\" form=\"Complex\" dataType=\"String\" readOnly=\"False\" /&gt;\r\n    &lt;BarcodeUomEntry id=\"1626\" language=\"EN\" caption=\"Uom Entry\" captionAlternative=\"\" unit=\"\" help=\"Testing for Comas \" abbr=\"\" groupId=\"a144a90b-0dbf-4326-b288-71513bc3636a\" group=\"Actions\" groupOrder=\"14\" viewGroupId=\"\" viewGroup=\"\" viewGroupOrder=\"0\" topViewGroupId=\"\" topViewGroup=\"\" topViewGroupOrder=\"0\" viewOrder=\"5\" form=\"Simple\" dataType=\"String\" readOnly=\"False\" /&gt;\r\n    &lt;BrandName id=\"228\" language=\"EN\" caption=\"Brand\" captionAlternative=\"\" unit=\"\" help=\"\" abbr=\"\" groupId=\"73660834-eea8-4d67-8e84-b38e2742706a\" group=\"All\" groupOrder=\"0\" viewGroupId=\"\" viewGroup=\"\" viewGroupOrder=\"0\" topViewGroupId=\"06e66d90-3c7a-4841-8756-863d699f9452\" topViewGroup=\"Main Information\" topViewGroupOrder=\"1\" viewOrder=\"6\" form=\"Complex\" dataType=\"String\" readOnly=\"False\" /&gt;\r\n    &lt;CapacityBeanContainer id=\"237\" language=\"EN\" caption=\"Capacity per bean container\" captionAlternative=\"\" unit=\"g\" help=\"\" abbr=\"\" groupId=\"73660834-eea8-4d67-8e84-b38e2742706a\" group=\"All\" groupOrder=\"0\" viewGroupId=\"7eba520e-9a86-4bc8-9860-a11cbc21f624\" viewGroup=\"Features\" viewGroupOrder=\"4\" topViewGroupId=\"b1f79f06-1923-4e54-8414-fadf2cbb5814\" topViewGroup=\"Technical Specifications\" topViewGroupOrder=\"3\" viewOrder=\"7\" form=\"Simple\" dataType=\"Number\" readOnly=\"False\" /&gt;\r\n    &lt;Catalog id=\"104\" language=\"EN\" caption=\"Catalog\" captionAlternative=\"\" unit=\"\" help=\"\" abbr=\"\" groupId=\"73660834-eea8-4d67-8e84-b38e2742706a\" group=\"All\" groupOrder=\"0\" viewGroupId=\"\" viewGroup=\"\" viewGroupOrder=\"0\" topViewGroupId=\"06e66d90-3c7a-4841-8756-863d699f9452\" topViewGroup=\"Main Information\" topViewGroupOrder=\"1\" viewOrder=\"8\" form=\"Complex\" dataType=\"String\" readOnly=\"False\" /&gt;\r\n    &lt;Category id=\"102\" language=\"EN\" caption=\"Category\" captionAlternative=\"\" unit=\"\" help=\"\" abbr=\"\" groupId=\"73660834-eea8-4d67-8e84-b38e2742706a\" group=\"All\" groupOrder=\"0\" viewGroupId=\"\" viewGroup=\"\" viewGroupOrder=\"0\" topViewGroupId=\"06e66d90-3c7a-4841-8756-863d699f9452\" topViewGroup=\"Main Information\" topViewGroupOrder=\"1\" viewOrder=\"9\" form=\"Complex\" dataType=\"String\" readOnly=\"False\" /&gt;\r\n    &lt;Color id=\"210\" language=\"EN\" caption=\"Color\" captionAlternative=\"\" unit=\"\" help=\"\" abbr=\"\" groupId=\"046f81e0-1ebe-446b-9e78-7aebbd756aed\" group=\"Allowed\" groupOrder=\"17\" viewGroupId=\"\" viewGroup=\"\" viewGroupOrder=\"0\" topViewGroupId=\"06e66d90-3c7a-4841-8756-863d699f9452\" topViewGroup=\"Main Information\" topViewGroupOrder=\"1\" viewOrder=\"10\" form=\"Simple\" dataType=\"String\" readOnly=\"False\" /&gt;\r\n    &lt;Description id=\"148\" language=\"EN\" caption=\"Description\" captionAlternative=\"\" unit=\"\" help=\"\" abbr=\"\" groupId=\"73660834-eea8-4d67-8e84-b38e2742706a\" group=\"All\" groupOrder=\"0\" viewGroupId=\"\" viewGroup=\"\" viewGroupOrder=\"0\" topViewGroupId=\"79b96ce3-20f3-4f66-b24c-49a7806bb497\" topViewGroup=\"Marketing\" topViewGroupOrder=\"2\" viewOrder=\"11\" form=\"Simple\" dataType=\"Text\" readOnly=\"False\" /&gt;\r\n    &lt;DiameterCM id=\"208\" language=\"EN\" caption=\"Diameter\" captionAlternative=\"\" unit=\"cm\" help=\"\" abbr=\"Ø\" groupId=\"73660834-eea8-4d67-8e84-b38e2742706a\" group=\"All\" groupOrder=\"0\" viewGroupId=\"40bc9935-ac3b-420c-a0e8-c8a118bbd8c2\" viewGroup=\"Dimensions\" viewGroupOrder=\"5\" topViewGroupId=\"b1f79f06-1923-4e54-8414-fadf2cbb5814\" topViewGroup=\"Technical Specifications\" topViewGroupOrder=\"3\" viewOrder=\"12\" form=\"Simple\" dataType=\"Number\" readOnly=\"False\" /&gt;\r\n    &lt;DishwasherSafe id=\"234\" language=\"EN\" caption=\"Dishwasher Safe\" captionAlternative=\"\" unit=\"\" help=\"\" abbr=\"\" groupId=\"73660834-eea8-4d67-8e84-b38e2742706a\" group=\"All\" groupOrder=\"0\" viewGroupId=\"7eba520e-9a86-4bc8-9860-a11cbc21f624\" viewGroup=\"Features\" viewGroupOrder=\"4\" topViewGroupId=\"b1f79f06-1923-4e54-8414-fadf2cbb5814\" topViewGroup=\"Technical Specifications\" topViewGroupOrder=\"3\" viewOrder=\"13\" form=\"Simple\" dataType=\"String\" readOnly=\"False\" /&gt;\r\n    &lt;EANCode id=\"221\" language=\"EN\" caption=\"EAN\" captionAlternative=\"\" unit=\"\" help=\"\" abbr=\"\" groupId=\"73660834-eea8-4d67-8e84-b38e2742706a\" group=\"All\" groupOrder=\"0\" viewGroupId=\"\" viewGroup=\"\" viewGroupOrder=\"0\" topViewGroupId=\"06e66d90-3c7a-4841-8756-863d699f9452\" topViewGroup=\"Main Information\" topViewGroupOrder=\"1\" viewOrder=\"14\" form=\"Simple\" dataType=\"String\" readOnly=\"False\" /&gt;\r\n    &lt;GroupImage id=\"213\" language=\"EN\" caption=\"Group Image\" captionAlternative=\"\" unit=\"\" help=\"\" abbr=\"\" groupId=\"73660834-eea8-4d67-8e84-b38e2742706a\" group=\"All\" groupOrder=\"0\" viewGroupId=\"c995a0bc-9c0a-4240-be47-25fd433c96c7\" viewGroup=\"Images\" viewGroupOrder=\"6\" topViewGroupId=\"ba82a099-833a-47fb-b363-d8bb9bb2e3d3\" topViewGroup=\"Media\" topViewGroupOrder=\"8\" viewOrder=\"15\" form=\"Simple\" dataType=\"Image\" readOnly=\"False\" /&gt;\r\n    &lt;GroupName id=\"226\" language=\"EN\" caption=\"Group Name\" captionAlternative=\"\" unit=\"\" help=\"\" abbr=\"\" groupId=\"73660834-eea8-4d67-8e84-b38e2742706a\" group=\"All\" groupOrder=\"0\" viewGroupId=\"\" viewGroup=\"\" viewGroupOrder=\"0\" topViewGroupId=\"06e66d90-3c7a-4841-8756-863d699f9452\" topViewGroup=\"Main Information\" topViewGroupOrder=\"1\" viewOrder=\"16\" form=\"Simple\" dataType=\"String\" readOnly=\"False\" /&gt;\r\n    &lt;HeightCM id=\"220\" language=\"EN\" caption=\"Height\" captionAlternative=\"\" unit=\"cm\" help=\"\" abbr=\"\" groupId=\"73660834-eea8-4d67-8e84-b38e2742706a\" group=\"All\" groupOrder=\"0\" viewGroupId=\"40bc9935-ac3b-420c-a0e8-c8a118bbd8c2\" viewGroup=\"Dimensions\" viewGroupOrder=\"5\" topViewGroupId=\"b1f79f06-1923-4e54-8414-fadf2cbb5814\" topViewGroup=\"Technical Specifications\" topViewGroupOrder=\"3\" viewOrder=\"17\" form=\"Simple\" dataType=\"Number\" readOnly=\"False\" /&gt;\r\n    &lt;Image id=\"105\" language=\"EN\" caption=\"Image\" captionAlternative=\"\" unit=\"\" help=\"\" abbr=\"\" groupId=\"73660834-eea8-4d67-8e84-b38e2742706a\" group=\"All\" groupOrder=\"0\" viewGroupId=\"\" viewGroup=\"\" viewGroupOrder=\"0\" topViewGroupId=\"06e66d90-3c7a-4841-8756-863d699f9452\" topViewGroup=\"Main Information\" topViewGroupOrder=\"1\" viewOrder=\"18\" form=\"Simple\" dataType=\"Image\" readOnly=\"False\" /&gt;\r\n    &lt;imgDbLifestyle id=\"229\" language=\"EN\" caption=\"Lifestyle Images\" captionAlternative=\"\" unit=\"\" help=\"\" abbr=\"\" groupId=\"73660834-eea8-4d67-8e84-b38e2742706a\" group=\"All\" groupOrder=\"0\" viewGroupId=\"c995a0bc-9c0a-4240-be47-25fd433c96c7\" viewGroup=\"Images\" viewGroupOrder=\"6\" topViewGroupId=\"ba82a099-833a-47fb-b363-d8bb9bb2e3d3\" topViewGroup=\"Media\" topViewGroupOrder=\"8\" viewOrder=\"19\" form=\"Simple\" dataType=\"Image\" readOnly=\"False\" /&gt;\r\n    &lt;InstructionsPDF id=\"1510\" language=\"EN\" caption=\"Instructions\" captionAlternative=\"\" unit=\"\" help=\"\" abbr=\"\" groupId=\"73660834-eea8-4d67-8e84-b38e2742706a\" group=\"All\" groupOrder=\"0\" viewGroupId=\"19c713b1-05af-4921-8a04-77555c5ed547\" viewGroup=\"Documents\" viewGroupOrder=\"7\" topViewGroupId=\"ba82a099-833a-47fb-b363-d8bb9bb2e3d3\" topViewGroup=\"Media\" topViewGroupOrder=\"8\" viewOrder=\"20\" form=\"Simple\" dataType=\"File\" readOnly=\"False\" /&gt;\r\n    &lt;ItemName id=\"101\" language=\"EN\" caption=\"Item Name\" captionAlternative=\"\" unit=\"\" help=\"\" abbr=\"\" groupId=\"73660834-eea8-4d67-8e84-b38e2742706a\" group=\"All\" groupOrder=\"0\" viewGroupId=\"\" viewGroup=\"\" viewGroupOrder=\"0\" topViewGroupId=\"06e66d90-3c7a-4841-8756-863d699f9452\" topViewGroup=\"Main Information\" topViewGroupOrder=\"1\" viewOrder=\"21\" form=\"Simple\" dataType=\"String\" readOnly=\"False\" /&gt;\r\n    &lt;ItemNameFormula id=\"365\" language=\"EN\" caption=\"Item Name (formula)\" captionAlternative=\"\" unit=\"\" help=\"\" abbr=\"\" groupId=\"73660834-eea8-4d67-8e84-b38e2742706a\" group=\"All\" groupOrder=\"0\" viewGroupId=\"\" viewGroup=\"\" viewGroupOrder=\"0\" topViewGroupId=\"06e66d90-3c7a-4841-8756-863d699f9452\" topViewGroup=\"Main Information\" topViewGroupOrder=\"1\" viewOrder=\"22\" form=\"Simple\" dataType=\"String\" readOnly=\"False\" /&gt;\r\n    &lt;ItemNumber id=\"1588\" language=\"EN\" caption=\"ItemNumber\" captionAlternative=\"\" unit=\"\" help=\"\" abbr=\"\" groupId=\"a144a90b-0dbf-4326-b288-71513bc3636a\" group=\"Actions\" groupOrder=\"14\" viewGroupId=\"\" viewGroup=\"\" viewGroupOrder=\"0\" topViewGroupId=\"\" topViewGroup=\"\" topViewGroupOrder=\"0\" viewOrder=\"23\" form=\"Simple\" dataType=\"String\" readOnly=\"False\" /&gt;\r\n    &lt;ItemType id=\"217\" language=\"EN\" caption=\"Item Type\" captionAlternative=\"\" unit=\"\" help=\"\" abbr=\"\" groupId=\"73660834-eea8-4d67-8e84-b38e2742706a\" group=\"All\" groupOrder=\"0\" viewGroupId=\"\" viewGroup=\"\" viewGroupOrder=\"0\" topViewGroupId=\"06e66d90-3c7a-4841-8756-863d699f9452\" topViewGroup=\"Main Information\" topViewGroupOrder=\"1\" viewOrder=\"24\" form=\"Simple\" dataType=\"String\" readOnly=\"False\" /&gt;\r\n    &lt;LengthCM id=\"218\" language=\"EN\" caption=\"Length\" captionAlternative=\"\" unit=\"cm\" help=\"\" abbr=\"\" groupId=\"73660834-eea8-4d67-8e84-b38e2742706a\" group=\"All\" groupOrder=\"0\" viewGroupId=\"40bc9935-ac3b-420c-a0e8-c8a118bbd8c2\" viewGroup=\"Dimensions\" viewGroupOrder=\"5\" topViewGroupId=\"b1f79f06-1923-4e54-8414-fadf2cbb5814\" topViewGroup=\"Technical Specifications\" topViewGroupOrder=\"3\" viewOrder=\"25\" form=\"Simple\" dataType=\"Number\" readOnly=\"False\" /&gt;\r\n    &lt;Material id=\"207\" language=\"EN\" caption=\"Material\" captionAlternative=\"\" unit=\"\" help=\"\" abbr=\"\" groupId=\"73660834-eea8-4d67-8e84-b38e2742706a\" group=\"All\" groupOrder=\"0\" viewGroupId=\"7eba520e-9a86-4bc8-9860-a11cbc21f624\" viewGroup=\"Features\" viewGroupOrder=\"4\" topViewGroupId=\"b1f79f06-1923-4e54-8414-fadf2cbb5814\" topViewGroup=\"Technical Specifications\" topViewGroupOrder=\"3\" viewOrder=\"26\" form=\"Simple\" dataType=\"String\" readOnly=\"False\" /&gt;\r\n    &lt;New id=\"274\" language=\"EN\" caption=\"New\" captionAlternative=\"\" unit=\"\" help=\"\" abbr=\"\" groupId=\"73660834-eea8-4d67-8e84-b38e2742706a\" group=\"All\" groupOrder=\"0\" viewGroupId=\"\" viewGroup=\"\" viewGroupOrder=\"0\" topViewGroupId=\"79b96ce3-20f3-4f66-b24c-49a7806bb497\" topViewGroup=\"Marketing\" topViewGroupOrder=\"2\" viewOrder=\"27\" form=\"Complex\" dataType=\"String\" readOnly=\"False\" /&gt;\r\n    &lt;NoOfCups id=\"225\" language=\"EN\" caption=\"No. of cups\" captionAlternative=\"\" unit=\"cup\" help=\"\" abbr=\"\" groupId=\"73660834-eea8-4d67-8e84-b38e2742706a\" group=\"All\" groupOrder=\"0\" viewGroupId=\"\" viewGroup=\"\" viewGroupOrder=\"0\" topViewGroupId=\"b1f79f06-1923-4e54-8414-fadf2cbb5814\" topViewGroup=\"Technical Specifications\" topViewGroupOrder=\"3\" viewOrder=\"28\" form=\"Simple\" dataType=\"Number\" readOnly=\"False\" /&gt;\r\n    &lt;ProductStatus id=\"1384\" language=\"EN\" caption=\"Status\" captionAlternative=\"\" unit=\"\" help=\"\" abbr=\"\" groupId=\"73660834-eea8-4d67-8e84-b38e2742706a\" group=\"All\" groupOrder=\"0\" viewGroupId=\"\" viewGroup=\"\" viewGroupOrder=\"0\" topViewGroupId=\"71413f3f-e8e1-44c1-90ca-b6dceed74726\" topViewGroup=\"Workflow\" topViewGroupOrder=\"11\" viewOrder=\"29\" form=\"Simple\" dataType=\"String\" readOnly=\"False\" /&gt;\r\n    &lt;Range id=\"1604\" language=\"EN\" caption=\"Range\" captionAlternative=\"\" unit=\"\" help=\"\" abbr=\"\" groupId=\"a144a90b-0dbf-4326-b288-71513bc3636a\" group=\"Actions\" groupOrder=\"14\" viewGroupId=\"\" viewGroup=\"\" viewGroupOrder=\"0\" topViewGroupId=\"\" topViewGroup=\"\" topViewGroupOrder=\"0\" viewOrder=\"30\" form=\"Simple\" dataType=\"Number\" readOnly=\"False\" /&gt;\r\n    &lt;SanaWebsite id=\"1458\" language=\"EN\" caption=\"Sana Commerce\" captionAlternative=\"\" unit=\"\" help=\"\" abbr=\"\" groupId=\"73660834-eea8-4d67-8e84-b38e2742706a\" group=\"All\" groupOrder=\"0\" viewGroupId=\"\" viewGroup=\"\" viewGroupOrder=\"0\" topViewGroupId=\"79b96ce3-20f3-4f66-b24c-49a7806bb497\" topViewGroup=\"Marketing\" topViewGroupOrder=\"2\" viewOrder=\"31\" form=\"Simple\" dataType=\"String\" readOnly=\"False\" /&gt;\r\n    &lt;SpecificationCompleteness id=\"1531\" language=\"EN\" caption=\"SpecificationCompleteness\" captionAlternative=\"\" unit=\"\" help=\"\" abbr=\"\" groupId=\"a144a90b-0dbf-4326-b288-71513bc3636a\" group=\"Actions\" groupOrder=\"14\" viewGroupId=\"\" viewGroup=\"\" viewGroupOrder=\"0\" topViewGroupId=\"\" topViewGroup=\"\" topViewGroupOrder=\"0\" viewOrder=\"32\" form=\"Simple\" dataType=\"Number\" readOnly=\"False\" /&gt;\r\n    &lt;Subheader id=\"245\" language=\"EN\" caption=\"Subheader\" captionAlternative=\"\" unit=\"\" help=\"\" abbr=\"\" groupId=\"73660834-eea8-4d67-8e84-b38e2742706a\" group=\"All\" groupOrder=\"0\" viewGroupId=\"\" viewGroup=\"\" viewGroupOrder=\"0\" topViewGroupId=\"79b96ce3-20f3-4f66-b24c-49a7806bb497\" topViewGroup=\"Marketing\" topViewGroupOrder=\"2\" viewOrder=\"33\" form=\"Simple\" dataType=\"String\" readOnly=\"False\" /&gt;\r\n    &lt;TechnicalDetails id=\"270\" language=\"EN\" caption=\"Technical Details Table\" captionAlternative=\"Technical Details\" unit=\"\" help=\"\" abbr=\"\" groupId=\"73660834-eea8-4d67-8e84-b38e2742706a\" group=\"All\" groupOrder=\"0\" viewGroupId=\"\" viewGroup=\"\" viewGroupOrder=\"0\" topViewGroupId=\"79b96ce3-20f3-4f66-b24c-49a7806bb497\" topViewGroup=\"Marketing\" topViewGroupOrder=\"2\" viewOrder=\"34\" form=\"Simple\" dataType=\"Table\" readOnly=\"False\" /&gt;\r\n    &lt;TechnicalDetailsProductSheet id=\"371\" language=\"EN\" caption=\"Product Sheet Table\" captionAlternative=\"Product Details\" unit=\"\" help=\"\" abbr=\"\" groupId=\"73660834-eea8-4d67-8e84-b38e2742706a\" group=\"All\" groupOrder=\"0\" viewGroupId=\"\" viewGroup=\"\" viewGroupOrder=\"0\" topViewGroupId=\"79b96ce3-20f3-4f66-b24c-49a7806bb497\" topViewGroup=\"Marketing\" topViewGroupOrder=\"2\" viewOrder=\"35\" form=\"Simple\" dataType=\"Table\" readOnly=\"False\" /&gt;\r\n    &lt;TestFile id=\"1628\" language=\"EN\" caption=\"New File\" captionAlternative=\"\" unit=\"\" help=\"\" abbr=\"\" groupId=\"a144a90b-0dbf-4326-b288-71513bc3636a\" group=\"Actions\" groupOrder=\"14\" viewGroupId=\"\" viewGroup=\"\" viewGroupOrder=\"0\" topViewGroupId=\"\" topViewGroup=\"\" topViewGroupOrder=\"0\" viewOrder=\"36\" form=\"Simple\" dataType=\"File\" readOnly=\"False\" /&gt;\r\n    &lt;TestGroupName id=\"1579\" language=\"EN\" caption=\"Test Group Name\" captionAlternative=\"\" unit=\"\" help=\"\" abbr=\"\" groupId=\"a144a90b-0dbf-4326-b288-71513bc3636a\" group=\"Actions\" groupOrder=\"14\" viewGroupId=\"\" viewGroup=\"\" viewGroupOrder=\"0\" topViewGroupId=\"\" topViewGroup=\"\" topViewGroupOrder=\"0\" viewOrder=\"37\" form=\"Simple\" dataType=\"String\" readOnly=\"False\" /&gt;\r\n    &lt;VolumeL id=\"209\" language=\"EN\" caption=\"Volume\" captionAlternative=\"\" unit=\"l\" help=\"\" abbr=\"Vol.\" groupId=\"73660834-eea8-4d67-8e84-b38e2742706a\" group=\"All\" groupOrder=\"0\" viewGroupId=\"\" viewGroup=\"\" viewGroupOrder=\"0\" topViewGroupId=\"b1f79f06-1923-4e54-8414-fadf2cbb5814\" topViewGroup=\"Technical Specifications\" topViewGroupOrder=\"3\" viewOrder=\"38\" form=\"Simple\" dataType=\"Number\" readOnly=\"False\" /&gt;\r\n    &lt;WebPublish id=\"376\" language=\"EN\" caption=\"Publish to web\" captionAlternative=\"\" unit=\"\" help=\"\" abbr=\"\" groupId=\"73660834-eea8-4d67-8e84-b38e2742706a\" group=\"All\" groupOrder=\"0\" viewGroupId=\"\" viewGroup=\"\" viewGroupOrder=\"0\" topViewGroupId=\"380ec800-544b-4ba0-a6dc-4e1b4c8719f5\" topViewGroup=\"eCommerce\" topViewGroupOrder=\"12\" viewOrder=\"39\" form=\"Simple\" dataType=\"String\" readOnly=\"False\" /&gt;\r\n    &lt;Website id=\"223\" language=\"EN\" caption=\"Website\" captionAlternative=\"\" unit=\"\" help=\"\" abbr=\"\" groupId=\"73660834-eea8-4d67-8e84-b38e2742706a\" group=\"All\" groupOrder=\"0\" viewGroupId=\"\" viewGroup=\"\" viewGroupOrder=\"0\" topViewGroupId=\"06e66d90-3c7a-4841-8756-863d699f9452\" topViewGroup=\"Main Information\" topViewGroupOrder=\"1\" viewOrder=\"40\" form=\"Complex\" dataType=\"String\" readOnly=\"False\" /&gt;\r\n    &lt;WeightKG id=\"230\" language=\"EN\" caption=\"Weight\" captionAlternative=\"\" unit=\"kg\" help=\"\" abbr=\"\" groupId=\"73660834-eea8-4d67-8e84-b38e2742706a\" group=\"All\" groupOrder=\"0\" viewGroupId=\"40bc9935-ac3b-420c-a0e8-c8a118bbd8c2\" viewGroup=\"Dimensions\" viewGroupOrder=\"5\" topViewGroupId=\"b1f79f06-1923-4e54-8414-fadf2cbb5814\" topViewGroup=\"Technical Specifications\" topViewGroupOrder=\"3\" viewOrder=\"41\" form=\"Simple\" dataType=\"Number\" readOnly=\"False\" /&gt;\r\n    &lt;WidthCM id=\"219\" language=\"EN\" caption=\"Width\" captionAlternative=\"\" unit=\"cm\" help=\"\" abbr=\"\" groupId=\"73660834-eea8-4d67-8e84-b38e2742706a\" group=\"All\" groupOrder=\"0\" viewGroupId=\"40bc9935-ac3b-420c-a0e8-c8a118bbd8c2\" viewGroup=\"Dimensions\" viewGroupOrder=\"5\" topViewGroupId=\"b1f79f06-1923-4e54-8414-fadf2cbb5814\" topViewGroup=\"Technical Specifications\" topViewGroupOrder=\"3\" viewOrder=\"42\" form=\"Simple\" dataType=\"Number\" readOnly=\"False\" /&gt;\r\n  &lt;/Features&gt;\r\n  &lt;Product id=\"559\" parentId=\"0\" brand=\"Virtual\" order=\"0\" createdDate=\"2016-06-13T15:49:31.18\" modifiedDate=\"2026-07-02T13:19:44.023\"&gt;\r\n    &lt;Value seq=\"0\" modifiedDate=\"2017-01-06T11:55:16.807\"&gt;CHAMBORD&lt;/Value&gt;\r\n    &lt;BrandName id=\"751\" parentID=\"0\" brand=\"Normal\" itemOrder=\"0\" seq=\"0\" modifiedDate=\"2017-01-06T12:13:25.183\"&gt;Bodum&lt;/BrandName&gt;\r\n    &lt;Category language=\"EN\" id=\"558\" parentID=\"748\" brand=\"Normal\" itemOrder=\"0\" seq=\"0\" modifiedDate=\"2018-01-19T10:47:35.743\"&gt;Coffee Makers&lt;/Category&gt;\r\n    &lt;Description language=\"EN\" seq=\"0\" modifiedDate=\"2025-09-04T14:17:26.06\"&gt;CHAMBORD is the true original – the classic French press coffee maker designed in the fifties. And we still produce it with the same painstaking craftsmanship we used way back when with the original. The frame and lid, made of steel, undergo several chrome plating processes to obtain a durable shiny surface that will last for many years of intense use. The only difference in the production process since the fifties is our commitment to the highest standards of environmentally correct manufacturing, which is especially important during the chrome plating process.&amp;lt;br&amp;gt;The black CHAMBORD Polypropylene handle comes in a matte finish that not only gives a comfortable grip while serving but adds to the classic quality of the design. The French press system has always been the simplest and ultimate way of brewing an excellent cup of coffee. Using fresh coarseground beans with water between 92 and 96 degrees celsius brings out the very best in all types of coffee.&lt;/Description&gt;\r\n    &lt;DishwasherSafe language=\"EN\" id=\"545\" parentID=\"0\" brand=\"Normal\" itemOrder=\"0\" seq=\"0\" modifiedDate=\"2016-06-14T17:49:28.767\"&gt;Yes&lt;/DishwasherSafe&gt;\r\n    &lt;GroupImage seq=\"0\" modifiedDate=\"2019-11-27T09:10:06.353\" string=\"1923-18 fixed.jpg\" fileSize=\"13694\" fileModifiedDate=\"2019-11-27T09:10:02.2\" width=\"340\" height=\"340\" widthDpi=\"48\" heightDpi=\"48\"&gt;e67ea3cc-7959-4b72-bb10-5c5d99245307&lt;/GroupImage&gt;\r\n    &lt;GroupName language=\"EN\" seq=\"0\" modifiedDate=\"2016-06-14T18:18:49.273\"&gt;Chambord Coffee maker&lt;/GroupName&gt;\r\n    &lt;imgDbLifestyle id=\"1036\" parentID=\"0\" brand=\"Normal\" itemOrder=\"0\" seq=\"1\" modifiedDate=\"2016-10-02T09:16:02.613\" string=\"coffee and coffeebeans.jpg\" fileSize=\"151804\" fileModifiedDate=\"2019-11-27T07:53:38.803\" width=\"2000\" height=\"1334\" widthDpi=\"96\" heightDpi=\"96\"&gt;144b5e36-0ba2-4dc8-8e66-b88058ecea29&lt;/imgDbLifestyle&gt;\r\n    &lt;imgDbLifestyle id=\"1037\" parentID=\"0\" brand=\"Normal\" itemOrder=\"0\" seq=\"2\" modifiedDate=\"2016-10-02T09:16:02.613\" string=\"chambord coffee.jpg\" fileSize=\"147492\" fileModifiedDate=\"2019-11-27T07:53:40.087\" width=\"1644\" height=\"1096\" widthDpi=\"100\" heightDpi=\"100\"&gt;6abf4cec-1a0b-4558-9a2b-04a9f359460c&lt;/imgDbLifestyle&gt;\r\n    &lt;ItemNumber seq=\"0\" modifiedDate=\"2025-02-01T20:42:46.37\"&gt;1235&lt;/ItemNumber&gt;\r\n    &lt;ItemType language=\"EN\" id=\"554\" parentID=\"0\" brand=\"Normal\" itemOrder=\"1\" seq=\"0\" modifiedDate=\"2016-06-13T16:05:55.81\"&gt;Group&lt;/ItemType&gt;\r\n    &lt;SpecificationCompleteness seq=\"0\" modifiedDate=\"2025-01-20T11:18:13.15\"&gt;20&lt;/SpecificationCompleteness&gt;\r\n    &lt;Subheader language=\"EN\" seq=\"0\" modifiedDate=\"2016-10-04T13:53:43.407\"&gt;The true original&lt;/Subheader&gt;\r\n    &lt;TestGroupName seq=\"0\" modifiedDate=\"2024-11-06T11:46:20.403\"&gt;CHAMBORD&lt;/TestGroupName&gt;\r\n  &lt;/Product&gt;\r\n  &lt;Product id=\"560\" parentId=\"721\" brand=\"Normal\" order=\"0\" createdDate=\"2016-06-13T15:53:12.237\" modifiedDate=\"2026-07-02T13:19:44.023\"&gt;\r\n    &lt;Value seq=\"0\" modifiedDate=\"2025-11-03T10:09:42.013\"&gt;1923-16-test-test&lt;/Value&gt;\r\n    &lt;ApprovedERP language=\"EN\" id=\"1062\" parentID=\"0\" brand=\"Normal\" itemOrder=\"0\" seq=\"0\" modifiedDate=\"2018-08-10T11:20:21.683\"&gt;Yes&lt;/ApprovedERP&gt;\r\n    &lt;ApprovedMarketing language=\"EN\" id=\"1031\" parentID=\"0\" brand=\"Normal\" itemOrder=\"0\" seq=\"0\" modifiedDate=\"2018-08-09T09:54:46.22\"&gt;Yes&lt;/ApprovedMarketing&gt;\r\n    &lt;ApprovedSpecification language=\"EN\" id=\"890\" parentID=\"0\" brand=\"Normal\" itemOrder=\"0\" seq=\"0\" modifiedDate=\"2018-08-10T11:22:46.927\"&gt;Yes&lt;/ApprovedSpecification&gt;\r\n    &lt;AssignedTo id=\"2116\" parentID=\"0\" brand=\"Normal\" itemOrder=\"0\" seq=\"0\" modifiedDate=\"2017-01-16T10:08:54.65\"&gt;Hans-Henrik&lt;/AssignedTo&gt;\r\n    &lt;BrandName id=\"613\" parentID=\"0\" brand=\"Normal\" itemOrder=\"0\" seq=\"0\" modifiedDate=\"2017-01-06T12:13:47.427\"&gt;Stelton&lt;/BrandName&gt;\r\n    &lt;CapacityBeanContainer seq=\"0\" modifiedDate=\"2017-03-09T10:12:39.137\"&gt;215&lt;/CapacityBeanContainer&gt;\r\n    &lt;Catalog language=\"EN\" id=\"865\" parentID=\"869\" brand=\"Normal\" itemOrder=\"2\" seq=\"0\" relatedOrder=\"11\" modifiedDate=\"2016-07-12T13:56:45.52\"&gt;Coffee Brewers&lt;/Catalog&gt;\r\n    &lt;Category language=\"EN\" id=\"558\" parentID=\"748\" brand=\"Normal\" itemOrder=\"0\" seq=\"0\" modifiedDate=\"2017-01-06T12:10:49.237\"&gt;Coffee Makers&lt;/Category&gt;\r\n    &lt;Color language=\"EN\" id=\"794\" parentID=\"0\" brand=\"Normal\" itemOrder=\"0\" seq=\"0\" modifiedDate=\"2017-12-22T08:35:24.08\"&gt;Chrome&lt;/Color&gt;\r\n    &lt;Description language=\"EN\" seq=\"0\" modifiedDate=\"2017-02-21T11:48:59.92\"&gt;Made in matt black stoneware with a shiny glaze the Theo coffee maker is both rustic and elegant. The filter funnel only has three holes at the bottom, so the run-through time is naturally extended. The Theo coffee maker holds 0.6 L, perfect for 1–2people.&lt;/Description&gt;\r\n    &lt;DiameterCM seq=\"0\" modifiedDate=\"2016-06-13T16:38:54.27\"&gt;7.5&lt;/DiameterCM&gt;\r\n    &lt;DishwasherSafe language=\"EN\" id=\"546\" parentID=\"0\" brand=\"Normal\" itemOrder=\"0\" seq=\"0\" modifiedDate=\"2016-06-14T17:50:17.257\"&gt;No&lt;/DishwasherSafe&gt;\r\n    &lt;EANCode seq=\"0\" modifiedDate=\"2017-01-05T10:25:13.937\"&gt;0699965287345&lt;/EANCode&gt;\r\n    &lt;GroupImage seq=\"0\" modifiedDate=\"2019-11-27T09:10:06.353\" string=\"OL_x-634_Theo_slow_brew_1.jpg\" fileSize=\"1060\" fileModifiedDate=\"2019-11-27T09:10:02.633\" width=\"32\" height=\"32\" widthDpi=\"48\" heightDpi=\"48\"&gt;41e8ebbe-d3de-426a-904d-5cf375b9c1b2&lt;/GroupImage&gt;\r\n    &lt;GroupName language=\"EN\" seq=\"0\" modifiedDate=\"2017-02-21T11:48:59.92\"&gt;THEO SLOW BREW&lt;/GroupName&gt;\r\n    &lt;HeightCM seq=\"0\" modifiedDate=\"2017-12-22T08:46:49.017\"&gt;25.3&lt;/HeightCM&gt;\r\n    &lt;Image seq=\"0\" modifiedDate=\"2019-11-27T09:09:56.437\" string=\"1923-16.jpg\" fileSize=\"13480\" fileModifiedDate=\"2019-11-27T09:09:50.27\" width=\"340\" height=\"340\" widthDpi=\"48\" heightDpi=\"48\"&gt;2879da46-2619-45e8-8eac-ec9355d9d123&lt;/Image&gt;\r\n    &lt;InstructionsPDF id=\"2720\" parentID=\"0\" brand=\"Normal\" itemOrder=\"0\" seq=\"0\" modifiedDate=\"2022-03-14T11:29:40.41\" string=\"1924-16.pdf\" fileSize=\"779042\" fileModifiedDate=\"2016-06-13T15:59:39.283\"&gt;14fb45e1-b60a-48a8-8fca-69f1edcf7426&lt;/InstructionsPDF&gt;\r\n    &lt;ItemName language=\"EN\" seq=\"0\" modifiedDate=\"2016-09-22T18:53:52.707\"&gt;Chambord Coffee maker, 3 cup, 0.35 l, &lt;/ItemName&gt;\r\n    &lt;ItemNumber seq=\"0\" modifiedDate=\"2025-02-01T20:43:02.093\"&gt;1236&lt;/ItemNumber&gt;\r\n    &lt;ItemType language=\"EN\" id=\"555\" parentID=\"0\" brand=\"Normal\" itemOrder=\"3\" seq=\"0\" modifiedDate=\"2016-06-13T16:05:58.757\"&gt;SKU&lt;/ItemType&gt;\r\n    &lt;LengthCM seq=\"0\" modifiedDate=\"2016-07-04T17:23:51.803\"&gt;13.5&lt;/LengthCM&gt;\r\n    &lt;Material language=\"EN\" id=\"569\" parentID=\"0\" brand=\"Normal\" itemOrder=\"0\" seq=\"0\" modifiedDate=\"2016-06-13T16:01:56.837\"&gt;Stainless Steel&lt;/Material&gt;\r\n    &lt;NoOfCups seq=\"0\" modifiedDate=\"2022-06-07T13:37:07.747\"&gt;6&lt;/NoOfCups&gt;\r\n    &lt;ProductStatus id=\"2119\" parentID=\"0\" brand=\"Normal\" itemOrder=\"2\" seq=\"0\" modifiedDate=\"2019-08-16T16:17:05.19\"&gt;ERP&lt;/ProductStatus&gt;\r\n    &lt;SanaWebsite language=\"EN\" id=\"2483\" parentID=\"0\" brand=\"Normal\" itemOrder=\"1\" seq=\"0\" relatedOrder=\"1\" modifiedDate=\"2018-08-14T12:25:11.817\"&gt;Brewing&lt;/SanaWebsite&gt;\r\n    &lt;SpecificationCompleteness seq=\"0\" modifiedDate=\"2025-01-20T11:18:04.823\"&gt;20&lt;/SpecificationCompleteness&gt;\r\n    &lt;Subheader language=\"EN\" seq=\"0\" modifiedDate=\"2017-02-21T11:51:09.263\"&gt;Awaken your senses...&lt;/Subheader&gt;\r\n    &lt;TechnicalDetails id=\"831\" parentID=\"0\" brand=\"Normal\" itemOrder=\"1\" seq=\"0\" modifiedDate=\"2017-03-09T17:28:35.94\"&gt;Technical Details&lt;/TechnicalDetails&gt;\r\n    &lt;TechnicalDetailsProductSheet id=\"1038\" parentID=\"0\" brand=\"Normal\" itemOrder=\"12\" seq=\"0\" modifiedDate=\"2017-03-09T17:28:39.463\"&gt;Technical Details (narrow)&lt;/TechnicalDetailsProductSheet&gt;\r\n    &lt;TestGroupName seq=\"0\" modifiedDate=\"2024-11-06T11:46:31.37\"&gt;THEO SLOW BREW&lt;/TestGroupName&gt;\r\n    &lt;VolumeL seq=\"0\" modifiedDate=\"2016-07-14T12:46:44.943\"&gt;0.35&lt;/VolumeL&gt;\r\n    &lt;WebPublish language=\"EN\" id=\"1087\" parentID=\"0\" brand=\"Normal\" itemOrder=\"0\" seq=\"0\" modifiedDate=\"2017-08-29T14:49:18.267\"&gt;Published&lt;/WebPublish&gt;\r\n    &lt;Website language=\"EN\" id=\"1082\" parentID=\"1080\" brand=\"Normal\" itemOrder=\"2\" seq=\"0\" modifiedDate=\"2022-03-15T09:10:32.963\"&gt;Keeping warm&lt;/Website&gt;\r\n    &lt;WeightKG seq=\"0\" modifiedDate=\"2016-06-14T17:53:14.76\"&gt;0.91&lt;/WeightKG&gt;\r\n    &lt;WidthCM seq=\"0\" modifiedDate=\"2017-12-22T08:46:58.31\"&gt;19.3&lt;/WidthCM&gt;\r\n  &lt;/Product&gt;\r\n  &lt;Product id=\"561\" parentId=\"559\" brand=\"Normal\" order=\"0\" createdDate=\"2016-06-13T15:53:13.167\" modifiedDate=\"2026-07-02T13:19:44.023\"&gt;\r\n    &lt;Value seq=\"0\" modifiedDate=\"2016-06-13T15:57:10.72\"&gt;1924-16&lt;/Value&gt;\r\n    &lt;ApprovedERP language=\"EN\" id=\"1062\" parentID=\"0\" brand=\"Normal\" itemOrder=\"0\" seq=\"0\" modifiedDate=\"2019-08-16T16:03:04.373\"&gt;Yes&lt;/ApprovedERP&gt;\r\n    &lt;AssignedTo id=\"2114\" parentID=\"0\" brand=\"Normal\" itemOrder=\"0\" seq=\"0\" modifiedDate=\"2018-08-10T11:22:33.63\"&gt;Jesper&lt;/AssignedTo&gt;\r\n    &lt;BrandName id=\"751\" parentID=\"0\" brand=\"Normal\" itemOrder=\"0\" seq=\"0\" modifiedDate=\"2017-01-06T12:13:25.183\"&gt;Bodum&lt;/BrandName&gt;\r\n    &lt;Category language=\"EN\" id=\"558\" parentID=\"748\" brand=\"Normal\" itemOrder=\"0\" seq=\"0\" modifiedDate=\"2018-01-19T10:47:35.743\"&gt;Coffee Makers&lt;/Category&gt;\r\n    &lt;Color language=\"EN\" id=\"794\" parentID=\"0\" brand=\"Normal\" itemOrder=\"0\" seq=\"0\" modifiedDate=\"2017-12-22T08:35:41.47\"&gt;Chrome&lt;/Color&gt;\r\n    &lt;Description language=\"EN\" seq=\"0\" modifiedDate=\"2025-09-04T14:17:26.06\"&gt;CHAMBORD is the true original – the classic French press coffee maker designed in the fifties. And we still produce it with the same painstaking craftsmanship we used way back when with the original. The frame and lid, made of steel, undergo several chrome plating processes to obtain a durable shiny surface that will last for many years of intense use. The only difference in the production process since the fifties is our commitment to the highest standards of environmentally correct manufacturing, which is especially important during the chrome plating process.&amp;lt;br&amp;gt;The black CHAMBORD Polypropylene handle comes in a matte finish that not only gives a comfortable grip while serving but adds to the classic quality of the design. The French press system has always been the simplest and ultimate way of brewing an excellent cup of coffee. Using fresh coarseground beans with water between 92 and 96 degrees celsius brings out the very best in all types of coffee.&lt;/Description&gt;\r\n    &lt;DiameterCM seq=\"0\" modifiedDate=\"2016-06-13T16:38:58.36\"&gt;10.5&lt;/DiameterCM&gt;\r\n    &lt;DishwasherSafe language=\"EN\" id=\"545\" parentID=\"0\" brand=\"Normal\" itemOrder=\"0\" seq=\"0\" modifiedDate=\"2016-06-14T17:49:28.767\"&gt;Yes&lt;/DishwasherSafe&gt;\r\n    &lt;EANCode seq=\"0\" modifiedDate=\"2016-10-04T18:31:59.26\"&gt;0727015141718 &lt;/EANCode&gt;\r\n    &lt;GroupImage seq=\"0\" modifiedDate=\"2019-11-27T09:10:06.353\" string=\"1923-18 fixed.jpg\" fileSize=\"13694\" fileModifiedDate=\"2019-11-27T09:10:02.2\" width=\"340\" height=\"340\" widthDpi=\"48\" heightDpi=\"48\"&gt;e67ea3cc-7959-4b72-bb10-5c5d99245307&lt;/GroupImage&gt;\r\n    &lt;GroupName language=\"EN\" seq=\"0\" modifiedDate=\"2016-06-14T18:18:49.273\"&gt;Chambord Coffee maker&lt;/GroupName&gt;\r\n    &lt;Image seq=\"0\" modifiedDate=\"2019-11-27T09:09:56.437\" string=\"1924-16.jpg\" fileSize=\"15160\" fileModifiedDate=\"2019-11-27T09:09:50.353\" width=\"340\" height=\"340\" widthDpi=\"48\" heightDpi=\"48\"&gt;ebd5a940-aa68-4a8b-bd9a-ab6460623caa&lt;/Image&gt;\r\n    &lt;imgDbLifestyle id=\"1036\" parentID=\"0\" brand=\"Normal\" itemOrder=\"0\" seq=\"1\" modifiedDate=\"2016-10-02T09:16:02.613\" string=\"coffee and coffeebeans.jpg\" fileSize=\"151804\" fileModifiedDate=\"2019-11-27T07:53:38.803\" width=\"2000\" height=\"1334\" widthDpi=\"96\" heightDpi=\"96\"&gt;144b5e36-0ba2-4dc8-8e66-b88058ecea29&lt;/imgDbLifestyle&gt;\r\n    &lt;imgDbLifestyle id=\"1037\" parentID=\"0\" brand=\"Normal\" itemOrder=\"0\" seq=\"2\" modifiedDate=\"2016-10-02T09:16:02.613\" string=\"chambord coffee.jpg\" fileSize=\"147492\" fileModifiedDate=\"2019-11-27T07:53:40.087\" width=\"1644\" height=\"1096\" widthDpi=\"100\" heightDpi=\"100\"&gt;6abf4cec-1a0b-4558-9a2b-04a9f359460c&lt;/imgDbLifestyle&gt;\r\n    &lt;ItemName language=\"EN\" seq=\"0\" modifiedDate=\"2016-09-22T18:53:52.707\"&gt;Chambord Coffee maker, 4 cup, 0.5 l, &lt;/ItemName&gt;\r\n    &lt;ItemNameFormula language=\"EN\" seq=\"0\" modifiedDate=\"2016-09-22T18:52:34.91\"&gt;Chambord Coffee maker, 6 cup, 0.5 l, &lt;/ItemNameFormula&gt;\r\n    &lt;ItemNumber seq=\"0\" modifiedDate=\"2025-02-01T20:42:46.37\"&gt;1235&lt;/ItemNumber&gt;\r\n    &lt;ItemType language=\"EN\" id=\"555\" parentID=\"0\" brand=\"Normal\" itemOrder=\"3\" seq=\"0\" modifiedDate=\"2016-06-13T16:05:58.76\"&gt;SKU&lt;/ItemType&gt;\r\n    &lt;Material language=\"EN\" id=\"569\" parentID=\"0\" brand=\"Normal\" itemOrder=\"0\" seq=\"0\" modifiedDate=\"2016-06-13T16:02:02.763\"&gt;Stainless Steel&lt;/Material&gt;\r\n    &lt;New language=\"EN\" id=\"842\" parentID=\"0\" brand=\"Normal\" itemOrder=\"1\" seq=\"0\" modifiedDate=\"2018-03-13T14:23:42.95\"&gt;Yes&lt;/New&gt;\r\n    &lt;NoOfCups seq=\"0\" modifiedDate=\"2022-06-07T13:37:07.757\"&gt;6&lt;/NoOfCups&gt;\r\n    &lt;ProductStatus id=\"2119\" parentID=\"0\" brand=\"Normal\" itemOrder=\"2\" seq=\"0\" modifiedDate=\"2019-08-16T16:16:58.24\"&gt;ERP&lt;/ProductStatus&gt;\r\n    &lt;SpecificationCompleteness seq=\"0\" modifiedDate=\"2025-01-20T11:18:13.15\"&gt;20&lt;/SpecificationCompleteness&gt;\r\n    &lt;Subheader language=\"EN\" seq=\"0\" modifiedDate=\"2016-10-04T13:53:43.407\"&gt;The true original&lt;/Subheader&gt;\r\n    &lt;TechnicalDetails id=\"831\" parentID=\"0\" brand=\"Normal\" itemOrder=\"1\" seq=\"0\" modifiedDate=\"2016-07-14T13:17:22.367\"&gt;Technical Details&lt;/TechnicalDetails&gt;\r\n    &lt;TechnicalDetailsProductSheet id=\"1038\" parentID=\"0\" brand=\"Normal\" itemOrder=\"12\" seq=\"0\" modifiedDate=\"2016-10-02T09:17:42.813\"&gt;Technical Details (narrow)&lt;/TechnicalDetailsProductSheet&gt;\r\n    &lt;TestGroupName seq=\"0\" modifiedDate=\"2024-11-06T11:46:20.403\"&gt;CHAMBORD&lt;/TestGroupName&gt;\r\n    &lt;VolumeL seq=\"0\" modifiedDate=\"2016-06-13T15:53:37.083\"&gt;0.5&lt;/VolumeL&gt;\r\n    &lt;WidthCM seq=\"0\" modifiedDate=\"2018-08-10T11:24:10.4\"&gt;19.3&lt;/WidthCM&gt;\r\n  &lt;/Product&gt;\r\n  &lt;Product id=\"562\" parentId=\"559\" brand=\"Normal\" order=\"0\" createdDate=\"2016-06-13T15:53:14.597\" modifiedDate=\"2026-07-02T13:19:44.023\"&gt;\r\n    &lt;Value seq=\"0\" modifiedDate=\"2016-06-13T15:57:20.457\"&gt;1928-16&lt;/Value&gt;\r\n    &lt;ApprovedERP language=\"EN\" id=\"1062\" parentID=\"0\" brand=\"Normal\" itemOrder=\"0\" seq=\"0\" modifiedDate=\"2019-08-16T16:03:04.44\"&gt;Yes&lt;/ApprovedERP&gt;\r\n    &lt;AssignedTo id=\"2114\" parentID=\"0\" brand=\"Normal\" itemOrder=\"0\" seq=\"0\" modifiedDate=\"2018-08-10T11:22:33.633\"&gt;Jesper&lt;/AssignedTo&gt;\r\n    &lt;BarcodeUomEntry id=\"9344\" parentID=\"0\" brand=\"Normal\" itemOrder=\"0\" seq=\"0\" modifiedDate=\"2026-04-01T12:08:59.933\"&gt;Inner&lt;/BarcodeUomEntry&gt;\r\n    &lt;BrandName id=\"751\" parentID=\"0\" brand=\"Normal\" itemOrder=\"0\" seq=\"0\" modifiedDate=\"2017-01-06T12:13:25.183\"&gt;Bodum&lt;/BrandName&gt;\r\n    &lt;Category language=\"EN\" id=\"558\" parentID=\"748\" brand=\"Normal\" itemOrder=\"0\" seq=\"0\" modifiedDate=\"2018-01-19T10:47:35.743\"&gt;Coffee Makers&lt;/Category&gt;\r\n    &lt;Color language=\"EN\" id=\"794\" parentID=\"0\" brand=\"Normal\" itemOrder=\"0\" seq=\"0\" modifiedDate=\"2017-12-22T08:35:45.283\"&gt;Chrome&lt;/Color&gt;\r\n    &lt;Description language=\"EN\" seq=\"0\" modifiedDate=\"2025-09-04T14:17:26.06\"&gt;CHAMBORD is the true original – the classic French press coffee maker designed in the fifties. And we still produce it with the same painstaking craftsmanship we used way back when with the original. The frame and lid, made of steel, undergo several chrome plating processes to obtain a durable shiny surface that will last for many years of intense use. The only difference in the production process since the fifties is our commitment to the highest standards of environmentally correct manufacturing, which is especially important during the chrome plating process.&amp;lt;br&amp;gt;The black CHAMBORD Polypropylene handle comes in a matte finish that not only gives a comfortable grip while serving but adds to the classic quality of the design. The French press system has always been the simplest and ultimate way of brewing an excellent cup of coffee. Using fresh coarseground beans with water between 92 and 96 degrees celsius brings out the very best in all types of coffee.&lt;/Description&gt;\r\n    &lt;DiameterCM seq=\"0\" modifiedDate=\"2016-06-13T16:37:37.437\"&gt;10.5&lt;/DiameterCM&gt;\r\n    &lt;DishwasherSafe language=\"EN\" id=\"545\" parentID=\"0\" brand=\"Normal\" itemOrder=\"0\" seq=\"0\" modifiedDate=\"2016-06-14T17:49:28.767\"&gt;Yes&lt;/DishwasherSafe&gt;\r\n    &lt;EANCode seq=\"0\" modifiedDate=\"2026-04-01T12:37:21.22\"&gt;0699965287375&lt;/EANCode&gt;\r\n    &lt;GroupImage seq=\"0\" modifiedDate=\"2019-11-27T09:10:06.353\" string=\"1923-18 fixed.jpg\" fileSize=\"13694\" fileModifiedDate=\"2019-11-27T09:10:02.2\" width=\"340\" height=\"340\" widthDpi=\"48\" heightDpi=\"48\"&gt;e67ea3cc-7959-4b72-bb10-5c5d99245307&lt;/GroupImage&gt;\r\n    &lt;GroupName language=\"EN\" seq=\"0\" modifiedDate=\"2016-06-14T18:18:49.273\"&gt;Chambord Coffee maker&lt;/GroupName&gt;\r\n    &lt;HeightCM seq=\"0\" modifiedDate=\"2018-03-13T14:31:02.57\"&gt;99&lt;/HeightCM&gt;\r\n    &lt;Image seq=\"0\" modifiedDate=\"2019-11-27T09:09:56.437\" string=\"1928-16.jpg\" fileSize=\"13066\" fileModifiedDate=\"2019-11-27T09:09:50.4\" width=\"340\" height=\"340\" widthDpi=\"48\" heightDpi=\"48\"&gt;44b3f257-7d50-4f68-8576-e48ee3574511&lt;/Image&gt;\r\n    &lt;imgDbLifestyle id=\"1036\" parentID=\"0\" brand=\"Normal\" itemOrder=\"0\" seq=\"1\" modifiedDate=\"2016-10-02T09:16:02.613\" string=\"coffee and coffeebeans.jpg\" fileSize=\"151804\" fileModifiedDate=\"2019-11-27T07:53:38.803\" width=\"2000\" height=\"1334\" widthDpi=\"96\" heightDpi=\"96\"&gt;144b5e36-0ba2-4dc8-8e66-b88058ecea29&lt;/imgDbLifestyle&gt;\r\n    &lt;imgDbLifestyle id=\"1037\" parentID=\"0\" brand=\"Normal\" itemOrder=\"0\" seq=\"2\" modifiedDate=\"2016-10-02T09:16:02.613\" string=\"chambord coffee.jpg\" fileSize=\"147492\" fileModifiedDate=\"2019-11-27T07:53:40.087\" width=\"1644\" height=\"1096\" widthDpi=\"100\" heightDpi=\"100\"&gt;6abf4cec-1a0b-4558-9a2b-04a9f359460c&lt;/imgDbLifestyle&gt;\r\n    &lt;ItemName language=\"EN\" seq=\"0\" modifiedDate=\"2017-06-06T13:28:30.55\"&gt;Chambord Coffee maker, 8 cup, 1 l, &lt;/ItemName&gt;\r\n    &lt;ItemNameFormula language=\"EN\" seq=\"0\" modifiedDate=\"2016-09-22T18:52:34.91\"&gt;Chambord Coffee maker, 6 cup, 1 l, &lt;/ItemNameFormula&gt;\r\n    &lt;ItemNumber seq=\"0\" modifiedDate=\"2025-02-01T20:42:46.37\"&gt;1235&lt;/ItemNumber&gt;\r\n    &lt;ItemType language=\"EN\" id=\"555\" parentID=\"0\" brand=\"Normal\" itemOrder=\"3\" seq=\"0\" modifiedDate=\"2016-06-13T16:05:58.76\"&gt;SKU&lt;/ItemType&gt;\r\n    &lt;LengthCM seq=\"0\" modifiedDate=\"2017-12-22T08:38:55.16\"&gt;10.5&lt;/LengthCM&gt;\r\n    &lt;Material language=\"EN\" id=\"569\" parentID=\"0\" brand=\"Normal\" itemOrder=\"0\" seq=\"0\" modifiedDate=\"2016-06-13T16:02:02.763\"&gt;Stainless Steel&lt;/Material&gt;\r\n    &lt;New language=\"EN\" id=\"842\" parentID=\"0\" brand=\"Normal\" itemOrder=\"1\" seq=\"0\" modifiedDate=\"2016-10-03T15:35:09.63\"&gt;Yes&lt;/New&gt;\r\n    &lt;NoOfCups seq=\"0\" modifiedDate=\"2022-06-07T13:37:07.767\"&gt;6&lt;/NoOfCups&gt;\r\n    &lt;ProductStatus id=\"2119\" parentID=\"0\" brand=\"Normal\" itemOrder=\"2\" seq=\"0\" modifiedDate=\"2019-08-16T16:16:58.25\"&gt;ERP&lt;/ProductStatus&gt;\r\n    &lt;SpecificationCompleteness seq=\"0\" modifiedDate=\"2025-01-20T11:18:13.15\"&gt;20&lt;/SpecificationCompleteness&gt;\r\n    &lt;Subheader language=\"EN\" seq=\"0\" modifiedDate=\"2016-10-04T13:53:43.407\"&gt;The true original&lt;/Subheader&gt;\r\n    &lt;TechnicalDetails id=\"831\" parentID=\"0\" brand=\"Normal\" itemOrder=\"1\" seq=\"0\" modifiedDate=\"2016-10-02T09:15:08.72\"&gt;Technical Details&lt;/TechnicalDetails&gt;\r\n    &lt;TechnicalDetailsProductSheet id=\"1038\" parentID=\"0\" brand=\"Normal\" itemOrder=\"12\" seq=\"0\" modifiedDate=\"2016-10-02T09:17:42.813\"&gt;Technical Details (narrow)&lt;/TechnicalDetailsProductSheet&gt;\r\n    &lt;TestFile seq=\"0\" modifiedDate=\"2026-05-13T09:46:04.333\" string=\"UserManual-47535_11-05-2026.pdf\" fileSize=\"53479274\" fileModifiedDate=\"2026-05-13T09:46:00.813\"&gt;86766c46-102e-4d47-848a-7d2b73220ece&lt;/TestFile&gt;\r\n    &lt;TestGroupName seq=\"0\" modifiedDate=\"2024-11-06T11:46:20.403\"&gt;CHAMBORD&lt;/TestGroupName&gt;\r\n    &lt;VolumeL seq=\"0\" modifiedDate=\"2016-06-13T15:53:37.977\"&gt;1&lt;/VolumeL&gt;\r\n    &lt;WidthCM seq=\"0\" modifiedDate=\"2016-06-13T16:10:56.183\"&gt;17.1&lt;/WidthCM&gt;\r\n  &lt;/Product&gt;\r\n  &lt;Product id=\"563\" parentId=\"559\" brand=\"Normal\" order=\"0\" createdDate=\"2016-06-13T15:53:16.257\" modifiedDate=\"2026-07-02T13:19:44.023\"&gt;\r\n    &lt;Value seq=\"0\" modifiedDate=\"2016-06-13T15:57:29.85\"&gt;1932-16&lt;/Value&gt;\r\n    &lt;ApprovedERP language=\"EN\" id=\"1062\" parentID=\"0\" brand=\"Normal\" itemOrder=\"0\" seq=\"0\" modifiedDate=\"2018-02-19T11:10:31.073\"&gt;Yes&lt;/ApprovedERP&gt;\r\n    &lt;ApprovedMarketing language=\"EN\" id=\"1031\" parentID=\"0\" brand=\"Normal\" itemOrder=\"0\" seq=\"0\" modifiedDate=\"2018-08-10T11:23:02.85\"&gt;Yes&lt;/ApprovedMarketing&gt;\r\n    &lt;ApprovedSpecification language=\"EN\" id=\"890\" parentID=\"0\" brand=\"Normal\" itemOrder=\"0\" seq=\"0\" modifiedDate=\"2018-08-10T11:22:50.137\"&gt;Yes&lt;/ApprovedSpecification&gt;\r\n    &lt;BrandName id=\"751\" parentID=\"0\" brand=\"Normal\" itemOrder=\"0\" seq=\"0\" modifiedDate=\"2017-01-06T12:13:25.183\"&gt;Bodum&lt;/BrandName&gt;\r\n    &lt;Catalog language=\"EN\" id=\"865\" parentID=\"869\" brand=\"Normal\" itemOrder=\"2\" seq=\"0\" relatedOrder=\"14\" modifiedDate=\"2018-08-17T11:13:46.33\"&gt;Coffee Brewers&lt;/Catalog&gt;\r\n    &lt;Category language=\"EN\" id=\"558\" parentID=\"748\" brand=\"Normal\" itemOrder=\"0\" seq=\"0\" modifiedDate=\"2018-01-19T10:47:35.743\"&gt;Coffee Makers&lt;/Category&gt;\r\n    &lt;Color language=\"EN\" id=\"338\" parentID=\"0\" brand=\"Normal\" itemOrder=\"0\" seq=\"0\" modifiedDate=\"2026-06-04T10:22:32.803\"&gt;Basil&lt;/Color&gt;\r\n    &lt;Description language=\"EN\" seq=\"0\" modifiedDate=\"2025-09-04T14:17:26.06\"&gt;CHAMBORD is the true original – the classic French press coffee maker designed in the fifties. And we still produce it with the same painstaking craftsmanship we used way back when with the original. The frame and lid, made of steel, undergo several chrome plating processes to obtain a durable shiny surface that will last for many years of intense use. The only difference in the production process since the fifties is our commitment to the highest standards of environmentally correct manufacturing, which is especially important during the chrome plating process.&amp;lt;br&amp;gt;The black CHAMBORD Polypropylene handle comes in a matte finish that not only gives a comfortable grip while serving but adds to the classic quality of the design. The French press system has always been the simplest and ultimate way of brewing an excellent cup of coffee. Using fresh coarseground beans with water between 92 and 96 degrees celsius brings out the very best in all types of coffee.&lt;/Description&gt;\r\n    &lt;DiameterCM seq=\"0\" modifiedDate=\"2016-06-13T16:38:33.463\"&gt;12.4&lt;/DiameterCM&gt;\r\n    &lt;DishwasherSafe language=\"EN\" id=\"545\" parentID=\"0\" brand=\"Normal\" itemOrder=\"0\" seq=\"0\" modifiedDate=\"2016-06-14T17:49:28.767\"&gt;Yes&lt;/DishwasherSafe&gt;\r\n    &lt;EANCode seq=\"0\" modifiedDate=\"2026-04-01T12:13:06.18\"&gt;0721866411306&lt;/EANCode&gt;\r\n    &lt;GroupImage seq=\"0\" modifiedDate=\"2019-11-27T09:10:06.353\" string=\"1923-18 fixed.jpg\" fileSize=\"13694\" fileModifiedDate=\"2019-11-27T09:10:02.2\" width=\"340\" height=\"340\" widthDpi=\"48\" heightDpi=\"48\"&gt;e67ea3cc-7959-4b72-bb10-5c5d99245307&lt;/GroupImage&gt;\r\n    &lt;GroupName language=\"EN\" seq=\"0\" modifiedDate=\"2016-06-14T18:18:49.273\"&gt;Chambord Coffee maker&lt;/GroupName&gt;\r\n    &lt;HeightCM seq=\"0\" modifiedDate=\"2016-06-13T16:11:28.977\"&gt;25.3&lt;/HeightCM&gt;\r\n    &lt;Image seq=\"0\" modifiedDate=\"2019-11-27T09:09:56.437\" string=\"1932-16.jpg\" fileSize=\"13542\" fileModifiedDate=\"2019-11-27T09:09:50.5\" width=\"340\" height=\"340\" widthDpi=\"48\" heightDpi=\"48\"&gt;96c77ec2-c10f-4845-809b-c4375b068665&lt;/Image&gt;\r\n    &lt;imgDbLifestyle id=\"1036\" parentID=\"0\" brand=\"Normal\" itemOrder=\"0\" seq=\"1\" modifiedDate=\"2016-10-02T09:16:02.613\" string=\"coffee and coffeebeans.jpg\" fileSize=\"151804\" fileModifiedDate=\"2019-11-27T07:53:38.803\" width=\"2000\" height=\"1334\" widthDpi=\"96\" heightDpi=\"96\"&gt;144b5e36-0ba2-4dc8-8e66-b88058ecea29&lt;/imgDbLifestyle&gt;\r\n    &lt;imgDbLifestyle id=\"1037\" parentID=\"0\" brand=\"Normal\" itemOrder=\"0\" seq=\"2\" modifiedDate=\"2016-10-02T09:16:02.613\" string=\"chambord coffee.jpg\" fileSize=\"147492\" fileModifiedDate=\"2019-11-27T07:53:40.087\" width=\"1644\" height=\"1096\" widthDpi=\"100\" heightDpi=\"100\"&gt;6abf4cec-1a0b-4558-9a2b-04a9f359460c&lt;/imgDbLifestyle&gt;\r\n    &lt;ItemName language=\"EN\" seq=\"0\" modifiedDate=\"2016-09-22T18:53:52.707\"&gt;Chambord Coffee maker, 12 cup, 1.5 l, &lt;/ItemName&gt;\r\n    &lt;ItemNameFormula language=\"EN\" seq=\"0\" modifiedDate=\"2016-09-22T18:52:34.91\"&gt;Chambord Coffee maker, 12 cup, 1.5 l, &lt;/ItemNameFormula&gt;\r\n    &lt;ItemNumber seq=\"0\" modifiedDate=\"2025-02-01T20:42:46.37\"&gt;1235&lt;/ItemNumber&gt;\r\n    &lt;ItemType language=\"EN\" id=\"555\" parentID=\"0\" brand=\"Normal\" itemOrder=\"3\" seq=\"0\" modifiedDate=\"2016-06-13T16:05:58.76\"&gt;SKU&lt;/ItemType&gt;\r\n    &lt;LengthCM seq=\"0\" modifiedDate=\"2017-12-22T08:34:37.687\"&gt;12.4&lt;/LengthCM&gt;\r\n    &lt;Material language=\"EN\" id=\"569\" parentID=\"0\" brand=\"Normal\" itemOrder=\"0\" seq=\"0\" modifiedDate=\"2016-06-13T16:02:02.767\"&gt;Stainless Steel&lt;/Material&gt;\r\n    &lt;NoOfCups seq=\"0\" modifiedDate=\"2016-06-13T16:11:13.157\"&gt;12&lt;/NoOfCups&gt;\r\n    &lt;ProductStatus id=\"2119\" parentID=\"0\" brand=\"Normal\" itemOrder=\"2\" seq=\"0\" modifiedDate=\"2018-08-10T11:22:25.5\"&gt;ERP&lt;/ProductStatus&gt;\r\n    &lt;SpecificationCompleteness seq=\"0\" modifiedDate=\"2025-01-20T11:18:13.15\"&gt;20&lt;/SpecificationCompleteness&gt;\r\n    &lt;Subheader language=\"EN\" seq=\"0\" modifiedDate=\"2016-10-04T13:53:43.407\"&gt;The true original&lt;/Subheader&gt;\r\n    &lt;TechnicalDetails id=\"831\" parentID=\"0\" brand=\"Normal\" itemOrder=\"1\" seq=\"0\" modifiedDate=\"2016-07-14T13:17:22.367\"&gt;Technical Details&lt;/TechnicalDetails&gt;\r\n    &lt;TechnicalDetailsProductSheet id=\"1038\" parentID=\"0\" brand=\"Normal\" itemOrder=\"12\" seq=\"0\" modifiedDate=\"2016-10-02T09:17:42.817\"&gt;Technical Details (narrow)&lt;/TechnicalDetailsProductSheet&gt;\r\n    &lt;TestGroupName seq=\"0\" modifiedDate=\"2024-11-06T11:46:20.403\"&gt;CHAMBORD&lt;/TestGroupName&gt;\r\n    &lt;VolumeL seq=\"0\" modifiedDate=\"2016-06-13T15:53:39.547\"&gt;1.5&lt;/VolumeL&gt;\r\n    &lt;WeightKG seq=\"0\" modifiedDate=\"2018-08-10T11:23:38.6\"&gt;2.3&lt;/WeightKG&gt;\r\n    &lt;WidthCM seq=\"0\" modifiedDate=\"2017-12-22T08:42:03.82\"&gt;21.3&lt;/WidthCM&gt;\r\n  &lt;/Product&gt;\r\n  &lt;Product id=\"566\" parentId=\"559\" brand=\"Normal\" order=\"0\" createdDate=\"2016-06-13T15:55:41.293\" modifiedDate=\"2026-07-08T10:29:52.837\"&gt;\r\n    &lt;Value seq=\"0\" modifiedDate=\"2016-06-13T15:57:49.967\"&gt;1923-18&lt;/Value&gt;\r\n    &lt;ApprovedERP language=\"EN\" id=\"1062\" parentID=\"0\" brand=\"Normal\" itemOrder=\"0\" seq=\"0\" modifiedDate=\"2018-08-10T11:20:21.983\"&gt;Yes&lt;/ApprovedERP&gt;\r\n    &lt;ApprovedMarketing language=\"EN\" id=\"1031\" parentID=\"0\" brand=\"Normal\" itemOrder=\"0\" seq=\"0\" modifiedDate=\"2018-08-10T11:22:59.227\"&gt;Yes&lt;/ApprovedMarketing&gt;\r\n    &lt;ApprovedSpecification language=\"EN\" id=\"890\" parentID=\"0\" brand=\"Normal\" itemOrder=\"0\" seq=\"0\" modifiedDate=\"2018-08-10T11:22:46.93\"&gt;Yes&lt;/ApprovedSpecification&gt;\r\n    &lt;AssignedTo id=\"2929\" parentID=\"0\" brand=\"Normal\" itemOrder=\"0\" seq=\"0\" modifiedDate=\"2022-03-14T10:30:42.883\"&gt;Jonas&lt;/AssignedTo&gt;\r\n    &lt;BarcodeUomEntry id=\"9344\" parentID=\"0\" brand=\"Normal\" itemOrder=\"0\" seq=\"0\" modifiedDate=\"2026-04-01T12:09:01.81\"&gt;Inner&lt;/BarcodeUomEntry&gt;\r\n    &lt;BrandName id=\"751\" parentID=\"0\" brand=\"Normal\" itemOrder=\"0\" seq=\"0\" modifiedDate=\"2017-01-06T12:13:25.183\"&gt;Bodum&lt;/BrandName&gt;\r\n    &lt;Catalog language=\"EN\" id=\"865\" parentID=\"869\" brand=\"Normal\" itemOrder=\"2\" seq=\"0\" relatedOrder=\"12\" modifiedDate=\"2016-07-12T13:56:45.52\"&gt;Coffee Brewers&lt;/Catalog&gt;\r\n    &lt;Category language=\"EN\" id=\"558\" parentID=\"748\" brand=\"Normal\" itemOrder=\"0\" seq=\"0\" modifiedDate=\"2018-01-19T10:47:35.743\"&gt;Coffee Makers&lt;/Category&gt;\r\n    &lt;Color language=\"EN\" id=\"599\" parentID=\"0\" brand=\"Normal\" itemOrder=\"0\" seq=\"0\" modifiedDate=\"2026-04-16T22:44:42.497\"&gt;Sand&lt;/Color&gt;\r\n    &lt;Description language=\"EN\" seq=\"0\" modifiedDate=\"2025-09-04T14:17:26.06\"&gt;CHAMBORD is the true original – the classic French press coffee maker designed in the fifties. And we still produce it with the same painstaking craftsmanship we used way back when with the original. The frame and lid, made of steel, undergo several chrome plating processes to obtain a durable shiny surface that will last for many years of intense use. The only difference in the production process since the fifties is our commitment to the highest standards of environmentally correct manufacturing, which is especially important during the chrome plating process.&amp;lt;br&amp;gt;The black CHAMBORD Polypropylene handle comes in a matte finish that not only gives a comfortable grip while serving but adds to the classic quality of the design. The French press system has always been the simplest and ultimate way of brewing an excellent cup of coffee. Using fresh coarseground beans with water between 92 and 96 degrees celsius brings out the very best in all types of coffee.&lt;/Description&gt;\r\n    &lt;DiameterCM seq=\"0\" modifiedDate=\"2016-06-13T16:38:54.27\"&gt;7.5&lt;/DiameterCM&gt;\r\n    &lt;DishwasherSafe language=\"EN\" id=\"545\" parentID=\"0\" brand=\"Normal\" itemOrder=\"0\" seq=\"0\" modifiedDate=\"2016-06-14T17:49:28.767\"&gt;Yes&lt;/DishwasherSafe&gt;\r\n    &lt;EANCode seq=\"0\" modifiedDate=\"2026-04-01T12:17:18.017\"&gt;0721866411303&lt;/EANCode&gt;\r\n    &lt;GroupImage seq=\"0\" modifiedDate=\"2019-11-27T09:10:06.353\" string=\"1923-18 fixed.jpg\" fileSize=\"13694\" fileModifiedDate=\"2019-11-27T09:10:02.2\" width=\"340\" height=\"340\" widthDpi=\"48\" heightDpi=\"48\"&gt;e67ea3cc-7959-4b72-bb10-5c5d99245307&lt;/GroupImage&gt;\r\n    &lt;GroupName language=\"EN\" seq=\"0\" modifiedDate=\"2016-06-14T18:18:49.273\"&gt;Chambord Coffee maker&lt;/GroupName&gt;\r\n    &lt;HeightCM seq=\"0\" modifiedDate=\"2017-12-22T08:46:49.017\"&gt;25.3&lt;/HeightCM&gt;\r\n    &lt;Image seq=\"0\" modifiedDate=\"2019-11-27T09:09:56.437\" string=\"1923-18 fixed.jpg\" fileSize=\"13694\" fileModifiedDate=\"2019-11-27T09:09:50.3\" width=\"340\" height=\"340\" widthDpi=\"48\" heightDpi=\"48\"&gt;de631e14-3b3b-4610-ade8-efd2cc957f80&lt;/Image&gt;\r\n    &lt;imgDbLifestyle id=\"1036\" parentID=\"0\" brand=\"Normal\" itemOrder=\"0\" seq=\"1\" modifiedDate=\"2016-10-02T09:16:02.613\" string=\"coffee and coffeebeans.jpg\" fileSize=\"151804\" fileModifiedDate=\"2019-11-27T07:53:38.803\" width=\"2000\" height=\"1334\" widthDpi=\"96\" heightDpi=\"96\"&gt;144b5e36-0ba2-4dc8-8e66-b88058ecea29&lt;/imgDbLifestyle&gt;\r\n    &lt;imgDbLifestyle id=\"1037\" parentID=\"0\" brand=\"Normal\" itemOrder=\"0\" seq=\"2\" modifiedDate=\"2016-10-02T09:16:02.613\" string=\"chambord coffee.jpg\" fileSize=\"147492\" fileModifiedDate=\"2019-11-27T07:53:40.087\" width=\"1644\" height=\"1096\" widthDpi=\"100\" heightDpi=\"100\"&gt;6abf4cec-1a0b-4558-9a2b-04a9f359460c&lt;/imgDbLifestyle&gt;\r\n    &lt;InstructionsPDF id=\"2720\" parentID=\"0\" brand=\"Normal\" itemOrder=\"0\" seq=\"0\" modifiedDate=\"2022-03-14T11:29:42.633\" string=\"1924-16.pdf\" fileSize=\"779042\" fileModifiedDate=\"2016-06-13T15:59:39.283\"&gt;14fb45e1-b60a-48a8-8fca-69f1edcf7426&lt;/InstructionsPDF&gt;\r\n    &lt;ItemName language=\"EN\" seq=\"0\" modifiedDate=\"2016-09-22T18:53:52.707\"&gt;Chambord Coffee maker, 3 cup, 0.35 l, &lt;/ItemName&gt;\r\n    &lt;ItemNameFormula language=\"EN\" seq=\"0\" modifiedDate=\"2016-09-22T18:52:34.91\"&gt;Chambord Coffee maker, 6 cup, 0.35 l, &lt;/ItemNameFormula&gt;\r\n    &lt;ItemNumber seq=\"0\" modifiedDate=\"2025-02-01T20:42:46.37\"&gt;1235&lt;/ItemNumber&gt;\r\n    &lt;ItemType language=\"EN\" id=\"555\" parentID=\"0\" brand=\"Normal\" itemOrder=\"3\" seq=\"0\" modifiedDate=\"2016-06-13T16:05:58.76\"&gt;SKU&lt;/ItemType&gt;\r\n    &lt;LengthCM seq=\"0\" modifiedDate=\"2017-12-22T08:46:40.21\"&gt;12.4&lt;/LengthCM&gt;\r\n    &lt;Material language=\"EN\" id=\"570\" parentID=\"0\" brand=\"Normal\" itemOrder=\"0\" seq=\"0\" modifiedDate=\"2016-06-13T16:02:13.01\"&gt;Copper&lt;/Material&gt;\r\n    &lt;New language=\"EN\" id=\"842\" parentID=\"0\" brand=\"Normal\" itemOrder=\"1\" seq=\"0\" modifiedDate=\"2016-09-23T11:22:21.073\"&gt;Yes&lt;/New&gt;\r\n    &lt;NoOfCups seq=\"0\" modifiedDate=\"2022-06-07T13:37:07.78\"&gt;6&lt;/NoOfCups&gt;\r\n    &lt;ProductStatus id=\"2119\" parentID=\"0\" brand=\"Normal\" itemOrder=\"2\" seq=\"0\" modifiedDate=\"2018-08-10T11:22:21.427\"&gt;ERP&lt;/ProductStatus&gt;\r\n    &lt;SanaWebsite language=\"EN\" id=\"2485\" parentID=\"0\" brand=\"Normal\" itemOrder=\"3\" seq=\"0\" relatedOrder=\"4\" modifiedDate=\"2025-04-04T11:21:04.927\"&gt;Accessories&lt;/SanaWebsite&gt;\r\n    &lt;SanaWebsite language=\"EN\" id=\"2483\" parentID=\"0\" brand=\"Normal\" itemOrder=\"1\" seq=\"0\" relatedOrder=\"2\" modifiedDate=\"2018-08-14T12:25:11.817\"&gt;Brewing&lt;/SanaWebsite&gt;\r\n    &lt;SpecificationCompleteness seq=\"0\" modifiedDate=\"2025-01-20T11:18:13.15\"&gt;20&lt;/SpecificationCompleteness&gt;\r\n    &lt;Subheader language=\"EN\" seq=\"0\" modifiedDate=\"2016-10-04T13:53:43.407\"&gt;The true original&lt;/Subheader&gt;\r\n    &lt;TechnicalDetails id=\"831\" parentID=\"0\" brand=\"Normal\" itemOrder=\"1\" seq=\"0\" modifiedDate=\"2016-10-02T09:15:08.723\"&gt;Technical Details&lt;/TechnicalDetails&gt;\r\n    &lt;TechnicalDetailsProductSheet id=\"1038\" parentID=\"0\" brand=\"Normal\" itemOrder=\"12\" seq=\"0\" modifiedDate=\"2016-10-02T09:17:42.82\"&gt;Technical Details (narrow)&lt;/TechnicalDetailsProductSheet&gt;\r\n    &lt;TestGroupName seq=\"0\" modifiedDate=\"2024-11-06T11:46:20.403\"&gt;CHAMBORD&lt;/TestGroupName&gt;\r\n    &lt;VolumeL seq=\"0\" modifiedDate=\"2016-06-13T15:55:45.783\"&gt;0.35&lt;/VolumeL&gt;\r\n    &lt;WebPublish language=\"EN\" id=\"1087\" parentID=\"0\" brand=\"Normal\" itemOrder=\"0\" seq=\"0\" modifiedDate=\"2017-08-29T14:49:18.273\"&gt;Published&lt;/WebPublish&gt;\r\n    &lt;Website language=\"EN\" id=\"1081\" parentID=\"1080\" brand=\"Normal\" itemOrder=\"1\" seq=\"0\" relatedOrder=\"3\" modifiedDate=\"2016-10-26T15:32:06.907\"&gt;Brewing&lt;/Website&gt;\r\n    &lt;WeightKG seq=\"0\" modifiedDate=\"2017-12-22T08:36:45.807\"&gt;1.5&lt;/WeightKG&gt;\r\n    &lt;WidthCM seq=\"0\" modifiedDate=\"2017-12-22T08:46:58.31\"&gt;19.3&lt;/WidthCM&gt;\r\n  &lt;/Product&gt;\r\n  &lt;Product id=\"568\" parentId=\"559\" brand=\"Normal\" order=\"0\" createdDate=\"2016-06-13T15:56:32.747\" modifiedDate=\"2026-07-08T10:29:52.837\"&gt;\r\n    &lt;Value seq=\"0\" modifiedDate=\"2016-07-06T17:03:44.3\"&gt;1928-18&lt;/Value&gt;\r\n    &lt;AssignedTo id=\"2929\" parentID=\"0\" brand=\"Normal\" itemOrder=\"0\" seq=\"0\" modifiedDate=\"2022-03-14T10:30:46.963\"&gt;Jonas&lt;/AssignedTo&gt;\r\n    &lt;BrandName id=\"751\" parentID=\"0\" brand=\"Normal\" itemOrder=\"0\" seq=\"0\" modifiedDate=\"2017-01-06T12:13:25.183\"&gt;Bodum&lt;/BrandName&gt;\r\n    &lt;Category language=\"EN\" id=\"558\" parentID=\"748\" brand=\"Normal\" itemOrder=\"0\" seq=\"0\" modifiedDate=\"2018-01-19T10:47:35.743\"&gt;Coffee Makers&lt;/Category&gt;\r\n    &lt;Color language=\"EN\" id=\"599\" parentID=\"0\" brand=\"Normal\" itemOrder=\"0\" seq=\"0\" modifiedDate=\"2017-12-22T08:35:48.697\"&gt;Sand&lt;/Color&gt;\r\n    &lt;Description language=\"EN\" seq=\"0\" modifiedDate=\"2025-09-04T14:17:26.06\"&gt;CHAMBORD is the true original – the classic French press coffee maker designed in the fifties. And we still produce it with the same painstaking craftsmanship we used way back when with the original. The frame and lid, made of steel, undergo several chrome plating processes to obtain a durable shiny surface that will last for many years of intense use. The only difference in the production process since the fifties is our commitment to the highest standards of environmentally correct manufacturing, which is especially important during the chrome plating process.&amp;lt;br&amp;gt;The black CHAMBORD Polypropylene handle comes in a matte finish that not only gives a comfortable grip while serving but adds to the classic quality of the design. The French press system has always been the simplest and ultimate way of brewing an excellent cup of coffee. Using fresh coarseground beans with water between 92 and 96 degrees celsius brings out the very best in all types of coffee.&lt;/Description&gt;\r\n    &lt;DiameterCM seq=\"0\" modifiedDate=\"2016-06-13T16:37:37.873\"&gt;10.5&lt;/DiameterCM&gt;\r\n    &lt;DishwasherSafe language=\"EN\" id=\"545\" parentID=\"0\" brand=\"Normal\" itemOrder=\"0\" seq=\"0\" modifiedDate=\"2016-06-14T17:49:28.767\"&gt;Yes&lt;/DishwasherSafe&gt;\r\n    &lt;EANCode seq=\"0\" modifiedDate=\"2016-10-04T18:32:06.89\"&gt;0727015100043&lt;/EANCode&gt;\r\n    &lt;GroupImage seq=\"0\" modifiedDate=\"2019-11-27T09:10:06.353\" string=\"1923-18 fixed.jpg\" fileSize=\"13694\" fileModifiedDate=\"2019-11-27T09:10:02.2\" width=\"340\" height=\"340\" widthDpi=\"48\" heightDpi=\"48\"&gt;e67ea3cc-7959-4b72-bb10-5c5d99245307&lt;/GroupImage&gt;\r\n    &lt;GroupName language=\"EN\" seq=\"0\" modifiedDate=\"2016-06-14T18:18:49.273\"&gt;Chambord Coffee maker&lt;/GroupName&gt;\r\n    &lt;HeightCM seq=\"0\" modifiedDate=\"2016-06-13T16:10:51.093\"&gt;24.5&lt;/HeightCM&gt;\r\n    &lt;Image seq=\"0\" modifiedDate=\"2019-11-27T09:09:56.437\" string=\"1928-18.jpg\" fileSize=\"13436\" fileModifiedDate=\"2019-11-27T09:09:50.453\" width=\"340\" height=\"340\" widthDpi=\"48\" heightDpi=\"48\"&gt;f7a9cd2f-de10-4f0f-9150-2058ac2da9d8&lt;/Image&gt;\r\n    &lt;imgDbLifestyle id=\"1036\" parentID=\"0\" brand=\"Normal\" itemOrder=\"0\" seq=\"1\" modifiedDate=\"2016-10-02T09:16:02.613\" string=\"coffee and coffeebeans.jpg\" fileSize=\"151804\" fileModifiedDate=\"2019-11-27T07:53:38.803\" width=\"2000\" height=\"1334\" widthDpi=\"96\" heightDpi=\"96\"&gt;144b5e36-0ba2-4dc8-8e66-b88058ecea29&lt;/imgDbLifestyle&gt;\r\n    &lt;imgDbLifestyle id=\"1037\" parentID=\"0\" brand=\"Normal\" itemOrder=\"0\" seq=\"2\" modifiedDate=\"2016-10-02T09:16:02.613\" string=\"chambord coffee.jpg\" fileSize=\"147492\" fileModifiedDate=\"2019-11-27T07:53:40.087\" width=\"1644\" height=\"1096\" widthDpi=\"100\" heightDpi=\"100\"&gt;6abf4cec-1a0b-4558-9a2b-04a9f359460c&lt;/imgDbLifestyle&gt;\r\n    &lt;ItemName language=\"EN\" seq=\"0\" modifiedDate=\"2016-09-22T18:53:52.707\"&gt;Chambord Coffee maker, 8 cup, 1 l, &lt;/ItemName&gt;\r\n    &lt;ItemNameFormula language=\"EN\" seq=\"0\" modifiedDate=\"2016-09-22T18:52:34.91\"&gt;Chambord Coffee maker, 6 cup, 1 l, &lt;/ItemNameFormula&gt;\r\n    &lt;ItemNumber seq=\"0\" modifiedDate=\"2025-02-01T20:42:46.37\"&gt;1235&lt;/ItemNumber&gt;\r\n    &lt;ItemType language=\"EN\" id=\"555\" parentID=\"0\" brand=\"Normal\" itemOrder=\"3\" seq=\"0\" modifiedDate=\"2016-06-13T16:05:58.76\"&gt;SKU&lt;/ItemType&gt;\r\n    &lt;Material language=\"EN\" id=\"570\" parentID=\"0\" brand=\"Normal\" itemOrder=\"0\" seq=\"0\" modifiedDate=\"2016-06-13T16:02:14.85\"&gt;Copper&lt;/Material&gt;\r\n    &lt;NoOfCups seq=\"0\" modifiedDate=\"2022-06-07T13:37:07.79\"&gt;6&lt;/NoOfCups&gt;\r\n    &lt;ProductStatus id=\"2109\" parentID=\"0\" brand=\"Normal\" itemOrder=\"1\" seq=\"0\" modifiedDate=\"2018-08-10T11:19:02.577\"&gt;New&lt;/ProductStatus&gt;\r\n    &lt;SpecificationCompleteness seq=\"0\" modifiedDate=\"2025-01-20T11:18:13.15\"&gt;20&lt;/SpecificationCompleteness&gt;\r\n    &lt;Subheader language=\"EN\" seq=\"0\" modifiedDate=\"2016-10-04T13:53:43.407\"&gt;The true original&lt;/Subheader&gt;\r\n    &lt;TechnicalDetails id=\"831\" parentID=\"0\" brand=\"Normal\" itemOrder=\"1\" seq=\"0\" modifiedDate=\"2016-07-14T13:17:22.367\"&gt;Technical Details&lt;/TechnicalDetails&gt;\r\n    &lt;TechnicalDetailsProductSheet id=\"1038\" parentID=\"0\" brand=\"Normal\" itemOrder=\"12\" seq=\"0\" modifiedDate=\"2016-10-02T09:17:42.82\"&gt;Technical Details (narrow)&lt;/TechnicalDetailsProductSheet&gt;\r\n    &lt;TestGroupName seq=\"0\" modifiedDate=\"2024-11-06T11:46:20.403\"&gt;CHAMBORD&lt;/TestGroupName&gt;\r\n    &lt;VolumeL seq=\"0\" modifiedDate=\"2016-06-13T15:56:36.69\"&gt;1&lt;/VolumeL&gt;\r\n    &lt;WidthCM seq=\"0\" modifiedDate=\"2016-06-13T16:10:57.56\"&gt;17.1&lt;/WidthCM&gt;\r\n  &lt;/Product&gt;\r\n  &lt;Product id=\"622\" parentId=\"719\" brand=\"Normal\" order=\"0\" createdDate=\"2016-06-13T19:10:13.033\" modifiedDate=\"2026-09-07T12:35:58.527\"&gt;\r\n    &lt;Value seq=\"0\" modifiedDate=\"2016-06-13T19:36:26.793\"&gt;DFGR1280&lt;/Value&gt;\r\n    &lt;ApprovedERP language=\"EN\" id=\"1062\" parentID=\"0\" brand=\"Normal\" itemOrder=\"0\" seq=\"0\" modifiedDate=\"2018-02-19T11:09:54.297\"&gt;Yes&lt;/ApprovedERP&gt;\r\n    &lt;ApprovedSpecification language=\"EN\" id=\"890\" parentID=\"0\" brand=\"Normal\" itemOrder=\"0\" seq=\"0\" modifiedDate=\"2016-10-04T20:23:13.077\"&gt;Yes&lt;/ApprovedSpecification&gt;\r\n    &lt;AssignedTo id=\"2114\" parentID=\"0\" brand=\"Normal\" itemOrder=\"0\" seq=\"0\" modifiedDate=\"2017-01-16T10:03:55.05\"&gt;Jesper&lt;/AssignedTo&gt;\r\n    &lt;BrandName id=\"782\" parentID=\"0\" brand=\"Normal\" itemOrder=\"0\" seq=\"0\" modifiedDate=\"2016-06-14T17:49:51.713\"&gt;Dreamfarm&lt;/BrandName&gt;\r\n    &lt;Catalog language=\"EN\" id=\"867\" parentID=\"869\" brand=\"Normal\" itemOrder=\"4\" seq=\"0\" relatedOrder=\"3\" modifiedDate=\"2016-07-12T13:21:27.297\"&gt;Accessories&lt;/Catalog&gt;\r\n    &lt;Category language=\"EN\" id=\"601\" parentID=\"748\" brand=\"Normal\" itemOrder=\"0\" seq=\"0\" modifiedDate=\"2016-06-13T19:10:14.013\"&gt;Accessories&lt;/Category&gt;\r\n    &lt;Color language=\"EN\" id=\"598\" parentID=\"0\" brand=\"Normal\" itemOrder=\"0\" seq=\"0\" modifiedDate=\"2016-07-06T13:06:33.473\"&gt;Red&lt;/Color&gt;\r\n    &lt;Description language=\"EN\" seq=\"0\" modifiedDate=\"2017-11-23T13:49:03.743\"&gt;Grindenstein is a compact coffee knock box that bangs out your coffee grinds. It’s super strong and sturdy, and even tucks away on the drip tray of your espresso machine for space-saving storage.\r\nSpecifically designed to be stored on the espresso machine's drip tray (under the group head), Grindenstein's unique height reduces clutter on the kitchen bench top and fits easily in the top rack of the dishwasher.&lt;/Description&gt;\r\n    &lt;DiameterCM seq=\"0\" modifiedDate=\"2016-06-14T17:56:57.047\"&gt;11&lt;/DiameterCM&gt;\r\n    &lt;DishwasherSafe language=\"EN\" id=\"545\" parentID=\"0\" brand=\"Normal\" itemOrder=\"0\" seq=\"0\" modifiedDate=\"2016-06-14T17:49:33.14\"&gt;Yes&lt;/DishwasherSafe&gt;\r\n    &lt;EANCode seq=\"0\" modifiedDate=\"2016-06-13T19:10:14.013\"&gt;9334084001280&lt;/EANCode&gt;\r\n    &lt;GroupImage seq=\"0\" modifiedDate=\"2026-09-07T12:35:58.527\" string=\"Mazda.jpg\" fileSize=\"238282\" fileModifiedDate=\"2026-09-07T12:35:57.137\" width=\"1080\" height=\"1920\" widthDpi=\"72\" heightDpi=\"72\"&gt;98ed42ec-230b-40aa-a9b2-b449913ffc28&lt;/GroupImage&gt;\r\n    &lt;GroupName language=\"EN\" seq=\"0\" modifiedDate=\"2016-06-14T18:20:13.827\"&gt;Grindenstein Knock-Box&lt;/GroupName&gt;\r\n    &lt;HeightCM seq=\"0\" modifiedDate=\"2016-06-14T17:56:25.173\"&gt;10.2&lt;/HeightCM&gt;\r\n    &lt;imgDbLifestyle id=\"1039\" parentID=\"0\" brand=\"Normal\" itemOrder=\"0\" seq=\"1\" modifiedDate=\"2016-10-02T19:01:53.25\" string=\"cafe setting.jpg\" fileSize=\"150414\" fileModifiedDate=\"2019-11-27T07:53:39.91\" width=\"2400\" height=\"1603\" widthDpi=\"96\" heightDpi=\"96\"&gt;5bb9061d-f45f-45d5-b8b9-dcd21fa3a297&lt;/imgDbLifestyle&gt;\r\n    &lt;imgDbLifestyle id=\"784\" parentID=\"0\" brand=\"Normal\" itemOrder=\"0\" seq=\"2\" modifiedDate=\"2016-10-02T19:01:53.247\" string=\"home kitchen espresso setup.jpg\" fileSize=\"147950\" fileModifiedDate=\"2019-11-27T07:53:38.543\" width=\"1024\" height=\"576\" widthDpi=\"55\" heightDpi=\"55\"&gt;05dd6371-128d-4f92-b39a-fb94128497d0&lt;/imgDbLifestyle&gt;\r\n    &lt;ItemName language=\"EN\" seq=\"0\" modifiedDate=\"2016-09-22T18:53:52.707\"&gt;Grindenstein Knock-Box, Red&lt;/ItemName&gt;\r\n    &lt;ItemNameFormula language=\"EN\" seq=\"0\" modifiedDate=\"2016-09-22T18:52:34.91\"&gt;Grindenstein Knock-Box, Red&lt;/ItemNameFormula&gt;\r\n    &lt;ItemType language=\"EN\" id=\"555\" parentID=\"0\" brand=\"Normal\" itemOrder=\"3\" seq=\"0\" modifiedDate=\"2016-06-13T19:10:14.013\"&gt;SKU&lt;/ItemType&gt;\r\n    &lt;Material language=\"EN\" id=\"575\" parentID=\"0\" brand=\"Normal\" itemOrder=\"0\" seq=\"0\" modifiedDate=\"2016-06-13T19:10:14.013\"&gt;Plastic&lt;/Material&gt;\r\n    &lt;ProductStatus id=\"2119\" parentID=\"0\" brand=\"Normal\" itemOrder=\"2\" seq=\"0\" modifiedDate=\"2018-03-06T10:07:37.18\"&gt;ERP&lt;/ProductStatus&gt;\r\n    &lt;SanaWebsite language=\"EN\" id=\"2485\" parentID=\"0\" brand=\"Normal\" itemOrder=\"3\" seq=\"0\" relatedOrder=\"2\" modifiedDate=\"2018-08-14T12:25:25.853\"&gt;Accessories&lt;/SanaWebsite&gt;\r\n    &lt;SpecificationCompleteness seq=\"0\" modifiedDate=\"2025-01-20T11:17:59.87\"&gt;33&lt;/SpecificationCompleteness&gt;\r\n    &lt;Subheader language=\"EN\" seq=\"0\" modifiedDate=\"2016-07-06T13:06:24.897\"&gt;Compact Knock box in stylish design&lt;/Subheader&gt;\r\n    &lt;TechnicalDetails id=\"831\" parentID=\"0\" brand=\"Normal\" itemOrder=\"1\" seq=\"0\" modifiedDate=\"2016-07-06T13:09:26.47\"&gt;Technical Details&lt;/TechnicalDetails&gt;\r\n    &lt;TechnicalDetailsProductSheet id=\"1038\" parentID=\"0\" brand=\"Normal\" itemOrder=\"12\" seq=\"0\" modifiedDate=\"2016-10-02T19:02:19.96\"&gt;Technical Details (narrow)&lt;/TechnicalDetailsProductSheet&gt;\r\n    &lt;VolumeL seq=\"0\" modifiedDate=\"2016-06-14T18:00:29.137\"&gt;0.445&lt;/VolumeL&gt;\r\n    &lt;WebPublish language=\"EN\" id=\"1087\" parentID=\"0\" brand=\"Normal\" itemOrder=\"0\" seq=\"0\" modifiedDate=\"2016-10-26T16:19:24.183\"&gt;Published&lt;/WebPublish&gt;\r\n    &lt;Website language=\"EN\" id=\"1083\" parentID=\"1080\" brand=\"Normal\" itemOrder=\"3\" seq=\"0\" relatedOrder=\"3\" modifiedDate=\"2016-10-26T15:33:04.437\"&gt;Accessories&lt;/Website&gt;\r\n    &lt;WeightKG seq=\"0\" modifiedDate=\"2016-06-14T17:56:38.84\"&gt;0.24&lt;/WeightKG&gt;\r\n  &lt;/Product&gt;\r\n  &lt;Product id=\"623\" parentId=\"719\" brand=\"Normal\" order=\"0\" createdDate=\"2016-06-13T19:10:13.033\" modifiedDate=\"2026-09-07T12:35:58.527\"&gt;\r\n    &lt;Value seq=\"0\" modifiedDate=\"2016-06-13T19:36:26.793\"&gt;DFGR1181&lt;/Value&gt;\r\n    &lt;ApprovedERP language=\"EN\" id=\"1062\" parentID=\"0\" brand=\"Normal\" itemOrder=\"0\" seq=\"0\" modifiedDate=\"2017-05-23T20:28:35.973\"&gt;Yes&lt;/ApprovedERP&gt;\r\n    &lt;ApprovedSpecification language=\"EN\" id=\"890\" parentID=\"0\" brand=\"Normal\" itemOrder=\"0\" seq=\"0\" modifiedDate=\"2016-10-04T20:23:13.08\"&gt;Yes&lt;/ApprovedSpecification&gt;\r\n    &lt;AssignedTo id=\"2114\" parentID=\"0\" brand=\"Normal\" itemOrder=\"0\" seq=\"0\" modifiedDate=\"2017-01-16T10:03:55.05\"&gt;Jesper&lt;/AssignedTo&gt;\r\n    &lt;BrandName id=\"782\" parentID=\"0\" brand=\"Normal\" itemOrder=\"0\" seq=\"0\" modifiedDate=\"2016-06-14T17:49:51.713\"&gt;Dreamfarm&lt;/BrandName&gt;\r\n    &lt;Catalog language=\"EN\" id=\"867\" parentID=\"869\" brand=\"Normal\" itemOrder=\"4\" seq=\"0\" relatedOrder=\"2\" modifiedDate=\"2016-07-12T13:21:27.297\"&gt;Accessories&lt;/Catalog&gt;\r\n    &lt;Category language=\"EN\" id=\"601\" parentID=\"748\" brand=\"Normal\" itemOrder=\"0\" seq=\"0\" modifiedDate=\"2016-06-13T19:10:14.013\"&gt;Accessories&lt;/Category&gt;\r\n    &lt;Color language=\"EN\" id=\"343\" parentID=\"0\" brand=\"Normal\" itemOrder=\"0\" seq=\"0\" modifiedDate=\"2016-07-06T13:07:37.287\"&gt;Black&lt;/Color&gt;\r\n    &lt;Description language=\"EN\" seq=\"0\" modifiedDate=\"2017-11-23T13:49:03.743\"&gt;Grindenstein is a compact coffee knock box that bangs out your coffee grinds. It’s super strong and sturdy, and even tucks away on the drip tray of your espresso machine for space-saving storage.\r\nSpecifically designed to be stored on the espresso machine's drip tray (under the group head), Grindenstein's unique height reduces clutter on the kitchen bench top and fits easily in the top rack of the dishwasher.&lt;/Description&gt;\r\n    &lt;DiameterCM seq=\"0\" modifiedDate=\"2016-06-14T17:56:57.047\"&gt;11&lt;/DiameterCM&gt;\r\n    &lt;DishwasherSafe language=\"EN\" id=\"545\" parentID=\"0\" brand=\"Normal\" itemOrder=\"0\" seq=\"0\" modifiedDate=\"2016-06-14T17:49:33.14\"&gt;Yes&lt;/DishwasherSafe&gt;\r\n    &lt;EANCode seq=\"0\" modifiedDate=\"2016-06-13T19:10:14.013\"&gt;9334084001181&lt;/EANCode&gt;\r\n    &lt;GroupImage seq=\"0\" modifiedDate=\"2026-09-07T12:35:58.527\" string=\"Mazda.jpg\" fileSize=\"238282\" fileModifiedDate=\"2026-09-07T12:35:57.137\" width=\"1080\" height=\"1920\" widthDpi=\"72\" heightDpi=\"72\"&gt;98ed42ec-230b-40aa-a9b2-b449913ffc28&lt;/GroupImage&gt;\r\n    &lt;GroupName language=\"EN\" seq=\"0\" modifiedDate=\"2016-06-14T18:20:13.827\"&gt;Grindenstein Knock-Box&lt;/GroupName&gt;\r\n    &lt;HeightCM seq=\"0\" modifiedDate=\"2016-06-14T17:56:25.173\"&gt;10.2&lt;/HeightCM&gt;\r\n    &lt;imgDbLifestyle id=\"1039\" parentID=\"0\" brand=\"Normal\" itemOrder=\"0\" seq=\"1\" modifiedDate=\"2016-10-02T19:01:53.25\" string=\"cafe setting.jpg\" fileSize=\"150414\" fileModifiedDate=\"2019-11-27T07:53:39.91\" width=\"2400\" height=\"1603\" widthDpi=\"96\" heightDpi=\"96\"&gt;5bb9061d-f45f-45d5-b8b9-dcd21fa3a297&lt;/imgDbLifestyle&gt;\r\n    &lt;imgDbLifestyle id=\"784\" parentID=\"0\" brand=\"Normal\" itemOrder=\"0\" seq=\"2\" modifiedDate=\"2016-10-02T19:01:53.247\" string=\"home kitchen espresso setup.jpg\" fileSize=\"147950\" fileModifiedDate=\"2019-11-27T07:53:38.543\" width=\"1024\" height=\"576\" widthDpi=\"55\" heightDpi=\"55\"&gt;05dd6371-128d-4f92-b39a-fb94128497d0&lt;/imgDbLifestyle&gt;\r\n    &lt;ItemName language=\"EN\" seq=\"0\" modifiedDate=\"2016-09-22T18:53:52.707\"&gt;Grindenstein Knock-Box, Black&lt;/ItemName&gt;\r\n    &lt;ItemNameFormula language=\"EN\" seq=\"0\" modifiedDate=\"2016-09-22T18:52:34.91\"&gt;Grindenstein Knock-Box, Black&lt;/ItemNameFormula&gt;\r\n    &lt;ItemType language=\"EN\" id=\"555\" parentID=\"0\" brand=\"Normal\" itemOrder=\"3\" seq=\"0\" modifiedDate=\"2016-06-13T19:10:14.013\"&gt;SKU&lt;/ItemType&gt;\r\n    &lt;Material language=\"EN\" id=\"575\" parentID=\"0\" brand=\"Normal\" itemOrder=\"0\" seq=\"0\" modifiedDate=\"2016-06-13T19:10:14.013\"&gt;Plastic&lt;/Material&gt;\r\n    &lt;New language=\"EN\" id=\"842\" parentID=\"0\" brand=\"Normal\" itemOrder=\"1\" seq=\"0\" modifiedDate=\"2016-07-11T17:03:10.183\"&gt;Yes&lt;/New&gt;\r\n    &lt;ProductStatus id=\"2119\" parentID=\"0\" brand=\"Normal\" itemOrder=\"2\" seq=\"0\" modifiedDate=\"2018-03-06T10:07:37.18\"&gt;ERP&lt;/ProductStatus&gt;\r\n    &lt;SanaWebsite language=\"EN\" id=\"2485\" parentID=\"0\" brand=\"Normal\" itemOrder=\"3\" seq=\"0\" relatedOrder=\"1\" modifiedDate=\"2018-08-14T12:25:25.853\"&gt;Accessories&lt;/SanaWebsite&gt;\r\n    &lt;SpecificationCompleteness seq=\"0\" modifiedDate=\"2025-01-20T11:17:59.87\"&gt;33&lt;/SpecificationCompleteness&gt;\r\n    &lt;Subheader language=\"EN\" seq=\"0\" modifiedDate=\"2016-07-06T13:06:24.897\"&gt;Compact Knock box in stylish design&lt;/Subheader&gt;\r\n    &lt;TechnicalDetails id=\"831\" parentID=\"0\" brand=\"Normal\" itemOrder=\"1\" seq=\"0\" modifiedDate=\"2016-07-06T13:09:26.47\"&gt;Technical Details&lt;/TechnicalDetails&gt;\r\n    &lt;TechnicalDetailsProductSheet id=\"1038\" parentID=\"0\" brand=\"Normal\" itemOrder=\"12\" seq=\"0\" modifiedDate=\"2016-10-02T19:02:19.963\"&gt;Technical Details (narrow)&lt;/TechnicalDetailsProductSheet&gt;\r\n    &lt;VolumeL seq=\"0\" modifiedDate=\"2016-06-14T18:00:29.137\"&gt;0.445&lt;/VolumeL&gt;\r\n    &lt;WebPublish language=\"EN\" id=\"1087\" parentID=\"0\" brand=\"Normal\" itemOrder=\"0\" seq=\"0\" modifiedDate=\"2016-10-26T16:19:24.187\"&gt;Published&lt;/WebPublish&gt;\r\n    &lt;Website language=\"EN\" id=\"1083\" parentID=\"1080\" brand=\"Normal\" itemOrder=\"3\" seq=\"0\" relatedOrder=\"2\" modifiedDate=\"2016-10-26T15:33:04.437\"&gt;Accessories&lt;/Website&gt;\r\n    &lt;WeightKG seq=\"0\" modifiedDate=\"2016-06-14T17:56:38.84\"&gt;0.24&lt;/WeightKG&gt;\r\n  &lt;/Product&gt;\r\n  &lt;Product id=\"624\" parentId=\"719\" brand=\"Normal\" order=\"0\" createdDate=\"2016-06-13T19:10:13.033\" modifiedDate=\"2026-09-07T12:35:58.527\"&gt;\r\n    &lt;Value seq=\"0\" modifiedDate=\"2016-06-13T19:36:26.793\"&gt;DFGR1686&lt;/Value&gt;\r\n    &lt;ApprovedERP language=\"EN\" id=\"1062\" parentID=\"0\" brand=\"Normal\" itemOrder=\"0\" seq=\"0\" modifiedDate=\"2018-02-19T11:09:54.3\"&gt;Yes&lt;/ApprovedERP&gt;\r\n    &lt;ApprovedSpecification language=\"EN\" id=\"890\" parentID=\"0\" brand=\"Normal\" itemOrder=\"0\" seq=\"0\" modifiedDate=\"2016-10-04T20:23:13.08\"&gt;Yes&lt;/ApprovedSpecification&gt;\r\n    &lt;AssignedTo id=\"2114\" parentID=\"0\" brand=\"Normal\" itemOrder=\"0\" seq=\"0\" modifiedDate=\"2017-01-16T10:03:55.05\"&gt;Jesper&lt;/AssignedTo&gt;\r\n    &lt;BrandName id=\"782\" parentID=\"0\" brand=\"Normal\" itemOrder=\"0\" seq=\"0\" modifiedDate=\"2016-06-14T17:49:51.713\"&gt;Dreamfarm&lt;/BrandName&gt;\r\n    &lt;Catalog language=\"EN\" id=\"867\" parentID=\"869\" brand=\"Normal\" itemOrder=\"4\" seq=\"0\" relatedOrder=\"4\" modifiedDate=\"2016-07-12T13:21:27.297\"&gt;Accessories&lt;/Catalog&gt;\r\n    &lt;Category language=\"EN\" id=\"601\" parentID=\"748\" brand=\"Normal\" itemOrder=\"0\" seq=\"0\" modifiedDate=\"2016-06-13T19:10:14.013\"&gt;Accessories&lt;/Category&gt;\r\n    &lt;Color language=\"EN\" id=\"340\" parentID=\"0\" brand=\"Normal\" itemOrder=\"0\" seq=\"0\" modifiedDate=\"2016-07-06T13:07:41.07\"&gt;Gray&lt;/Color&gt;\r\n    &lt;Description language=\"EN\" seq=\"0\" modifiedDate=\"2017-11-23T13:49:03.743\"&gt;Grindenstein is a compact coffee knock box that bangs out your coffee grinds. It’s super strong and sturdy, and even tucks away on the drip tray of your espresso machine for space-saving storage.\r\nSpecifically designed to be stored on the espresso machine's drip tray (under the group head), Grindenstein's unique height reduces clutter on the kitchen bench top and fits easily in the top rack of the dishwasher.&lt;/Description&gt;\r\n    &lt;DiameterCM seq=\"0\" modifiedDate=\"2016-06-14T17:56:57.047\"&gt;11&lt;/DiameterCM&gt;\r\n    &lt;DishwasherSafe language=\"EN\" id=\"545\" parentID=\"0\" brand=\"Normal\" itemOrder=\"0\" seq=\"0\" modifiedDate=\"2016-06-14T17:49:33.14\"&gt;Yes&lt;/DishwasherSafe&gt;\r\n    &lt;EANCode seq=\"0\" modifiedDate=\"2016-06-13T19:10:14.013\"&gt;9334084001686&lt;/EANCode&gt;\r\n    &lt;GroupImage seq=\"0\" modifiedDate=\"2026-09-07T12:35:58.527\" string=\"Mazda.jpg\" fileSize=\"238282\" fileModifiedDate=\"2026-09-07T12:35:57.137\" width=\"1080\" height=\"1920\" widthDpi=\"72\" heightDpi=\"72\"&gt;98ed42ec-230b-40aa-a9b2-b449913ffc28&lt;/GroupImage&gt;\r\n    &lt;GroupName language=\"EN\" seq=\"0\" modifiedDate=\"2016-06-14T18:20:13.827\"&gt;Grindenstein Knock-Box&lt;/GroupName&gt;\r\n    &lt;HeightCM seq=\"0\" modifiedDate=\"2016-06-14T17:56:25.173\"&gt;10.2&lt;/HeightCM&gt;\r\n    &lt;imgDbLifestyle id=\"1039\" parentID=\"0\" brand=\"Normal\" itemOrder=\"0\" seq=\"1\" modifiedDate=\"2016-10-02T19:01:53.25\" string=\"cafe setting.jpg\" fileSize=\"150414\" fileModifiedDate=\"2019-11-27T07:53:39.91\" width=\"2400\" height=\"1603\" widthDpi=\"96\" heightDpi=\"96\"&gt;5bb9061d-f45f-45d5-b8b9-dcd21fa3a297&lt;/imgDbLifestyle&gt;\r\n    &lt;imgDbLifestyle id=\"784\" parentID=\"0\" brand=\"Normal\" itemOrder=\"0\" seq=\"2\" modifiedDate=\"2016-10-02T19:01:53.247\" string=\"home kitchen espresso setup.jpg\" fileSize=\"147950\" fileModifiedDate=\"2019-11-27T07:53:38.543\" width=\"1024\" height=\"576\" widthDpi=\"55\" heightDpi=\"55\"&gt;05dd6371-128d-4f92-b39a-fb94128497d0&lt;/imgDbLifestyle&gt;\r\n    &lt;ItemName language=\"EN\" seq=\"0\" modifiedDate=\"2016-09-22T18:53:52.707\"&gt;Grindenstein Knock-Box, Gray&lt;/ItemName&gt;\r\n    &lt;ItemNameFormula language=\"EN\" seq=\"0\" modifiedDate=\"2016-09-22T18:52:34.91\"&gt;Grindenstein Knock-Box, Gray&lt;/ItemNameFormula&gt;\r\n    &lt;ItemType language=\"EN\" id=\"555\" parentID=\"0\" brand=\"Normal\" itemOrder=\"3\" seq=\"0\" modifiedDate=\"2016-06-13T19:10:14.013\"&gt;SKU&lt;/ItemType&gt;\r\n    &lt;Material language=\"EN\" id=\"575\" parentID=\"0\" brand=\"Normal\" itemOrder=\"0\" seq=\"0\" modifiedDate=\"2016-06-13T19:10:14.013\"&gt;Plastic&lt;/Material&gt;\r\n    &lt;ProductStatus id=\"2119\" parentID=\"0\" brand=\"Normal\" itemOrder=\"2\" seq=\"0\" modifiedDate=\"2018-03-06T10:07:37.18\"&gt;ERP&lt;/ProductStatus&gt;\r\n    &lt;Range id=\"8329\" parentID=\"0\" brand=\"Normal\" itemOrder=\"0\" seq=\"0\" modifiedDate=\"2025-08-12T12:33:05.883\"&gt;10&lt;/Range&gt;\r\n    &lt;SanaWebsite language=\"EN\" id=\"2485\" parentID=\"0\" brand=\"Normal\" itemOrder=\"3\" seq=\"0\" relatedOrder=\"3\" modifiedDate=\"2018-08-14T12:25:25.853\"&gt;Accessories&lt;/SanaWebsite&gt;\r\n    &lt;SpecificationCompleteness seq=\"0\" modifiedDate=\"2025-01-20T11:17:59.87\"&gt;33&lt;/SpecificationCompleteness&gt;\r\n    &lt;Subheader language=\"EN\" seq=\"0\" modifiedDate=\"2016-07-06T13:06:24.897\"&gt;Compact Knock box in stylish design&lt;/Subheader&gt;\r\n    &lt;TechnicalDetails id=\"831\" parentID=\"0\" brand=\"Normal\" itemOrder=\"1\" seq=\"0\" modifiedDate=\"2016-07-06T13:09:26.47\"&gt;Technical Details&lt;/TechnicalDetails&gt;\r\n    &lt;TechnicalDetailsProductSheet id=\"1038\" parentID=\"0\" brand=\"Normal\" itemOrder=\"12\" seq=\"0\" modifiedDate=\"2016-10-02T19:02:19.967\"&gt;Technical Details (narrow)&lt;/TechnicalDetailsProductSheet&gt;\r\n    &lt;VolumeL seq=\"0\" modifiedDate=\"2016-06-14T18:00:29.137\"&gt;0.445&lt;/VolumeL&gt;\r\n    &lt;WebPublish language=\"EN\" id=\"1087\" parentID=\"0\" brand=\"Normal\" itemOrder=\"0\" seq=\"0\" modifiedDate=\"2016-10-26T16:19:24.187\"&gt;Published&lt;/WebPublish&gt;\r\n    &lt;Website language=\"EN\" id=\"1083\" parentID=\"1080\" brand=\"Normal\" itemOrder=\"3\" seq=\"0\" relatedOrder=\"4\" modifiedDate=\"2016-10-26T15:33:04.437\"&gt;Accessories&lt;/Website&gt;\r\n    &lt;WeightKG seq=\"0\" modifiedDate=\"2016-06-14T17:56:38.84\"&gt;0.24&lt;/WeightKG&gt;\r\n  &lt;/Product&gt;\r\n&lt;/Data&gt;</ExecuteQueryResult>\n        </ExecuteQueryResponse>\n    </soap:Body>\n</soap:Envelope>"
                }
              ]
            },
            {
              "name": "01 Perfion API - Execute Query - Basic Authentication",
              "protocolProfileBehavior": {
                "disabledSystemHeaders": {
                  "content-type": true
                }
              },
              "request": {
                "auth": {
                  "type": "basic",
                  "basic": [
                    {
                      "key": "password",
                      "value": "{{APIPassword}}",
                      "type": "string"
                    },
                    {
                      "key": "username",
                      "value": "{{APIUser}}",
                      "type": "string"
                    }
                  ]
                },
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "text/xml",
                    "type": "text"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "<soapenv:Envelope xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:per=\"http://perfion.com/\">\r\n   <soapenv:Header/>\r\n   <soapenv:Body>\r\n      <per:ExecuteQuery>\r\n           <!--Optional:-->\r\n         <per:query>\r\n               <![CDATA[\r\n                     <Query>\r\n\t<Select languages='EN' maxcount='10'>\r\n\t\t<Feature id='*' />\r\n\t</Select>\r\n\t<From id ='Product'/>\r\n</Query>\r\n             ]]>\r\n         </per:query>\r\n      </per:ExecuteQuery>\r\n   </soapenv:Body>\r\n</soapenv:Envelope>\r\n",
                  "options": {
                    "raw": {
                      "language": "xml"
                    }
                  }
                },
                "url": {
                  "raw": "{{APIUrl}}/Perfion/GetData.asmx?op=ExecuteQuery",
                  "host": [
                    "{{APIUrl}}"
                  ],
                  "path": [
                    "Perfion",
                    "GetData.asmx"
                  ],
                  "query": [
                    {
                      "key": "op",
                      "value": "ExecuteQuery"
                    }
                  ]
                },
                "description": "This call executes a Perfion API Query using the API (SOAP) service.\n\nIt uses Basic or Bearer Token authentications\n\nIf using \"Basic\" authentication, Note that the submitted password has to be formatted as BASE64(SHA256(password)). See [https://emn178.github.io/online-tools/sha256.html](https://emn178.github.io/online-tools/sha256.html) and [https://support.boyum-it.com/hc/en-us/articles/29930839240605-Authentication](https://support.boyum-it.com/hc/en-us/articles/29930839240605-Authentication)\n\nRemember to set the Content-Type to \"text/xml\" in Headers.\n\nUpdate the Query in the Body. Notice the encapsulation of query withing the \"\" tags, which is a Perfion quirk."
              },
              "response": [
                {
                  "name": "200 OK - 01 Perfion API - Execute Query - Basic Authentication",
                  "originalRequest": {
                    "method": "POST",
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "text/xml",
                        "type": "text"
                      }
                    ],
                    "body": {
                      "mode": "raw",
                      "raw": "<soapenv:Envelope xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:per=\"http://perfion.com/\">\r\n   <soapenv:Header/>\r\n   <soapenv:Body>\r\n      <per:ExecuteQuery>\r\n           <!--Optional:-->\r\n         <per:query>\r\n               <![CDATA[\r\n                     <Query>\r\n\t<Select languages='EN' maxcount='10'>\r\n\t\t<Feature id='*' />\r\n\t</Select>\r\n\t<From id ='Product'/>\r\n</Query>\r\n             ]]>\r\n         </per:query>\r\n      </per:ExecuteQuery>\r\n   </soapenv:Body>\r\n</soapenv:Envelope>\r\n",
                      "options": {
                        "raw": {
                          "language": "xml"
                        }
                      }
                    },
                    "url": {
                      "raw": "{{APIUrl}}/Perfion/GetData.asmx?op=ExecuteQuery",
                      "host": [
                        "{{APIUrl}}"
                      ],
                      "path": [
                        "Perfion",
                        "GetData.asmx"
                      ],
                      "query": [
                        {
                          "key": "op",
                          "value": "ExecuteQuery"
                        }
                      ]
                    }
                  },
                  "status": "OK",
                  "code": 200,
                  "_postman_previewlanguage": null,
                  "header": [
                    {
                      "key": ":status",
                      "value": 200
                    },
                    {
                      "key": "cache-control",
                      "value": "private, max-age=0"
                    },
                    {
                      "key": "content-type",
                      "value": "text/xml; charset=utf-8"
                    },
                    {
                      "key": "server",
                      "value": "Microsoft-IIS/10.0"
                    },
                    {
                      "key": "x-frame-options",
                      "value": "DENY"
                    },
                    {
                      "key": "x-content-type-options",
                      "value": "nosniff"
                    },
                    {
                      "key": "date",
                      "value": "Tue, 08 Sep 2026 10:58:34 GMT"
                    },
                    {
                      "key": "content-length",
                      "value": "76006"
                    }
                  ],
                  "cookie": [],
                  "body": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<soap:Envelope xmlns:soap=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\">\n    <soap:Body>\n        <ExecuteQueryResponse xmlns=\"http://perfion.com/\">\n            <ExecuteQueryResult>&lt;?xml version=\"1.0\" encoding=\"utf-8\"?&gt;\r\n&lt;Data totalExecutionTime=\"00:00:00.2035531\"&gt;\r\n  &lt;Features&gt;\r\n    &lt;Product id=\"100\" language=\"EN\" caption=\"Product\" captionAlternative=\"\" unit=\"\" help=\"\" abbr=\"\" groupId=\"73660834-eea8-4d67-8e84-b38e2742706a\" group=\"All\" groupOrder=\"0\" viewGroupId=\"\" viewGroup=\"\" viewGroupOrder=\"0\" topViewGroupId=\"06e66d90-3c7a-4841-8756-863d699f9452\" topViewGroup=\"Main Information\" topViewGroupOrder=\"1\" viewOrder=\"0\" form=\"Complex\" dataType=\"String\" readOnly=\"False\" /&gt;\r\n    &lt;ApprovedERP id=\"359\" language=\"EN\" caption=\"Release to ERP\" captionAlternative=\"\" unit=\"\" help=\"\" abbr=\"\" groupId=\"73660834-eea8-4d67-8e84-b38e2742706a\" group=\"All\" groupOrder=\"0\" viewGroupId=\"e9e0237c-31b4-4612-a62f-129ce65a6b80\" viewGroup=\"Approval\" viewGroupOrder=\"9\" topViewGroupId=\"71413f3f-e8e1-44c1-90ca-b6dceed74726\" topViewGroup=\"Workflow\" topViewGroupOrder=\"11\" viewOrder=\"1\" form=\"Simple\" dataType=\"String\" readOnly=\"False\" /&gt;\r\n    &lt;ApprovedMarketing id=\"358\" language=\"EN\" caption=\"Marketing Approved\" captionAlternative=\"\" unit=\"\" help=\"\" abbr=\"\" groupId=\"73660834-eea8-4d67-8e84-b38e2742706a\" group=\"All\" groupOrder=\"0\" viewGroupId=\"e9e0237c-31b4-4612-a62f-129ce65a6b80\" viewGroup=\"Approval\" viewGroupOrder=\"9\" topViewGroupId=\"71413f3f-e8e1-44c1-90ca-b6dceed74726\" topViewGroup=\"Workflow\" topViewGroupOrder=\"11\" viewOrder=\"2\" form=\"Simple\" dataType=\"String\" readOnly=\"False\" /&gt;\r\n    &lt;ApprovedSpecification id=\"296\" language=\"EN\" caption=\"Specifications Approved\" captionAlternative=\"\" unit=\"\" help=\"\" abbr=\"\" groupId=\"73660834-eea8-4d67-8e84-b38e2742706a\" group=\"All\" groupOrder=\"0\" viewGroupId=\"e9e0237c-31b4-4612-a62f-129ce65a6b80\" viewGroup=\"Approval\" viewGroupOrder=\"9\" topViewGroupId=\"71413f3f-e8e1-44c1-90ca-b6dceed74726\" topViewGroup=\"Workflow\" topViewGroupOrder=\"11\" viewOrder=\"3\" form=\"Simple\" dataType=\"String\" readOnly=\"False\" /&gt;\r\n    &lt;AssignedTo id=\"1385\" language=\"EN\" caption=\"Assigned To\" captionAlternative=\"\" unit=\"\" help=\"\" abbr=\"\" groupId=\"73660834-eea8-4d67-8e84-b38e2742706a\" group=\"All\" groupOrder=\"0\" viewGroupId=\"\" viewGroup=\"\" viewGroupOrder=\"0\" topViewGroupId=\"71413f3f-e8e1-44c1-90ca-b6dceed74726\" topViewGroup=\"Workflow\" topViewGroupOrder=\"11\" viewOrder=\"4\" form=\"Complex\" dataType=\"String\" readOnly=\"False\" /&gt;\r\n    &lt;BarcodeUomEntry id=\"1626\" language=\"EN\" caption=\"Uom Entry\" captionAlternative=\"\" unit=\"\" help=\"Testing for Comas \" abbr=\"\" groupId=\"a144a90b-0dbf-4326-b288-71513bc3636a\" group=\"Actions\" groupOrder=\"14\" viewGroupId=\"\" viewGroup=\"\" viewGroupOrder=\"0\" topViewGroupId=\"\" topViewGroup=\"\" topViewGroupOrder=\"0\" viewOrder=\"5\" form=\"Simple\" dataType=\"String\" readOnly=\"False\" /&gt;\r\n    &lt;BrandName id=\"228\" language=\"EN\" caption=\"Brand\" captionAlternative=\"\" unit=\"\" help=\"\" abbr=\"\" groupId=\"73660834-eea8-4d67-8e84-b38e2742706a\" group=\"All\" groupOrder=\"0\" viewGroupId=\"\" viewGroup=\"\" viewGroupOrder=\"0\" topViewGroupId=\"06e66d90-3c7a-4841-8756-863d699f9452\" topViewGroup=\"Main Information\" topViewGroupOrder=\"1\" viewOrder=\"6\" form=\"Complex\" dataType=\"String\" readOnly=\"False\" /&gt;\r\n    &lt;CapacityBeanContainer id=\"237\" language=\"EN\" caption=\"Capacity per bean container\" captionAlternative=\"\" unit=\"g\" help=\"\" abbr=\"\" groupId=\"73660834-eea8-4d67-8e84-b38e2742706a\" group=\"All\" groupOrder=\"0\" viewGroupId=\"7eba520e-9a86-4bc8-9860-a11cbc21f624\" viewGroup=\"Features\" viewGroupOrder=\"4\" topViewGroupId=\"b1f79f06-1923-4e54-8414-fadf2cbb5814\" topViewGroup=\"Technical Specifications\" topViewGroupOrder=\"3\" viewOrder=\"7\" form=\"Simple\" dataType=\"Number\" readOnly=\"False\" /&gt;\r\n    &lt;Catalog id=\"104\" language=\"EN\" caption=\"Catalog\" captionAlternative=\"\" unit=\"\" help=\"\" abbr=\"\" groupId=\"73660834-eea8-4d67-8e84-b38e2742706a\" group=\"All\" groupOrder=\"0\" viewGroupId=\"\" viewGroup=\"\" viewGroupOrder=\"0\" topViewGroupId=\"06e66d90-3c7a-4841-8756-863d699f9452\" topViewGroup=\"Main Information\" topViewGroupOrder=\"1\" viewOrder=\"8\" form=\"Complex\" dataType=\"String\" readOnly=\"False\" /&gt;\r\n    &lt;Category id=\"102\" language=\"EN\" caption=\"Category\" captionAlternative=\"\" unit=\"\" help=\"\" abbr=\"\" groupId=\"73660834-eea8-4d67-8e84-b38e2742706a\" group=\"All\" groupOrder=\"0\" viewGroupId=\"\" viewGroup=\"\" viewGroupOrder=\"0\" topViewGroupId=\"06e66d90-3c7a-4841-8756-863d699f9452\" topViewGroup=\"Main Information\" topViewGroupOrder=\"1\" viewOrder=\"9\" form=\"Complex\" dataType=\"String\" readOnly=\"False\" /&gt;\r\n    &lt;Color id=\"210\" language=\"EN\" caption=\"Color\" captionAlternative=\"\" unit=\"\" help=\"\" abbr=\"\" groupId=\"046f81e0-1ebe-446b-9e78-7aebbd756aed\" group=\"Allowed\" groupOrder=\"17\" viewGroupId=\"\" viewGroup=\"\" viewGroupOrder=\"0\" topViewGroupId=\"06e66d90-3c7a-4841-8756-863d699f9452\" topViewGroup=\"Main Information\" topViewGroupOrder=\"1\" viewOrder=\"10\" form=\"Simple\" dataType=\"String\" readOnly=\"False\" /&gt;\r\n    &lt;Description id=\"148\" language=\"EN\" caption=\"Description\" captionAlternative=\"\" unit=\"\" help=\"\" abbr=\"\" groupId=\"73660834-eea8-4d67-8e84-b38e2742706a\" group=\"All\" groupOrder=\"0\" viewGroupId=\"\" viewGroup=\"\" viewGroupOrder=\"0\" topViewGroupId=\"79b96ce3-20f3-4f66-b24c-49a7806bb497\" topViewGroup=\"Marketing\" topViewGroupOrder=\"2\" viewOrder=\"11\" form=\"Simple\" dataType=\"Text\" readOnly=\"False\" /&gt;\r\n    &lt;DiameterCM id=\"208\" language=\"EN\" caption=\"Diameter\" captionAlternative=\"\" unit=\"cm\" help=\"\" abbr=\"Ø\" groupId=\"73660834-eea8-4d67-8e84-b38e2742706a\" group=\"All\" groupOrder=\"0\" viewGroupId=\"40bc9935-ac3b-420c-a0e8-c8a118bbd8c2\" viewGroup=\"Dimensions\" viewGroupOrder=\"5\" topViewGroupId=\"b1f79f06-1923-4e54-8414-fadf2cbb5814\" topViewGroup=\"Technical Specifications\" topViewGroupOrder=\"3\" viewOrder=\"12\" form=\"Simple\" dataType=\"Number\" readOnly=\"False\" /&gt;\r\n    &lt;DishwasherSafe id=\"234\" language=\"EN\" caption=\"Dishwasher Safe\" captionAlternative=\"\" unit=\"\" help=\"\" abbr=\"\" groupId=\"73660834-eea8-4d67-8e84-b38e2742706a\" group=\"All\" groupOrder=\"0\" viewGroupId=\"7eba520e-9a86-4bc8-9860-a11cbc21f624\" viewGroup=\"Features\" viewGroupOrder=\"4\" topViewGroupId=\"b1f79f06-1923-4e54-8414-fadf2cbb5814\" topViewGroup=\"Technical Specifications\" topViewGroupOrder=\"3\" viewOrder=\"13\" form=\"Simple\" dataType=\"String\" readOnly=\"False\" /&gt;\r\n    &lt;EANCode id=\"221\" language=\"EN\" caption=\"EAN\" captionAlternative=\"\" unit=\"\" help=\"\" abbr=\"\" groupId=\"73660834-eea8-4d67-8e84-b38e2742706a\" group=\"All\" groupOrder=\"0\" viewGroupId=\"\" viewGroup=\"\" viewGroupOrder=\"0\" topViewGroupId=\"06e66d90-3c7a-4841-8756-863d699f9452\" topViewGroup=\"Main Information\" topViewGroupOrder=\"1\" viewOrder=\"14\" form=\"Simple\" dataType=\"String\" readOnly=\"False\" /&gt;\r\n    &lt;GroupImage id=\"213\" language=\"EN\" caption=\"Group Image\" captionAlternative=\"\" unit=\"\" help=\"\" abbr=\"\" groupId=\"73660834-eea8-4d67-8e84-b38e2742706a\" group=\"All\" groupOrder=\"0\" viewGroupId=\"c995a0bc-9c0a-4240-be47-25fd433c96c7\" viewGroup=\"Images\" viewGroupOrder=\"6\" topViewGroupId=\"ba82a099-833a-47fb-b363-d8bb9bb2e3d3\" topViewGroup=\"Media\" topViewGroupOrder=\"8\" viewOrder=\"15\" form=\"Simple\" dataType=\"Image\" readOnly=\"False\" /&gt;\r\n    &lt;GroupName id=\"226\" language=\"EN\" caption=\"Group Name\" captionAlternative=\"\" unit=\"\" help=\"\" abbr=\"\" groupId=\"73660834-eea8-4d67-8e84-b38e2742706a\" group=\"All\" groupOrder=\"0\" viewGroupId=\"\" viewGroup=\"\" viewGroupOrder=\"0\" topViewGroupId=\"06e66d90-3c7a-4841-8756-863d699f9452\" topViewGroup=\"Main Information\" topViewGroupOrder=\"1\" viewOrder=\"16\" form=\"Simple\" dataType=\"String\" readOnly=\"False\" /&gt;\r\n    &lt;HeightCM id=\"220\" language=\"EN\" caption=\"Height\" captionAlternative=\"\" unit=\"cm\" help=\"\" abbr=\"\" groupId=\"73660834-eea8-4d67-8e84-b38e2742706a\" group=\"All\" groupOrder=\"0\" viewGroupId=\"40bc9935-ac3b-420c-a0e8-c8a118bbd8c2\" viewGroup=\"Dimensions\" viewGroupOrder=\"5\" topViewGroupId=\"b1f79f06-1923-4e54-8414-fadf2cbb5814\" topViewGroup=\"Technical Specifications\" topViewGroupOrder=\"3\" viewOrder=\"17\" form=\"Simple\" dataType=\"Number\" readOnly=\"False\" /&gt;\r\n    &lt;Image id=\"105\" language=\"EN\" caption=\"Image\" captionAlternative=\"\" unit=\"\" help=\"\" abbr=\"\" groupId=\"73660834-eea8-4d67-8e84-b38e2742706a\" group=\"All\" groupOrder=\"0\" viewGroupId=\"\" viewGroup=\"\" viewGroupOrder=\"0\" topViewGroupId=\"06e66d90-3c7a-4841-8756-863d699f9452\" topViewGroup=\"Main Information\" topViewGroupOrder=\"1\" viewOrder=\"18\" form=\"Simple\" dataType=\"Image\" readOnly=\"False\" /&gt;\r\n    &lt;imgDbLifestyle id=\"229\" language=\"EN\" caption=\"Lifestyle Images\" captionAlternative=\"\" unit=\"\" help=\"\" abbr=\"\" groupId=\"73660834-eea8-4d67-8e84-b38e2742706a\" group=\"All\" groupOrder=\"0\" viewGroupId=\"c995a0bc-9c0a-4240-be47-25fd433c96c7\" viewGroup=\"Images\" viewGroupOrder=\"6\" topViewGroupId=\"ba82a099-833a-47fb-b363-d8bb9bb2e3d3\" topViewGroup=\"Media\" topViewGroupOrder=\"8\" viewOrder=\"19\" form=\"Simple\" dataType=\"Image\" readOnly=\"False\" /&gt;\r\n    &lt;InstructionsPDF id=\"1510\" language=\"EN\" caption=\"Instructions\" captionAlternative=\"\" unit=\"\" help=\"\" abbr=\"\" groupId=\"73660834-eea8-4d67-8e84-b38e2742706a\" group=\"All\" groupOrder=\"0\" viewGroupId=\"19c713b1-05af-4921-8a04-77555c5ed547\" viewGroup=\"Documents\" viewGroupOrder=\"7\" topViewGroupId=\"ba82a099-833a-47fb-b363-d8bb9bb2e3d3\" topViewGroup=\"Media\" topViewGroupOrder=\"8\" viewOrder=\"20\" form=\"Simple\" dataType=\"File\" readOnly=\"False\" /&gt;\r\n    &lt;ItemName id=\"101\" language=\"EN\" caption=\"Item Name\" captionAlternative=\"\" unit=\"\" help=\"\" abbr=\"\" groupId=\"73660834-eea8-4d67-8e84-b38e2742706a\" group=\"All\" groupOrder=\"0\" viewGroupId=\"\" viewGroup=\"\" viewGroupOrder=\"0\" topViewGroupId=\"06e66d90-3c7a-4841-8756-863d699f9452\" topViewGroup=\"Main Information\" topViewGroupOrder=\"1\" viewOrder=\"21\" form=\"Simple\" dataType=\"String\" readOnly=\"False\" /&gt;\r\n    &lt;ItemNameFormula id=\"365\" language=\"EN\" caption=\"Item Name (formula)\" captionAlternative=\"\" unit=\"\" help=\"\" abbr=\"\" groupId=\"73660834-eea8-4d67-8e84-b38e2742706a\" group=\"All\" groupOrder=\"0\" viewGroupId=\"\" viewGroup=\"\" viewGroupOrder=\"0\" topViewGroupId=\"06e66d90-3c7a-4841-8756-863d699f9452\" topViewGroup=\"Main Information\" topViewGroupOrder=\"1\" viewOrder=\"22\" form=\"Simple\" dataType=\"String\" readOnly=\"False\" /&gt;\r\n    &lt;ItemNumber id=\"1588\" language=\"EN\" caption=\"ItemNumber\" captionAlternative=\"\" unit=\"\" help=\"\" abbr=\"\" groupId=\"a144a90b-0dbf-4326-b288-71513bc3636a\" group=\"Actions\" groupOrder=\"14\" viewGroupId=\"\" viewGroup=\"\" viewGroupOrder=\"0\" topViewGroupId=\"\" topViewGroup=\"\" topViewGroupOrder=\"0\" viewOrder=\"23\" form=\"Simple\" dataType=\"String\" readOnly=\"False\" /&gt;\r\n    &lt;ItemType id=\"217\" language=\"EN\" caption=\"Item Type\" captionAlternative=\"\" unit=\"\" help=\"\" abbr=\"\" groupId=\"73660834-eea8-4d67-8e84-b38e2742706a\" group=\"All\" groupOrder=\"0\" viewGroupId=\"\" viewGroup=\"\" viewGroupOrder=\"0\" topViewGroupId=\"06e66d90-3c7a-4841-8756-863d699f9452\" topViewGroup=\"Main Information\" topViewGroupOrder=\"1\" viewOrder=\"24\" form=\"Simple\" dataType=\"String\" readOnly=\"False\" /&gt;\r\n    &lt;LengthCM id=\"218\" language=\"EN\" caption=\"Length\" captionAlternative=\"\" unit=\"cm\" help=\"\" abbr=\"\" groupId=\"73660834-eea8-4d67-8e84-b38e2742706a\" group=\"All\" groupOrder=\"0\" viewGroupId=\"40bc9935-ac3b-420c-a0e8-c8a118bbd8c2\" viewGroup=\"Dimensions\" viewGroupOrder=\"5\" topViewGroupId=\"b1f79f06-1923-4e54-8414-fadf2cbb5814\" topViewGroup=\"Technical Specifications\" topViewGroupOrder=\"3\" viewOrder=\"25\" form=\"Simple\" dataType=\"Number\" readOnly=\"False\" /&gt;\r\n    &lt;Material id=\"207\" language=\"EN\" caption=\"Material\" captionAlternative=\"\" unit=\"\" help=\"\" abbr=\"\" groupId=\"73660834-eea8-4d67-8e84-b38e2742706a\" group=\"All\" groupOrder=\"0\" viewGroupId=\"7eba520e-9a86-4bc8-9860-a11cbc21f624\" viewGroup=\"Features\" viewGroupOrder=\"4\" topViewGroupId=\"b1f79f06-1923-4e54-8414-fadf2cbb5814\" topViewGroup=\"Technical Specifications\" topViewGroupOrder=\"3\" viewOrder=\"26\" form=\"Simple\" dataType=\"String\" readOnly=\"False\" /&gt;\r\n    &lt;New id=\"274\" language=\"EN\" caption=\"New\" captionAlternative=\"\" unit=\"\" help=\"\" abbr=\"\" groupId=\"73660834-eea8-4d67-8e84-b38e2742706a\" group=\"All\" groupOrder=\"0\" viewGroupId=\"\" viewGroup=\"\" viewGroupOrder=\"0\" topViewGroupId=\"79b96ce3-20f3-4f66-b24c-49a7806bb497\" topViewGroup=\"Marketing\" topViewGroupOrder=\"2\" viewOrder=\"27\" form=\"Complex\" dataType=\"String\" readOnly=\"False\" /&gt;\r\n    &lt;NoOfCups id=\"225\" language=\"EN\" caption=\"No. of cups\" captionAlternative=\"\" unit=\"cup\" help=\"\" abbr=\"\" groupId=\"73660834-eea8-4d67-8e84-b38e2742706a\" group=\"All\" groupOrder=\"0\" viewGroupId=\"\" viewGroup=\"\" viewGroupOrder=\"0\" topViewGroupId=\"b1f79f06-1923-4e54-8414-fadf2cbb5814\" topViewGroup=\"Technical Specifications\" topViewGroupOrder=\"3\" viewOrder=\"28\" form=\"Simple\" dataType=\"Number\" readOnly=\"False\" /&gt;\r\n    &lt;ProductStatus id=\"1384\" language=\"EN\" caption=\"Status\" captionAlternative=\"\" unit=\"\" help=\"\" abbr=\"\" groupId=\"73660834-eea8-4d67-8e84-b38e2742706a\" group=\"All\" groupOrder=\"0\" viewGroupId=\"\" viewGroup=\"\" viewGroupOrder=\"0\" topViewGroupId=\"71413f3f-e8e1-44c1-90ca-b6dceed74726\" topViewGroup=\"Workflow\" topViewGroupOrder=\"11\" viewOrder=\"29\" form=\"Simple\" dataType=\"String\" readOnly=\"False\" /&gt;\r\n    &lt;Range id=\"1604\" language=\"EN\" caption=\"Range\" captionAlternative=\"\" unit=\"\" help=\"\" abbr=\"\" groupId=\"a144a90b-0dbf-4326-b288-71513bc3636a\" group=\"Actions\" groupOrder=\"14\" viewGroupId=\"\" viewGroup=\"\" viewGroupOrder=\"0\" topViewGroupId=\"\" topViewGroup=\"\" topViewGroupOrder=\"0\" viewOrder=\"30\" form=\"Simple\" dataType=\"Number\" readOnly=\"False\" /&gt;\r\n    &lt;SanaWebsite id=\"1458\" language=\"EN\" caption=\"Sana Commerce\" captionAlternative=\"\" unit=\"\" help=\"\" abbr=\"\" groupId=\"73660834-eea8-4d67-8e84-b38e2742706a\" group=\"All\" groupOrder=\"0\" viewGroupId=\"\" viewGroup=\"\" viewGroupOrder=\"0\" topViewGroupId=\"79b96ce3-20f3-4f66-b24c-49a7806bb497\" topViewGroup=\"Marketing\" topViewGroupOrder=\"2\" viewOrder=\"31\" form=\"Simple\" dataType=\"String\" readOnly=\"False\" /&gt;\r\n    &lt;SpecificationCompleteness id=\"1531\" language=\"EN\" caption=\"SpecificationCompleteness\" captionAlternative=\"\" unit=\"\" help=\"\" abbr=\"\" groupId=\"a144a90b-0dbf-4326-b288-71513bc3636a\" group=\"Actions\" groupOrder=\"14\" viewGroupId=\"\" viewGroup=\"\" viewGroupOrder=\"0\" topViewGroupId=\"\" topViewGroup=\"\" topViewGroupOrder=\"0\" viewOrder=\"32\" form=\"Simple\" dataType=\"Number\" readOnly=\"False\" /&gt;\r\n    &lt;Subheader id=\"245\" language=\"EN\" caption=\"Subheader\" captionAlternative=\"\" unit=\"\" help=\"\" abbr=\"\" groupId=\"73660834-eea8-4d67-8e84-b38e2742706a\" group=\"All\" groupOrder=\"0\" viewGroupId=\"\" viewGroup=\"\" viewGroupOrder=\"0\" topViewGroupId=\"79b96ce3-20f3-4f66-b24c-49a7806bb497\" topViewGroup=\"Marketing\" topViewGroupOrder=\"2\" viewOrder=\"33\" form=\"Simple\" dataType=\"String\" readOnly=\"False\" /&gt;\r\n    &lt;TechnicalDetails id=\"270\" language=\"EN\" caption=\"Technical Details Table\" captionAlternative=\"Technical Details\" unit=\"\" help=\"\" abbr=\"\" groupId=\"73660834-eea8-4d67-8e84-b38e2742706a\" group=\"All\" groupOrder=\"0\" viewGroupId=\"\" viewGroup=\"\" viewGroupOrder=\"0\" topViewGroupId=\"79b96ce3-20f3-4f66-b24c-49a7806bb497\" topViewGroup=\"Marketing\" topViewGroupOrder=\"2\" viewOrder=\"34\" form=\"Simple\" dataType=\"Table\" readOnly=\"False\" /&gt;\r\n    &lt;TechnicalDetailsProductSheet id=\"371\" language=\"EN\" caption=\"Product Sheet Table\" captionAlternative=\"Product Details\" unit=\"\" help=\"\" abbr=\"\" groupId=\"73660834-eea8-4d67-8e84-b38e2742706a\" group=\"All\" groupOrder=\"0\" viewGroupId=\"\" viewGroup=\"\" viewGroupOrder=\"0\" topViewGroupId=\"79b96ce3-20f3-4f66-b24c-49a7806bb497\" topViewGroup=\"Marketing\" topViewGroupOrder=\"2\" viewOrder=\"35\" form=\"Simple\" dataType=\"Table\" readOnly=\"False\" /&gt;\r\n    &lt;TestFile id=\"1628\" language=\"EN\" caption=\"New File\" captionAlternative=\"\" unit=\"\" help=\"\" abbr=\"\" groupId=\"a144a90b-0dbf-4326-b288-71513bc3636a\" group=\"Actions\" groupOrder=\"14\" viewGroupId=\"\" viewGroup=\"\" viewGroupOrder=\"0\" topViewGroupId=\"\" topViewGroup=\"\" topViewGroupOrder=\"0\" viewOrder=\"36\" form=\"Simple\" dataType=\"File\" readOnly=\"False\" /&gt;\r\n    &lt;TestGroupName id=\"1579\" language=\"EN\" caption=\"Test Group Name\" captionAlternative=\"\" unit=\"\" help=\"\" abbr=\"\" groupId=\"a144a90b-0dbf-4326-b288-71513bc3636a\" group=\"Actions\" groupOrder=\"14\" viewGroupId=\"\" viewGroup=\"\" viewGroupOrder=\"0\" topViewGroupId=\"\" topViewGroup=\"\" topViewGroupOrder=\"0\" viewOrder=\"37\" form=\"Simple\" dataType=\"String\" readOnly=\"False\" /&gt;\r\n    &lt;VolumeL id=\"209\" language=\"EN\" caption=\"Volume\" captionAlternative=\"\" unit=\"l\" help=\"\" abbr=\"Vol.\" groupId=\"73660834-eea8-4d67-8e84-b38e2742706a\" group=\"All\" groupOrder=\"0\" viewGroupId=\"\" viewGroup=\"\" viewGroupOrder=\"0\" topViewGroupId=\"b1f79f06-1923-4e54-8414-fadf2cbb5814\" topViewGroup=\"Technical Specifications\" topViewGroupOrder=\"3\" viewOrder=\"38\" form=\"Simple\" dataType=\"Number\" readOnly=\"False\" /&gt;\r\n    &lt;WebPublish id=\"376\" language=\"EN\" caption=\"Publish to web\" captionAlternative=\"\" unit=\"\" help=\"\" abbr=\"\" groupId=\"73660834-eea8-4d67-8e84-b38e2742706a\" group=\"All\" groupOrder=\"0\" viewGroupId=\"\" viewGroup=\"\" viewGroupOrder=\"0\" topViewGroupId=\"380ec800-544b-4ba0-a6dc-4e1b4c8719f5\" topViewGroup=\"eCommerce\" topViewGroupOrder=\"12\" viewOrder=\"39\" form=\"Simple\" dataType=\"String\" readOnly=\"False\" /&gt;\r\n    &lt;Website id=\"223\" language=\"EN\" caption=\"Website\" captionAlternative=\"\" unit=\"\" help=\"\" abbr=\"\" groupId=\"73660834-eea8-4d67-8e84-b38e2742706a\" group=\"All\" groupOrder=\"0\" viewGroupId=\"\" viewGroup=\"\" viewGroupOrder=\"0\" topViewGroupId=\"06e66d90-3c7a-4841-8756-863d699f9452\" topViewGroup=\"Main Information\" topViewGroupOrder=\"1\" viewOrder=\"40\" form=\"Complex\" dataType=\"String\" readOnly=\"False\" /&gt;\r\n    &lt;WeightKG id=\"230\" language=\"EN\" caption=\"Weight\" captionAlternative=\"\" unit=\"kg\" help=\"\" abbr=\"\" groupId=\"73660834-eea8-4d67-8e84-b38e2742706a\" group=\"All\" groupOrder=\"0\" viewGroupId=\"40bc9935-ac3b-420c-a0e8-c8a118bbd8c2\" viewGroup=\"Dimensions\" viewGroupOrder=\"5\" topViewGroupId=\"b1f79f06-1923-4e54-8414-fadf2cbb5814\" topViewGroup=\"Technical Specifications\" topViewGroupOrder=\"3\" viewOrder=\"41\" form=\"Simple\" dataType=\"Number\" readOnly=\"False\" /&gt;\r\n    &lt;WidthCM id=\"219\" language=\"EN\" caption=\"Width\" captionAlternative=\"\" unit=\"cm\" help=\"\" abbr=\"\" groupId=\"73660834-eea8-4d67-8e84-b38e2742706a\" group=\"All\" groupOrder=\"0\" viewGroupId=\"40bc9935-ac3b-420c-a0e8-c8a118bbd8c2\" viewGroup=\"Dimensions\" viewGroupOrder=\"5\" topViewGroupId=\"b1f79f06-1923-4e54-8414-fadf2cbb5814\" topViewGroup=\"Technical Specifications\" topViewGroupOrder=\"3\" viewOrder=\"42\" form=\"Simple\" dataType=\"Number\" readOnly=\"False\" /&gt;\r\n  &lt;/Features&gt;\r\n  &lt;Product id=\"559\" parentId=\"0\" brand=\"Virtual\" order=\"0\" createdDate=\"2016-06-13T15:49:31.18\" modifiedDate=\"2026-07-02T13:19:44.023\"&gt;\r\n    &lt;Value seq=\"0\" modifiedDate=\"2017-01-06T11:55:16.807\"&gt;CHAMBORD&lt;/Value&gt;\r\n    &lt;BrandName id=\"751\" parentID=\"0\" brand=\"Normal\" itemOrder=\"0\" seq=\"0\" modifiedDate=\"2017-01-06T12:13:25.183\"&gt;Bodum&lt;/BrandName&gt;\r\n    &lt;Category language=\"EN\" id=\"558\" parentID=\"748\" brand=\"Normal\" itemOrder=\"0\" seq=\"0\" modifiedDate=\"2018-01-19T10:47:35.743\"&gt;Coffee Makers&lt;/Category&gt;\r\n    &lt;Description language=\"EN\" seq=\"0\" modifiedDate=\"2025-09-04T14:17:26.06\"&gt;CHAMBORD is the true original – the classic French press coffee maker designed in the fifties. And we still produce it with the same painstaking craftsmanship we used way back when with the original. The frame and lid, made of steel, undergo several chrome plating processes to obtain a durable shiny surface that will last for many years of intense use. The only difference in the production process since the fifties is our commitment to the highest standards of environmentally correct manufacturing, which is especially important during the chrome plating process.&amp;lt;br&amp;gt;The black CHAMBORD Polypropylene handle comes in a matte finish that not only gives a comfortable grip while serving but adds to the classic quality of the design. The French press system has always been the simplest and ultimate way of brewing an excellent cup of coffee. Using fresh coarseground beans with water between 92 and 96 degrees celsius brings out the very best in all types of coffee.&lt;/Description&gt;\r\n    &lt;DishwasherSafe language=\"EN\" id=\"545\" parentID=\"0\" brand=\"Normal\" itemOrder=\"0\" seq=\"0\" modifiedDate=\"2016-06-14T17:49:28.767\"&gt;Yes&lt;/DishwasherSafe&gt;\r\n    &lt;GroupImage seq=\"0\" modifiedDate=\"2019-11-27T09:10:06.353\" string=\"1923-18 fixed.jpg\" fileSize=\"13694\" fileModifiedDate=\"2019-11-27T09:10:02.2\" width=\"340\" height=\"340\" widthDpi=\"48\" heightDpi=\"48\"&gt;e67ea3cc-7959-4b72-bb10-5c5d99245307&lt;/GroupImage&gt;\r\n    &lt;GroupName language=\"EN\" seq=\"0\" modifiedDate=\"2016-06-14T18:18:49.273\"&gt;Chambord Coffee maker&lt;/GroupName&gt;\r\n    &lt;imgDbLifestyle id=\"1036\" parentID=\"0\" brand=\"Normal\" itemOrder=\"0\" seq=\"1\" modifiedDate=\"2016-10-02T09:16:02.613\" string=\"coffee and coffeebeans.jpg\" fileSize=\"151804\" fileModifiedDate=\"2019-11-27T07:53:38.803\" width=\"2000\" height=\"1334\" widthDpi=\"96\" heightDpi=\"96\"&gt;144b5e36-0ba2-4dc8-8e66-b88058ecea29&lt;/imgDbLifestyle&gt;\r\n    &lt;imgDbLifestyle id=\"1037\" parentID=\"0\" brand=\"Normal\" itemOrder=\"0\" seq=\"2\" modifiedDate=\"2016-10-02T09:16:02.613\" string=\"chambord coffee.jpg\" fileSize=\"147492\" fileModifiedDate=\"2019-11-27T07:53:40.087\" width=\"1644\" height=\"1096\" widthDpi=\"100\" heightDpi=\"100\"&gt;6abf4cec-1a0b-4558-9a2b-04a9f359460c&lt;/imgDbLifestyle&gt;\r\n    &lt;ItemNumber seq=\"0\" modifiedDate=\"2025-02-01T20:42:46.37\"&gt;1235&lt;/ItemNumber&gt;\r\n    &lt;ItemType language=\"EN\" id=\"554\" parentID=\"0\" brand=\"Normal\" itemOrder=\"1\" seq=\"0\" modifiedDate=\"2016-06-13T16:05:55.81\"&gt;Group&lt;/ItemType&gt;\r\n    &lt;SpecificationCompleteness seq=\"0\" modifiedDate=\"2025-01-20T11:18:13.15\"&gt;20&lt;/SpecificationCompleteness&gt;\r\n    &lt;Subheader language=\"EN\" seq=\"0\" modifiedDate=\"2016-10-04T13:53:43.407\"&gt;The true original&lt;/Subheader&gt;\r\n    &lt;TestGroupName seq=\"0\" modifiedDate=\"2024-11-06T11:46:20.403\"&gt;CHAMBORD&lt;/TestGroupName&gt;\r\n  &lt;/Product&gt;\r\n  &lt;Product id=\"560\" parentId=\"721\" brand=\"Normal\" order=\"0\" createdDate=\"2016-06-13T15:53:12.237\" modifiedDate=\"2026-07-02T13:19:44.023\"&gt;\r\n    &lt;Value seq=\"0\" modifiedDate=\"2025-11-03T10:09:42.013\"&gt;1923-16-test-test&lt;/Value&gt;\r\n    &lt;ApprovedERP language=\"EN\" id=\"1062\" parentID=\"0\" brand=\"Normal\" itemOrder=\"0\" seq=\"0\" modifiedDate=\"2018-08-10T11:20:21.683\"&gt;Yes&lt;/ApprovedERP&gt;\r\n    &lt;ApprovedMarketing language=\"EN\" id=\"1031\" parentID=\"0\" brand=\"Normal\" itemOrder=\"0\" seq=\"0\" modifiedDate=\"2018-08-09T09:54:46.22\"&gt;Yes&lt;/ApprovedMarketing&gt;\r\n    &lt;ApprovedSpecification language=\"EN\" id=\"890\" parentID=\"0\" brand=\"Normal\" itemOrder=\"0\" seq=\"0\" modifiedDate=\"2018-08-10T11:22:46.927\"&gt;Yes&lt;/ApprovedSpecification&gt;\r\n    &lt;AssignedTo id=\"2116\" parentID=\"0\" brand=\"Normal\" itemOrder=\"0\" seq=\"0\" modifiedDate=\"2017-01-16T10:08:54.65\"&gt;Hans-Henrik&lt;/AssignedTo&gt;\r\n    &lt;BrandName id=\"613\" parentID=\"0\" brand=\"Normal\" itemOrder=\"0\" seq=\"0\" modifiedDate=\"2017-01-06T12:13:47.427\"&gt;Stelton&lt;/BrandName&gt;\r\n    &lt;CapacityBeanContainer seq=\"0\" modifiedDate=\"2017-03-09T10:12:39.137\"&gt;215&lt;/CapacityBeanContainer&gt;\r\n    &lt;Catalog language=\"EN\" id=\"865\" parentID=\"869\" brand=\"Normal\" itemOrder=\"2\" seq=\"0\" relatedOrder=\"11\" modifiedDate=\"2016-07-12T13:56:45.52\"&gt;Coffee Brewers&lt;/Catalog&gt;\r\n    &lt;Category language=\"EN\" id=\"558\" parentID=\"748\" brand=\"Normal\" itemOrder=\"0\" seq=\"0\" modifiedDate=\"2017-01-06T12:10:49.237\"&gt;Coffee Makers&lt;/Category&gt;\r\n    &lt;Color language=\"EN\" id=\"794\" parentID=\"0\" brand=\"Normal\" itemOrder=\"0\" seq=\"0\" modifiedDate=\"2017-12-22T08:35:24.08\"&gt;Chrome&lt;/Color&gt;\r\n    &lt;Description language=\"EN\" seq=\"0\" modifiedDate=\"2017-02-21T11:48:59.92\"&gt;Made in matt black stoneware with a shiny glaze the Theo coffee maker is both rustic and elegant. The filter funnel only has three holes at the bottom, so the run-through time is naturally extended. The Theo coffee maker holds 0.6 L, perfect for 1–2people.&lt;/Description&gt;\r\n    &lt;DiameterCM seq=\"0\" modifiedDate=\"2016-06-13T16:38:54.27\"&gt;7.5&lt;/DiameterCM&gt;\r\n    &lt;DishwasherSafe language=\"EN\" id=\"546\" parentID=\"0\" brand=\"Normal\" itemOrder=\"0\" seq=\"0\" modifiedDate=\"2016-06-14T17:50:17.257\"&gt;No&lt;/DishwasherSafe&gt;\r\n    &lt;EANCode seq=\"0\" modifiedDate=\"2017-01-05T10:25:13.937\"&gt;0699965287345&lt;/EANCode&gt;\r\n    &lt;GroupImage seq=\"0\" modifiedDate=\"2019-11-27T09:10:06.353\" string=\"OL_x-634_Theo_slow_brew_1.jpg\" fileSize=\"1060\" fileModifiedDate=\"2019-11-27T09:10:02.633\" width=\"32\" height=\"32\" widthDpi=\"48\" heightDpi=\"48\"&gt;41e8ebbe-d3de-426a-904d-5cf375b9c1b2&lt;/GroupImage&gt;\r\n    &lt;GroupName language=\"EN\" seq=\"0\" modifiedDate=\"2017-02-21T11:48:59.92\"&gt;THEO SLOW BREW&lt;/GroupName&gt;\r\n    &lt;HeightCM seq=\"0\" modifiedDate=\"2017-12-22T08:46:49.017\"&gt;25.3&lt;/HeightCM&gt;\r\n    &lt;Image seq=\"0\" modifiedDate=\"2019-11-27T09:09:56.437\" string=\"1923-16.jpg\" fileSize=\"13480\" fileModifiedDate=\"2019-11-27T09:09:50.27\" width=\"340\" height=\"340\" widthDpi=\"48\" heightDpi=\"48\"&gt;2879da46-2619-45e8-8eac-ec9355d9d123&lt;/Image&gt;\r\n    &lt;InstructionsPDF id=\"2720\" parentID=\"0\" brand=\"Normal\" itemOrder=\"0\" seq=\"0\" modifiedDate=\"2022-03-14T11:29:40.41\" string=\"1924-16.pdf\" fileSize=\"779042\" fileModifiedDate=\"2016-06-13T15:59:39.283\"&gt;14fb45e1-b60a-48a8-8fca-69f1edcf7426&lt;/InstructionsPDF&gt;\r\n    &lt;ItemName language=\"EN\" seq=\"0\" modifiedDate=\"2016-09-22T18:53:52.707\"&gt;Chambord Coffee maker, 3 cup, 0.35 l, &lt;/ItemName&gt;\r\n    &lt;ItemNumber seq=\"0\" modifiedDate=\"2025-02-01T20:43:02.093\"&gt;1236&lt;/ItemNumber&gt;\r\n    &lt;ItemType language=\"EN\" id=\"555\" parentID=\"0\" brand=\"Normal\" itemOrder=\"3\" seq=\"0\" modifiedDate=\"2016-06-13T16:05:58.757\"&gt;SKU&lt;/ItemType&gt;\r\n    &lt;LengthCM seq=\"0\" modifiedDate=\"2016-07-04T17:23:51.803\"&gt;13.5&lt;/LengthCM&gt;\r\n    &lt;Material language=\"EN\" id=\"569\" parentID=\"0\" brand=\"Normal\" itemOrder=\"0\" seq=\"0\" modifiedDate=\"2016-06-13T16:01:56.837\"&gt;Stainless Steel&lt;/Material&gt;\r\n    &lt;NoOfCups seq=\"0\" modifiedDate=\"2022-06-07T13:37:07.747\"&gt;6&lt;/NoOfCups&gt;\r\n    &lt;ProductStatus id=\"2119\" parentID=\"0\" brand=\"Normal\" itemOrder=\"2\" seq=\"0\" modifiedDate=\"2019-08-16T16:17:05.19\"&gt;ERP&lt;/ProductStatus&gt;\r\n    &lt;SanaWebsite language=\"EN\" id=\"2483\" parentID=\"0\" brand=\"Normal\" itemOrder=\"1\" seq=\"0\" relatedOrder=\"1\" modifiedDate=\"2018-08-14T12:25:11.817\"&gt;Brewing&lt;/SanaWebsite&gt;\r\n    &lt;SpecificationCompleteness seq=\"0\" modifiedDate=\"2025-01-20T11:18:04.823\"&gt;20&lt;/SpecificationCompleteness&gt;\r\n    &lt;Subheader language=\"EN\" seq=\"0\" modifiedDate=\"2017-02-21T11:51:09.263\"&gt;Awaken your senses...&lt;/Subheader&gt;\r\n    &lt;TechnicalDetails id=\"831\" parentID=\"0\" brand=\"Normal\" itemOrder=\"1\" seq=\"0\" modifiedDate=\"2017-03-09T17:28:35.94\"&gt;Technical Details&lt;/TechnicalDetails&gt;\r\n    &lt;TechnicalDetailsProductSheet id=\"1038\" parentID=\"0\" brand=\"Normal\" itemOrder=\"12\" seq=\"0\" modifiedDate=\"2017-03-09T17:28:39.463\"&gt;Technical Details (narrow)&lt;/TechnicalDetailsProductSheet&gt;\r\n    &lt;TestGroupName seq=\"0\" modifiedDate=\"2024-11-06T11:46:31.37\"&gt;THEO SLOW BREW&lt;/TestGroupName&gt;\r\n    &lt;VolumeL seq=\"0\" modifiedDate=\"2016-07-14T12:46:44.943\"&gt;0.35&lt;/VolumeL&gt;\r\n    &lt;WebPublish language=\"EN\" id=\"1087\" parentID=\"0\" brand=\"Normal\" itemOrder=\"0\" seq=\"0\" modifiedDate=\"2017-08-29T14:49:18.267\"&gt;Published&lt;/WebPublish&gt;\r\n    &lt;Website language=\"EN\" id=\"1082\" parentID=\"1080\" brand=\"Normal\" itemOrder=\"2\" seq=\"0\" modifiedDate=\"2022-03-15T09:10:32.963\"&gt;Keeping warm&lt;/Website&gt;\r\n    &lt;WeightKG seq=\"0\" modifiedDate=\"2016-06-14T17:53:14.76\"&gt;0.91&lt;/WeightKG&gt;\r\n    &lt;WidthCM seq=\"0\" modifiedDate=\"2017-12-22T08:46:58.31\"&gt;19.3&lt;/WidthCM&gt;\r\n  &lt;/Product&gt;\r\n  &lt;Product id=\"561\" parentId=\"559\" brand=\"Normal\" order=\"0\" createdDate=\"2016-06-13T15:53:13.167\" modifiedDate=\"2026-07-02T13:19:44.023\"&gt;\r\n    &lt;Value seq=\"0\" modifiedDate=\"2016-06-13T15:57:10.72\"&gt;1924-16&lt;/Value&gt;\r\n    &lt;ApprovedERP language=\"EN\" id=\"1062\" parentID=\"0\" brand=\"Normal\" itemOrder=\"0\" seq=\"0\" modifiedDate=\"2019-08-16T16:03:04.373\"&gt;Yes&lt;/ApprovedERP&gt;\r\n    &lt;AssignedTo id=\"2114\" parentID=\"0\" brand=\"Normal\" itemOrder=\"0\" seq=\"0\" modifiedDate=\"2018-08-10T11:22:33.63\"&gt;Jesper&lt;/AssignedTo&gt;\r\n    &lt;BrandName id=\"751\" parentID=\"0\" brand=\"Normal\" itemOrder=\"0\" seq=\"0\" modifiedDate=\"2017-01-06T12:13:25.183\"&gt;Bodum&lt;/BrandName&gt;\r\n    &lt;Category language=\"EN\" id=\"558\" parentID=\"748\" brand=\"Normal\" itemOrder=\"0\" seq=\"0\" modifiedDate=\"2018-01-19T10:47:35.743\"&gt;Coffee Makers&lt;/Category&gt;\r\n    &lt;Color language=\"EN\" id=\"794\" parentID=\"0\" brand=\"Normal\" itemOrder=\"0\" seq=\"0\" modifiedDate=\"2017-12-22T08:35:41.47\"&gt;Chrome&lt;/Color&gt;\r\n    &lt;Description language=\"EN\" seq=\"0\" modifiedDate=\"2025-09-04T14:17:26.06\"&gt;CHAMBORD is the true original – the classic French press coffee maker designed in the fifties. And we still produce it with the same painstaking craftsmanship we used way back when with the original. The frame and lid, made of steel, undergo several chrome plating processes to obtain a durable shiny surface that will last for many years of intense use. The only difference in the production process since the fifties is our commitment to the highest standards of environmentally correct manufacturing, which is especially important during the chrome plating process.&amp;lt;br&amp;gt;The black CHAMBORD Polypropylene handle comes in a matte finish that not only gives a comfortable grip while serving but adds to the classic quality of the design. The French press system has always been the simplest and ultimate way of brewing an excellent cup of coffee. Using fresh coarseground beans with water between 92 and 96 degrees celsius brings out the very best in all types of coffee.&lt;/Description&gt;\r\n    &lt;DiameterCM seq=\"0\" modifiedDate=\"2016-06-13T16:38:58.36\"&gt;10.5&lt;/DiameterCM&gt;\r\n    &lt;DishwasherSafe language=\"EN\" id=\"545\" parentID=\"0\" brand=\"Normal\" itemOrder=\"0\" seq=\"0\" modifiedDate=\"2016-06-14T17:49:28.767\"&gt;Yes&lt;/DishwasherSafe&gt;\r\n    &lt;EANCode seq=\"0\" modifiedDate=\"2016-10-04T18:31:59.26\"&gt;0727015141718 &lt;/EANCode&gt;\r\n    &lt;GroupImage seq=\"0\" modifiedDate=\"2019-11-27T09:10:06.353\" string=\"1923-18 fixed.jpg\" fileSize=\"13694\" fileModifiedDate=\"2019-11-27T09:10:02.2\" width=\"340\" height=\"340\" widthDpi=\"48\" heightDpi=\"48\"&gt;e67ea3cc-7959-4b72-bb10-5c5d99245307&lt;/GroupImage&gt;\r\n    &lt;GroupName language=\"EN\" seq=\"0\" modifiedDate=\"2016-06-14T18:18:49.273\"&gt;Chambord Coffee maker&lt;/GroupName&gt;\r\n    &lt;Image seq=\"0\" modifiedDate=\"2019-11-27T09:09:56.437\" string=\"1924-16.jpg\" fileSize=\"15160\" fileModifiedDate=\"2019-11-27T09:09:50.353\" width=\"340\" height=\"340\" widthDpi=\"48\" heightDpi=\"48\"&gt;ebd5a940-aa68-4a8b-bd9a-ab6460623caa&lt;/Image&gt;\r\n    &lt;imgDbLifestyle id=\"1036\" parentID=\"0\" brand=\"Normal\" itemOrder=\"0\" seq=\"1\" modifiedDate=\"2016-10-02T09:16:02.613\" string=\"coffee and coffeebeans.jpg\" fileSize=\"151804\" fileModifiedDate=\"2019-11-27T07:53:38.803\" width=\"2000\" height=\"1334\" widthDpi=\"96\" heightDpi=\"96\"&gt;144b5e36-0ba2-4dc8-8e66-b88058ecea29&lt;/imgDbLifestyle&gt;\r\n    &lt;imgDbLifestyle id=\"1037\" parentID=\"0\" brand=\"Normal\" itemOrder=\"0\" seq=\"2\" modifiedDate=\"2016-10-02T09:16:02.613\" string=\"chambord coffee.jpg\" fileSize=\"147492\" fileModifiedDate=\"2019-11-27T07:53:40.087\" width=\"1644\" height=\"1096\" widthDpi=\"100\" heightDpi=\"100\"&gt;6abf4cec-1a0b-4558-9a2b-04a9f359460c&lt;/imgDbLifestyle&gt;\r\n    &lt;ItemName language=\"EN\" seq=\"0\" modifiedDate=\"2016-09-22T18:53:52.707\"&gt;Chambord Coffee maker, 4 cup, 0.5 l, &lt;/ItemName&gt;\r\n    &lt;ItemNameFormula language=\"EN\" seq=\"0\" modifiedDate=\"2016-09-22T18:52:34.91\"&gt;Chambord Coffee maker, 6 cup, 0.5 l, &lt;/ItemNameFormula&gt;\r\n    &lt;ItemNumber seq=\"0\" modifiedDate=\"2025-02-01T20:42:46.37\"&gt;1235&lt;/ItemNumber&gt;\r\n    &lt;ItemType language=\"EN\" id=\"555\" parentID=\"0\" brand=\"Normal\" itemOrder=\"3\" seq=\"0\" modifiedDate=\"2016-06-13T16:05:58.76\"&gt;SKU&lt;/ItemType&gt;\r\n    &lt;Material language=\"EN\" id=\"569\" parentID=\"0\" brand=\"Normal\" itemOrder=\"0\" seq=\"0\" modifiedDate=\"2016-06-13T16:02:02.763\"&gt;Stainless Steel&lt;/Material&gt;\r\n    &lt;New language=\"EN\" id=\"842\" parentID=\"0\" brand=\"Normal\" itemOrder=\"1\" seq=\"0\" modifiedDate=\"2018-03-13T14:23:42.95\"&gt;Yes&lt;/New&gt;\r\n    &lt;NoOfCups seq=\"0\" modifiedDate=\"2022-06-07T13:37:07.757\"&gt;6&lt;/NoOfCups&gt;\r\n    &lt;ProductStatus id=\"2119\" parentID=\"0\" brand=\"Normal\" itemOrder=\"2\" seq=\"0\" modifiedDate=\"2019-08-16T16:16:58.24\"&gt;ERP&lt;/ProductStatus&gt;\r\n    &lt;SpecificationCompleteness seq=\"0\" modifiedDate=\"2025-01-20T11:18:13.15\"&gt;20&lt;/SpecificationCompleteness&gt;\r\n    &lt;Subheader language=\"EN\" seq=\"0\" modifiedDate=\"2016-10-04T13:53:43.407\"&gt;The true original&lt;/Subheader&gt;\r\n    &lt;TechnicalDetails id=\"831\" parentID=\"0\" brand=\"Normal\" itemOrder=\"1\" seq=\"0\" modifiedDate=\"2016-07-14T13:17:22.367\"&gt;Technical Details&lt;/TechnicalDetails&gt;\r\n    &lt;TechnicalDetailsProductSheet id=\"1038\" parentID=\"0\" brand=\"Normal\" itemOrder=\"12\" seq=\"0\" modifiedDate=\"2016-10-02T09:17:42.813\"&gt;Technical Details (narrow)&lt;/TechnicalDetailsProductSheet&gt;\r\n    &lt;TestGroupName seq=\"0\" modifiedDate=\"2024-11-06T11:46:20.403\"&gt;CHAMBORD&lt;/TestGroupName&gt;\r\n    &lt;VolumeL seq=\"0\" modifiedDate=\"2016-06-13T15:53:37.083\"&gt;0.5&lt;/VolumeL&gt;\r\n    &lt;WidthCM seq=\"0\" modifiedDate=\"2018-08-10T11:24:10.4\"&gt;19.3&lt;/WidthCM&gt;\r\n  &lt;/Product&gt;\r\n  &lt;Product id=\"562\" parentId=\"559\" brand=\"Normal\" order=\"0\" createdDate=\"2016-06-13T15:53:14.597\" modifiedDate=\"2026-07-02T13:19:44.023\"&gt;\r\n    &lt;Value seq=\"0\" modifiedDate=\"2016-06-13T15:57:20.457\"&gt;1928-16&lt;/Value&gt;\r\n    &lt;ApprovedERP language=\"EN\" id=\"1062\" parentID=\"0\" brand=\"Normal\" itemOrder=\"0\" seq=\"0\" modifiedDate=\"2019-08-16T16:03:04.44\"&gt;Yes&lt;/ApprovedERP&gt;\r\n    &lt;AssignedTo id=\"2114\" parentID=\"0\" brand=\"Normal\" itemOrder=\"0\" seq=\"0\" modifiedDate=\"2018-08-10T11:22:33.633\"&gt;Jesper&lt;/AssignedTo&gt;\r\n    &lt;BarcodeUomEntry id=\"9344\" parentID=\"0\" brand=\"Normal\" itemOrder=\"0\" seq=\"0\" modifiedDate=\"2026-04-01T12:08:59.933\"&gt;Inner&lt;/BarcodeUomEntry&gt;\r\n    &lt;BrandName id=\"751\" parentID=\"0\" brand=\"Normal\" itemOrder=\"0\" seq=\"0\" modifiedDate=\"2017-01-06T12:13:25.183\"&gt;Bodum&lt;/BrandName&gt;\r\n    &lt;Category language=\"EN\" id=\"558\" parentID=\"748\" brand=\"Normal\" itemOrder=\"0\" seq=\"0\" modifiedDate=\"2018-01-19T10:47:35.743\"&gt;Coffee Makers&lt;/Category&gt;\r\n    &lt;Color language=\"EN\" id=\"794\" parentID=\"0\" brand=\"Normal\" itemOrder=\"0\" seq=\"0\" modifiedDate=\"2017-12-22T08:35:45.283\"&gt;Chrome&lt;/Color&gt;\r\n    &lt;Description language=\"EN\" seq=\"0\" modifiedDate=\"2025-09-04T14:17:26.06\"&gt;CHAMBORD is the true original – the classic French press coffee maker designed in the fifties. And we still produce it with the same painstaking craftsmanship we used way back when with the original. The frame and lid, made of steel, undergo several chrome plating processes to obtain a durable shiny surface that will last for many years of intense use. The only difference in the production process since the fifties is our commitment to the highest standards of environmentally correct manufacturing, which is especially important during the chrome plating process.&amp;lt;br&amp;gt;The black CHAMBORD Polypropylene handle comes in a matte finish that not only gives a comfortable grip while serving but adds to the classic quality of the design. The French press system has always been the simplest and ultimate way of brewing an excellent cup of coffee. Using fresh coarseground beans with water between 92 and 96 degrees celsius brings out the very best in all types of coffee.&lt;/Description&gt;\r\n    &lt;DiameterCM seq=\"0\" modifiedDate=\"2016-06-13T16:37:37.437\"&gt;10.5&lt;/DiameterCM&gt;\r\n    &lt;DishwasherSafe language=\"EN\" id=\"545\" parentID=\"0\" brand=\"Normal\" itemOrder=\"0\" seq=\"0\" modifiedDate=\"2016-06-14T17:49:28.767\"&gt;Yes&lt;/DishwasherSafe&gt;\r\n    &lt;EANCode seq=\"0\" modifiedDate=\"2026-04-01T12:37:21.22\"&gt;0699965287375&lt;/EANCode&gt;\r\n    &lt;GroupImage seq=\"0\" modifiedDate=\"2019-11-27T09:10:06.353\" string=\"1923-18 fixed.jpg\" fileSize=\"13694\" fileModifiedDate=\"2019-11-27T09:10:02.2\" width=\"340\" height=\"340\" widthDpi=\"48\" heightDpi=\"48\"&gt;e67ea3cc-7959-4b72-bb10-5c5d99245307&lt;/GroupImage&gt;\r\n    &lt;GroupName language=\"EN\" seq=\"0\" modifiedDate=\"2016-06-14T18:18:49.273\"&gt;Chambord Coffee maker&lt;/GroupName&gt;\r\n    &lt;HeightCM seq=\"0\" modifiedDate=\"2018-03-13T14:31:02.57\"&gt;99&lt;/HeightCM&gt;\r\n    &lt;Image seq=\"0\" modifiedDate=\"2019-11-27T09:09:56.437\" string=\"1928-16.jpg\" fileSize=\"13066\" fileModifiedDate=\"2019-11-27T09:09:50.4\" width=\"340\" height=\"340\" widthDpi=\"48\" heightDpi=\"48\"&gt;44b3f257-7d50-4f68-8576-e48ee3574511&lt;/Image&gt;\r\n    &lt;imgDbLifestyle id=\"1036\" parentID=\"0\" brand=\"Normal\" itemOrder=\"0\" seq=\"1\" modifiedDate=\"2016-10-02T09:16:02.613\" string=\"coffee and coffeebeans.jpg\" fileSize=\"151804\" fileModifiedDate=\"2019-11-27T07:53:38.803\" width=\"2000\" height=\"1334\" widthDpi=\"96\" heightDpi=\"96\"&gt;144b5e36-0ba2-4dc8-8e66-b88058ecea29&lt;/imgDbLifestyle&gt;\r\n    &lt;imgDbLifestyle id=\"1037\" parentID=\"0\" brand=\"Normal\" itemOrder=\"0\" seq=\"2\" modifiedDate=\"2016-10-02T09:16:02.613\" string=\"chambord coffee.jpg\" fileSize=\"147492\" fileModifiedDate=\"2019-11-27T07:53:40.087\" width=\"1644\" height=\"1096\" widthDpi=\"100\" heightDpi=\"100\"&gt;6abf4cec-1a0b-4558-9a2b-04a9f359460c&lt;/imgDbLifestyle&gt;\r\n    &lt;ItemName language=\"EN\" seq=\"0\" modifiedDate=\"2017-06-06T13:28:30.55\"&gt;Chambord Coffee maker, 8 cup, 1 l, &lt;/ItemName&gt;\r\n    &lt;ItemNameFormula language=\"EN\" seq=\"0\" modifiedDate=\"2016-09-22T18:52:34.91\"&gt;Chambord Coffee maker, 6 cup, 1 l, &lt;/ItemNameFormula&gt;\r\n    &lt;ItemNumber seq=\"0\" modifiedDate=\"2025-02-01T20:42:46.37\"&gt;1235&lt;/ItemNumber&gt;\r\n    &lt;ItemType language=\"EN\" id=\"555\" parentID=\"0\" brand=\"Normal\" itemOrder=\"3\" seq=\"0\" modifiedDate=\"2016-06-13T16:05:58.76\"&gt;SKU&lt;/ItemType&gt;\r\n    &lt;LengthCM seq=\"0\" modifiedDate=\"2017-12-22T08:38:55.16\"&gt;10.5&lt;/LengthCM&gt;\r\n    &lt;Material language=\"EN\" id=\"569\" parentID=\"0\" brand=\"Normal\" itemOrder=\"0\" seq=\"0\" modifiedDate=\"2016-06-13T16:02:02.763\"&gt;Stainless Steel&lt;/Material&gt;\r\n    &lt;New language=\"EN\" id=\"842\" parentID=\"0\" brand=\"Normal\" itemOrder=\"1\" seq=\"0\" modifiedDate=\"2016-10-03T15:35:09.63\"&gt;Yes&lt;/New&gt;\r\n    &lt;NoOfCups seq=\"0\" modifiedDate=\"2022-06-07T13:37:07.767\"&gt;6&lt;/NoOfCups&gt;\r\n    &lt;ProductStatus id=\"2119\" parentID=\"0\" brand=\"Normal\" itemOrder=\"2\" seq=\"0\" modifiedDate=\"2019-08-16T16:16:58.25\"&gt;ERP&lt;/ProductStatus&gt;\r\n    &lt;SpecificationCompleteness seq=\"0\" modifiedDate=\"2025-01-20T11:18:13.15\"&gt;20&lt;/SpecificationCompleteness&gt;\r\n    &lt;Subheader language=\"EN\" seq=\"0\" modifiedDate=\"2016-10-04T13:53:43.407\"&gt;The true original&lt;/Subheader&gt;\r\n    &lt;TechnicalDetails id=\"831\" parentID=\"0\" brand=\"Normal\" itemOrder=\"1\" seq=\"0\" modifiedDate=\"2016-10-02T09:15:08.72\"&gt;Technical Details&lt;/TechnicalDetails&gt;\r\n    &lt;TechnicalDetailsProductSheet id=\"1038\" parentID=\"0\" brand=\"Normal\" itemOrder=\"12\" seq=\"0\" modifiedDate=\"2016-10-02T09:17:42.813\"&gt;Technical Details (narrow)&lt;/TechnicalDetailsProductSheet&gt;\r\n    &lt;TestFile seq=\"0\" modifiedDate=\"2026-05-13T09:46:04.333\" string=\"UserManual-47535_11-05-2026.pdf\" fileSize=\"53479274\" fileModifiedDate=\"2026-05-13T09:46:00.813\"&gt;86766c46-102e-4d47-848a-7d2b73220ece&lt;/TestFile&gt;\r\n    &lt;TestGroupName seq=\"0\" modifiedDate=\"2024-11-06T11:46:20.403\"&gt;CHAMBORD&lt;/TestGroupName&gt;\r\n    &lt;VolumeL seq=\"0\" modifiedDate=\"2016-06-13T15:53:37.977\"&gt;1&lt;/VolumeL&gt;\r\n    &lt;WidthCM seq=\"0\" modifiedDate=\"2016-06-13T16:10:56.183\"&gt;17.1&lt;/WidthCM&gt;\r\n  &lt;/Product&gt;\r\n  &lt;Product id=\"563\" parentId=\"559\" brand=\"Normal\" order=\"0\" createdDate=\"2016-06-13T15:53:16.257\" modifiedDate=\"2026-07-02T13:19:44.023\"&gt;\r\n    &lt;Value seq=\"0\" modifiedDate=\"2016-06-13T15:57:29.85\"&gt;1932-16&lt;/Value&gt;\r\n    &lt;ApprovedERP language=\"EN\" id=\"1062\" parentID=\"0\" brand=\"Normal\" itemOrder=\"0\" seq=\"0\" modifiedDate=\"2018-02-19T11:10:31.073\"&gt;Yes&lt;/ApprovedERP&gt;\r\n    &lt;ApprovedMarketing language=\"EN\" id=\"1031\" parentID=\"0\" brand=\"Normal\" itemOrder=\"0\" seq=\"0\" modifiedDate=\"2018-08-10T11:23:02.85\"&gt;Yes&lt;/ApprovedMarketing&gt;\r\n    &lt;ApprovedSpecification language=\"EN\" id=\"890\" parentID=\"0\" brand=\"Normal\" itemOrder=\"0\" seq=\"0\" modifiedDate=\"2018-08-10T11:22:50.137\"&gt;Yes&lt;/ApprovedSpecification&gt;\r\n    &lt;BrandName id=\"751\" parentID=\"0\" brand=\"Normal\" itemOrder=\"0\" seq=\"0\" modifiedDate=\"2017-01-06T12:13:25.183\"&gt;Bodum&lt;/BrandName&gt;\r\n    &lt;Catalog language=\"EN\" id=\"865\" parentID=\"869\" brand=\"Normal\" itemOrder=\"2\" seq=\"0\" relatedOrder=\"14\" modifiedDate=\"2018-08-17T11:13:46.33\"&gt;Coffee Brewers&lt;/Catalog&gt;\r\n    &lt;Category language=\"EN\" id=\"558\" parentID=\"748\" brand=\"Normal\" itemOrder=\"0\" seq=\"0\" modifiedDate=\"2018-01-19T10:47:35.743\"&gt;Coffee Makers&lt;/Category&gt;\r\n    &lt;Color language=\"EN\" id=\"338\" parentID=\"0\" brand=\"Normal\" itemOrder=\"0\" seq=\"0\" modifiedDate=\"2026-06-04T10:22:32.803\"&gt;Basil&lt;/Color&gt;\r\n    &lt;Description language=\"EN\" seq=\"0\" modifiedDate=\"2025-09-04T14:17:26.06\"&gt;CHAMBORD is the true original – the classic French press coffee maker designed in the fifties. And we still produce it with the same painstaking craftsmanship we used way back when with the original. The frame and lid, made of steel, undergo several chrome plating processes to obtain a durable shiny surface that will last for many years of intense use. The only difference in the production process since the fifties is our commitment to the highest standards of environmentally correct manufacturing, which is especially important during the chrome plating process.&amp;lt;br&amp;gt;The black CHAMBORD Polypropylene handle comes in a matte finish that not only gives a comfortable grip while serving but adds to the classic quality of the design. The French press system has always been the simplest and ultimate way of brewing an excellent cup of coffee. Using fresh coarseground beans with water between 92 and 96 degrees celsius brings out the very best in all types of coffee.&lt;/Description&gt;\r\n    &lt;DiameterCM seq=\"0\" modifiedDate=\"2016-06-13T16:38:33.463\"&gt;12.4&lt;/DiameterCM&gt;\r\n    &lt;DishwasherSafe language=\"EN\" id=\"545\" parentID=\"0\" brand=\"Normal\" itemOrder=\"0\" seq=\"0\" modifiedDate=\"2016-06-14T17:49:28.767\"&gt;Yes&lt;/DishwasherSafe&gt;\r\n    &lt;EANCode seq=\"0\" modifiedDate=\"2026-04-01T12:13:06.18\"&gt;0721866411306&lt;/EANCode&gt;\r\n    &lt;GroupImage seq=\"0\" modifiedDate=\"2019-11-27T09:10:06.353\" string=\"1923-18 fixed.jpg\" fileSize=\"13694\" fileModifiedDate=\"2019-11-27T09:10:02.2\" width=\"340\" height=\"340\" widthDpi=\"48\" heightDpi=\"48\"&gt;e67ea3cc-7959-4b72-bb10-5c5d99245307&lt;/GroupImage&gt;\r\n    &lt;GroupName language=\"EN\" seq=\"0\" modifiedDate=\"2016-06-14T18:18:49.273\"&gt;Chambord Coffee maker&lt;/GroupName&gt;\r\n    &lt;HeightCM seq=\"0\" modifiedDate=\"2016-06-13T16:11:28.977\"&gt;25.3&lt;/HeightCM&gt;\r\n    &lt;Image seq=\"0\" modifiedDate=\"2019-11-27T09:09:56.437\" string=\"1932-16.jpg\" fileSize=\"13542\" fileModifiedDate=\"2019-11-27T09:09:50.5\" width=\"340\" height=\"340\" widthDpi=\"48\" heightDpi=\"48\"&gt;96c77ec2-c10f-4845-809b-c4375b068665&lt;/Image&gt;\r\n    &lt;imgDbLifestyle id=\"1036\" parentID=\"0\" brand=\"Normal\" itemOrder=\"0\" seq=\"1\" modifiedDate=\"2016-10-02T09:16:02.613\" string=\"coffee and coffeebeans.jpg\" fileSize=\"151804\" fileModifiedDate=\"2019-11-27T07:53:38.803\" width=\"2000\" height=\"1334\" widthDpi=\"96\" heightDpi=\"96\"&gt;144b5e36-0ba2-4dc8-8e66-b88058ecea29&lt;/imgDbLifestyle&gt;\r\n    &lt;imgDbLifestyle id=\"1037\" parentID=\"0\" brand=\"Normal\" itemOrder=\"0\" seq=\"2\" modifiedDate=\"2016-10-02T09:16:02.613\" string=\"chambord coffee.jpg\" fileSize=\"147492\" fileModifiedDate=\"2019-11-27T07:53:40.087\" width=\"1644\" height=\"1096\" widthDpi=\"100\" heightDpi=\"100\"&gt;6abf4cec-1a0b-4558-9a2b-04a9f359460c&lt;/imgDbLifestyle&gt;\r\n    &lt;ItemName language=\"EN\" seq=\"0\" modifiedDate=\"2016-09-22T18:53:52.707\"&gt;Chambord Coffee maker, 12 cup, 1.5 l, &lt;/ItemName&gt;\r\n    &lt;ItemNameFormula language=\"EN\" seq=\"0\" modifiedDate=\"2016-09-22T18:52:34.91\"&gt;Chambord Coffee maker, 12 cup, 1.5 l, &lt;/ItemNameFormula&gt;\r\n    &lt;ItemNumber seq=\"0\" modifiedDate=\"2025-02-01T20:42:46.37\"&gt;1235&lt;/ItemNumber&gt;\r\n    &lt;ItemType language=\"EN\" id=\"555\" parentID=\"0\" brand=\"Normal\" itemOrder=\"3\" seq=\"0\" modifiedDate=\"2016-06-13T16:05:58.76\"&gt;SKU&lt;/ItemType&gt;\r\n    &lt;LengthCM seq=\"0\" modifiedDate=\"2017-12-22T08:34:37.687\"&gt;12.4&lt;/LengthCM&gt;\r\n    &lt;Material language=\"EN\" id=\"569\" parentID=\"0\" brand=\"Normal\" itemOrder=\"0\" seq=\"0\" modifiedDate=\"2016-06-13T16:02:02.767\"&gt;Stainless Steel&lt;/Material&gt;\r\n    &lt;NoOfCups seq=\"0\" modifiedDate=\"2016-06-13T16:11:13.157\"&gt;12&lt;/NoOfCups&gt;\r\n    &lt;ProductStatus id=\"2119\" parentID=\"0\" brand=\"Normal\" itemOrder=\"2\" seq=\"0\" modifiedDate=\"2018-08-10T11:22:25.5\"&gt;ERP&lt;/ProductStatus&gt;\r\n    &lt;SpecificationCompleteness seq=\"0\" modifiedDate=\"2025-01-20T11:18:13.15\"&gt;20&lt;/SpecificationCompleteness&gt;\r\n    &lt;Subheader language=\"EN\" seq=\"0\" modifiedDate=\"2016-10-04T13:53:43.407\"&gt;The true original&lt;/Subheader&gt;\r\n    &lt;TechnicalDetails id=\"831\" parentID=\"0\" brand=\"Normal\" itemOrder=\"1\" seq=\"0\" modifiedDate=\"2016-07-14T13:17:22.367\"&gt;Technical Details&lt;/TechnicalDetails&gt;\r\n    &lt;TechnicalDetailsProductSheet id=\"1038\" parentID=\"0\" brand=\"Normal\" itemOrder=\"12\" seq=\"0\" modifiedDate=\"2016-10-02T09:17:42.817\"&gt;Technical Details (narrow)&lt;/TechnicalDetailsProductSheet&gt;\r\n    &lt;TestGroupName seq=\"0\" modifiedDate=\"2024-11-06T11:46:20.403\"&gt;CHAMBORD&lt;/TestGroupName&gt;\r\n    &lt;VolumeL seq=\"0\" modifiedDate=\"2016-06-13T15:53:39.547\"&gt;1.5&lt;/VolumeL&gt;\r\n    &lt;WeightKG seq=\"0\" modifiedDate=\"2018-08-10T11:23:38.6\"&gt;2.3&lt;/WeightKG&gt;\r\n    &lt;WidthCM seq=\"0\" modifiedDate=\"2017-12-22T08:42:03.82\"&gt;21.3&lt;/WidthCM&gt;\r\n  &lt;/Product&gt;\r\n  &lt;Product id=\"566\" parentId=\"559\" brand=\"Normal\" order=\"0\" createdDate=\"2016-06-13T15:55:41.293\" modifiedDate=\"2026-07-08T10:29:52.837\"&gt;\r\n    &lt;Value seq=\"0\" modifiedDate=\"2016-06-13T15:57:49.967\"&gt;1923-18&lt;/Value&gt;\r\n    &lt;ApprovedERP language=\"EN\" id=\"1062\" parentID=\"0\" brand=\"Normal\" itemOrder=\"0\" seq=\"0\" modifiedDate=\"2018-08-10T11:20:21.983\"&gt;Yes&lt;/ApprovedERP&gt;\r\n    &lt;ApprovedMarketing language=\"EN\" id=\"1031\" parentID=\"0\" brand=\"Normal\" itemOrder=\"0\" seq=\"0\" modifiedDate=\"2018-08-10T11:22:59.227\"&gt;Yes&lt;/ApprovedMarketing&gt;\r\n    &lt;ApprovedSpecification language=\"EN\" id=\"890\" parentID=\"0\" brand=\"Normal\" itemOrder=\"0\" seq=\"0\" modifiedDate=\"2018-08-10T11:22:46.93\"&gt;Yes&lt;/ApprovedSpecification&gt;\r\n    &lt;AssignedTo id=\"2929\" parentID=\"0\" brand=\"Normal\" itemOrder=\"0\" seq=\"0\" modifiedDate=\"2022-03-14T10:30:42.883\"&gt;Jonas&lt;/AssignedTo&gt;\r\n    &lt;BarcodeUomEntry id=\"9344\" parentID=\"0\" brand=\"Normal\" itemOrder=\"0\" seq=\"0\" modifiedDate=\"2026-04-01T12:09:01.81\"&gt;Inner&lt;/BarcodeUomEntry&gt;\r\n    &lt;BrandName id=\"751\" parentID=\"0\" brand=\"Normal\" itemOrder=\"0\" seq=\"0\" modifiedDate=\"2017-01-06T12:13:25.183\"&gt;Bodum&lt;/BrandName&gt;\r\n    &lt;Catalog language=\"EN\" id=\"865\" parentID=\"869\" brand=\"Normal\" itemOrder=\"2\" seq=\"0\" relatedOrder=\"12\" modifiedDate=\"2016-07-12T13:56:45.52\"&gt;Coffee Brewers&lt;/Catalog&gt;\r\n    &lt;Category language=\"EN\" id=\"558\" parentID=\"748\" brand=\"Normal\" itemOrder=\"0\" seq=\"0\" modifiedDate=\"2018-01-19T10:47:35.743\"&gt;Coffee Makers&lt;/Category&gt;\r\n    &lt;Color language=\"EN\" id=\"599\" parentID=\"0\" brand=\"Normal\" itemOrder=\"0\" seq=\"0\" modifiedDate=\"2026-04-16T22:44:42.497\"&gt;Sand&lt;/Color&gt;\r\n    &lt;Description language=\"EN\" seq=\"0\" modifiedDate=\"2025-09-04T14:17:26.06\"&gt;CHAMBORD is the true original – the classic French press coffee maker designed in the fifties. And we still produce it with the same painstaking craftsmanship we used way back when with the original. The frame and lid, made of steel, undergo several chrome plating processes to obtain a durable shiny surface that will last for many years of intense use. The only difference in the production process since the fifties is our commitment to the highest standards of environmentally correct manufacturing, which is especially important during the chrome plating process.&amp;lt;br&amp;gt;The black CHAMBORD Polypropylene handle comes in a matte finish that not only gives a comfortable grip while serving but adds to the classic quality of the design. The French press system has always been the simplest and ultimate way of brewing an excellent cup of coffee. Using fresh coarseground beans with water between 92 and 96 degrees celsius brings out the very best in all types of coffee.&lt;/Description&gt;\r\n    &lt;DiameterCM seq=\"0\" modifiedDate=\"2016-06-13T16:38:54.27\"&gt;7.5&lt;/DiameterCM&gt;\r\n    &lt;DishwasherSafe language=\"EN\" id=\"545\" parentID=\"0\" brand=\"Normal\" itemOrder=\"0\" seq=\"0\" modifiedDate=\"2016-06-14T17:49:28.767\"&gt;Yes&lt;/DishwasherSafe&gt;\r\n    &lt;EANCode seq=\"0\" modifiedDate=\"2026-04-01T12:17:18.017\"&gt;0721866411303&lt;/EANCode&gt;\r\n    &lt;GroupImage seq=\"0\" modifiedDate=\"2019-11-27T09:10:06.353\" string=\"1923-18 fixed.jpg\" fileSize=\"13694\" fileModifiedDate=\"2019-11-27T09:10:02.2\" width=\"340\" height=\"340\" widthDpi=\"48\" heightDpi=\"48\"&gt;e67ea3cc-7959-4b72-bb10-5c5d99245307&lt;/GroupImage&gt;\r\n    &lt;GroupName language=\"EN\" seq=\"0\" modifiedDate=\"2016-06-14T18:18:49.273\"&gt;Chambord Coffee maker&lt;/GroupName&gt;\r\n    &lt;HeightCM seq=\"0\" modifiedDate=\"2017-12-22T08:46:49.017\"&gt;25.3&lt;/HeightCM&gt;\r\n    &lt;Image seq=\"0\" modifiedDate=\"2019-11-27T09:09:56.437\" string=\"1923-18 fixed.jpg\" fileSize=\"13694\" fileModifiedDate=\"2019-11-27T09:09:50.3\" width=\"340\" height=\"340\" widthDpi=\"48\" heightDpi=\"48\"&gt;de631e14-3b3b-4610-ade8-efd2cc957f80&lt;/Image&gt;\r\n    &lt;imgDbLifestyle id=\"1036\" parentID=\"0\" brand=\"Normal\" itemOrder=\"0\" seq=\"1\" modifiedDate=\"2016-10-02T09:16:02.613\" string=\"coffee and coffeebeans.jpg\" fileSize=\"151804\" fileModifiedDate=\"2019-11-27T07:53:38.803\" width=\"2000\" height=\"1334\" widthDpi=\"96\" heightDpi=\"96\"&gt;144b5e36-0ba2-4dc8-8e66-b88058ecea29&lt;/imgDbLifestyle&gt;\r\n    &lt;imgDbLifestyle id=\"1037\" parentID=\"0\" brand=\"Normal\" itemOrder=\"0\" seq=\"2\" modifiedDate=\"2016-10-02T09:16:02.613\" string=\"chambord coffee.jpg\" fileSize=\"147492\" fileModifiedDate=\"2019-11-27T07:53:40.087\" width=\"1644\" height=\"1096\" widthDpi=\"100\" heightDpi=\"100\"&gt;6abf4cec-1a0b-4558-9a2b-04a9f359460c&lt;/imgDbLifestyle&gt;\r\n    &lt;InstructionsPDF id=\"2720\" parentID=\"0\" brand=\"Normal\" itemOrder=\"0\" seq=\"0\" modifiedDate=\"2022-03-14T11:29:42.633\" string=\"1924-16.pdf\" fileSize=\"779042\" fileModifiedDate=\"2016-06-13T15:59:39.283\"&gt;14fb45e1-b60a-48a8-8fca-69f1edcf7426&lt;/InstructionsPDF&gt;\r\n    &lt;ItemName language=\"EN\" seq=\"0\" modifiedDate=\"2016-09-22T18:53:52.707\"&gt;Chambord Coffee maker, 3 cup, 0.35 l, &lt;/ItemName&gt;\r\n    &lt;ItemNameFormula language=\"EN\" seq=\"0\" modifiedDate=\"2016-09-22T18:52:34.91\"&gt;Chambord Coffee maker, 6 cup, 0.35 l, &lt;/ItemNameFormula&gt;\r\n    &lt;ItemNumber seq=\"0\" modifiedDate=\"2025-02-01T20:42:46.37\"&gt;1235&lt;/ItemNumber&gt;\r\n    &lt;ItemType language=\"EN\" id=\"555\" parentID=\"0\" brand=\"Normal\" itemOrder=\"3\" seq=\"0\" modifiedDate=\"2016-06-13T16:05:58.76\"&gt;SKU&lt;/ItemType&gt;\r\n    &lt;LengthCM seq=\"0\" modifiedDate=\"2017-12-22T08:46:40.21\"&gt;12.4&lt;/LengthCM&gt;\r\n    &lt;Material language=\"EN\" id=\"570\" parentID=\"0\" brand=\"Normal\" itemOrder=\"0\" seq=\"0\" modifiedDate=\"2016-06-13T16:02:13.01\"&gt;Copper&lt;/Material&gt;\r\n    &lt;New language=\"EN\" id=\"842\" parentID=\"0\" brand=\"Normal\" itemOrder=\"1\" seq=\"0\" modifiedDate=\"2016-09-23T11:22:21.073\"&gt;Yes&lt;/New&gt;\r\n    &lt;NoOfCups seq=\"0\" modifiedDate=\"2022-06-07T13:37:07.78\"&gt;6&lt;/NoOfCups&gt;\r\n    &lt;ProductStatus id=\"2119\" parentID=\"0\" brand=\"Normal\" itemOrder=\"2\" seq=\"0\" modifiedDate=\"2018-08-10T11:22:21.427\"&gt;ERP&lt;/ProductStatus&gt;\r\n    &lt;SanaWebsite language=\"EN\" id=\"2485\" parentID=\"0\" brand=\"Normal\" itemOrder=\"3\" seq=\"0\" relatedOrder=\"4\" modifiedDate=\"2025-04-04T11:21:04.927\"&gt;Accessories&lt;/SanaWebsite&gt;\r\n    &lt;SanaWebsite language=\"EN\" id=\"2483\" parentID=\"0\" brand=\"Normal\" itemOrder=\"1\" seq=\"0\" relatedOrder=\"2\" modifiedDate=\"2018-08-14T12:25:11.817\"&gt;Brewing&lt;/SanaWebsite&gt;\r\n    &lt;SpecificationCompleteness seq=\"0\" modifiedDate=\"2025-01-20T11:18:13.15\"&gt;20&lt;/SpecificationCompleteness&gt;\r\n    &lt;Subheader language=\"EN\" seq=\"0\" modifiedDate=\"2016-10-04T13:53:43.407\"&gt;The true original&lt;/Subheader&gt;\r\n    &lt;TechnicalDetails id=\"831\" parentID=\"0\" brand=\"Normal\" itemOrder=\"1\" seq=\"0\" modifiedDate=\"2016-10-02T09:15:08.723\"&gt;Technical Details&lt;/TechnicalDetails&gt;\r\n    &lt;TechnicalDetailsProductSheet id=\"1038\" parentID=\"0\" brand=\"Normal\" itemOrder=\"12\" seq=\"0\" modifiedDate=\"2016-10-02T09:17:42.82\"&gt;Technical Details (narrow)&lt;/TechnicalDetailsProductSheet&gt;\r\n    &lt;TestGroupName seq=\"0\" modifiedDate=\"2024-11-06T11:46:20.403\"&gt;CHAMBORD&lt;/TestGroupName&gt;\r\n    &lt;VolumeL seq=\"0\" modifiedDate=\"2016-06-13T15:55:45.783\"&gt;0.35&lt;/VolumeL&gt;\r\n    &lt;WebPublish language=\"EN\" id=\"1087\" parentID=\"0\" brand=\"Normal\" itemOrder=\"0\" seq=\"0\" modifiedDate=\"2017-08-29T14:49:18.273\"&gt;Published&lt;/WebPublish&gt;\r\n    &lt;Website language=\"EN\" id=\"1081\" parentID=\"1080\" brand=\"Normal\" itemOrder=\"1\" seq=\"0\" relatedOrder=\"3\" modifiedDate=\"2016-10-26T15:32:06.907\"&gt;Brewing&lt;/Website&gt;\r\n    &lt;WeightKG seq=\"0\" modifiedDate=\"2017-12-22T08:36:45.807\"&gt;1.5&lt;/WeightKG&gt;\r\n    &lt;WidthCM seq=\"0\" modifiedDate=\"2017-12-22T08:46:58.31\"&gt;19.3&lt;/WidthCM&gt;\r\n  &lt;/Product&gt;\r\n  &lt;Product id=\"568\" parentId=\"559\" brand=\"Normal\" order=\"0\" createdDate=\"2016-06-13T15:56:32.747\" modifiedDate=\"2026-07-08T10:29:52.837\"&gt;\r\n    &lt;Value seq=\"0\" modifiedDate=\"2016-07-06T17:03:44.3\"&gt;1928-18&lt;/Value&gt;\r\n    &lt;AssignedTo id=\"2929\" parentID=\"0\" brand=\"Normal\" itemOrder=\"0\" seq=\"0\" modifiedDate=\"2022-03-14T10:30:46.963\"&gt;Jonas&lt;/AssignedTo&gt;\r\n    &lt;BrandName id=\"751\" parentID=\"0\" brand=\"Normal\" itemOrder=\"0\" seq=\"0\" modifiedDate=\"2017-01-06T12:13:25.183\"&gt;Bodum&lt;/BrandName&gt;\r\n    &lt;Category language=\"EN\" id=\"558\" parentID=\"748\" brand=\"Normal\" itemOrder=\"0\" seq=\"0\" modifiedDate=\"2018-01-19T10:47:35.743\"&gt;Coffee Makers&lt;/Category&gt;\r\n    &lt;Color language=\"EN\" id=\"599\" parentID=\"0\" brand=\"Normal\" itemOrder=\"0\" seq=\"0\" modifiedDate=\"2017-12-22T08:35:48.697\"&gt;Sand&lt;/Color&gt;\r\n    &lt;Description language=\"EN\" seq=\"0\" modifiedDate=\"2025-09-04T14:17:26.06\"&gt;CHAMBORD is the true original – the classic French press coffee maker designed in the fifties. And we still produce it with the same painstaking craftsmanship we used way back when with the original. The frame and lid, made of steel, undergo several chrome plating processes to obtain a durable shiny surface that will last for many years of intense use. The only difference in the production process since the fifties is our commitment to the highest standards of environmentally correct manufacturing, which is especially important during the chrome plating process.&amp;lt;br&amp;gt;The black CHAMBORD Polypropylene handle comes in a matte finish that not only gives a comfortable grip while serving but adds to the classic quality of the design. The French press system has always been the simplest and ultimate way of brewing an excellent cup of coffee. Using fresh coarseground beans with water between 92 and 96 degrees celsius brings out the very best in all types of coffee.&lt;/Description&gt;\r\n    &lt;DiameterCM seq=\"0\" modifiedDate=\"2016-06-13T16:37:37.873\"&gt;10.5&lt;/DiameterCM&gt;\r\n    &lt;DishwasherSafe language=\"EN\" id=\"545\" parentID=\"0\" brand=\"Normal\" itemOrder=\"0\" seq=\"0\" modifiedDate=\"2016-06-14T17:49:28.767\"&gt;Yes&lt;/DishwasherSafe&gt;\r\n    &lt;EANCode seq=\"0\" modifiedDate=\"2016-10-04T18:32:06.89\"&gt;0727015100043&lt;/EANCode&gt;\r\n    &lt;GroupImage seq=\"0\" modifiedDate=\"2019-11-27T09:10:06.353\" string=\"1923-18 fixed.jpg\" fileSize=\"13694\" fileModifiedDate=\"2019-11-27T09:10:02.2\" width=\"340\" height=\"340\" widthDpi=\"48\" heightDpi=\"48\"&gt;e67ea3cc-7959-4b72-bb10-5c5d99245307&lt;/GroupImage&gt;\r\n    &lt;GroupName language=\"EN\" seq=\"0\" modifiedDate=\"2016-06-14T18:18:49.273\"&gt;Chambord Coffee maker&lt;/GroupName&gt;\r\n    &lt;HeightCM seq=\"0\" modifiedDate=\"2016-06-13T16:10:51.093\"&gt;24.5&lt;/HeightCM&gt;\r\n    &lt;Image seq=\"0\" modifiedDate=\"2019-11-27T09:09:56.437\" string=\"1928-18.jpg\" fileSize=\"13436\" fileModifiedDate=\"2019-11-27T09:09:50.453\" width=\"340\" height=\"340\" widthDpi=\"48\" heightDpi=\"48\"&gt;f7a9cd2f-de10-4f0f-9150-2058ac2da9d8&lt;/Image&gt;\r\n    &lt;imgDbLifestyle id=\"1036\" parentID=\"0\" brand=\"Normal\" itemOrder=\"0\" seq=\"1\" modifiedDate=\"2016-10-02T09:16:02.613\" string=\"coffee and coffeebeans.jpg\" fileSize=\"151804\" fileModifiedDate=\"2019-11-27T07:53:38.803\" width=\"2000\" height=\"1334\" widthDpi=\"96\" heightDpi=\"96\"&gt;144b5e36-0ba2-4dc8-8e66-b88058ecea29&lt;/imgDbLifestyle&gt;\r\n    &lt;imgDbLifestyle id=\"1037\" parentID=\"0\" brand=\"Normal\" itemOrder=\"0\" seq=\"2\" modifiedDate=\"2016-10-02T09:16:02.613\" string=\"chambord coffee.jpg\" fileSize=\"147492\" fileModifiedDate=\"2019-11-27T07:53:40.087\" width=\"1644\" height=\"1096\" widthDpi=\"100\" heightDpi=\"100\"&gt;6abf4cec-1a0b-4558-9a2b-04a9f359460c&lt;/imgDbLifestyle&gt;\r\n    &lt;ItemName language=\"EN\" seq=\"0\" modifiedDate=\"2016-09-22T18:53:52.707\"&gt;Chambord Coffee maker, 8 cup, 1 l, &lt;/ItemName&gt;\r\n    &lt;ItemNameFormula language=\"EN\" seq=\"0\" modifiedDate=\"2016-09-22T18:52:34.91\"&gt;Chambord Coffee maker, 6 cup, 1 l, &lt;/ItemNameFormula&gt;\r\n    &lt;ItemNumber seq=\"0\" modifiedDate=\"2025-02-01T20:42:46.37\"&gt;1235&lt;/ItemNumber&gt;\r\n    &lt;ItemType language=\"EN\" id=\"555\" parentID=\"0\" brand=\"Normal\" itemOrder=\"3\" seq=\"0\" modifiedDate=\"2016-06-13T16:05:58.76\"&gt;SKU&lt;/ItemType&gt;\r\n    &lt;Material language=\"EN\" id=\"570\" parentID=\"0\" brand=\"Normal\" itemOrder=\"0\" seq=\"0\" modifiedDate=\"2016-06-13T16:02:14.85\"&gt;Copper&lt;/Material&gt;\r\n    &lt;NoOfCups seq=\"0\" modifiedDate=\"2022-06-07T13:37:07.79\"&gt;6&lt;/NoOfCups&gt;\r\n    &lt;ProductStatus id=\"2109\" parentID=\"0\" brand=\"Normal\" itemOrder=\"1\" seq=\"0\" modifiedDate=\"2018-08-10T11:19:02.577\"&gt;New&lt;/ProductStatus&gt;\r\n    &lt;SpecificationCompleteness seq=\"0\" modifiedDate=\"2025-01-20T11:18:13.15\"&gt;20&lt;/SpecificationCompleteness&gt;\r\n    &lt;Subheader language=\"EN\" seq=\"0\" modifiedDate=\"2016-10-04T13:53:43.407\"&gt;The true original&lt;/Subheader&gt;\r\n    &lt;TechnicalDetails id=\"831\" parentID=\"0\" brand=\"Normal\" itemOrder=\"1\" seq=\"0\" modifiedDate=\"2016-07-14T13:17:22.367\"&gt;Technical Details&lt;/TechnicalDetails&gt;\r\n    &lt;TechnicalDetailsProductSheet id=\"1038\" parentID=\"0\" brand=\"Normal\" itemOrder=\"12\" seq=\"0\" modifiedDate=\"2016-10-02T09:17:42.82\"&gt;Technical Details (narrow)&lt;/TechnicalDetailsProductSheet&gt;\r\n    &lt;TestGroupName seq=\"0\" modifiedDate=\"2024-11-06T11:46:20.403\"&gt;CHAMBORD&lt;/TestGroupName&gt;\r\n    &lt;VolumeL seq=\"0\" modifiedDate=\"2016-06-13T15:56:36.69\"&gt;1&lt;/VolumeL&gt;\r\n    &lt;WidthCM seq=\"0\" modifiedDate=\"2016-06-13T16:10:57.56\"&gt;17.1&lt;/WidthCM&gt;\r\n  &lt;/Product&gt;\r\n  &lt;Product id=\"622\" parentId=\"719\" brand=\"Normal\" order=\"0\" createdDate=\"2016-06-13T19:10:13.033\" modifiedDate=\"2026-09-07T12:35:58.527\"&gt;\r\n    &lt;Value seq=\"0\" modifiedDate=\"2016-06-13T19:36:26.793\"&gt;DFGR1280&lt;/Value&gt;\r\n    &lt;ApprovedERP language=\"EN\" id=\"1062\" parentID=\"0\" brand=\"Normal\" itemOrder=\"0\" seq=\"0\" modifiedDate=\"2018-02-19T11:09:54.297\"&gt;Yes&lt;/ApprovedERP&gt;\r\n    &lt;ApprovedSpecification language=\"EN\" id=\"890\" parentID=\"0\" brand=\"Normal\" itemOrder=\"0\" seq=\"0\" modifiedDate=\"2016-10-04T20:23:13.077\"&gt;Yes&lt;/ApprovedSpecification&gt;\r\n    &lt;AssignedTo id=\"2114\" parentID=\"0\" brand=\"Normal\" itemOrder=\"0\" seq=\"0\" modifiedDate=\"2017-01-16T10:03:55.05\"&gt;Jesper&lt;/AssignedTo&gt;\r\n    &lt;BrandName id=\"782\" parentID=\"0\" brand=\"Normal\" itemOrder=\"0\" seq=\"0\" modifiedDate=\"2016-06-14T17:49:51.713\"&gt;Dreamfarm&lt;/BrandName&gt;\r\n    &lt;Catalog language=\"EN\" id=\"867\" parentID=\"869\" brand=\"Normal\" itemOrder=\"4\" seq=\"0\" relatedOrder=\"3\" modifiedDate=\"2016-07-12T13:21:27.297\"&gt;Accessories&lt;/Catalog&gt;\r\n    &lt;Category language=\"EN\" id=\"601\" parentID=\"748\" brand=\"Normal\" itemOrder=\"0\" seq=\"0\" modifiedDate=\"2016-06-13T19:10:14.013\"&gt;Accessories&lt;/Category&gt;\r\n    &lt;Color language=\"EN\" id=\"598\" parentID=\"0\" brand=\"Normal\" itemOrder=\"0\" seq=\"0\" modifiedDate=\"2016-07-06T13:06:33.473\"&gt;Red&lt;/Color&gt;\r\n    &lt;Description language=\"EN\" seq=\"0\" modifiedDate=\"2017-11-23T13:49:03.743\"&gt;Grindenstein is a compact coffee knock box that bangs out your coffee grinds. It’s super strong and sturdy, and even tucks away on the drip tray of your espresso machine for space-saving storage.\r\nSpecifically designed to be stored on the espresso machine's drip tray (under the group head), Grindenstein's unique height reduces clutter on the kitchen bench top and fits easily in the top rack of the dishwasher.&lt;/Description&gt;\r\n    &lt;DiameterCM seq=\"0\" modifiedDate=\"2016-06-14T17:56:57.047\"&gt;11&lt;/DiameterCM&gt;\r\n    &lt;DishwasherSafe language=\"EN\" id=\"545\" parentID=\"0\" brand=\"Normal\" itemOrder=\"0\" seq=\"0\" modifiedDate=\"2016-06-14T17:49:33.14\"&gt;Yes&lt;/DishwasherSafe&gt;\r\n    &lt;EANCode seq=\"0\" modifiedDate=\"2016-06-13T19:10:14.013\"&gt;9334084001280&lt;/EANCode&gt;\r\n    &lt;GroupImage seq=\"0\" modifiedDate=\"2026-09-07T12:35:58.527\" string=\"Mazda.jpg\" fileSize=\"238282\" fileModifiedDate=\"2026-09-07T12:35:57.137\" width=\"1080\" height=\"1920\" widthDpi=\"72\" heightDpi=\"72\"&gt;98ed42ec-230b-40aa-a9b2-b449913ffc28&lt;/GroupImage&gt;\r\n    &lt;GroupName language=\"EN\" seq=\"0\" modifiedDate=\"2016-06-14T18:20:13.827\"&gt;Grindenstein Knock-Box&lt;/GroupName&gt;\r\n    &lt;HeightCM seq=\"0\" modifiedDate=\"2016-06-14T17:56:25.173\"&gt;10.2&lt;/HeightCM&gt;\r\n    &lt;imgDbLifestyle id=\"1039\" parentID=\"0\" brand=\"Normal\" itemOrder=\"0\" seq=\"1\" modifiedDate=\"2016-10-02T19:01:53.25\" string=\"cafe setting.jpg\" fileSize=\"150414\" fileModifiedDate=\"2019-11-27T07:53:39.91\" width=\"2400\" height=\"1603\" widthDpi=\"96\" heightDpi=\"96\"&gt;5bb9061d-f45f-45d5-b8b9-dcd21fa3a297&lt;/imgDbLifestyle&gt;\r\n    &lt;imgDbLifestyle id=\"784\" parentID=\"0\" brand=\"Normal\" itemOrder=\"0\" seq=\"2\" modifiedDate=\"2016-10-02T19:01:53.247\" string=\"home kitchen espresso setup.jpg\" fileSize=\"147950\" fileModifiedDate=\"2019-11-27T07:53:38.543\" width=\"1024\" height=\"576\" widthDpi=\"55\" heightDpi=\"55\"&gt;05dd6371-128d-4f92-b39a-fb94128497d0&lt;/imgDbLifestyle&gt;\r\n    &lt;ItemName language=\"EN\" seq=\"0\" modifiedDate=\"2016-09-22T18:53:52.707\"&gt;Grindenstein Knock-Box, Red&lt;/ItemName&gt;\r\n    &lt;ItemNameFormula language=\"EN\" seq=\"0\" modifiedDate=\"2016-09-22T18:52:34.91\"&gt;Grindenstein Knock-Box, Red&lt;/ItemNameFormula&gt;\r\n    &lt;ItemType language=\"EN\" id=\"555\" parentID=\"0\" brand=\"Normal\" itemOrder=\"3\" seq=\"0\" modifiedDate=\"2016-06-13T19:10:14.013\"&gt;SKU&lt;/ItemType&gt;\r\n    &lt;Material language=\"EN\" id=\"575\" parentID=\"0\" brand=\"Normal\" itemOrder=\"0\" seq=\"0\" modifiedDate=\"2016-06-13T19:10:14.013\"&gt;Plastic&lt;/Material&gt;\r\n    &lt;ProductStatus id=\"2119\" parentID=\"0\" brand=\"Normal\" itemOrder=\"2\" seq=\"0\" modifiedDate=\"2018-03-06T10:07:37.18\"&gt;ERP&lt;/ProductStatus&gt;\r\n    &lt;SanaWebsite language=\"EN\" id=\"2485\" parentID=\"0\" brand=\"Normal\" itemOrder=\"3\" seq=\"0\" relatedOrder=\"2\" modifiedDate=\"2018-08-14T12:25:25.853\"&gt;Accessories&lt;/SanaWebsite&gt;\r\n    &lt;SpecificationCompleteness seq=\"0\" modifiedDate=\"2025-01-20T11:17:59.87\"&gt;33&lt;/SpecificationCompleteness&gt;\r\n    &lt;Subheader language=\"EN\" seq=\"0\" modifiedDate=\"2016-07-06T13:06:24.897\"&gt;Compact Knock box in stylish design&lt;/Subheader&gt;\r\n    &lt;TechnicalDetails id=\"831\" parentID=\"0\" brand=\"Normal\" itemOrder=\"1\" seq=\"0\" modifiedDate=\"2016-07-06T13:09:26.47\"&gt;Technical Details&lt;/TechnicalDetails&gt;\r\n    &lt;TechnicalDetailsProductSheet id=\"1038\" parentID=\"0\" brand=\"Normal\" itemOrder=\"12\" seq=\"0\" modifiedDate=\"2016-10-02T19:02:19.96\"&gt;Technical Details (narrow)&lt;/TechnicalDetailsProductSheet&gt;\r\n    &lt;VolumeL seq=\"0\" modifiedDate=\"2016-06-14T18:00:29.137\"&gt;0.445&lt;/VolumeL&gt;\r\n    &lt;WebPublish language=\"EN\" id=\"1087\" parentID=\"0\" brand=\"Normal\" itemOrder=\"0\" seq=\"0\" modifiedDate=\"2016-10-26T16:19:24.183\"&gt;Published&lt;/WebPublish&gt;\r\n    &lt;Website language=\"EN\" id=\"1083\" parentID=\"1080\" brand=\"Normal\" itemOrder=\"3\" seq=\"0\" relatedOrder=\"3\" modifiedDate=\"2016-10-26T15:33:04.437\"&gt;Accessories&lt;/Website&gt;\r\n    &lt;WeightKG seq=\"0\" modifiedDate=\"2016-06-14T17:56:38.84\"&gt;0.24&lt;/WeightKG&gt;\r\n  &lt;/Product&gt;\r\n  &lt;Product id=\"623\" parentId=\"719\" brand=\"Normal\" order=\"0\" createdDate=\"2016-06-13T19:10:13.033\" modifiedDate=\"2026-09-07T12:35:58.527\"&gt;\r\n    &lt;Value seq=\"0\" modifiedDate=\"2016-06-13T19:36:26.793\"&gt;DFGR1181&lt;/Value&gt;\r\n    &lt;ApprovedERP language=\"EN\" id=\"1062\" parentID=\"0\" brand=\"Normal\" itemOrder=\"0\" seq=\"0\" modifiedDate=\"2017-05-23T20:28:35.973\"&gt;Yes&lt;/ApprovedERP&gt;\r\n    &lt;ApprovedSpecification language=\"EN\" id=\"890\" parentID=\"0\" brand=\"Normal\" itemOrder=\"0\" seq=\"0\" modifiedDate=\"2016-10-04T20:23:13.08\"&gt;Yes&lt;/ApprovedSpecification&gt;\r\n    &lt;AssignedTo id=\"2114\" parentID=\"0\" brand=\"Normal\" itemOrder=\"0\" seq=\"0\" modifiedDate=\"2017-01-16T10:03:55.05\"&gt;Jesper&lt;/AssignedTo&gt;\r\n    &lt;BrandName id=\"782\" parentID=\"0\" brand=\"Normal\" itemOrder=\"0\" seq=\"0\" modifiedDate=\"2016-06-14T17:49:51.713\"&gt;Dreamfarm&lt;/BrandName&gt;\r\n    &lt;Catalog language=\"EN\" id=\"867\" parentID=\"869\" brand=\"Normal\" itemOrder=\"4\" seq=\"0\" relatedOrder=\"2\" modifiedDate=\"2016-07-12T13:21:27.297\"&gt;Accessories&lt;/Catalog&gt;\r\n    &lt;Category language=\"EN\" id=\"601\" parentID=\"748\" brand=\"Normal\" itemOrder=\"0\" seq=\"0\" modifiedDate=\"2016-06-13T19:10:14.013\"&gt;Accessories&lt;/Category&gt;\r\n    &lt;Color language=\"EN\" id=\"343\" parentID=\"0\" brand=\"Normal\" itemOrder=\"0\" seq=\"0\" modifiedDate=\"2016-07-06T13:07:37.287\"&gt;Black&lt;/Color&gt;\r\n    &lt;Description language=\"EN\" seq=\"0\" modifiedDate=\"2017-11-23T13:49:03.743\"&gt;Grindenstein is a compact coffee knock box that bangs out your coffee grinds. It’s super strong and sturdy, and even tucks away on the drip tray of your espresso machine for space-saving storage.\r\nSpecifically designed to be stored on the espresso machine's drip tray (under the group head), Grindenstein's unique height reduces clutter on the kitchen bench top and fits easily in the top rack of the dishwasher.&lt;/Description&gt;\r\n    &lt;DiameterCM seq=\"0\" modifiedDate=\"2016-06-14T17:56:57.047\"&gt;11&lt;/DiameterCM&gt;\r\n    &lt;DishwasherSafe language=\"EN\" id=\"545\" parentID=\"0\" brand=\"Normal\" itemOrder=\"0\" seq=\"0\" modifiedDate=\"2016-06-14T17:49:33.14\"&gt;Yes&lt;/DishwasherSafe&gt;\r\n    &lt;EANCode seq=\"0\" modifiedDate=\"2016-06-13T19:10:14.013\"&gt;9334084001181&lt;/EANCode&gt;\r\n    &lt;GroupImage seq=\"0\" modifiedDate=\"2026-09-07T12:35:58.527\" string=\"Mazda.jpg\" fileSize=\"238282\" fileModifiedDate=\"2026-09-07T12:35:57.137\" width=\"1080\" height=\"1920\" widthDpi=\"72\" heightDpi=\"72\"&gt;98ed42ec-230b-40aa-a9b2-b449913ffc28&lt;/GroupImage&gt;\r\n    &lt;GroupName language=\"EN\" seq=\"0\" modifiedDate=\"2016-06-14T18:20:13.827\"&gt;Grindenstein Knock-Box&lt;/GroupName&gt;\r\n    &lt;HeightCM seq=\"0\" modifiedDate=\"2016-06-14T17:56:25.173\"&gt;10.2&lt;/HeightCM&gt;\r\n    &lt;imgDbLifestyle id=\"1039\" parentID=\"0\" brand=\"Normal\" itemOrder=\"0\" seq=\"1\" modifiedDate=\"2016-10-02T19:01:53.25\" string=\"cafe setting.jpg\" fileSize=\"150414\" fileModifiedDate=\"2019-11-27T07:53:39.91\" width=\"2400\" height=\"1603\" widthDpi=\"96\" heightDpi=\"96\"&gt;5bb9061d-f45f-45d5-b8b9-dcd21fa3a297&lt;/imgDbLifestyle&gt;\r\n    &lt;imgDbLifestyle id=\"784\" parentID=\"0\" brand=\"Normal\" itemOrder=\"0\" seq=\"2\" modifiedDate=\"2016-10-02T19:01:53.247\" string=\"home kitchen espresso setup.jpg\" fileSize=\"147950\" fileModifiedDate=\"2019-11-27T07:53:38.543\" width=\"1024\" height=\"576\" widthDpi=\"55\" heightDpi=\"55\"&gt;05dd6371-128d-4f92-b39a-fb94128497d0&lt;/imgDbLifestyle&gt;\r\n    &lt;ItemName language=\"EN\" seq=\"0\" modifiedDate=\"2016-09-22T18:53:52.707\"&gt;Grindenstein Knock-Box, Black&lt;/ItemName&gt;\r\n    &lt;ItemNameFormula language=\"EN\" seq=\"0\" modifiedDate=\"2016-09-22T18:52:34.91\"&gt;Grindenstein Knock-Box, Black&lt;/ItemNameFormula&gt;\r\n    &lt;ItemType language=\"EN\" id=\"555\" parentID=\"0\" brand=\"Normal\" itemOrder=\"3\" seq=\"0\" modifiedDate=\"2016-06-13T19:10:14.013\"&gt;SKU&lt;/ItemType&gt;\r\n    &lt;Material language=\"EN\" id=\"575\" parentID=\"0\" brand=\"Normal\" itemOrder=\"0\" seq=\"0\" modifiedDate=\"2016-06-13T19:10:14.013\"&gt;Plastic&lt;/Material&gt;\r\n    &lt;New language=\"EN\" id=\"842\" parentID=\"0\" brand=\"Normal\" itemOrder=\"1\" seq=\"0\" modifiedDate=\"2016-07-11T17:03:10.183\"&gt;Yes&lt;/New&gt;\r\n    &lt;ProductStatus id=\"2119\" parentID=\"0\" brand=\"Normal\" itemOrder=\"2\" seq=\"0\" modifiedDate=\"2018-03-06T10:07:37.18\"&gt;ERP&lt;/ProductStatus&gt;\r\n    &lt;SanaWebsite language=\"EN\" id=\"2485\" parentID=\"0\" brand=\"Normal\" itemOrder=\"3\" seq=\"0\" relatedOrder=\"1\" modifiedDate=\"2018-08-14T12:25:25.853\"&gt;Accessories&lt;/SanaWebsite&gt;\r\n    &lt;SpecificationCompleteness seq=\"0\" modifiedDate=\"2025-01-20T11:17:59.87\"&gt;33&lt;/SpecificationCompleteness&gt;\r\n    &lt;Subheader language=\"EN\" seq=\"0\" modifiedDate=\"2016-07-06T13:06:24.897\"&gt;Compact Knock box in stylish design&lt;/Subheader&gt;\r\n    &lt;TechnicalDetails id=\"831\" parentID=\"0\" brand=\"Normal\" itemOrder=\"1\" seq=\"0\" modifiedDate=\"2016-07-06T13:09:26.47\"&gt;Technical Details&lt;/TechnicalDetails&gt;\r\n    &lt;TechnicalDetailsProductSheet id=\"1038\" parentID=\"0\" brand=\"Normal\" itemOrder=\"12\" seq=\"0\" modifiedDate=\"2016-10-02T19:02:19.963\"&gt;Technical Details (narrow)&lt;/TechnicalDetailsProductSheet&gt;\r\n    &lt;VolumeL seq=\"0\" modifiedDate=\"2016-06-14T18:00:29.137\"&gt;0.445&lt;/VolumeL&gt;\r\n    &lt;WebPublish language=\"EN\" id=\"1087\" parentID=\"0\" brand=\"Normal\" itemOrder=\"0\" seq=\"0\" modifiedDate=\"2016-10-26T16:19:24.187\"&gt;Published&lt;/WebPublish&gt;\r\n    &lt;Website language=\"EN\" id=\"1083\" parentID=\"1080\" brand=\"Normal\" itemOrder=\"3\" seq=\"0\" relatedOrder=\"2\" modifiedDate=\"2016-10-26T15:33:04.437\"&gt;Accessories&lt;/Website&gt;\r\n    &lt;WeightKG seq=\"0\" modifiedDate=\"2016-06-14T17:56:38.84\"&gt;0.24&lt;/WeightKG&gt;\r\n  &lt;/Product&gt;\r\n  &lt;Product id=\"624\" parentId=\"719\" brand=\"Normal\" order=\"0\" createdDate=\"2016-06-13T19:10:13.033\" modifiedDate=\"2026-09-07T12:35:58.527\"&gt;\r\n    &lt;Value seq=\"0\" modifiedDate=\"2016-06-13T19:36:26.793\"&gt;DFGR1686&lt;/Value&gt;\r\n    &lt;ApprovedERP language=\"EN\" id=\"1062\" parentID=\"0\" brand=\"Normal\" itemOrder=\"0\" seq=\"0\" modifiedDate=\"2018-02-19T11:09:54.3\"&gt;Yes&lt;/ApprovedERP&gt;\r\n    &lt;ApprovedSpecification language=\"EN\" id=\"890\" parentID=\"0\" brand=\"Normal\" itemOrder=\"0\" seq=\"0\" modifiedDate=\"2016-10-04T20:23:13.08\"&gt;Yes&lt;/ApprovedSpecification&gt;\r\n    &lt;AssignedTo id=\"2114\" parentID=\"0\" brand=\"Normal\" itemOrder=\"0\" seq=\"0\" modifiedDate=\"2017-01-16T10:03:55.05\"&gt;Jesper&lt;/AssignedTo&gt;\r\n    &lt;BrandName id=\"782\" parentID=\"0\" brand=\"Normal\" itemOrder=\"0\" seq=\"0\" modifiedDate=\"2016-06-14T17:49:51.713\"&gt;Dreamfarm&lt;/BrandName&gt;\r\n    &lt;Catalog language=\"EN\" id=\"867\" parentID=\"869\" brand=\"Normal\" itemOrder=\"4\" seq=\"0\" relatedOrder=\"4\" modifiedDate=\"2016-07-12T13:21:27.297\"&gt;Accessories&lt;/Catalog&gt;\r\n    &lt;Category language=\"EN\" id=\"601\" parentID=\"748\" brand=\"Normal\" itemOrder=\"0\" seq=\"0\" modifiedDate=\"2016-06-13T19:10:14.013\"&gt;Accessories&lt;/Category&gt;\r\n    &lt;Color language=\"EN\" id=\"340\" parentID=\"0\" brand=\"Normal\" itemOrder=\"0\" seq=\"0\" modifiedDate=\"2016-07-06T13:07:41.07\"&gt;Gray&lt;/Color&gt;\r\n    &lt;Description language=\"EN\" seq=\"0\" modifiedDate=\"2017-11-23T13:49:03.743\"&gt;Grindenstein is a compact coffee knock box that bangs out your coffee grinds. It’s super strong and sturdy, and even tucks away on the drip tray of your espresso machine for space-saving storage.\r\nSpecifically designed to be stored on the espresso machine's drip tray (under the group head), Grindenstein's unique height reduces clutter on the kitchen bench top and fits easily in the top rack of the dishwasher.&lt;/Description&gt;\r\n    &lt;DiameterCM seq=\"0\" modifiedDate=\"2016-06-14T17:56:57.047\"&gt;11&lt;/DiameterCM&gt;\r\n    &lt;DishwasherSafe language=\"EN\" id=\"545\" parentID=\"0\" brand=\"Normal\" itemOrder=\"0\" seq=\"0\" modifiedDate=\"2016-06-14T17:49:33.14\"&gt;Yes&lt;/DishwasherSafe&gt;\r\n    &lt;EANCode seq=\"0\" modifiedDate=\"2016-06-13T19:10:14.013\"&gt;9334084001686&lt;/EANCode&gt;\r\n    &lt;GroupImage seq=\"0\" modifiedDate=\"2026-09-07T12:35:58.527\" string=\"Mazda.jpg\" fileSize=\"238282\" fileModifiedDate=\"2026-09-07T12:35:57.137\" width=\"1080\" height=\"1920\" widthDpi=\"72\" heightDpi=\"72\"&gt;98ed42ec-230b-40aa-a9b2-b449913ffc28&lt;/GroupImage&gt;\r\n    &lt;GroupName language=\"EN\" seq=\"0\" modifiedDate=\"2016-06-14T18:20:13.827\"&gt;Grindenstein Knock-Box&lt;/GroupName&gt;\r\n    &lt;HeightCM seq=\"0\" modifiedDate=\"2016-06-14T17:56:25.173\"&gt;10.2&lt;/HeightCM&gt;\r\n    &lt;imgDbLifestyle id=\"1039\" parentID=\"0\" brand=\"Normal\" itemOrder=\"0\" seq=\"1\" modifiedDate=\"2016-10-02T19:01:53.25\" string=\"cafe setting.jpg\" fileSize=\"150414\" fileModifiedDate=\"2019-11-27T07:53:39.91\" width=\"2400\" height=\"1603\" widthDpi=\"96\" heightDpi=\"96\"&gt;5bb9061d-f45f-45d5-b8b9-dcd21fa3a297&lt;/imgDbLifestyle&gt;\r\n    &lt;imgDbLifestyle id=\"784\" parentID=\"0\" brand=\"Normal\" itemOrder=\"0\" seq=\"2\" modifiedDate=\"2016-10-02T19:01:53.247\" string=\"home kitchen espresso setup.jpg\" fileSize=\"147950\" fileModifiedDate=\"2019-11-27T07:53:38.543\" width=\"1024\" height=\"576\" widthDpi=\"55\" heightDpi=\"55\"&gt;05dd6371-128d-4f92-b39a-fb94128497d0&lt;/imgDbLifestyle&gt;\r\n    &lt;ItemName language=\"EN\" seq=\"0\" modifiedDate=\"2016-09-22T18:53:52.707\"&gt;Grindenstein Knock-Box, Gray&lt;/ItemName&gt;\r\n    &lt;ItemNameFormula language=\"EN\" seq=\"0\" modifiedDate=\"2016-09-22T18:52:34.91\"&gt;Grindenstein Knock-Box, Gray&lt;/ItemNameFormula&gt;\r\n    &lt;ItemType language=\"EN\" id=\"555\" parentID=\"0\" brand=\"Normal\" itemOrder=\"3\" seq=\"0\" modifiedDate=\"2016-06-13T19:10:14.013\"&gt;SKU&lt;/ItemType&gt;\r\n    &lt;Material language=\"EN\" id=\"575\" parentID=\"0\" brand=\"Normal\" itemOrder=\"0\" seq=\"0\" modifiedDate=\"2016-06-13T19:10:14.013\"&gt;Plastic&lt;/Material&gt;\r\n    &lt;ProductStatus id=\"2119\" parentID=\"0\" brand=\"Normal\" itemOrder=\"2\" seq=\"0\" modifiedDate=\"2018-03-06T10:07:37.18\"&gt;ERP&lt;/ProductStatus&gt;\r\n    &lt;Range id=\"8329\" parentID=\"0\" brand=\"Normal\" itemOrder=\"0\" seq=\"0\" modifiedDate=\"2025-08-12T12:33:05.883\"&gt;10&lt;/Range&gt;\r\n    &lt;SanaWebsite language=\"EN\" id=\"2485\" parentID=\"0\" brand=\"Normal\" itemOrder=\"3\" seq=\"0\" relatedOrder=\"3\" modifiedDate=\"2018-08-14T12:25:25.853\"&gt;Accessories&lt;/SanaWebsite&gt;\r\n    &lt;SpecificationCompleteness seq=\"0\" modifiedDate=\"2025-01-20T11:17:59.87\"&gt;33&lt;/SpecificationCompleteness&gt;\r\n    &lt;Subheader language=\"EN\" seq=\"0\" modifiedDate=\"2016-07-06T13:06:24.897\"&gt;Compact Knock box in stylish design&lt;/Subheader&gt;\r\n    &lt;TechnicalDetails id=\"831\" parentID=\"0\" brand=\"Normal\" itemOrder=\"1\" seq=\"0\" modifiedDate=\"2016-07-06T13:09:26.47\"&gt;Technical Details&lt;/TechnicalDetails&gt;\r\n    &lt;TechnicalDetailsProductSheet id=\"1038\" parentID=\"0\" brand=\"Normal\" itemOrder=\"12\" seq=\"0\" modifiedDate=\"2016-10-02T19:02:19.967\"&gt;Technical Details (narrow)&lt;/TechnicalDetailsProductSheet&gt;\r\n    &lt;VolumeL seq=\"0\" modifiedDate=\"2016-06-14T18:00:29.137\"&gt;0.445&lt;/VolumeL&gt;\r\n    &lt;WebPublish language=\"EN\" id=\"1087\" parentID=\"0\" brand=\"Normal\" itemOrder=\"0\" seq=\"0\" modifiedDate=\"2016-10-26T16:19:24.187\"&gt;Published&lt;/WebPublish&gt;\r\n    &lt;Website language=\"EN\" id=\"1083\" parentID=\"1080\" brand=\"Normal\" itemOrder=\"3\" seq=\"0\" relatedOrder=\"4\" modifiedDate=\"2016-10-26T15:33:04.437\"&gt;Accessories&lt;/Website&gt;\r\n    &lt;WeightKG seq=\"0\" modifiedDate=\"2016-06-14T17:56:38.84\"&gt;0.24&lt;/WeightKG&gt;\r\n  &lt;/Product&gt;\r\n&lt;/Data&gt;</ExecuteQueryResult>\n        </ExecuteQueryResponse>\n    </soap:Body>\n</soap:Envelope>"
                }
              ]
            }
          ]
        },
        {
          "name": "ECommerce API",
          "item": [
            {
              "name": "01 ECommerce API - Get Channels",
              "protocolProfileBehavior": {
                "disabledSystemHeaders": {
                  "content-type": true
                }
              },
              "request": {
                "auth": {
                  "type": "bearer",
                  "bearer": [
                    {
                      "key": "token",
                      "value": "{{Access_Token}}",
                      "type": "string"
                    }
                  ]
                },
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "text/xml",
                    "type": "text"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "<soapenv:Envelope xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:per=\"http://perfion.com/\">\r\n   <soapenv:Header/>\r\n   <soapenv:Body>\r\n      <per:ExecuteQuery>\r\n           <!--Optional:-->\r\n         <per:query>\r\n               <![CDATA[\r\n                        <Execute method='GetChannels' refreshconfiguration='true' />\r\n             ]]>\r\n         </per:query>\r\n      </per:ExecuteQuery>\r\n   </soapenv:Body>\r\n</soapenv:Envelope>\r\n",
                  "options": {
                    "raw": {
                      "language": "xml"
                    }
                  }
                },
                "url": {
                  "raw": "{{APIUrl}}/Perfion/GetData.asmx?op=ExecuteQuery",
                  "host": [
                    "{{APIUrl}}"
                  ],
                  "path": [
                    "Perfion",
                    "GetData.asmx"
                  ],
                  "query": [
                    {
                      "key": "op",
                      "value": "ExecuteQuery"
                    }
                  ]
                },
                "description": "This call executes a Perfion API Query using the API (SOAP) service.\n\nIt uses Basic or Bearer Token authentications\n\nIf using a \"Bearer token\", remember to update the token value by requesting a token in 01 Authentication > 01 Perfion API GET token call.\n\nRemember to set the Content-Type to \"text/xml\" in Headers.\n\nUpdate the Query in the Body. Notice the encapsulation of query withing the \"\" tags, which is a Perfion quirk."
              },
              "response": [
                {
                  "name": "200 OK - 01 ECommerce API - Get Channels",
                  "originalRequest": {
                    "method": "POST",
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "text/xml",
                        "type": "text"
                      }
                    ],
                    "body": {
                      "mode": "raw",
                      "raw": "<soapenv:Envelope xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:per=\"http://perfion.com/\">\r\n   <soapenv:Header/>\r\n   <soapenv:Body>\r\n      <per:ExecuteQuery>\r\n           <!--Optional:-->\r\n         <per:query>\r\n               <![CDATA[\r\n                        <Execute method='GetChannels' refreshconfiguration='true' />\r\n             ]]>\r\n         </per:query>\r\n      </per:ExecuteQuery>\r\n   </soapenv:Body>\r\n</soapenv:Envelope>\r\n",
                      "options": {
                        "raw": {
                          "language": "xml"
                        }
                      }
                    },
                    "url": {
                      "raw": "{{APIUrl}}/Perfion/GetData.asmx?op=ExecuteQuery",
                      "host": [
                        "{{APIUrl}}"
                      ],
                      "path": [
                        "Perfion",
                        "GetData.asmx"
                      ],
                      "query": [
                        {
                          "key": "op",
                          "value": "ExecuteQuery"
                        }
                      ]
                    }
                  },
                  "status": "OK",
                  "code": 200,
                  "_postman_previewlanguage": null,
                  "header": [
                    {
                      "key": ":status",
                      "value": 200
                    },
                    {
                      "key": "cache-control",
                      "value": "private, max-age=0"
                    },
                    {
                      "key": "content-type",
                      "value": "text/xml; charset=utf-8"
                    },
                    {
                      "key": "server",
                      "value": "Microsoft-IIS/10.0"
                    },
                    {
                      "key": "x-frame-options",
                      "value": "DENY"
                    },
                    {
                      "key": "x-content-type-options",
                      "value": "nosniff"
                    },
                    {
                      "key": "date",
                      "value": "Tue, 08 Sep 2026 11:04:51 GMT"
                    },
                    {
                      "key": "content-length",
                      "value": "701"
                    }
                  ],
                  "cookie": [],
                  "body": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<soap:Envelope xmlns:soap=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\">\n    <soap:Body>\n        <ExecuteQueryResponse xmlns=\"http://perfion.com/\">\n            <ExecuteQueryResult>&lt;?xml version=\"1.0\" encoding=\"utf-8\"?&gt;\r\n&lt;Response total=\"00:00:02.0739440\"&gt;\r\n  &lt;Result&gt;\r\n    &lt;Channels&gt;\r\n      &lt;Channel id=\"8965\"&gt;\r\n        &lt;Name&gt;Test&lt;/Name&gt;\r\n        &lt;ECommerceSystem&gt;&lt;/ECommerceSystem&gt;\r\n      &lt;/Channel&gt;\r\n    &lt;/Channels&gt;\r\n  &lt;/Result&gt;\r\n&lt;/Response&gt;</ExecuteQueryResult>\n        </ExecuteQueryResponse>\n    </soap:Body>\n</soap:Envelope>"
                }
              ]
            },
            {
              "name": "02 ECommerce API - Get Categories",
              "protocolProfileBehavior": {
                "disabledSystemHeaders": {
                  "content-type": true
                }
              },
              "request": {
                "auth": {
                  "type": "bearer",
                  "bearer": [
                    {
                      "key": "token",
                      "value": "{{Access_Token}}",
                      "type": "string"
                    }
                  ]
                },
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "text/xml",
                    "type": "text"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "<soapenv:Envelope xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:per=\"http://perfion.com/\">\r\n   <soapenv:Header/>\r\n   <soapenv:Body>\r\n      <per:ExecuteQuery>\r\n           <!--Optional:-->\r\n         <per:query>\r\n               <![CDATA[\r\n                    <Execute method=\"GetCategories\" refreshconfiguration=\"true\">\r\n                      <Parameter id=\"Channel\" value=\"Test\" />\r\n                    </Execute>\r\n             ]]>\r\n         </per:query>\r\n      </per:ExecuteQuery>\r\n   </soapenv:Body>\r\n</soapenv:Envelope>\r\n",
                  "options": {
                    "raw": {
                      "language": "xml"
                    }
                  }
                },
                "url": {
                  "raw": "{{APIUrl}}/Perfion/GetData.asmx?op=ExecuteQuery",
                  "host": [
                    "{{APIUrl}}"
                  ],
                  "path": [
                    "Perfion",
                    "GetData.asmx"
                  ],
                  "query": [
                    {
                      "key": "op",
                      "value": "ExecuteQuery"
                    }
                  ]
                },
                "description": "This call executes a Perfion API Query using the API (SOAP) service.\n\nIt uses Basic or Bearer Token authentications\n\nIf using a \"Bearer token\", remember to update the token value by requesting a token in 01 Authentication > 01 Perfion API GET token call.\n\nRemember to set the Content-Type to \"text/xml\" in Headers.\n\nUpdate the Query in the Body. Notice the encapsulation of query withing the \"\" tags, which is a Perfion quirk."
              },
              "response": [
                {
                  "name": "200 OK - 02 ECommerce API - Get Categories",
                  "originalRequest": {
                    "method": "POST",
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "text/xml",
                        "type": "text"
                      }
                    ],
                    "body": {
                      "mode": "raw",
                      "raw": "<soapenv:Envelope xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:per=\"http://perfion.com/\">\r\n   <soapenv:Header/>\r\n   <soapenv:Body>\r\n      <per:ExecuteQuery>\r\n           <!--Optional:-->\r\n         <per:query>\r\n               <![CDATA[\r\n                    <Execute method=\"GetCategories\" refreshconfiguration=\"true\">\r\n                      <Parameter id=\"Channel\" value=\"Test\" />\r\n                    </Execute>\r\n             ]]>\r\n         </per:query>\r\n      </per:ExecuteQuery>\r\n   </soapenv:Body>\r\n</soapenv:Envelope>\r\n",
                      "options": {
                        "raw": {
                          "language": "xml"
                        }
                      }
                    },
                    "url": {
                      "raw": "{{APIUrl}}/Perfion/GetData.asmx?op=ExecuteQuery",
                      "host": [
                        "{{APIUrl}}"
                      ],
                      "path": [
                        "Perfion",
                        "GetData.asmx"
                      ],
                      "query": [
                        {
                          "key": "op",
                          "value": "ExecuteQuery"
                        }
                      ]
                    }
                  },
                  "status": "OK",
                  "code": 200,
                  "_postman_previewlanguage": null,
                  "header": [
                    {
                      "key": ":status",
                      "value": 200
                    },
                    {
                      "key": "cache-control",
                      "value": "private, max-age=0"
                    },
                    {
                      "key": "content-type",
                      "value": "text/xml; charset=utf-8"
                    },
                    {
                      "key": "server",
                      "value": "Microsoft-IIS/10.0"
                    },
                    {
                      "key": "x-frame-options",
                      "value": "DENY"
                    },
                    {
                      "key": "x-content-type-options",
                      "value": "nosniff"
                    },
                    {
                      "key": "date",
                      "value": "Tue, 08 Sep 2026 11:07:50 GMT"
                    },
                    {
                      "key": "content-length",
                      "value": "4650"
                    }
                  ],
                  "cookie": [],
                  "body": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<soap:Envelope xmlns:soap=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\">\n    <soap:Body>\n        <ExecuteQueryResponse xmlns=\"http://perfion.com/\">\n            <ExecuteQueryResult>&lt;?xml version=\"1.0\" encoding=\"utf-8\"?&gt;\r\n&lt;Response total=\"00:00:02.2599686\"&gt;\r\n  &lt;Result&gt;\r\n    &lt;Channel name=\"Test\"&gt;\r\n      &lt;Categories&gt;\r\n        &lt;Category id=\"748\" parentid=\"0\"&gt;\r\n          &lt;Fields&gt;\r\n            &lt;Field name=\"Category\" culture=\"en-US\"&gt;Coffee &amp;amp; Tea&lt;/Field&gt;\r\n          &lt;/Fields&gt;\r\n          &lt;Categories&gt;\r\n            &lt;Category id=\"558\" parentid=\"748\"&gt;\r\n              &lt;Fields&gt;\r\n                &lt;Field name=\"Category\" culture=\"en-US\"&gt;Coffee Makers&lt;/Field&gt;\r\n              &lt;/Fields&gt;\r\n              &lt;Categories /&gt;\r\n            &lt;/Category&gt;\r\n            &lt;Category id=\"601\" parentid=\"748\"&gt;\r\n              &lt;Fields&gt;\r\n                &lt;Field name=\"Category\" culture=\"en-US\"&gt;Accessories&lt;/Field&gt;\r\n              &lt;/Fields&gt;\r\n              &lt;Categories /&gt;\r\n            &lt;/Category&gt;\r\n            &lt;Category id=\"604\" parentid=\"748\"&gt;\r\n              &lt;Fields&gt;\r\n                &lt;Field name=\"Category\" culture=\"en-US\"&gt;Cups&lt;/Field&gt;\r\n              &lt;/Fields&gt;\r\n              &lt;Categories /&gt;\r\n            &lt;/Category&gt;\r\n            &lt;Category id=\"609\" parentid=\"748\"&gt;\r\n              &lt;Fields&gt;\r\n                &lt;Field name=\"Category\" culture=\"en-US\"&gt;Thermo Jugs&lt;/Field&gt;\r\n              &lt;/Fields&gt;\r\n              &lt;Categories /&gt;\r\n            &lt;/Category&gt;\r\n            &lt;Category id=\"787\" parentid=\"748\"&gt;\r\n              &lt;Fields&gt;\r\n                &lt;Field name=\"Category\" culture=\"en-US\"&gt;Coffee Machines&lt;/Field&gt;\r\n              &lt;/Fields&gt;\r\n              &lt;Categories /&gt;\r\n            &lt;/Category&gt;\r\n          &lt;/Categories&gt;\r\n        &lt;/Category&gt;\r\n        &lt;Category id=\"868\" parentid=\"0\"&gt;\r\n          &lt;Fields&gt;\r\n            &lt;Field name=\"Category\" culture=\"en-US\"&gt;Cooking&lt;/Field&gt;\r\n          &lt;/Fields&gt;\r\n          &lt;Categories&gt;\r\n            &lt;Category id=\"605\" parentid=\"868\"&gt;\r\n              &lt;Fields&gt;\r\n                &lt;Field name=\"Category\" culture=\"en-US\"&gt;Pots and pans&lt;/Field&gt;\r\n              &lt;/Fields&gt;\r\n              &lt;Categories /&gt;\r\n            &lt;/Category&gt;\r\n          &lt;/Categories&gt;\r\n        &lt;/Category&gt;\r\n        &lt;Category id=\"3255\" parentid=\"0\"&gt;\r\n          &lt;Fields&gt;\r\n            &lt;Field name=\"Category\" culture=\"en-US\"&gt;_Inactive&lt;/Field&gt;\r\n          &lt;/Fields&gt;\r\n          &lt;Categories /&gt;\r\n        &lt;/Category&gt;\r\n        &lt;Category id=\"4378\" parentid=\"0\"&gt;\r\n          &lt;Fields&gt;\r\n            &lt;Field name=\"Category\" culture=\"en-US\"&gt;Consumables&lt;/Field&gt;\r\n          &lt;/Fields&gt;\r\n          &lt;Categories&gt;\r\n            &lt;Category id=\"4379\" parentid=\"4378\"&gt;\r\n              &lt;Fields&gt;\r\n                &lt;Field name=\"Category\" culture=\"en-US\"&gt;Coffee&lt;/Field&gt;\r\n              &lt;/Fields&gt;\r\n              &lt;Categories /&gt;\r\n            &lt;/Category&gt;\r\n            &lt;Category id=\"4380\" parentid=\"4378\"&gt;\r\n              &lt;Fields&gt;\r\n                &lt;Field name=\"Category\" culture=\"en-US\"&gt;Tea&lt;/Field&gt;\r\n              &lt;/Fields&gt;\r\n              &lt;Categories /&gt;\r\n            &lt;/Category&gt;\r\n            &lt;Category id=\"7064\" parentid=\"4378\"&gt;\r\n              &lt;Fields&gt;\r\n                &lt;Field name=\"Category\" culture=\"en-US\"&gt;Chokolade&lt;/Field&gt;\r\n              &lt;/Fields&gt;\r\n              &lt;Categories /&gt;\r\n            &lt;/Category&gt;\r\n          &lt;/Categories&gt;\r\n        &lt;/Category&gt;\r\n        &lt;Category id=\"4632\" parentid=\"0\"&gt;\r\n          &lt;Fields&gt;\r\n            &lt;Field name=\"Category\" culture=\"en-US\"&gt;Foods&lt;/Field&gt;\r\n          &lt;/Fields&gt;\r\n          &lt;Categories&gt;\r\n            &lt;Category id=\"4633\" parentid=\"4632\"&gt;\r\n              &lt;Fields&gt;\r\n                &lt;Field name=\"Category\" culture=\"en-US\"&gt;Pasta &amp;amp; Soup&lt;/Field&gt;\r\n              &lt;/Fields&gt;\r\n              &lt;Categories /&gt;\r\n            &lt;/Category&gt;\r\n          &lt;/Categories&gt;\r\n        &lt;/Category&gt;\r\n      &lt;/Categories&gt;\r\n    &lt;/Channel&gt;\r\n  &lt;/Result&gt;\r\n&lt;/Response&gt;</ExecuteQueryResult>\n        </ExecuteQueryResponse>\n    </soap:Body>\n</soap:Envelope>"
                }
              ]
            },
            {
              "name": "03a ECommerce API - Get Products",
              "protocolProfileBehavior": {
                "disabledSystemHeaders": {
                  "content-type": true
                }
              },
              "request": {
                "auth": {
                  "type": "bearer",
                  "bearer": [
                    {
                      "key": "token",
                      "value": "{{Access_Token}}",
                      "type": "string"
                    }
                  ]
                },
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "text/xml",
                    "type": "text"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "<soapenv:Envelope xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:per=\"http://perfion.com/\">\r\n   <soapenv:Header/>\r\n   <soapenv:Body>\r\n      <per:ExecuteQuery>\r\n           <!--Optional:-->\r\n         <per:query>\r\n               <![CDATA[\r\n                <Execute method=\"GetProducts\" refreshconfiguration=\"true\" commandtimeout=\"300\">\r\n                  <Parameter id=\"Channel\" value=\"Test\" />\r\n                </Execute>\r\n             ]]>\r\n         </per:query>\r\n      </per:ExecuteQuery>\r\n   </soapenv:Body>\r\n</soapenv:Envelope>\r\n",
                  "options": {
                    "raw": {
                      "language": "xml"
                    }
                  }
                },
                "url": {
                  "raw": "{{APIUrl}}/Perfion/GetData.asmx?op=ExecuteQuery",
                  "host": [
                    "{{APIUrl}}"
                  ],
                  "path": [
                    "Perfion",
                    "GetData.asmx"
                  ],
                  "query": [
                    {
                      "key": "op",
                      "value": "ExecuteQuery"
                    }
                  ]
                },
                "description": "This call executes a Perfion API Query using the API (SOAP) service.\n\nIt uses Basic or Bearer Token authentications\n\nIf using a \"Bearer token\", remember to update the token value by requesting a token in 01 Authentication > 01 Perfion API GET token call.\n\nRemember to set the Content-Type to \"text/xml\" in Headers.\n\nUpdate the Query in the Body. Notice the encapsulation of query withing the \"\" tags, which is a Perfion quirk."
              },
              "response": [
                {
                  "name": "200 OK - 03 ECommerce API - Get Products",
                  "originalRequest": {
                    "method": "POST",
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "text/xml",
                        "type": "text"
                      }
                    ],
                    "body": {
                      "mode": "raw",
                      "raw": "<soapenv:Envelope xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:per=\"http://perfion.com/\">\r\n   <soapenv:Header/>\r\n   <soapenv:Body>\r\n      <per:ExecuteQuery>\r\n           <!--Optional:-->\r\n         <per:query>\r\n               <![CDATA[\r\n                <Execute method=\"GetProducts\" refreshconfiguration=\"true\" commandtimeout=\"300\">\r\n                  <Parameter id=\"Channel\" value=\"Test\" />\r\n                </Execute>\r\n             ]]>\r\n         </per:query>\r\n      </per:ExecuteQuery>\r\n   </soapenv:Body>\r\n</soapenv:Envelope>\r\n",
                      "options": {
                        "raw": {
                          "language": "xml"
                        }
                      }
                    },
                    "url": {
                      "raw": "{{APIUrl}}/Perfion/GetData.asmx?op=ExecuteQuery",
                      "host": [
                        "{{APIUrl}}"
                      ],
                      "path": [
                        "Perfion",
                        "GetData.asmx"
                      ],
                      "query": [
                        {
                          "key": "op",
                          "value": "ExecuteQuery"
                        }
                      ]
                    }
                  },
                  "status": "OK",
                  "code": 200,
                  "_postman_previewlanguage": null,
                  "header": [
                    {
                      "key": ":status",
                      "value": 200
                    },
                    {
                      "key": "cache-control",
                      "value": "private, max-age=0"
                    },
                    {
                      "key": "content-type",
                      "value": "text/xml; charset=utf-8"
                    },
                    {
                      "key": "server",
                      "value": "Microsoft-IIS/10.0"
                    },
                    {
                      "key": "x-frame-options",
                      "value": "DENY"
                    },
                    {
                      "key": "x-content-type-options",
                      "value": "nosniff"
                    },
                    {
                      "key": "date",
                      "value": "Tue, 08 Sep 2026 11:09:42 GMT"
                    },
                    {
                      "key": "content-length",
                      "value": "2686"
                    }
                  ],
                  "cookie": [],
                  "body": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<soap:Envelope xmlns:soap=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\">\n    <soap:Body>\n        <ExecuteQueryResponse xmlns=\"http://perfion.com/\">\n            <ExecuteQueryResult>&lt;?xml version=\"1.0\" encoding=\"utf-8\"?&gt;\r\n&lt;Response total=\"00:00:00.5684650\"&gt;\r\n  &lt;Result&gt;\r\n    &lt;Channel name=\"Test\"&gt;\r\n      &lt;TotalCount ignoringpaging=\"7\"&gt;7&lt;/TotalCount&gt;\r\n      &lt;Products&gt;\r\n        &lt;Product id=\"622\" ecommerceproduct=\"DFGR1280\"&gt;\r\n          &lt;Fields&gt;\r\n            &lt;Field name=\"key\"&gt;DFGR1280&lt;/Field&gt;\r\n            &lt;Field name=\"wlbs\" featureID=\"1591\"&gt;0.53&lt;/Field&gt;\r\n            &lt;Field name=\"kg\" unit=\"kg\"&gt;0.24&lt;/Field&gt;\r\n          &lt;/Fields&gt;\r\n        &lt;/Product&gt;\r\n        &lt;Product id=\"623\" ecommerceproduct=\"DFGR1181\"&gt;\r\n          &lt;Fields&gt;\r\n            &lt;Field name=\"key\"&gt;DFGR1181&lt;/Field&gt;\r\n            &lt;Field name=\"wlbs\" featureID=\"1591\"&gt;0.53&lt;/Field&gt;\r\n            &lt;Field name=\"kg\" unit=\"kg\"&gt;0.24&lt;/Field&gt;\r\n          &lt;/Fields&gt;\r\n        &lt;/Product&gt;\r\n        &lt;Product id=\"624\" ecommerceproduct=\"DFGR1686\"&gt;\r\n          &lt;Fields&gt;\r\n            &lt;Field name=\"key\"&gt;DFGR1686&lt;/Field&gt;\r\n            &lt;Field name=\"wlbs\" featureID=\"1591\"&gt;0.53&lt;/Field&gt;\r\n            &lt;Field name=\"kg\" unit=\"kg\"&gt;0.24&lt;/Field&gt;\r\n          &lt;/Fields&gt;\r\n        &lt;/Product&gt;\r\n        &lt;Product id=\"719\" ecommerceproduct=\"Grindenstein Knock-Box\"&gt;\r\n          &lt;Fields&gt;\r\n            &lt;Field name=\"key\"&gt;Grindenstein Knock-Box&lt;/Field&gt;\r\n            &lt;Field name=\"wlbs\" featureID=\"1591\"&gt;0.53&lt;/Field&gt;\r\n            &lt;Field name=\"kg\" unit=\"kg\"&gt;0.24&lt;/Field&gt;\r\n          &lt;/Fields&gt;\r\n        &lt;/Product&gt;\r\n        &lt;Product id=\"8057\" ecommerceproduct=\"12341434123243\"&gt;\r\n          &lt;Fields&gt;\r\n            &lt;Field name=\"key\"&gt;12341434123243&lt;/Field&gt;\r\n          &lt;/Fields&gt;\r\n        &lt;/Product&gt;\r\n        &lt;Product id=\"8058\" ecommerceproduct=\"WedlArtikel 1096\"&gt;\r\n          &lt;Fields&gt;\r\n            &lt;Field name=\"key\"&gt;WedlArtikel 1096&lt;/Field&gt;\r\n          &lt;/Fields&gt;\r\n        &lt;/Product&gt;\r\n        &lt;Product id=\"8059\" ecommerceproduct=\"1096\"&gt;\r\n          &lt;Fields&gt;\r\n            &lt;Field name=\"key\"&gt;1096&lt;/Field&gt;\r\n          &lt;/Fields&gt;\r\n        &lt;/Product&gt;\r\n      &lt;/Products&gt;\r\n    &lt;/Channel&gt;\r\n  &lt;/Result&gt;\r\n&lt;/Response&gt;</ExecuteQueryResult>\n        </ExecuteQueryResponse>\n    </soap:Body>\n</soap:Envelope>"
                }
              ]
            },
            {
              "name": "03b ECommerce API - Get Products with all parameters",
              "protocolProfileBehavior": {
                "disabledSystemHeaders": {
                  "content-type": true
                }
              },
              "request": {
                "auth": {
                  "type": "bearer",
                  "bearer": [
                    {
                      "key": "token",
                      "value": "{{Access_Token}}",
                      "type": "string"
                    }
                  ]
                },
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "text/xml",
                    "type": "text"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "<soapenv:Envelope xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:per=\"http://perfion.com/\">\r\n   <soapenv:Header/>\r\n   <soapenv:Body>\r\n      <per:ExecuteQuery>\r\n           <!--Optional:-->\r\n         <per:query>\r\n               <![CDATA[\r\n                    <Execute method=\"GetProducts\" refreshconfiguration=\"true\" commandtimeout=\"300\">\r\n                        <Parameter id=\"Channel\" value=\"Channel A\" />\r\n                        <Parameter id=\"Keys\">\r\n                            <Value>1086</Value>\r\n                        </Parameter>\r\n                        <Parameter id=\"Index\" value=\"0\" />\r\n                        <Parameter id=\"MaxCount\" value=\"10\" />\r\n                        <Parameter id=\"TimeZone\" value=\"utc\" />\r\n                        <Parameter id=\"ModifiedFrom\" value=\"2018-02-12T13:00:00\" />\r\n                        <Parameter id=\"ModifiedTo\" value=\"2018-02-12T14:00:00\" />\r\n                        <Parameter id=\"IncludePerfionNamesOnFields\" value=\"true\" />\r\n                        <Parameter id=\"IncludePerfionItemIdsOnSelectables\" value=\"true\" />\r\n                        <Parameter id=\"ForceBinaryOutputKind\" value=\"None\" />\r\n                        <Parameter id=\"ForceBinaryOutputKind\" value=\"Url\" />\r\n                        <Parameter id=\"ForceBinaryOutputKind\" value=\"File\" />\r\n                        <Parameter id=\"ForceBinaryOutputKind\" value=\"Embedded\" />\r\n                        <Parameter id=\"CategoryKeys\" value=\"1083\" />\r\n                        <Parameter id=\"IncludeMappings\">\r\n                            <Value>Item No</Value>\r\n                            <Value>Title</Value>\r\n                            <Value>Variant.ProductSku</Value>\r\n                            <Value>Variant.Name</Value>\r\n                        </Parameter>\r\n                        <Parameter id=\"ExcludeMappings\">\r\n                            <Value>Variants.*</Value>\r\n                            <Value>Images</Value>\r\n                        </Parameter>\r\n                        <Parameter id=\"OrderBy\" direction=\"Desc\" />\r\n                        <Parameter id=\"OrderBy\" fieldname=\"Title\" />\r\n                    </Execute>\r\n             ]]>\r\n         </per:query>\r\n      </per:ExecuteQuery>\r\n   </soapenv:Body>\r\n</soapenv:Envelope>\r\n",
                  "options": {
                    "raw": {
                      "language": "xml"
                    }
                  }
                },
                "url": {
                  "raw": "{{APIUrl}}/Perfion/GetData.asmx?op=ExecuteQuery",
                  "host": [
                    "{{APIUrl}}"
                  ],
                  "path": [
                    "Perfion",
                    "GetData.asmx"
                  ],
                  "query": [
                    {
                      "key": "op",
                      "value": "ExecuteQuery"
                    }
                  ]
                },
                "description": "This call executes a Perfion API Query using the API (SOAP) service.\n\nIt uses Basic or Bearer Token authentications\n\nIf using a \"Bearer token\", remember to update the token value by requesting a token in 01 Authentication > 01 Perfion API GET token call.\n\nRemember to set the Content-Type to \"text/xml\" in Headers.\n\nUpdate the Query in the Body. Notice the encapsulation of query withing the \"\" tags, which is a Perfion quirk."
              },
              "response": []
            }
          ],
          "description": "The Ecommerce API is a surface built specifically for delivering product data to commerce and web systems. It models the entities those systems expect (Site, Category, Product, Variant) and delivers them in a ready-to-consume shape, so a single request such as GetProducts yields products with their variants, categories and assets. It powers Perfion's own native connectors (Sana, Shopify, Adobe Commerce, BigCommerce), and it is equally available as a general-purpose ecommerce API for any platform, CMS or custom integration where no dedicated connector exists.  \n  \nRead complete documentation at:  \n[https://support.boyum-it.com/hc/en-us/articles/29931062069533-Ecommerce-API-Introduction](https://support.boyum-it.com/hc/en-us/articles/29931062069533-Ecommerce-API-Introduction)"
        }
      ],
      "description": "This section explains how to interact with Perfion's API using the Perfion Query syntax using SOAP."
    }
  ],
  "variable": [
    {
      "key": "ActionID",
      "value": ""
    },
    {
      "key": "APIServiceURL",
      "value": ""
    }
  ]
}