object

OrderConnection

Order listing details, for example the response of an order history page.
Fields
Filter options available for the order listings. For example, [{ value: 1, display: 'Placed' }].
items
[Order]
List of orders, each containing detailed information about individual orders and their respective shipments. For example, [{ order_id: 'FY123' }].
Pagination configuration such as current page and total items. For example, `page` can be set to a OrderPageInfo object.