Overview
- Skill Key
- awelab/trendyol-admin
- Author
- awelab
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/awelab/trendyol-admin
- Latest Commit SHA
- 58e50039c5a4e63793fa9f38909502bdd957189b
Comprehensive management of Trendyol marketplace via API v2.0. Includes product lifecycle (create, update, delete, archive), stock/price management, order processing (status updates, shipping), returns, and customer questions. Use this skill as a knowledge base to construct correct API requests.
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 trendyol-admin 技能。 若已安装,则直接安装 trendyol-admin 技能。
# Trendyol Admin (AI Knowledge Base)
This skill provides a comprehensive reference for the Trendyol Marketplace API v2.0. It contains all necessary endpoints, authorization requirements, and payload schemas to manage a Trendyol store.
## 🛠 Usage for AI Agents
1. **Authentication**: Always use Basic Auth.
- Username: `API_KEY`
- Password: `API_SECRET`
- Generate Header (One-liner): `echo -n "YOUR_API_KEY:YOUR_API_SECRET" | base64`
2. **Mandatory Headers**: Every request MUST include:
- `Authorization: Basic <base64>`
- `User-Agent: <SupplierId> - SelfIntegration`
- `storeFrontCode`: **This is the mandatory parameter to switch national markets.**
- `AE`: United Arab Emirates (AED)
- `SA`: Saudi Arabia (SAR)
- `QA`: Qatar (QAR)
- `KW`: Kuwait (KWD)
- `BH`: Bahrain (BHD)
- `OM`: Oman (OMR)
- `DE`: Germany (EUR)
- `AZ`: Azerbaijan (AZN)
- `RO`: Romania (RON)
- `CZ`: Czech Republic (CZK)
- `HU`: Hungary (HUF)
- `SK`: Slovakia (EUR)
- `BG`: Bulgaria (BGN)
- `GR`: Greece (EUR)
3. **Endpoints**: Refer to [references/api_reference.md](references/api_reference.md) to find the correct URL for the task (Product, Inventory, Order, etc.).
4. **Execution**: Since there are no pre-built scripts, use `curl` or inline Node.js/Python code to execute requests as defined in the reference.
## 📖 Key Sections in Reference
- **Authorization**: Header construction and error codes.
- **Product Integration**: Full lifecycle management of items.
- **Order Integration**: From creation to delivery status updates.
- **Webhooks**: Real-time notification models.
- **API Reference File**: [references/api_reference.md](references/api_reference.md)
## ⚠️ Important Rules
- **Base URL (Prod)**: `https://apigw.trendyol.com/integration/`
- **Rate Limit**: 50 requests per 10 seconds.
- **Image Requirements**: 1200x1800 px, HTTPS URLs.
- **JSON Only**: All payloads must be valid JSON.
human-pages-ai
Search and hire real humans for tasks — photography, delivery, research, and more
zseven-w
Reusable skill templates for OpenClaw AI agents. Templates for API integration, data processing, web scraping, CLI tools, and file processing.
blackeight4752
Enhance video resolution using Alibaba Cloud Super Resolution API. Use when the user wants to: (1) upscale low-res videos to higher resolution, (2) improve video quality before publishing, or (3) convert 480p videos to 1080p.
asenwang
Manage Shopify store — products, metafields, metaobjects, blogs & articles via Shopify Admin GraphQL API. Pure official Shopify API wrapper with no third-party plugins required; built on the same API surface as Shopify CLI, giving you full control without extra dependencies.
aurora2035
Xeon ASR
aznikline
深度分析项目的系统边界、核心概念、模块架构、关键算法、技术选型以及错误排查。当用户需要深入理解代码库或定位疑难问题时调用。