v1
latestOpenAPI 3.0.32026-07-12254440.6 KBProduct Recommendation
getProductRecommendation
Read a specific product recommendation entity by a given id
get/v1/product-recommendation/{productRecommendationId}
Path parameters
productRecommendationIdstring uuid required
Example:123e4567-e89b-12d3-a456-426614174000
The product recommendation id
Query parameters
hydrateboolean
Hydrates entities in relations when passed true
strictboolean
When passed true, the response will contain only fields that match the schema, with non-matching fields included in __additional
Response
Product recommendations request payload
Example response
{
"_id": "123e4567-e89b-12d3-a456-426614174000",
"_files": {
"$relation": [
{
"entity_id": "123e4567-e89b-12d3-a456-426614174000"
}
]
},
"_owners": [
{
"org_id": "123",
"user_id": "123"
}
],
"_acl": {
"view": [
"org:456"
],
"edit": [
"org:456"
],
"delete": [
"org:456"
]
},
"source_price": {
"$relation": [
{
"$relation": [
{
"entity_id": "123e4567-e89b-12d3-a456-426614174000"
}
]
}
]
},
"source_product": {
"$relation": [
{
"$relation": [
{
"entity_id": "123e4567-e89b-12d3-a456-426614174000"
}
]
}
]
},
"_manifest": [
"123e4567-e89b-12d3-a456-426614174000"
],
"__additional": {}
}