---
title: "CreateProductSuggestion catalog"
method: POST
path: "/ops/product_suggestions"
tags: ["ops"]
---

# CreateProductSuggestion catalog

`POST /ops/product_suggestions`

create a product suggestion for a given product id

## Request body

- ProductSuggestionPayload
  - `product_id` string, required — The id of the product
  - `seller_id` string, required — The id of the seller
  - `suggestion_weight` integer, required — The weight of the suggestion

## Response `200`

OK response.

## Other responses

- `401` — Unauthorized: Unauthorized response.
- `403` — InvalidScopes: Forbidden response.
- `404` — NotFound: Not Found response.

---

[API](https://skmtc.net/topi/apis/topi-public-api.md) · [All operations](https://skmtc.net/topi/apis/topi-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/topi/topi-public-api/revisions/fa134b7fc959/schema)
