createHepsiburadaClient
createHepsiburadaClient(
opts):HepsiburadaClient
Defined in: sdks/hepsiburada/src/client.ts:76
Create a Hepsiburada Marketplace SDK client.
Parameters
Section titled “Parameters”Returns
Section titled “Returns”Example
Section titled “Example”import { createHepsiburadaClient } from '@lonca/hepsiburada';
const client = createHepsiburadaClient({ merchantId: '00000000-0000-0000-0000-000000000000', username: process.env.HB_API_USER!, password: process.env.HB_API_PASS!, env: 'sit', integratorName: 'MyCompany',});
const page = await client.listings.list({ offset: 0, 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.