ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified productivity Safety 3/5

trendyol-admin

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.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/awelab/trendyol-admin
Or

What This Skill Does

The trendyol-admin skill serves as an exhaustive AI knowledge base and operational bridge for the Trendyol Marketplace API v2.0. Designed specifically for OpenClaw agents, it enables automated management of the entire e-commerce lifecycle across multiple national markets. By embedding the API reference, authentication protocols, and schema requirements into the agent's context, this skill allows for seamless interaction with product catalogs, real-time inventory adjustments, order fulfillment, and customer inquiries. Whether you are scaling product listings globally or automating high-volume order processing, this skill provides the structure required to execute complex API operations with precision.

Installation

To integrate this skill into your OpenClaw environment, execute the following command in your terminal: clawhub install openclaw/skills/skills/awelab/trendyol-admin Once installed, ensure your agent has access to the environment variables for your API_KEY and API_SECRET to enable secure Basic Authentication. No secondary dependencies are required, as the skill operates via native curl or runtime execution.

Use Cases

  • Global Expansion: Effortlessly toggle between international markets like Germany (DE), Saudi Arabia (SA), or Romania (RO) by dynamically setting the storeFrontCode header.
  • Automated Inventory Sync: Keep stock levels accurate across all regions by running scheduled scripts that poll local databases and push updates to Trendyol.
  • Order Fulfillment: Automate the transition of orders from 'Pending' to 'Shipped' by fetching current status updates and programmatically triggering shipping manifest creation.
  • Product Catalog Management: Bulk update product prices or status attributes for seasonal sales campaigns while ensuring compliance with image dimension requirements (1200x1800 px).

Example Prompts

  1. "Fetch all pending orders for the Saudi Arabia store and output the customer shipment details in a summary table."
  2. "Update the price for SKU 987654 in the German marketplace to 29.99 EUR, ensuring the request adheres to the API v2.0 schema."
  3. "Check the current stock level for product ID 12345 in the UAE market and alert me if it falls below 10 units."

Tips & Limitations

  • Rate Limiting: Always implement back-off strategies in your scripts, as the API strictly enforces a limit of 50 requests per 10 seconds.
  • Authentication: Always verify that the User-Agent includes your specific SupplierId to prevent 403 Forbidden errors.
  • Media: Ensure product images are hosted on HTTPS URLs, as non-secure paths are automatically rejected by the validator.
  • Validation: Always validate your JSON payloads against the v2.0 schemas provided in the reference file before execution to reduce request failures.

Metadata

Author@awelab
Stars4473
Views1
Updated2026-05-01
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-awelab-trendyol-admin": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#ecommerce#trendyol#marketplace#api-integration#automation
Safety Score: 3/5

Flags: network-access, external-api, code-execution