get_cart
Retrieve the complete cart contents using pagination. Shows item titles, prices, quantities, and checked status to identify which items are included in the order.
Instructions
The whole cart (paginated through): items with title, price, quantity and
checked — the tick is what decides the order's contents — plus Ozon's own
group headings ("Доступны для заказа", «Бронирование товаров»).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| items | No | The items actually read. | |
| groups | No | ||
| item_count | No | How many were read. | |
| total_items | No | How many Ozon says the cart holds; a difference means the read came up short. |