Fields
filters
OrderFiltersFilter 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' }].
page
OrderPageInfoPagination configuration such as current page and total items. For example, `page` can be set to a OrderPageInfo object.
Was this section helpful?