For AI agents: visit https://docs.deliverysolutions.co/llms.txt for an index of all pages formatted in Markdown and endpoints in OpenAPI.
| Property | Type | Required | Description |
|---|
| street | string | true | Address Line 1 (Street Number and Street Name). |
| street2 | string | false | Address Line 2 (not to be used for apartment / suite #). |
| apartmentNumber | string | false | Apartment / Suite #. |
| city | string | true | Name of the City. |
| state | string | true | 2-character State Code. |
| zipcode | string | true | Zip or postal code. For USA, 9 digit zipcode are accepted, the first 5 digits are mandatory, the last 4 digits are optional. |
| country | string | false | 2-character country code ISO 3166-1 alpha-2. Defaults to US. |
| latitude | string | false | Latitude coordinates of the address |
| longitude | string | false | Longitude coordinates of the address |