object

OrderPageInfo

Schema for order's pagination.
Fields
current
Int
Specifies the current page number. It helps in identifying the position within the paginated results.
has_next
Boolean
Indicates whether there is a next page available. It is true if a next page exists and false if the current page is the last one.
item_total
Int
Total number of items available across all pages. It provides a count of all the items that match the query criteria, regardless of pagination.
size
Int
Represents the number of items on the current page. It indicates how many items are included in each page of the paginated response.
type
String
Specifies the current page number. It helps in identifying the position within the paginated results.