a1-yandex-kit-orderslisted
Install: claude install-skill ztemerbekov/a1-yandex-kit-skills
# A1 Yandex KIT — Orders
## Communication
Before producing any user-facing message, read and apply
[`../a1-yandex-kit/references/merchant-communication.md`](../a1-yandex-kit/references/merchant-communication.md)
completely.
Covers the order-management domain of the Yandex KIT e-commerce API — tags: Заказы,
Клиенты, Подарочные карты, Услуги. Orders are created by buyers on the storefront;
through the API you list and inspect them, confirm or cancel them, close out their delivery
(`POST /v1/orders/{id}/delivery/complete` — for pickup and the store's own delivery when
delivery automation is off), and read the attached additional services (addons), customer
records and gift cards. A customer record also carries the marketing-consent pair
`agreement_for_promo` + `agreement_at` — read it before adding anyone to a mailing list
and mirror it into your CRM. All datetimes are UTC, and list endpoints paginate with
`page`/`per_page` (max 100).
For authentication (`Authorization: Bearer <token>`), the base URL (`https://api.kit.yandex.net`, all paths under `/v1/`), the 3 rps rate limit and the `{code, message, trace_id}` error contract, see the `a1-yandex-kit` skill.
## Workflow
Run the bundled scripts from this skill's directory — they are self-contained
(Node.js >= 20, builtins + a vendored validator, no `npm install`, no network).
1. **Search** for the operation you need:
```bash
node scripts/search_docs.mjs "<query>" [--tag "<Тег>"] [--limit N]
```
Matches operati