PaginationParams
The PaginationParams interface defines the parameters required for pagination.
Properties
-
marketplaceId:string | number | bigintThe ID of the marketplace to paginate through. -
start:number(optional) The starting index for pagination (default: 0). -
steps:number(optional) The number of items to retrieve per page (default: 20).