Skip to main content

New Catalog service as a REST alternative to downloading a ProductInformation CSV file

A new Catalog service was introduced on May 31, 2024. The service allows you to search for product definitions in real time. The service currently consists of two operations:

* Search Categories - allows you to search for a hierarchical structure of product categories.

[
{
"categoryId": "SalesClassificationNode_6100000",
"label": "Filters"
},
{
"categoryId": "SalesClassificationNode_6200000",
"label": "Engine / Equipment"
},
{
"categoryId": "SalesClassificationNode_6300000",
"label": "Wheel suspension"
},
{
"categoryId": "SalesClassificationNode_6400000",
"label": "Vehicle shock absorption"
},
{
"categoryId": "SalesClassificationNode_6811050",
"label": "Ignition/glow system"
},
...
]

* Search Product - used to search for product definitions using pagination and filters (category ID and brand name)

{
"totalResults": 816,
"hasNextPage": true,
"requestProcessingTime": 35,
"products": [
{
"towKod": "976822",
"icIndex": "611 180 02 10",
"tecDoc": "611 180 02 10",
"tecDocProd": "633",
"articleNumber": "611 180 02 10",
"manufacturer": "OE MERCEDES",
"shortDescription": "Oil filter housing",
"description": "Oil filter housing fits: MERCEDES 124 (W124)",
"barcodes": [],
"packageWeight": "0.272",
"packageWidth": "9.0",
"packageDepth": "26.0",
"packageHeight": "9.0",
"customsCode": "84219990"
},
{
"towKod": "976801",
"icIndex": "720 277 00 95",
"articleNumber": "7202770095",
"manufacturer": "OE MERCEDES",
"description": "DB oil filter",
"barcodes": [],
"packageWeight": "0.314",
"packageWidth": "17.0",
"packageDepth": "17.0",
"packageHeight": "11.5",
"customsCode": "84212300"
},
...
],
"facets": {
"brands": [
{
"id": "OE VW",
"label": "OE VW",
"count": 30859
},

{
"id": "OE BMW",
"label": "OE BMW",
"count": 20341
},

{
"id": "SF",
"label": "SF",
"count": 7764
},
...
]
}
}

More Information in https://intercars.gitlab.io/ic-api/en/docs/documentation/direct/catalog/