remove_from_selection
Removes specified SKUs from a selection while keeping the rest. Fails if none are in the selection, ensuring no no-op removal is reported.
Instructions
[GATED by writes_enabled] Take products out of a «Подборка», keeping the rest. Fails if the selection holds none of them, rather than reporting a removal that did not happen.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| skus | Yes | Products to take out; the rest stay. | |
| uuid | Yes | The selection, from list_selections()[].uuid. |
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 |