Skip to content

hepsiburadaCapabilities

const hepsiburadaCapabilities: object

Defined in: sdks/hepsiburada/src/capabilities.ts:13

Static feature-capability flags for the Hepsiburada marketplace, so consumers can feature-detect instead of hard-coding marketplace quirks. Read them off a client as client.capabilities.

The flag values are marketplace-specific, but the const satisfies the shared MarketplaceCapabilities contract so the key set can’t drift from the Trendyol SDK without a compile error. Kept as const so the literal true/false values stay narrowed.

readonly listingUpdatedAt: false = false

Listing rows don’t reliably carry a last-update timestamp (Listing.updatedAt is surfaced best-effort and is often null), so last-write-wins guards can’t depend on it.

readonly scheduledPricing: true = true

Listings support time-bounded pricing windows (ListingPricing.startDate/endDate).

readonly stockOnlyBatch: true = true

listings.uploadStock accepts stock-only batches (no price).

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.