Skip to content

createTrendyolClient

createTrendyolClient(opts): TrendyolClient

Defined in: sdks/trendyol/src/client.ts:87

Create a Trendyol Marketplace SDK client.

CreateClientOptions

TrendyolClient

import { createTrendyolClient } from '@lonca/trendyol';
const client = createTrendyolClient({
sellerId: 12345,
apiKey: process.env.TRENDYOL_API_KEY!,
apiSecret: process.env.TRENDYOL_API_SECRET!,
env: 'stage',
});
const page = await client.brands.list({ limit: 100 });

Unofficial. Lonca is an independent, community-maintained project — not affiliated with, endorsed by, or supported by Trendyol, Hepsiburada, or any other marketplace. All marketplace names and trademarks belong to their respective owners.