Skip to main content

OrdersConnection Object

Description

Connection type for paginated order results with pagination metadata.

Declaration

type OrdersConnection {
pagination: Pagination
orders: [Order!]!
stats: OrdersStats
}

Fields

NameTypeDescription
paginationPaginationPagination information including page number, total count, and limit.
orders[Order!]!List of orders in the current page.
stats ⚠️OrdersStatsOrder statistics including total revenue. This field is deprecated and no longer supported. ⚠️ Deprecated: No longer supported