trendyol-admin
by @awelab
Comprehensive management of Trendyol marketplace via API v2.0. Includes product lifecycle (create, update, delete, archive), stock/price management, order pr...
clawhub install trendyol-adminπ About This Skill
name: trendyol-admin description: 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.
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
- User-Agent:
- 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 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
β οΈ Important Rules
https://apigw.trendyol.com/integration/