Skip to main content

Get product detail information

GET 

/search/v1/:project-id/products/:identifier

Returns detailed product information for a single product. The identifier is your internally used product ID. This corresponds with the identifier field in the product search response.

Request

Responses

OK

{
"id": 241659429,
"identifier": "3344561",
"groupId": "3344561",
"name": "Laptop AH",
"link": "www.myshop.com/product/3344561",
"images": [
{
"url": "www.myshop.com/product/3344561/img.jpg",
"type": "SMALL"
}
],
"categories": [
{
"path": [
"Laptops"
],
"categoryId": 291156242
}
],
"facts": [
{
"attributeId": 288188589,
"attribute": "Brand",
"valueId": 292189243,
"value": "BrandW",
"type": "TEXT_ATTRIBUTE"
},
{
"attributeId": 281560514,
"attribute": "Color",
"valueId": 281663979,
"value": "BLUE",
"type": "TEXT_ATTRIBUTE"
},
{
"attributeId": 288188381,
"attribute": "Price",
"value": "1299.99",
"type": "NUMERIC_ATTRIBUTE",
"unit": ""
},
{
"attributeId": 288188390,
"attribute": "Color",
"valueId": 288188596,
"value": "Blue",
"type": "TEXT_ATTRIBUTE"
},
{
"attributeId": 288188587,
"attribute": "Rating",
"value": "4.20",
"type": "NUMERIC_ATTRIBUTE",
"unit": ""
},
{
"attributeId": 281559599,
"attribute": "All Products",
"value": "TRUE",
"type": "BOOLEAN_ATTRIBUTE"
}
],
"lastUpdateTs": 1745928435738
}