session_status
Verify Ozon session: signed-in state, writes permission (cart, favorites, lists), and orders permission (placing orders). If signed out, other tools error; use start_login to recover.
Instructions
Start here. Reports whether the stored session still acts as the account and what this server is allowed to do: writes_enabled covers cart, favorites and lists, orders_enabled covers placing an order. Both are the operator's settings and no tool can change them — plan around them. When signed_in is false, every other tool raises instead of answering, because a signed-out session otherwise looks exactly like an empty account: no orders, no balances, no explanation. Recovery is start_login() + submit_login_code(), and backup_available=true means it will most likely recover by itself on the next call.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| detail | No | ||
| user_id | No | ||
| signed_in | No | ||
| orders_enabled | No | ||
| writes_enabled | No | ||
| backup_available | No |