Skip to content

OffsetPage

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

Offset-based pagination envelope returned by marketplaces that expose { totalCount, limit, offset, pageCount, items[] } instead of opaque cursors. Hepsiburada’s OMS uses this shape; some legacy Trendyol endpoints do too. Distinct from CursorPage<T> so callers can tell at the type level which pagination model an endpoint uses.

T

items: T[]

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

Page rows.


limit: number

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

Echo of the request limit.


offset: number

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

Echo of the request offset.


pageCount: number

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

Total number of pages at the requested limit.


totalCount: number

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

Total number of items matching the query across all pages.

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.