---
title: "Location data model"
url: "https://docs.unified.to/commerce/location/model"
description: "API reference for Location data model. Launch multiple pre-built Location integrations today with zero maintenance — all through a single API."
generated_at: "2026-05-25T17:21:18.135Z"
---
# Location data model

 View field support, webhooks, and list parameters for each integration on the [Supported Integrations](/commerce/integrations) page. 

### 

* Data Model
* Typescript Type
* Zod Shape
* Python Class

Data Model

**id**string 

**created\_at**date 

(ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)

**updated\_at**date 

(ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)

**name**string 

**address**object 

**description**string 

**is\_active**boolean 

**language\_locale**string 

**parent\_id**string 

**currency**string 

**location\_type** enum

Valid values:

 "RESTAURANT" 

 "SALON" 

 "WAREHOUSE" 

 "STORE" 

 "OTHER" 

**telephones** array 

**rating**number 

**review\_count**number 

**price\_level**string 

**latitude**number 

**longitude**number 

**image\_url**string 

**web\_url**string 

**media** array 

**raw**any 

**categories**string array
