query GetOrderList($options: OrderListOptions) { orders(options: $options) { totalItems items { id state currencyCode totalQuantity subTotalWithTax totalWithTax shippingWithTax } } }