edit_selection
Rename a saved selection and optionally change its description, preserving whether it is public or private.
Instructions
[GATED by writes_enabled] Rename a selection, and optionally replace its description. Visibility is preserved: an edit carries it, so a public selection stays public and a private one stays private.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | New name. | |
| uuid | Yes | The selection, from list_selections()[].uuid. | |
| description | No | New description. Omit to keep the current one — Ozon rewrites both together. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| link | No | The link Ozon's own «Скопировать ссылку» gives; it carries the owner id and needs it to work. | |
| name | No | ||
| uuid | Yes | ||
| cover | No | ||
| items | No | How many products it holds; selection_products() lists them. | |
| public | No | ||
| status | No | ||
| owner_id | No | ||
| description | No |