v2

latestOpenAPI 3.0.32026-08-05174296703.4 KB
ops

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.

product_idstring regexp

topi Product ID

seller_idstring

The id of the seller

subtitlestring

The subtitle of the product

suggestion_weightinteger

The weight of the suggestion

titlestring

The title of the product

Example response

{
  "product_id": "739b63c2-9e58-4964-b38d-4ebb424de242",
  "seller_id": "abc123",
  "subtitle": "abc123",
  "suggestion_weight": 1,
  "title": "abc123"
}