Skip to content

ClaimStatus

ClaimStatus = "NewRequest" | "Accepted" | "AwaitingAction" | "InDispute" | "Rejected" | "Refunded" | "Cancelled" | "AwaitingPreApproval" | string & object

Defined in: sdks/hepsiburada/src/types/claim.ts:25

Allowed values for claims.listByStatus(status). The published OpenAPI spec types this as a string enum: NewRequest | Accepted | AwaitingAction | InDispute | Rejected | Refunded | Cancelled | AwaitingPreApproval. Trendyol’s Open / Closed naming does not apply — Hepsiburada returns 400 "Wrong Claim Status" for any other value.

Open-ended to allow forward-compatibility if Hepsiburada adds a new status without an SDK release; explicit literals are intellisense-friendly.

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.