---
title: "Reservation data model"
url: "https://docs.unified.to/commerce/reservation/model"
description: "API reference for Reservation data model. Launch multiple pre-built Reservation integrations today with zero maintenance — all through a single API."
generated_at: "2026-06-26T21:10:49.752Z"
---
# Reservation 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 

**location\_id**string 

(reference to CommerceLocation)

**start\_at**date 

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

**end\_at**date 

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

**size**number 

**status** enum

Valid values:

 "PENDING" 

 "CONFIRMED" 

 "CANCELLED" 

 "NO\_SHOW" 

 "COMPLETED" 

**guest\_name**string 

**guest\_phone**string 

**guest\_email**string 

**notes**string 

**item\_id**string 

(reference to CommerceItem)

**item\_name**string 

**staff\_user\_id**string 

(reference to HrisEmployee)

**staff\_name**string 

**created\_at**date 

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

**updated\_at**date 

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

**url**string 

**raw**any
