create_list
Create a new empty wishlist on the buyer's Ozon account and return its list_id, ready for subsequent membership changes.
Instructions
[GATED by writes_enabled] Create an empty wishlist and return it with its list_id, ready for set_list_membership(). An empty name is refused by Ozon. Wishlists are the only list this account can create — «Подборки» are not made this way.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name for the new wishlist, as the user would read it. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | No | ||
| name | No | ||
| items | No | ||
| saves | No | ||
| list_id | No | ||
| contains | No |