{
  "data": {
    "draftOrder": {
      "id": "gid://shopify/DraftOrder/1234567890123",
      "note2": "Sample Note",
      "email": "example@email.com",
      "taxesIncluded": false,
      "currencyCode": "USD",
      "invoiceSentAt": null,
      "createdAt": "2024-12-31T07:30:32Z",
      "updatedAt": "2024-12-31T07:30:33Z",
      "taxExempt": true,
      "completedAt": "2024-12-31T07:30:33Z",
      "name": "#D123",
      "status": "COMPLETED",
      "lineItems": {
        "nodes": [
          {
            "id": "gid://shopify/DraftOrderLineItem/9876543210987",
            "variant": null,
            "product": null,
            "title": "Example Product",
            "variantTitle": null,
            "sku": null,
            "vendor": null,
            "quantity": 3,
            "requiresShipping": false,
            "taxable": true,
            "isGiftCard": false,
            "fulfillmentService": {
              "type": "MANUAL"
            },
            "weight": {
              "unit": "KILOGRAMS",
              "value": 2
            },
            "taxLines": [
              {
                "channelLiable": null,
                "priceSet": {
                  "shopMoney": {
                    "amount": "0.0",
                    "currencyCode": "USD"
                  }
                },
                "rate": 0.05,
                "ratePercentage": 5,
                "source": "Shopify",
                "title": "Example State Tax"
              }
            ],
            "appliedDiscount": {
              "title": "Promo",
              "value": 10,
              "valueType": "PERCENTAGE",
              "description": "Seasonal Discount",
              "amountSet": {
                "shopMoney": {
                  "amount": "5.00",
                  "currencyCode": "USD"
                }
              }
            },
            "name": "Example Product",
            "custom": true,
            "originalUnitPriceSet": {
              "shopMoney": {
                "currencyCode": "USD",
                "amount": "20.00"
              }
            }
          }
        ]
      },
      "shippingAddress": {
        "firstName": "John",
        "address1": "123 Example St",
        "phone": "123-456-7890",
        "city": "Example City",
        "zip": "12345",
        "province": "California",
        "country": "United States",
        "lastName": "Doe",
        "address2": "Apt 101",
        "company": "Example Corp",
        "latitude": null,
        "longitude": null,
        "name": "John Doe",
        "countryCodeV2": "US",
        "provinceCode": "CA"
      },
      "billingAddress": {
        "firstName": "John",
        "address1": "123 Example St",
        "phone": "123-456-7890",
        "city": "Example City",
        "zip": "12345",
        "province": "California",
        "country": "United States",
        "lastName": "Doe",
        "address2": "Apt 101",
        "company": "Example Corp",
        "latitude": null,
        "longitude": null,
        "name": "John Doe",
        "countryCodeV2": "US",
        "provinceCode": "CA"
      },
      "invoiceUrl": "https://example-store.myshopify.com/123456/invoices/abcdef123456",
      "appliedDiscount": null,
      "order": {
        "id": "gid://shopify/Order/8765432109876"
      },
      "shippingLine": null,
      "taxLines": [],
      "tags": [],
      "totalPriceSet": {
        "shopMoney": {
          "amount": "60.00",
          "currencyCode": "USD"
        }
      },
      "subtotalPriceSet": {
        "shopMoney": {
          "amount": "60.00",
          "currencyCode": "USD"
        }
      },
      "totalTaxSet": {
        "shopMoney": {
          "amount": "0.0",
          "currencyCode": "USD"
        }
      },
      "paymentTerms": null,
      "customer": {
        "id": "gid://shopify/Customer/1234567890123",
        "email": "example@email.com",
        "createdAt": "2022-01-01T10:00:00Z",
        "updatedAt": "2024-12-31T07:30:33Z",
        "firstName": "John",
        "lastName": "Doe",
        "numberOfOrders": "5",
        "state": "ENABLED",
        "amountSpent": {
          "amount": "500.00",
          "currencyCode": "USD"
        },
        "lastOrder": {
          "id": "gid://shopify/Order/8765432109876",
          "name": "#5678"
        },
        "note": null,
        "verifiedEmail": true,
        "multipassIdentifier": null,
        "taxExempt": false,
        "tags": [],
        "phone": "123-456-7890",
        "taxExemptions": [],
        "emailMarketingConsent": {
          "marketingState": "SUBSCRIBED",
          "consentUpdatedAt": null
        },
        "smsMarketingConsent": null,
        "defaultAddress": {
          "id": "gid://shopify/MailingAddress/9876543210987",
          "firstName": "John",
          "lastName": "Doe",
          "company": "Example Corp",
          "address1": "123 Example St",
          "address2": "Apt 101",
          "city": "Example City",
          "province": "California",
          "country": "United States",
          "zip": "12345",
          "phone": "123-456-7890",
          "name": "John Doe",
          "provinceCode": "CA",
          "countryCodeV2": "US"
        }
      }
    }
  }
}