Authorizations
Query Parameters
Product ID
Minimum length:
1Example:
"1234567890"
curl --request GET \
--url https://api.sandbox.henrylabs.ai/v0/products/details \
--header 'x-api-key: <api-key>'{
"success": true,
"status": "<string>",
"message": "<string>",
"data": {
"productResults": {
"thumbnails": [
"<string>"
],
"title": "<string>",
"brand": "<string>",
"reviews": 123,
"rating": 123,
"stores": [
{
"name": "<string>",
"link": "<string>",
"price": "<string>",
"shipping": "<string>",
"total": "<string>"
}
],
"userReviews": [
{
"title": "<string>",
"text": "<string>",
"userName": "<string>",
"source": "<string>",
"rating": 123
}
],
"variants": [
{
"title": "<string>",
"items": [
{
"name": "<string>",
"selected": true,
"available": true
}
]
}
]
},
"relatedSearches": [
{
"query": "<string>",
"image": "<string>",
"link": "<string>"
}
]
}
}Retrieve detailed information about a specific product given product ID
curl --request GET \
--url https://api.sandbox.henrylabs.ai/v0/products/details \
--header 'x-api-key: <api-key>'{
"success": true,
"status": "<string>",
"message": "<string>",
"data": {
"productResults": {
"thumbnails": [
"<string>"
],
"title": "<string>",
"brand": "<string>",
"reviews": 123,
"rating": 123,
"stores": [
{
"name": "<string>",
"link": "<string>",
"price": "<string>",
"shipping": "<string>",
"total": "<string>"
}
],
"userReviews": [
{
"title": "<string>",
"text": "<string>",
"userName": "<string>",
"source": "<string>",
"rating": 123
}
],
"variants": [
{
"title": "<string>",
"items": [
{
"name": "<string>",
"selected": true,
"available": true
}
]
}
]
},
"relatedSearches": [
{
"query": "<string>",
"image": "<string>",
"link": "<string>"
}
]
}
}Product ID
1"1234567890"