Trendyol

Trendyol is Turkey's largest e-commerce marketplace and a leading fashion and retail platform operating across Türkiye, the Gulf, Azerbaijan, and Central & Eastern Europe. Its Marketplace (Partner) API lets sellers and integrators manage the full commerce lifecycle: product catalog with category/brand/ attribute data, price and stock updates, order and shipment-package fulfillment, returns and claims, invoicing, settlements and financial reconciliation, the Export Center, customer questions, and order webhooks. Authentication is HTTP Basic (API key/secret) with a mandatory User-Agent header, plus an OAuth 2.0 authorization-code flow for multi-supplier integrators. Bulk writes are asynchronous and confirmed via a batchRequestId.

Trendyol publishes 1 API on the APIs.io network. Tagged areas include Company, Ecommerce, Marketplace, Retail, and Fashion.

The Trendyol catalog on APIs.io includes 1 event-driven AsyncAPI specification.

Trendyol’s developer surface includes documentation, API reference, getting-started guide, support, changelog, engineering blog, authentication, and 9 more developer resources.

38.3/100 thin ▬ flat Agent 39/100 agent aware Full breakdown ↓
scored 2026-07-28 · rubric v0.5
AccessSelf serve
1 APIs 1 MCP Servers
CompanyEcommerceMarketplaceRetailFashionTurkeyOrder ManagementFulfillmentLogisticsWebhooks

Kin Score

Kin Score Kin Score How this is scored →
scored 2026-07-28 · rubric v0.5
Composite quality — 38.3/100 · thin
Contract Quality 5.7 / 25
Developer Ergonomics 13.5 / 20
Commercial Clarity 0.0 / 20
Operational Transparency 9.9 / 13
Governance 0.0 / 12
Discoverability 9.3 / 10
Agent readiness — 39/100 · agent aware
Machine-Readable Contract 0 / 18
Agentic Access Contract 0 / 15
MCP Server 12 / 12
Machine-Readable Auth 10 / 10
Idempotency 0 / 9
Stable Error Semantics 0 / 8
Request/Response Examples 0 / 7
Rate-Limit Signaling 7 / 7
Typed Event Surface 6 / 6
Agent Skills 5 / 5
Well-Known Catalog 0 / 4
Consent & Bot Identity 0 / 3
Improve this rating by publishing the missing artifacts — every area above can be raised, and the full rubric is at apis.io/rating/. This rating is computed from github.com/api-evangelist/trendyol: open an issue to ask a question, or submit a pull request to add artifacts. Want it done for you? Prioritized profiling — $2,500 →

APIs 1

Individual APIs this provider publishes, each with its own machine-readable definition.

Trendyol Marketplace API

The Trendyol Marketplace / Partner API for sellers and integrators — product, order/shipment, returns, invoice, settlement, and webhook operations.

MCP Servers 1

Model Context Protocol servers that expose these APIs to AI agents.

trendyol-mcp.yml

MCP SERVER

Rate Limits 1

Documented rate limits and quota policies.

Trendyol Rate Limits

3 limits

RATE LIMITS

Event Specifications 1

AsyncAPI definitions for this provider's event-driven and streaming APIs.

Security Posture 2

Authentication, domain security, vulnerability disclosure, and trust-center signals.

Trendyol Authentication

http/oauth2 · 3 schemes

SECURITY

Trendyol Domain Security

TLSv1.3 · HSTS · DMARC

SECURITY

Resources

Get Started 2

Portal, sign-up, and the first successful call

Documentation 2

Reference material describing how the API behaves

Agent Surfaces 3

MCP servers, agent skills, and machine-readable catalogs

Design & Contract 1

Pagination, idempotency, versioning, errors, and events

Build 1

SDKs, sample code, and the tooling you integrate with

Access & Security 2

Authentication, authorization, and security posture

Operate 3

Status, limits, changes, and where to get help

Company 2

The organization behind the API

Source (apis.yml)

apis.yml Raw ↑
aid: trendyol
accessModel:
  pricing: unknown
  onboarding: self-serve
  trial: false
  try_now: false
  public: false
  label: Self-serve signup
  confidence: medium
  source:
  - authentication
  generated: '2026-07-22'
  method: derived
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/icons/trendyol.png
name: Trendyol
description: 'Trendyol is Turkey''s largest e-commerce marketplace and a leading fashion and retail platform operating across
  Türkiye, the Gulf, Azerbaijan, and Central & Eastern Europe. Its Marketplace (Partner) API lets sellers and integrators
  manage the full commerce lifecycle: product catalog with category/brand/ attribute data, price and stock updates, order
  and shipment-package fulfillment, returns and claims, invoicing, settlements and financial reconciliation, the Export Center,
  customer questions, and order webhooks. Authentication is HTTP Basic (API key/secret) with a mandatory User-Agent header,
  plus an OAuth 2.0 authorization-code flow for multi-supplier integrators. Bulk writes are asynchronous and confirmed via
  a batchRequestId.'
url: https://raw.githubusercontent.com/api-evangelist/trendyol/refs/heads/main/apis.yml
x-type: company
x-source: vc-portfolio
x-backed-by:
- bond-capital
- softbank-vision-fund
x-tier: stub
x-tier-reason: portfolio-lead
specificationVersion: '0.20'
created: '2026-07-17'
modified: '2026-07-21'
tags:
- Company
- Ecommerce
- Marketplace
- Retail
- Fashion
- Turkey
- Order Management
- Fulfillment
- Logistics
- Webhooks
apis:
- aid: trendyol:trendyol-marketplace-api
  name: Trendyol Marketplace API
  description: The Trendyol Marketplace / Partner API for sellers and integrators — product, order/shipment, returns, invoice,
    settlement, and webhook operations.
  humanURL: https://developers.trendyol.com/
  baseURL: https://apigw.trendyol.com/integration
  properties:
  - type: Documentation
    url: https://developers.trendyol.com/docs/getting-started
  - type: APIReference
    url: https://developers.trendyol.com/reference
  - type: GettingStarted
    url: https://developers.trendyol.com/docs/getting-started
  - type: Authentication
    url: authentication/trendyol-authentication.yml
  - type: Conventions
    url: conventions/trendyol-conventions.yml
  - type: ErrorCatalog
    url: errors/trendyol-problem-types.yml
  - type: RateLimits
    url: rate-limits/trendyol-rate-limits.yml
  - type: Lifecycle
    url: lifecycle/trendyol-lifecycle.yml
  - type: StatusPage
    url: https://developers.trendyol.com/docs/api-status
  - type: Deprecation
    url: lifecycle/trendyol-lifecycle.yml
  - type: ChangeLog
    url: changelog/trendyol-changelog.yml
  - type: Webhooks
    url: asyncapi/trendyol-webhooks.yml
  - type: Sandbox
    url: sandbox/trendyol-sandbox.yml
  - type: LLMsTxt
    url: llms/trendyol-llms.txt
  - type: MCPServer
    url: mcp/trendyol-mcp.yml
  - type: WellKnown
    url: well-known/trendyol-well-known.yml
  - type: AgentSkill
    url: skills/_index.yml
  - type: Conformance
    url: conformance/trendyol-conformance.yml
  - type: DataModel
    url: data-model/trendyol-data-model.yml
maintainers:
- FN: Kin Lane
  email: kin@apievangelist.com
- FN: APIs.json
  email: info@apis.io
common:
- type: DomainSecurity
  url: security/trendyol-domain-security.yml
- type: Website
  url: https://trendyol.com
- type: DeveloperPortal
  url: https://developers.trendyol.com/
- type: Documentation
  url: https://developers.trendyol.com/docs/getting-started
- type: APIReference
  url: https://developers.trendyol.com/reference
- type: GettingStarted
  url: https://developers.trendyol.com/docs/getting-started
- type: Support
  url: https://developers.trendyol.com/docs/support-request
- type: StatusPage
  url: https://developers.trendyol.com/docs/api-status
- type: ChangeLog
  url: https://developers.trendyol.com/changelog
- type: Blog
  url: https://medium.com/trendyol-tech
- type: GitHubOrganization
  url: https://github.com/Trendyol
- type: Authentication
  url: authentication/trendyol-authentication.yml
- type: Webhooks
  url: asyncapi/trendyol-webhooks.yml
- type: AgentSkill
  url: skills/_index.yml
- type: MCPServer
  url: mcp/trendyol-mcp.yml
- type: LLMsTxt
  url: llms/trendyol-llms.txt
x-enrichment:
  date: '2026-07-21'
  status: enriched
  artifacts_added: 15
  pass: local-v1