v2
latestOpenAPI 3.0.32026-08-05174296703.4 KBops
ShowProductSuggestion catalog
show a product suggestion for a given product id
get/ops/product_suggestions/{product_id}
Path parameters
product_idstring regexp required
product id
Example:739b63c2-9e58-4964-b38d-4ebb424de242
product id
Response
OK response.
Example response
{
"product_id": "739b63c2-9e58-4964-b38d-4ebb424de242",
"seller_id": "abc123",
"subtitle": "abc123",
"suggestion_weight": 1,
"title": "abc123"
}