# ip_address

> The ip_address Liquid object, which returns the country code matching the visitor's IP inside the order verify template of a Shoplazza theme.

Information about the country code corresponding to the current IP in the order verify template.

| Properties      | Type                                | Description                                                                                                          |
| :-------------- | :---------------------------------- | :------------------------------------------------------------------------------------------------------------------- |
| `country_short` | [string](../basics/liquid-types#string) | The country of the IP's address is in [ISO 3166-1 (alpha 2) format](https://www.iso.org/glossary-for-iso-3166.html). |

```json title="Object"
{
  "country_short": "CN"
}
```
