get_lists
Retrieve Ozon account wishlists, including list sizes and IDs. Optionally check whether a specific SKU is present in each list to avoid duplicates.
Instructions
The account's wishlists (вишлисты), each with its size and list_id — which
is what set_list_membership() and delete_list() take. With a sku, every list
also carries contains, so a product already in a list is not added twice.
Ozon's «Подборки» are a different thing, kept elsewhere and not exposed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sku | No | A product SKU: the same lists, each with `contains` saying whether it holds that product. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |