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.
Extends
Section titled “Extends”Properties
Section titled “Properties”cursor?
Section titled “cursor?”
optionalcursor?:string
Defined in: packages/core/dist/index.d.ts:86
Opaque cursor from previous response’s nextCursor. Omit for the first page.
Inherited from
Section titled “Inherited from”endDate?
Section titled “endDate?”
optionalendDate?:Date
Defined in: sdks/trendyol/src/types/misc.ts:107
limit?
Section titled “limit?”
optionallimit?: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).
Overrides
Section titled “Overrides”startDate?
Section titled “startDate?”
optionalstartDate?:Date
Defined in: sdks/trendyol/src/types/misc.ts:106
transactionType?
Section titled “transactionType?”
optionaltransactionType?: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.