Skip to content

ListFinanceParams

Defined in: sdks/trendyol/src/types/misc.ts:105

Shared filter shape for both finance endpoints. transactionType lets you scope to one settlement category.

optional cursor?: string

Defined in: packages/core/dist/index.d.ts:86

Opaque cursor from previous response’s nextCursor. Omit for the first page.

CursorPaginationParams.cursor


optional endDate?: Date

Defined in: sdks/trendyol/src/types/misc.ts:107


optional limit?: number

Defined in: sdks/trendyol/src/types/misc.ts:118

Page size. Trendyol’s finance API only accepts 500 or 1000 — the SDK clamps any value to the nearest of those (default 500).

CursorPaginationParams.limit


optional startDate?: Date

Defined in: sdks/trendyol/src/types/misc.ts:106


optional transactionType?: string

Defined in: sdks/trendyol/src/types/misc.ts:113

Required by Trendyol’s CHE finance API (it returns 500 without one), e.g. 'Sale', 'Return', 'Discount', 'DeductionInvoices'. The SDK throws a ValidationError if omitted.

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.