OrdersConnection Object
Description
Connection type for paginated order results with pagination metadata.
Declaration
type OrdersConnection {
pagination: Pagination
orders: [Order!]!
stats: OrdersStats
}
Fields
| Name | Type | Description |
|---|---|---|
pagination | Pagination | Pagination information including page number, total count, and limit. |
orders | [Order!]! | List of orders in the current page. |
stats ⚠️ | OrdersStats | Order statistics including total revenue. This field is deprecated and no longer supported. ⚠️ Deprecated: No longer supported |