{
  "data": {
    "orders": [
      {
        "id": "gid://shopify/Order/1234567890123",
        "name": "#1234",
        "app": {
          "id": "gid://shopify/App/9876543210987"
        },
        "clientIp": "0.0.0.0",
        "customerAcceptsMarketing": false,
        "cancelReason": null,
        "cancelledAt": null,
        "closedAt": null,
        "confirmationNumber": "ABC123XYZ",
        "confirmed": true,
        "createdAt": "2024-12-08T11:29:38Z",
        "currencyCode": "USD",
        "currentSubtotalPriceSet": {
          "shopMoney": {
            "amount": "50.00",
            "currencyCode": "USD"
          },
          "presentmentMoney": {
            "amount": "50.00",
            "currencyCode": "USD"
          }
        },
        "currentTotalAdditionalFeesSet": null,
        "currentTotalDiscountsSet": {
          "shopMoney": {
            "amount": "5.00",
            "currencyCode": "USD"
          },
          "presentmentMoney": {
            "amount": "5.00",
            "currencyCode": "USD"
          }
        },
        "currentTotalDutiesSet": null,
        "currentTotalPriceSet": {
          "shopMoney": {
            "amount": "50.00",
            "currencyCode": "USD"
          },
          "presentmentMoney": {
            "amount": "50.00",
            "currencyCode": "USD"
          }
        },
        "currentTotalTaxSet": {
          "shopMoney": {
            "amount": "0.00",
            "currencyCode": "USD"
          },
          "presentmentMoney": {
            "amount": "0.00",
            "currencyCode": "USD"
          }
        },
        "customerLocale": "en",
        "discountCodes": [],
        "dutiesIncluded": false,
        "email": "example@example.com",
        "estimatedTaxes": false,
        "displayFinancialStatus": "PAID",
        "displayFulfillmentStatus": "UNFULFILLED",
        "retailLocation": null,
        "merchantBusinessEntity": {
          "id": "gid://shopify/BusinessEntity/1122334455667"
        },
        "merchantOfRecordApp": null,
        "note": "Example note",
        "originalTotalAdditionalFeesSet": null,
        "originalTotalDutiesSet": null,
        "paymentGatewayNames": [
          "manual"
        ],
        "phone": null,
        "poNumber": null,
        "presentmentCurrencyCode": "USD",
        "processedAt": "2024-12-08T11:29:38Z",
        "sourceIdentifier": "example-source-id",
        "sourceName": "9876543210987",
        "registeredSourceUrl": null,
        "subtotalPriceSet": {
          "shopMoney": {
            "amount": "50.00",
            "currencyCode": "USD"
          },
          "presentmentMoney": {
            "amount": "50.00",
            "currencyCode": "USD"
          }
        },
        "tags": [],
        "taxExempt": true,
        "taxLines": [],
        "taxesIncluded": false,
        "test": false,
        "totalCashRoundingAdjustment": {
          "paymentSet": {
            "shopMoney": {
              "amount": "0.00",
              "currencyCode": "USD"
            },
            "presentmentMoney": {
              "amount": "0.00",
              "currencyCode": "USD"
            }
          },
          "refundSet": {
            "shopMoney": {
              "amount": "0.00",
              "currencyCode": "USD"
            },
            "presentmentMoney": {
              "amount": "0.00",
              "currencyCode": "USD"
            }
          }
        },
        "totalDiscountsSet": {
          "shopMoney": {
            "amount": "5.00",
            "currencyCode": "USD"
          },
          "presentmentMoney": {
            "amount": "5.00",
            "currencyCode": "USD"
          }
        },
        "totalOutstandingSet": {
          "shopMoney": {
            "amount": "0.00",
            "currencyCode": "USD"
          }
        },
        "totalPriceSet": {
          "shopMoney": {
            "amount": "50.00",
            "currencyCode": "USD"
          },
          "presentmentMoney": {
            "amount": "50.00",
            "currencyCode": "USD"
          }
        },
        "totalShippingPriceSet": {
          "shopMoney": {
            "amount": "0.00",
            "currencyCode": "USD"
          },
          "presentmentMoney": {
            "amount": "0.00",
            "currencyCode": "USD"
          }
        },
        "totalTaxSet": {
          "shopMoney": {
            "amount": "0.00",
            "currencyCode": "USD"
          },
          "presentmentMoney": {
            "amount": "0.00",
            "currencyCode": "USD"
          }
        },
        "totalTipReceivedSet": {
          "shopMoney": {
            "amount": "0.00",
            "currencyCode": "USD"
          }
        },
        "totalWeight": "5000",
        "updatedAt": "2024-12-08T11:29:39Z",
        "billingAddress": {
          "address1": "123 Example St",
          "address2": null,
          "name": "John Doe",
          "lastName": "Doe",
          "company": null,
          "phone": null,
          "zip": "12345",
          "country": "United States",
          "countryCodeV2": "US",
          "province": "California",
          "provinceCode": "CA"
        },
        "customer": {
          "id": "gid://shopify/Customer/4567890123456",
          "displayName": "John Doe",
          "firstName": "John",
          "lastName": "Doe",
          "phone": null
        },
        "lineItems": {
          "nodes": [
            {
              "id": "gid://shopify/LineItem/2345678901234",
              "currentQuantity": 3,
              "unfulfilledQuantity": 3,
              "isGiftCard": false,
              "name": "Sample Product",
              "originalUnitPriceSet": {
                "shopMoney": {
                  "amount": "16.67",
                  "currencyCode": "USD"
                },
                "presentmentMoney": {
                  "amount": "16.67",
                  "currencyCode": "USD"
                }
              },
              "product": null,
              "quantity": 3,
              "requiresShipping": true,
              "sku": "EX123",
              "taxable": true,
              "title": "Sample Product",
              "totalDiscountSet": {
                "shopMoney": {
                  "amount": "5.00",
                  "currencyCode": "USD"
                },
                "presentmentMoney": {
                  "amount": "5.00",
                  "currencyCode": "USD"
                }
              },
              "variant": null,
              "vendor": "Example Vendor",
              "taxLines": [
                {
                  "channelLiable": false,
                  "priceSet": {
                    "shopMoney": {
                      "amount": "0.00",
                      "currencyCode": "USD"
                    },
                    "presentmentMoney": {
                      "amount": "0.00",
                      "currencyCode": "USD"
                    }
                  },
                  "rate": 0.05,
                  "title": "Example Tax"
                }
              ],
              "duties": [],
              "discountAllocations": [
                {
                  "allocatedAmountSet": {
                    "shopMoney": {
                      "amount": "5.00",
                      "currencyCode": "USD"
                    },
                    "presentmentMoney": {
                      "amount": "5.00",
                      "currencyCode": "USD"
                    }
                  },
                  "discountApplication": {
                    "index": 0
                  }
                }
              ]
            }
          ]
        },
        "paymentTerms": null,
        "refunds": [],
        "shippingAddress": {
          "firstName": "John",
          "address1": "123 Example St",
          "phone": null,
          "city": "Example City",
          "zip": "12345",
          "province": "California",
          "country": "United States",
          "lastName": "Doe",
          "address2": null,
          "company": null,
          "latitude": null,
          "longitude": null,
          "name": "John Doe",
          "countryCodeV2": "US",
          "provinceCode": "CA"
        }
      }
    ],
    "pageInfo": {
      "hasNextPage": false,
      "endCursor": "YXJyYXljb25uZWN0aW9uOjA="
    }
  }
}