По требованию WB — 1 ответ каждые 10 минут. Очередь обрабатывается автоматически.
{% if api_cooldown_seconds_left and api_cooldown_seconds_left > 0 %}Следующий ответ через {{ api_cooldown_seconds_left }} сек.
{% endif %}| # | ID отзыва | Дата оценки | Оценка | Товар | Покупатель |
|---|---|---|---|---|---|
| {{ loop.index }} | {{ item.get("id") or "—" }} |
{{ item.get("review_created_at")|format_log_datetime if item.get("review_created_at") else "—" }} | {{ item.get("product_name") or "—" }} {% if item.get("nm_id") %} #{{ item.nm_id }} {% endif %} | {{ item.get("user_name") or "—" }} |
| Дата лога | Дата оценки | Оценка | Товар | Покупатель | Текст отзыва | Статус | ID отзыва | Ответ |
|---|---|---|---|---|---|---|---|---|
| {{ log["created_at"]|format_log_datetime }} | {{ log["review_created_at"]|format_log_datetime if log["review_created_at"] else "—" }} | {{ log["product_name"] or "—" }} {% if log["nm_id"] %} #{{ log["nm_id"] }} {% endif %} | {{ log["user_name"] or "—" }} | {{ log["review_text"] or "—" }} | {% if log["status"] == "sent" %} ✓ Отправлен {% elif log["status"] == "skipped" %} — Пропущен {% else %} ✗ Ошибка {% endif %} | {{ log["review_id"] or "—" }} |
{{ log["reply_text"] or "—" }} |