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