v2

latestOpenAPI 3.0.32026-08-05174296703.4 KB
ops

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.

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"
  }
]