Skip to content

ListOrdersStreamParams

Defined in: sdks/trendyol/src/types/order.ts:179

Filter params for orders.listStream — the streaming alternative to orders.list. Uses Trendyol’s opaque nextCursor (forwarded as the @lonca/core CursorPaginationParams.cursor) instead of page-index pagination.

optional cursor?: string

Defined in: sdks/trendyol/src/types/order.ts:180


optional lastModifiedEndDate?: Date

Defined in: sdks/trendyol/src/types/order.ts:191

Upper bound for lastModified.


optional lastModifiedStartDate?: Date

Defined in: sdks/trendyol/src/types/order.ts:189

Lower bound for lastModified (Trendyol expects ms-epoch).


optional limit?: number

Defined in: sdks/trendyol/src/types/order.ts:181


optional packageItemStatuses?: string

Defined in: sdks/trendyol/src/types/order.ts:187

CSV of package-item statuses to filter by (e.g. 'Created,Picking,Invoiced'). Trendyol accepts the same status vocabulary as ShipmentPackageStatus.

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.