Ozon
Ozon Seller API reference and helper. Use when working with Ozon marketplace API integrations, endpoints, request or response schemas, Client Id/Api Key auth, OAuth, products, prices, stocks, warehouses, FBO/FBS/rFBS/FBP postings, returns, finance, analytics, reports, reviews, questions, chats, push notifications, offer id, product id, sku, or warehouse id.
- Скачивания
- 5
- В избранном
- 0
- Комментарии
- 0
- Просмотры
- 97
Установить скилл
Добавьте инструмент одной командой или скачайте проверенный архив версии.
npx airassvet-skills add ozon- Версия
- 1.0.0
- Автор
- Владимир Ломтев
Как установить
- 1Скопируйте команду из блока установки.
- 2Запустите её в терминале из каталога проекта.
Документация
Ozon Seller API
Use this skill for targeted Ozon Seller API lookups and integration help. Treat swagger.json as the only API documentation source of truth.
Protocol Details
Do not rely on static protocol notes in this skill body. Use Swagger-derived helper output instead:
- Endpoint method, media type, auth headers, and parameters:
node scripts/lookup-operation.js --operation-id <id> --details - API key auth:
node scripts/lookup-operation.js --doc-tag Auth - OAuth:
node scripts/lookup-operation.js --doc-tag OAuth-token - Environment/base host:
node scripts/lookup-operation.js --doc-tag Environment
Lookup Workflow
Run helper commands from this skill directory, or use an absolute path to scripts/lookup-operation.js. In Claude Code, ${CLAUDE_SKILL_DIR} points at this skill directory.
- For a bird's-eye view, start with the Swagger-backed map. It uses
x-tagGroupsand tag metadata fromswagger.json:node scripts/lookup-operation.js --map - For targeted search, query the read-only helper:
node scripts/lookup-operation.js --query "product list" --limit 5 - For a known endpoint, path, or operation ID:
node scripts/lookup-operation.js --operation-id ProductAPI_GetProductList --detailsnode scripts/lookup-operation.js --path /v3/product/list --details - For lower-level navigation, list raw tags or operations in one tag:
node scripts/lookup-operation.js --tagsnode scripts/lookup-operation.js --tag ProductAPI --limit 20 - For compact non-operation docs such as auth, OAuth, errors, push notifications, or news:
node scripts/lookup-operation.js --doc-tagsnode scripts/lookup-operation.js --doc-tag Auth --grep token --limit 20 - Add
--schemasonly when request or response fields are needed:node scripts/lookup-operation.js --operation-id ProductAPI_GetProductList --details --schemas - Run validation after changing
swagger.jsonor the helper:node scripts/lookup-operation.js --validate - Do not open the full
swagger.jsonunless the user explicitly asks for broad source material. Use the lookup script for compact output.
Files
swagger.json: complete OpenAPI source and the only API source of truth.scripts/lookup-operation.js: local read-only helper for Swagger-derived API maps, endpoint lookup, doc tag lookup, parameter/schema lookup, and validation. It is not a user-facing Ozon API client.
Answering Rules
- Use the exact method and path from the lookup result.
- Include auth headers in examples, using placeholders only. Prefer parameter details from
--details. - If an endpoint is beta, premium, or Ozon Delivery specific, say so.
- Prefer the user's requested language or stack for code examples.
- For direct API examples, include the JSON body shape and a minimal success-path request.
- Do not invent or rely on a bundled Ozon CLI. Generate small app-specific wrappers when the user asks for executable code.
Требования и возможности
Для этого скилла не опубликованы структурированные требования.
Файлы версии
| Путь | Размер | SHA256 |
|---|---|---|
| .gitignore | 27 | 15775b3ccf1e4f37... |
| README.md | 3452 | 4e74479aa43b71b3... |
| SKILL.md | 3362 | e177f9d718a4b84f... |
| scripts/lookup-operation.js | 21735 | 1288c4e1efee5fc8... |
| swagger.json | 2705616 | 333e5cec33559cde... |
Частые вопросы
- Как установить Ozon?
- Используйте команду
npx airassvet-skills add ozonили скачайте ZIP-архив. - Можно ли скачать Ozon бесплатно?
- Да, опубликованную версию можно скачать из маркетплейса бесплатно.
Похожие инструменты
Смотреть всеВойдите, чтобы оставить комментарий.
Комментариев пока нет.