AI agent? Read this page as Markdown at /commerce/reservation/model.md — append .md to any docs URL, or start from /llms.txt.
Reservation data model
View field support, webhooks, and list parameters for each integration on the Supported Integrations page.
idstring
location_idstring
(reference to CommerceLocation)
start_atdate
(ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)
end_atdate
(ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)
sizenumber
status enum
Valid values:
"PENDING"
"CONFIRMED"
"CANCELLED"
"NO_SHOW"
"COMPLETED"
guest_namestring
guest_phonestring
guest_emailstring
notesstring
item_idstring
(reference to CommerceItem)
item_namestring
staff_user_idstring
(reference to HrisEmployee)
staff_namestring
created_atdate
(ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)
updated_atdate
(ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)
urlstring
Are we missing anything? Let us know