Breadcrumbs

ETIM v1.0

The ETIM (European Technical Information Model) structure provides detailed information about products through standardized classifications and properties. ETIM is delivered in various versions, with ETIM 10 currently in use.

The responses include all articles with an ETIM class, even if they lack properties.


Under productFeatures, information about the product’s specific properties according to the ETIM standard is included:

  • referenceFeatureSystemName indicates which version of the ETIM standard is used for the data.

  • referenceFeatureGroupId identifies which ETIM group the class belongs to. Although this field is currently not used, the classification code is included here.

  • features is a list of the product’s properties with:

    • featureCode is a code representing a specific property according to the ETIM standard.

    • featureValue is the value assigned to the property, which can be a code or a direct value. A feature with a range value is specified as "featureValue": "40.0 - 60.0".

    • unitCode is a reference to the unit used.

Example of an API response (JSON)

JSON
{
  "pagination": {
    "offset": 0,
    "limit": 1,
    "totalCount": 3073
  },
  "articleList": [
    {
      "supplierId": "2347003",
      "articleId": "1377271",
      "supplierArticleId": "556155",
      "gtin": "7317761101987",
      "etimClass": "EC002385",
      "productFeatures": {
        "referenceFeatureSystemName": "ETIM-10.0",
        "referenceFeatureGroupId": "EG002385",
        "features": [
          {
            "featureCode": "EF000368",
            "featureValue": "48.0",
            "unitCode": "EU570448"
          },
          {
            "featureCode": "EF025109",
            "featureValue": "EV001753"
          },
          {
            "featureCode": "EF001084",
            "featureValue": "3.9",
            "unitCode": "EU570448"
          },
          {
            "featureCode": "EF001438",
            "featureValue": "55.0",
            "unitCode": "EU570448"
          },
          {
            "featureCode": "EF004739",
            "featureValue": "true"
          },
          {
            "featureCode": "EF013941",
            "featureValue": "true"
          },
          {
            "featureCode": "EF014949",
            "featureValue": "false"
          },
          {
            "featureCode": "EF000007",
            "featureValue": "EV006723"
          },
          {
            "featureCode": "EF000012",
            "featureValue": "EV000154"
          },
          {
            "featureCode": "EF000013",
            "featureValue": "EV000427"
          },
          {
            "featureCode": "EF000139",
            "featureValue": "EV003454"
          },
          {
            "featureCode": "EF001257",
            "featureValue": "EV000154"
          },
          {
            "featureCode": "EF001758",
            "featureValue": "EV023440"
          },
          {
            "featureCode": "EF002169",
            "featureValue": "EV000179"
          },
          {
            "featureCode": "EF014948",
            "featureValue": "EV017345"
          },
          {
            "featureCode": "EF015028",
            "featureValue": "EV000430"
          },
          {
            "featureCode": "EF001001",
            "featureValue": "7.2",
            "unitCode": "EU570448"
          }
        ]
      }
    }
  ]
}