Skip to content

ParsedHepsiburadaWebhookEvent

Defined in: sdks/hepsiburada/src/types/webhook-event.ts:108

Parsed envelope returned by parseHepsiburadaWebhookEvent().

Per-event body shapes are typed as Record<string, unknown> because Hepsiburada documents field sets in HTML tables (no machine-readable spec). Use .raw to grab the original payload verbatim when you need an undocumented field; use the documented field set per developers.hepsiburada.com for routine work.

E extends HepsiburadaWebhookEvent = HepsiburadaWebhookEvent

body: Record<string, unknown>

Defined in: sdks/hepsiburada/src/types/webhook-event.ts:114

Parsed JSON body.


event: E

Defined in: sdks/hepsiburada/src/types/webhook-event.ts:112

The event name as routed by the merchant — matches the URL path segment.


raw: Record<string, unknown>

Defined in: sdks/hepsiburada/src/types/webhook-event.ts:116

Untouched raw payload for forward-compat access.

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.