get_selection
Retrieve full details of an Ozon selection by UUID: name, description, product count, status, and public visibility. Use it to verify if a selection is published or under review.
Instructions
One «Подборка» in full: name, description, product count, status and
public — whether it is published to the account's public profile.
list_selections() does not carry the description or public; this does, and
it is the only reliable read of visibility, because a selection under review
is listed as "На модерации" either way.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| 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 |