Skip to content

trendyolCapabilities

const trendyolCapabilities: object

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

Static feature-capability flags for the Trendyol 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 Hepsiburada SDK without a compile error. Kept as const so the literal true/false values stay narrowed.

readonly listingUpdatedAt: true = true

Products expose updatedAt, so last-write-wins guards are supported.

readonly scheduledPricing: false = false

Trendyol has no time-bounded / scheduled pricing (pricings[]).

readonly stockOnlyBatch: true = true

inventory.update accepts stock-only items (quantity with 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.