ops

CreateProductSuggestion catalog

create a product suggestion for a given product id

post/ops/product_suggestions

Request body

product_idstring required

The id of the product

seller_idstring required

The id of the seller

suggestion_weightinteger required

The weight of the suggestion

Example request

{
  "product_id": "abc123",
  "seller_id": "abc123",
  "suggestion_weight": 1
}

Response

OK response.

Changes

No recorded changes to this endpoint across all 6 revisions of this API.