add_to_selection
Add products to an existing Ozon selection while keeping current items. Products must be in favorites first, as others are dropped silently; check returned items count.
Instructions
[GATED by writes_enabled] Add products to a «Подборка», keeping what is
already in it. Products must be in favorites first — Ozon draws only from
there and drops the rest silently, so check the items count that comes back.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| skus | Yes | Products to add; the existing ones 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 |