> For the complete documentation index, see [llms.txt](https://docs.getdor.com/dtm-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.getdor.com/dtm-docs/dtm-api/endpoints/schemas/address.md).

# Address

Information about a physical address. Used in shipping and for determining the time zone of a Location.

| Field                | Type   | Required | Example              | Description                                            |
| -------------------- | ------ | -------- | -------------------- | ------------------------------------------------------ |
| name                 | string | No       | Mike's Bikes Address |                                                        |
| address\_1           | string | No       | 1234 Demo Street     |                                                        |
| address\_2           | string | No       |                      | Optional additional address information                |
| city                 | string | No       | San Francisco        |                                                        |
| administrative\_area | string | No       | CA                   | State, Province, or local region code based on country |
| country              | string | No       | United States        |                                                        |
| postal\_code         | string | No       | 94110                |                                                        |

<br>
