> For the complete documentation index, see [llms.txt](https://docs.sendstackhq.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sendstackhq.com/guides/addresses-and-locations.md).

# Addresses and Locations

Every delivery requires an address field and any of the 3 below options depending on the delivery type:&#x20;

Location Code: This maps to an area, local government, or province connected to the address. See how to get list of locations and locationCode [here](/delivery-api/locations/get-delivery-locations.md)

Latitude and Longitude: This is the geo-coordinate of the address&#x20;

Country Code and City: This is the country code and city of the address. See how to get list of countries and countryCode [here](/delivery-api/locations/get-countries.md)

The table below describes which fields are permitted based on delivery type

| Delivery Type | Lat/ Long | Location code | Country/ City |
| ------------- | --------- | ------------- | ------------- |
| Intra-city    | Yes       | Yes           | No            |
| Nationwide    | Yes       | Yes           | Yes           |
| International | No        | No            | Yes           |
