set_favorite
Add or remove a product from Ozon favorites by SKU to control which items are checked for price drops.
Instructions
[GATED by writes_enabled] Add a product to favorites or remove it.
Ozon reports no outcome for this, so detail names the read that confirms
it — list_favorites(). Favorites are what check_favorite_price_drops()
watches.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| add | No | True adds to favorites, False removes. | |
| sku | Yes | A product SKU ("3077454533"). For apparel use the variant SKU, not the base one. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | No | ||
| detail | No |