@@ -9,6 +9,25 @@ query GetOrderList($options: OrderListOptions) {
subTotalWithTax
totalWithTax
shippingWithTax
+ shippingLines {
+ shippingMethod {
+ id
+ name
+ }
+ priceWithTax
+ lines {
+ productVariant {
+ featuredAsset {
+ preview
+ linePriceWithTax
+ quantity
}
@@ -9,25 +9,6 @@ query GetOrderList($options: OrderListOptions) {
- shippingLines {
- shippingMethod {
- id
- name
- }
- priceWithTax
- lines {
- productVariant {
- featuredAsset {
- preview
- linePriceWithTax
- quantity