> For clean Markdown of any page, append .md to the page URL.
> For a complete documentation index, see https://docs.ordergroove.com/llms.txt.
> For AI client integration (Claude Code, Cursor, etc.), connect to the MCP server at https://docs.ordergroove.com/_mcp/server.

# AddressType

## Fields

| Field               | Type        | Required |
| ------------------- | ----------- | -------- |
| `address`           | `String!`   | Yes      |
| `address2`          | `String`    | No       |
| `city`              | `String!`   | Yes      |
| `companyName`       | `String`    | No       |
| `countryCode`       | `String!`   | Yes      |
| `created`           | `DateTime!` | Yes      |
| `fax`               | `String`    | No       |
| `firstName`         | `String!`   | Yes      |
| `label`             | `String`    | No       |
| `lastName`          | `String!`   | Yes      |
| `live`              | `Boolean!`  | Yes      |
| `phone`             | `String`    | No       |
| `priceCode`         | `String`    | No       |
| `publicId`          | `String`    | No       |
| `stateProvinceCode` | `String!`   | Yes      |
| `tokenId`           | `String`    | No       |
| `zipPostalCode`     | `String!`   | Yes      |

## Related queries

* [`order`](/graphql/graphql-definitions/queries/order) — Get subscription details by order
* [`subscription`](/graphql/graphql-definitions/queries/subscription) — Get subscription for account management
* [`subscriptions`](/graphql/graphql-definitions/queries/subscriptions) — List subscriptions with delivery details