{
  "data": {
    "userErrors": [],
    "customer": {
      "id": "gid://shopify/Customer/8000000000000",
      "email": "example@example.com",
      "createdAt": "2025-01-07T09:32:23Z",
      "updatedAt": "2025-01-07T09:32:23Z",
      "firstName": "John",
      "lastName": "Doe",
      "state": "DISABLED",
      "lastOrder": null,
      "note": null,
      "verifiedEmail": true,
      "multipassIdentifier": null,
      "taxExempt": false,
      "tags": [],
      "phone": "+18000000000",
      "addresses": [
        {
          "id": "gid://shopify/MailingAddress/9000000000000?model_name=CustomerAddress",
          "firstName": "Jane",
          "lastName": "Smith",
          "company": "Example Corp",
          "address1": "456 Oak Avenue",
          "address2": "Suite 12",
          "city": "Metropolis",
          "province": "California",
          "country": "United States",
          "zip": "90210",
          "phone": "555-000-0000",
          "name": "Jane Smith",
          "provinceCode": "CA",
          "countryCodeV2": "US"
        }
      ],
      "taxExemptions": [],
      "emailMarketingConsent": {
        "marketingState": "NOT_SUBSCRIBED",
        "marketingOptInLevel": "SINGLE_OPT_IN",
        "consentUpdatedAt": null
      },
      "smsMarketingConsent": {
        "marketingState": "NOT_SUBSCRIBED",
        "marketingOptInLevel": "SINGLE_OPT_IN",
        "consentUpdatedAt": null,
        "consentCollectedFrom": "OTHER"
      },
      "defaultAddress": {
        "id": "gid://shopify/MailingAddress/9000000000000?model_name=CustomerAddress",
        "firstName": "Jane",
        "lastName": "Smith",
        "company": "Example Corp",
        "address1": "456 Oak Avenue",
        "address2": "Suite 12",
        "city": "Metropolis",
        "province": "California",
        "country": "United States",
        "zip": "90210",
        "phone": "555-000-0000",
        "name": "Jane Smith",
        "provinceCode": "CA",
        "countryCodeV2": "US"
      }
    }
  }
}