{
  "data": {
    "data": {
      "draft_orders": [
        {
          "id": 1234567890,
          "note": null,
          "email": "example@example.com",
          "taxes_included": false,
          "currency": "USD",
          "invoice_sent_at": null,
          "created_at": "2022-02-16T18:49:34Z",
          "updated_at": "2022-02-16T18:49:34Z",
          "tax_exempt": false,
          "completed_at": null,
          "name": "#D1",
          "status": "OPEN",
          "line_items": [
            {
              "id": 9876543210,
              "variant_id": null,
              "product_id": null,
              "title": "Example Product",
              "variant_title": null,
              "sku": "EXAMPLE-SKU",
              "vendor": "Example Vendor",
              "quantity": 1,
              "requires_shipping": true,
              "taxable": true,
              "gift_card": false,
              "fulfillment_service": "MANUAL",
              "tax_lines": [
                {
                  "channel_liable": null,
                  "rate": 0.045,
                  "title": "Example State Tax",
                  "price_set": {
                    "shop_money": {
                      "amount": "0.54",
                      "currency_code": "USD"
                    }
                  },
                  "price": "0.54"
                }
              ],
              "applied_discount": null,
              "name": "Example Line Item",
              "custom": true,
              "original_unit_price": "12.0",
              "admin_graphql_api_id": "gid://shopify/DraftOrderLineItem/9876543210"
            }
          ],
          "shipping_address": {
            "first_name": "John",
            "last_name": "Doe",
            "address1": "123 Example St",
            "address2": null,
            "city": "Example City",
            "province": "Example Province",
            "country": "Example Country",
            "zip": "12345",
            "phone": "123-456-7890"
          },
          "billing_address": {
            "first_name": "Jane",
            "last_name": "Smith",
            "address1": "456 Example Ave",
            "address2": null,
            "city": "Example City",
            "province": "Example Province",
            "country": "Example Country",
            "zip": "67890",
            "phone": "987-654-3210"
          },
          "invoice_url": "https://example-store.myshopify.com/invoices/exampleInvoiceId",
          "applied_discount": null,
          "order_id": null,
          "shipping_line": null,
          "tax_lines": [
            {
              "rate": 0.045,
              "rate_percentage": 4.5,
              "source": null,
              "price_set": {
                "shop_money": {
                  "amount": "0.54",
                  "currency_code": "USD"
                }
              },
              "price": "0.54",
              "channel_liable": null,
              "title": "Example State Tax"
            }
          ],
          "tags": "",
          "total_price": "12.78",
          "subtotal_price": "12.0",
          "total_tax": "0.78",
          "payment_terms": null,
          "customer": {
            "id": 1122334455,
            "email": "customer@example.com",
            "first_name": "Alice",
            "last_name": "Johnson",
            "phone": "111-222-3333"
          },
          "admin_graphql_api_id": "gid://shopify/DraftOrder/1234567890"
        }
      ]
    },
    "pagination": {
      "next": {
        "page_info": "YXJyYXljb25uZWN0aW9uOjA=",
        "rel": "next"
      }
    },
    "pageInfo": "YXJyYXljb25uZWN0aW9uOjA=",
    "rel": "rel=\"next\""
  }
}