Authentication
Authorization: Bearer <HALLIFY_PREORDER_MANAGE_TOKEN>Guest-owned capability for managing a preorder.
Parameters
No path, query or ordinary header parameters. See authentication and request body below.
Request body
Required
Capability-owned proposed fulfillment, guest, address, menu, channel, and cart values plus the expected preorder revision.
application/json
Full definition
{
"$ref": "#/components/schemas/QuotePublicPreorderAmendmentDto"
}Responses
200Returns the time-limited amendment quote and protected acceptance token.
Full definition
{
"$ref": "#/components/schemas/PreorderQuoteDto"
}{
"quoteId": "123728f6-ac4b-43a8-8f9e-44585ec81783",
"quoteToken": "synthetic-example-credential",
"status": "ISSUED",
"serviceMode": "DINE_IN",
"scheduledFor": "2026-01-15T12:00:00.000Z",
"lines": [
{
"clientLineId": "example-id",
"sortOrder": 1,
"quantity": 1,
"menuItemId": "16ee6f36-c0cb-4311-85e8-2d2b3edea0fd",
"menuVariantId": null,
"name": "Example name",
"unitPrice": "1.00",
"lineTotal": "1.00",
"policyHash": "deadbeefdeadbeefdeadbeefdeadbeefdeadbeefdeadbeefdeadbeefdeadbeef",
"structurePlanHash": "deadbeefdeadbeefdeadbeefdeadbeefdeadbeefdeadbeefdeadbeefdeadbeef"
}
],
"financialPolicyVersionId": "b36de587-2415-41cd-8269-c8dc9aa8ee66",
"financialPolicyHash": "deadbeefdeadbeefdeadbeefdeadbeefdeadbeefdeadbeefdeadbeefdeadbeef",
"fulfillmentPolicyHash": "deadbeefdeadbeefdeadbeefdeadbeefdeadbeefdeadbeefdeadbeefdeadbeef",
"adjustmentEvidenceHash": "deadbeefdeadbeefdeadbeefdeadbeefdeadbeefdeadbeefdeadbeefdeadbeef",
"capacityUnits": 1,
"quotedSubtotal": "1.00",
"quotedDiscountTotal": "1.00",
"quotedServiceCharge": "1.00",
"quotedTax": "1.00",
"quotedDeliveryFee": "1.00",
"quotedTotal": "1.00",
"quotedNetPaid": "1.00",
"quotedRemaining": "1.00",
"quotedRefundDue": "1.00",
"quotedDepositRequired": "1.00",
"depositDueAt": null,
"cancellationCutoffAt": null,
"currency": "GEL",
"issuedAt": "2026-01-15T10:00:00.000Z",
"expiresAt": "2026-12-31T18:00:00.000Z"
}401Rejects a missing, malformed, expired, revoked, or invalid preorderManageToken credential at the owning domain boundary.
Full definition
{
"$ref": "#/components/schemas/TranslatedErrorDto"
}{
"statusCode": 401,
"error": "errors:http.unauthorized",
"code": "HTTP_UNAUTHORIZED",
"message": "errors:http.unauthorized",
"translationKey": "errors:http.unauthorized"
}Schemas
QuotePublicPreorderAmendmentDto
Capability-owned proposed fulfillment, guest, address, menu, channel, and cart values plus the expected preorder revision.
serviceModeRequiredAllowed service mode for quote public preorder amendment: DINE_IN, PICKUP, DELIVERY, CATERING.
stringFull definition
{ "type": "string", "enum": [ "DINE_IN", "PICKUP", "DELIVERY", "CATERING" ], "description": "Allowed service mode for quote public preorder amendment: DINE_IN, PICKUP, DELIVERY, CATERING.", "example": "DINE_IN" }scheduledForRequiredRFC 3339 timestamp for scheduled for; offsets represent the same absolute instant.
string · date-timeFull definition
{ "type": "string", "format": "date-time", "description": "RFC 3339 timestamp for scheduled for; offsets represent the same absolute instant.", "example": "2026-01-15T12:00:00.000Z" }partySizeRequiredWhole-number party size recorded for quote public preorder amendment. Accepted values enforce minimum 1 and maximum 10000.
integerFull definition
{ "type": "integer", "minimum": 1, "maximum": 10000, "description": "Whole-number party size recorded for quote public preorder amendment. Accepted values enforce minimum 1 and maximum 10000.", "example": 1 }contactNameRequiredHuman-readable contact name for quote public preorder amendment.
stringFull definition
{ "type": "string", "description": "Human-readable contact name for quote public preorder amendment.", "example": "Example name" }contactPhoneOptionalTelephone number recorded for contact phone in quote public preorder amendment. Null means no value is recorded for this representation.
string · nullFull definition
{ "type": "string", "nullable": true, "description": "Telephone number recorded for contact phone in quote public preorder amendment. Null means no value is recorded for this representation.", "example": "+995555000000" }contactEmailOptionalEmail address recorded for contact email in quote public preorder amendment. Null means no value is recorded for this representation.
string · email · nullFull definition
{ "type": "string", "nullable": true, "description": "Email address recorded for contact email in quote public preorder amendment. Null means no value is recorded for this representation.", "format": "email", "example": "user@example.test" }addressLine1OptionalPrimary street-address line for quote public preorder amendment. Null means no value is recorded for this representation.
string · nullFull definition
{ "type": "string", "nullable": true, "description": "Primary street-address line for quote public preorder amendment. Null means no value is recorded for this representation.", "example": "example" }addressLine2OptionalOptional secondary address details such as unit, floor, or building for quote public preorder amendment. Null means no value is recorded for this representation.
string · nullFull definition
{ "type": "string", "nullable": true, "description": "Optional secondary address details such as unit, floor, or building for quote public preorder amendment. Null means no value is recorded for this representation.", "example": "example" }cityOptionalCity or locality recorded for the address represented by quote public preorder amendment. Null means no value is recorded for this representation.
string · nullFull definition
{ "type": "string", "nullable": true, "description": "City or locality recorded for the address represented by quote public preorder amendment. Null means no value is recorded for this representation.", "example": "example" }regionOptionalRegion, state, or administrative subdivision recorded for quote public preorder amendment. Null means no value is recorded for this representation.
string · nullFull definition
{ "type": "string", "nullable": true, "description": "Region, state, or administrative subdivision recorded for quote public preorder amendment. Null means no value is recorded for this representation.", "example": "example" }postalCodeOptionalStable postal code used to classify or address quote public preorder amendment. Null means no value is recorded for this representation.
string · nullFull definition
{ "type": "string", "nullable": true, "description": "Stable postal code used to classify or address quote public preorder amendment. Null means no value is recorded for this representation.", "example": "EXAMPLE" }countryCodeOptionalStable country code used to classify or address quote public preorder amendment. Null means no value is recorded for this representation.
string · nullFull definition
{ "type": "string", "nullable": true, "description": "Stable country code used to classify or address quote public preorder amendment. Null means no value is recorded for this representation.", "example": "GE" }administrativeDivisionIdOptionalHallify UUID identifying administrative division associated with quote public preorder amendment. Null means no value is recorded for this representation.
string · uuid · nullFull definition
{ "type": "string", "format": "uuid", "nullable": true, "description": "Hallify UUID identifying administrative division associated with quote public preorder amendment. Null means no value is recorded for this representation.", "example": "c8efbc76-614d-4a79-8f15-db6d48283d46" }localityIdOptionalHallify UUID identifying locality associated with quote public preorder amendment. Null means no value is recorded for this representation.
string · uuid · nullFull definition
{ "type": "string", "format": "uuid", "nullable": true, "description": "Hallify UUID identifying locality associated with quote public preorder amendment. Null means no value is recorded for this representation.", "example": "1bfa5864-39f3-4647-8093-42aea5d9d046" }postalCodeIdOptionalHallify UUID identifying postal code associated with quote public preorder amendment. Null means no value is recorded for this representation.
string · uuid · nullFull definition
{ "type": "string", "format": "uuid", "nullable": true, "description": "Hallify UUID identifying postal code associated with quote public preorder amendment. Null means no value is recorded for this representation.", "example": "7424d59b-d459-4e7b-8cbc-7f5222274f26" }latitudeOptionalFraction-capable numeric latitude recorded for quote public preorder amendment. Accepted values enforce minimum -90 and maximum 90. Null means no value is recorded for this representation.
number · nullFull definition
{ "type": "number", "minimum": -90, "maximum": 90, "nullable": true, "description": "Fraction-capable numeric latitude recorded for quote public preorder amendment. Accepted values enforce minimum -90 and maximum 90. Null means no value is recorded for this representation.", "example": 41.7151 }longitudeOptionalFraction-capable numeric longitude recorded for quote public preorder amendment. Accepted values enforce minimum -180 and maximum 180. Null means no value is recorded for this representation.
number · nullFull definition
{ "type": "number", "minimum": -180, "maximum": 180, "nullable": true, "description": "Fraction-capable numeric longitude recorded for quote public preorder amendment. Accepted values enforce minimum -180 and maximum 180. Null means no value is recorded for this representation.", "example": 44.8271 }coordinateSourceOptionalAllowed coordinate source for quote public preorder amendment: STAFF, EXTERNAL_CLIENT, GEOREFERENCE_CENTROID. Null means no value is recorded for this representation.
string · nullFull definition
{ "type": "string", "enum": [ "STAFF", "EXTERNAL_CLIENT", "GEOREFERENCE_CENTROID", null ], "nullable": true, "description": "Allowed coordinate source for quote public preorder amendment: STAFF, EXTERNAL_CLIENT, GEOREFERENCE_CENTROID. Null means no value is recorded for this representation.", "example": "STAFF" }coordinateAccuracyOptionalWhole-number coordinate accuracy recorded for quote public preorder amendment. Accepted values enforce minimum 0 and maximum 10. Null means no value is recorded for this representation.
integer · nullFull definition
{ "type": "integer", "minimum": 0, "maximum": 10, "nullable": true, "description": "Whole-number coordinate accuracy recorded for quote public preorder amendment. Accepted values enforce minimum 0 and maximum 10. Null means no value is recorded for this representation.", "example": 0 }deliveryInstructionsOptionalDelivery instructions for quote public preorder amendment. Null means no value is recorded for this representation.
string · nullFull definition
{ "type": "string", "nullable": true, "description": "Delivery instructions for quote public preorder amendment. Null means no value is recorded for this representation.", "example": "example" }noteOptionalHuman-entered note retained with quote public preorder amendment. Null means no value is recorded for this representation.
string · nullFull definition
{ "type": "string", "nullable": true, "description": "Human-entered note retained with quote public preorder amendment. Null means no value is recorded for this representation.", "example": "Synthetic example" }capacityOverrideReasonOptionalManager reason for an explicit capacity overbook. Requires preorders.override.
stringFull definition
{ "type": "string", "description": "Manager reason for an explicit capacity overbook. Requires preorders.override.", "minLength": 1, "maxLength": 1000, "example": "Synthetic example" }salesChannelIdRequiredHallify UUID identifying sales channel associated with quote public preorder amendment.
string · uuidFull definition
{ "type": "string", "format": "uuid", "description": "Hallify UUID identifying sales channel associated with quote public preorder amendment.", "example": "ff0fa725-ba44-4e7a-82bb-a15650e0a0cc" }clientMenuVersionIdRequiredHallify UUID identifying client menu version associated with quote public preorder amendment.
string · uuidFull definition
{ "type": "string", "format": "uuid", "description": "Hallify UUID identifying client menu version associated with quote public preorder amendment.", "example": "cd2f2c2a-ba73-4579-8e32-52da8388fd05" }clientGraphHashRequiredOpaque graph token returned by the published menu endpoint.
stringFull definition
{ "type": "string", "description": "Opaque graph token returned by the published menu endpoint.", "pattern": "^menu-cost-v1\\.graph\\.[A-Za-z0-9_-]{43}$", "example": "menu-cost-v1.graph.aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa" }itemsRequiredPreorder cart line returned in the quote public preorder amendment collection.
arrayFull definition
{ "minItems": 1, "maxItems": 100, "type": "array", "items": { "$ref": "#/components/schemas/PreorderCartLineDto" }, "description": "Preorder cart line returned in the quote public preorder amendment collection.", "example": [ { "clientLineId": "example-id", "quantity": 1 } ] }expectedRevisionRequiredCurrent integer revision read by the caller; a stale value rejects the mutation. Accepted values enforce minimum 1.
integerFull definition
{ "type": "integer", "minimum": 1, "description": "Current integer revision read by the caller; a stale value rejects the mutation. Accepted values enforce minimum 1.", "example": 1 }
Full definition
{
"type": "object",
"properties": {
"serviceMode": {
"type": "string",
"enum": [
"DINE_IN",
"PICKUP",
"DELIVERY",
"CATERING"
],
"description": "Allowed service mode for quote public preorder amendment: DINE_IN, PICKUP, DELIVERY, CATERING.",
"example": "DINE_IN"
},
"scheduledFor": {
"type": "string",
"format": "date-time",
"description": "RFC 3339 timestamp for scheduled for; offsets represent the same absolute instant.",
"example": "2026-01-15T12:00:00.000Z"
},
"partySize": {
"type": "integer",
"minimum": 1,
"maximum": 10000,
"description": "Whole-number party size recorded for quote public preorder amendment. Accepted values enforce minimum 1 and maximum 10000.",
"example": 1
},
"contactName": {
"type": "string",
"description": "Human-readable contact name for quote public preorder amendment.",
"example": "Example name"
},
"contactPhone": {
"type": "string",
"nullable": true,
"description": "Telephone number recorded for contact phone in quote public preorder amendment. Null means no value is recorded for this representation.",
"example": "+995555000000"
},
"contactEmail": {
"type": "string",
"nullable": true,
"description": "Email address recorded for contact email in quote public preorder amendment. Null means no value is recorded for this representation.",
"format": "email",
"example": "user@example.test"
},
"addressLine1": {
"type": "string",
"nullable": true,
"description": "Primary street-address line for quote public preorder amendment. Null means no value is recorded for this representation.",
"example": "example"
},
"addressLine2": {
"type": "string",
"nullable": true,
"description": "Optional secondary address details such as unit, floor, or building for quote public preorder amendment. Null means no value is recorded for this representation.",
"example": "example"
},
"city": {
"type": "string",
"nullable": true,
"description": "City or locality recorded for the address represented by quote public preorder amendment. Null means no value is recorded for this representation.",
"example": "example"
},
"region": {
"type": "string",
"nullable": true,
"description": "Region, state, or administrative subdivision recorded for quote public preorder amendment. Null means no value is recorded for this representation.",
"example": "example"
},
"postalCode": {
"type": "string",
"nullable": true,
"description": "Stable postal code used to classify or address quote public preorder amendment. Null means no value is recorded for this representation.",
"example": "EXAMPLE"
},
"countryCode": {
"type": "string",
"nullable": true,
"description": "Stable country code used to classify or address quote public preorder amendment. Null means no value is recorded for this representation.",
"example": "GE"
},
"administrativeDivisionId": {
"type": "string",
"format": "uuid",
"nullable": true,
"description": "Hallify UUID identifying administrative division associated with quote public preorder amendment. Null means no value is recorded for this representation.",
"example": "c8efbc76-614d-4a79-8f15-db6d48283d46"
},
"localityId": {
"type": "string",
"format": "uuid",
"nullable": true,
"description": "Hallify UUID identifying locality associated with quote public preorder amendment. Null means no value is recorded for this representation.",
"example": "1bfa5864-39f3-4647-8093-42aea5d9d046"
},
"postalCodeId": {
"type": "string",
"format": "uuid",
"nullable": true,
"description": "Hallify UUID identifying postal code associated with quote public preorder amendment. Null means no value is recorded for this representation.",
"example": "7424d59b-d459-4e7b-8cbc-7f5222274f26"
},
"latitude": {
"type": "number",
"minimum": -90,
"maximum": 90,
"nullable": true,
"description": "Fraction-capable numeric latitude recorded for quote public preorder amendment. Accepted values enforce minimum -90 and maximum 90. Null means no value is recorded for this representation.",
"example": 41.7151
},
"longitude": {
"type": "number",
"minimum": -180,
"maximum": 180,
"nullable": true,
"description": "Fraction-capable numeric longitude recorded for quote public preorder amendment. Accepted values enforce minimum -180 and maximum 180. Null means no value is recorded for this representation.",
"example": 44.8271
},
"coordinateSource": {
"type": "string",
"enum": [
"STAFF",
"EXTERNAL_CLIENT",
"GEOREFERENCE_CENTROID",
null
],
"nullable": true,
"description": "Allowed coordinate source for quote public preorder amendment: STAFF, EXTERNAL_CLIENT, GEOREFERENCE_CENTROID. Null means no value is recorded for this representation.",
"example": "STAFF"
},
"coordinateAccuracy": {
"type": "integer",
"minimum": 0,
"maximum": 10,
"nullable": true,
"description": "Whole-number coordinate accuracy recorded for quote public preorder amendment. Accepted values enforce minimum 0 and maximum 10. Null means no value is recorded for this representation.",
"example": 0
},
"deliveryInstructions": {
"type": "string",
"nullable": true,
"description": "Delivery instructions for quote public preorder amendment. Null means no value is recorded for this representation.",
"example": "example"
},
"note": {
"type": "string",
"nullable": true,
"description": "Human-entered note retained with quote public preorder amendment. Null means no value is recorded for this representation.",
"example": "Synthetic example"
},
"capacityOverrideReason": {
"type": "string",
"description": "Manager reason for an explicit capacity overbook. Requires preorders.override.",
"minLength": 1,
"maxLength": 1000,
"example": "Synthetic example"
},
"salesChannelId": {
"type": "string",
"format": "uuid",
"description": "Hallify UUID identifying sales channel associated with quote public preorder amendment.",
"example": "ff0fa725-ba44-4e7a-82bb-a15650e0a0cc"
},
"clientMenuVersionId": {
"type": "string",
"format": "uuid",
"description": "Hallify UUID identifying client menu version associated with quote public preorder amendment.",
"example": "cd2f2c2a-ba73-4579-8e32-52da8388fd05"
},
"clientGraphHash": {
"type": "string",
"description": "Opaque graph token returned by the published menu endpoint.",
"pattern": "^menu-cost-v1\\.graph\\.[A-Za-z0-9_-]{43}$",
"example": "menu-cost-v1.graph.aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"
},
"items": {
"minItems": 1,
"maxItems": 100,
"type": "array",
"items": {
"$ref": "#/components/schemas/PreorderCartLineDto"
},
"description": "Preorder cart line returned in the quote public preorder amendment collection.",
"example": [
{
"clientLineId": "example-id",
"quantity": 1
}
]
},
"expectedRevision": {
"type": "integer",
"minimum": 1,
"description": "Current integer revision read by the caller; a stale value rejects the mutation. Accepted values enforce minimum 1.",
"example": 1
}
},
"required": [
"serviceMode",
"scheduledFor",
"partySize",
"contactName",
"salesChannelId",
"clientMenuVersionId",
"clientGraphHash",
"items",
"expectedRevision"
],
"description": "Capability-owned proposed fulfillment, guest, address, menu, channel, and cart values plus the expected preorder revision.",
"example": {
"serviceMode": "DINE_IN",
"scheduledFor": "2026-01-15T12:00:00.000Z",
"partySize": 1,
"contactName": "Example name",
"salesChannelId": "ff0fa725-ba44-4e7a-82bb-a15650e0a0cc",
"clientMenuVersionId": "cd2f2c2a-ba73-4579-8e32-52da8388fd05",
"clientGraphHash": "menu-cost-v1.graph.aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
"items": [
{
"clientLineId": "example-id",
"quantity": 1
}
],
"expectedRevision": 1
}
}PreorderCartLineDto
Preorder cart entry embedded in a operations collection or aggregate.
clientLineIdRequiredStable cart line id generated by the client.
stringFull definition
{ "type": "string", "description": "Stable cart line id generated by the client.", "pattern": "^[A-Za-z0-9][A-Za-z0-9:_-]{0,79}$", "example": "example-id" }menuItemIdOptionalHallify UUID identifying menu item associated with preorder cart line.
string · uuidFull definition
{ "type": "string", "format": "uuid", "description": "Hallify UUID identifying menu item associated with preorder cart line.", "example": "16ee6f36-c0cb-4311-85e8-2d2b3edea0fd" }menuVariantIdOptionalHallify UUID identifying menu variant associated with preorder cart line.
string · uuidFull definition
{ "type": "string", "format": "uuid", "description": "Hallify UUID identifying menu variant associated with preorder cart line.", "example": "94389946-e5d8-4fba-8358-e3a9c8a04b11" }quantityRequiredWhole-number quantity measured in the unit established by the item or line that embeds preorder cart line. Accepted values enforce minimum 1 and maximum 999.
integerFull definition
{ "type": "integer", "minimum": 1, "maximum": 999, "description": "Whole-number quantity measured in the unit established by the item or line that embeds preorder cart line. Accepted values enforce minimum 1 and maximum 999.", "example": 1 }modifierOptionIdsOptionalHallify UUIDs identifying the modifier option set included in preorder cart line.
arrayFull definition
{ "maxItems": 20, "type": "array", "items": { "type": "string", "format": "uuid", "example": "d251fdb0-274c-4e59-8e7e-b1d90e1433bc" }, "description": "Hallify UUIDs identifying the modifier option set included in preorder cart line.", "example": [ "d251fdb0-274c-4e59-8e7e-b1d90e1433bc" ] }componentSelectionsOptionalOrder item component selection included as component selections in preorder cart line.
arrayFull definition
{ "maxItems": 50, "type": "array", "items": { "$ref": "#/components/schemas/OrderItemComponentSelectionDto" }, "description": "Order item component selection included as component selections in preorder cart line.", "example": [ { "groupId": "example-id", "choiceId": "example-id" } ] }serviceFlagsOptionalService flags values included as service flags in preorder cart line.
arrayFull definition
{ "type": "array", "items": { "type": "string", "enum": [ "VIP", "RUSH", "FIRE_LATER" ], "example": "VIP" }, "description": "Service flags values included as service flags in preorder cart line.", "example": [ "VIP" ] }specialRequestOptionalSpecial request for preorder cart line. Accepted values enforce maximum length 500.
stringFull definition
{ "type": "string", "maxLength": 500, "description": "Special request for preorder cart line. Accepted values enforce maximum length 500.", "example": "example" }
Full definition
{
"type": "object",
"properties": {
"clientLineId": {
"type": "string",
"description": "Stable cart line id generated by the client.",
"pattern": "^[A-Za-z0-9][A-Za-z0-9:_-]{0,79}$",
"example": "example-id"
},
"menuItemId": {
"type": "string",
"format": "uuid",
"description": "Hallify UUID identifying menu item associated with preorder cart line.",
"example": "16ee6f36-c0cb-4311-85e8-2d2b3edea0fd"
},
"menuVariantId": {
"type": "string",
"format": "uuid",
"description": "Hallify UUID identifying menu variant associated with preorder cart line.",
"example": "94389946-e5d8-4fba-8358-e3a9c8a04b11"
},
"quantity": {
"type": "integer",
"minimum": 1,
"maximum": 999,
"description": "Whole-number quantity measured in the unit established by the item or line that embeds preorder cart line. Accepted values enforce minimum 1 and maximum 999.",
"example": 1
},
"modifierOptionIds": {
"maxItems": 20,
"type": "array",
"items": {
"type": "string",
"format": "uuid",
"example": "d251fdb0-274c-4e59-8e7e-b1d90e1433bc"
},
"description": "Hallify UUIDs identifying the modifier option set included in preorder cart line.",
"example": [
"d251fdb0-274c-4e59-8e7e-b1d90e1433bc"
]
},
"componentSelections": {
"maxItems": 50,
"type": "array",
"items": {
"$ref": "#/components/schemas/OrderItemComponentSelectionDto"
},
"description": "Order item component selection included as component selections in preorder cart line.",
"example": [
{
"groupId": "example-id",
"choiceId": "example-id"
}
]
},
"serviceFlags": {
"type": "array",
"items": {
"type": "string",
"enum": [
"VIP",
"RUSH",
"FIRE_LATER"
],
"example": "VIP"
},
"description": "Service flags values included as service flags in preorder cart line.",
"example": [
"VIP"
]
},
"specialRequest": {
"type": "string",
"maxLength": 500,
"description": "Special request for preorder cart line. Accepted values enforce maximum length 500.",
"example": "example"
}
},
"required": [
"clientLineId",
"quantity"
],
"description": "Preorder cart entry embedded in a operations collection or aggregate.",
"example": {
"clientLineId": "example-id",
"quantity": 1
}
}OrderItemComponentSelectionDto
Order item component selection selected component identities applied to the parent item configuration.
groupIdRequiredStable component group id from the published structure.
stringFull definition
{ "type": "string", "description": "Stable component group id from the published structure.", "maxLength": 96, "example": "example-id" }choiceIdRequiredStable component choice id from the published structure.
stringFull definition
{ "type": "string", "description": "Stable component choice id from the published structure.", "maxLength": 160, "example": "example-id" }menuVariantIdOptionalSelected sellable version when the component item has versions.
string · uuidFull definition
{ "type": "string", "description": "Selected sellable version when the component item has versions.", "format": "uuid", "example": "94389946-e5d8-4fba-8358-e3a9c8a04b11" }modifierOptionIdsOptionalModifier option ids selected for this component.
arrayFull definition
{ "description": "Modifier option ids selected for this component.", "type": "array", "items": { "type": "string", "format": "uuid", "example": "d251fdb0-274c-4e59-8e7e-b1d90e1433bc" }, "example": [ "d251fdb0-274c-4e59-8e7e-b1d90e1433bc" ] }
Full definition
{
"type": "object",
"properties": {
"groupId": {
"type": "string",
"description": "Stable component group id from the published structure.",
"maxLength": 96,
"example": "example-id"
},
"choiceId": {
"type": "string",
"description": "Stable component choice id from the published structure.",
"maxLength": 160,
"example": "example-id"
},
"menuVariantId": {
"type": "string",
"description": "Selected sellable version when the component item has versions.",
"format": "uuid",
"example": "94389946-e5d8-4fba-8358-e3a9c8a04b11"
},
"modifierOptionIds": {
"description": "Modifier option ids selected for this component.",
"type": "array",
"items": {
"type": "string",
"format": "uuid",
"example": "d251fdb0-274c-4e59-8e7e-b1d90e1433bc"
},
"example": [
"d251fdb0-274c-4e59-8e7e-b1d90e1433bc"
]
}
},
"required": [
"groupId",
"choiceId"
],
"description": "Order item component selection selected component identities applied to the parent item configuration.",
"example": {
"groupId": "example-id",
"choiceId": "example-id"
}
}PreorderQuoteDto
Returns calculated pricing, availability, deposit requirements, and a time-limited protected quote token.
quoteIdRequiredHallify UUID identifying quote associated with preorders quote.
string · uuidFull definition
{ "type": "string", "format": "uuid", "description": "Hallify UUID identifying quote associated with preorders quote.", "example": "123728f6-ac4b-43a8-8f9e-44585ec81783" }quoteTokenRequiredSigned token binding the calculated quote to its preorder inputs, price snapshot, and expiry for subsequent acceptance.
stringFull definition
{ "type": "string", "description": "Signed token binding the calculated quote to its preorder inputs, price snapshot, and expiry for subsequent acceptance.", "example": "synthetic-example-credential" }statusRequiredCurrent lifecycle status of preorders quote; allowed values are ISSUED, ACCEPTED, DECLINED, EXPIRED, SUPERSEDED.
stringFull definition
{ "type": "string", "enum": [ "ISSUED", "ACCEPTED", "DECLINED", "EXPIRED", "SUPERSEDED" ], "description": "Current lifecycle status of preorders quote; allowed values are ISSUED, ACCEPTED, DECLINED, EXPIRED, SUPERSEDED.", "example": "ISSUED" }serviceModeRequiredAllowed service mode for preorders quote: DINE_IN, PICKUP, DELIVERY, CATERING.
stringFull definition
{ "type": "string", "enum": [ "DINE_IN", "PICKUP", "DELIVERY", "CATERING" ], "description": "Allowed service mode for preorders quote: DINE_IN, PICKUP, DELIVERY, CATERING.", "example": "DINE_IN" }scheduledForRequiredRFC 3339 timestamp for scheduled for; offsets represent the same absolute instant.
string · date-timeFull definition
{ "type": "string", "format": "date-time", "description": "RFC 3339 timestamp for scheduled for; offsets represent the same absolute instant.", "example": "2026-01-15T12:00:00.000Z" }linesRequiredLines that compose the corresponding lines section of preorders quote.
arrayFull definition
{ "type": "array", "minItems": 1, "items": { "type": "object", "properties": { "clientLineId": { "type": "string", "minLength": 1, "maxLength": 100, "description": "Opaque identifier for client line associated with preorders quote lines item; clients must not assume UUID syntax. Accepted values enforce minimum length 1 and maximum length 100.", "example": "example-id" }, "sortOrder": { "type": "integer", "minimum": 0, "description": "Whole-number ordering position for sort order in preorders quote lines item; smaller values sort first. Accepted values enforce minimum 0.", "example": 1 }, "quantity": { "type": "integer", "minimum": 1, "description": "Whole-number quantity measured in the unit established by the item or line that embeds preorders quote lines item. Accepted values enforce minimum 1.", "example": 1 }, "menuItemId": { "type": "string", "format": "uuid", "description": "Hallify UUID identifying menu item associated with preorders quote lines item.", "example": "16ee6f36-c0cb-4311-85e8-2d2b3edea0fd" }, "menuVariantId": { "type": "string", "format": "uuid", "nullable": true, "description": "Hallify UUID identifying menu variant associated with preorders quote lines item. Null means no value is recorded for this representation.", "example": "94389946-e5d8-4fba-8358-e3a9c8a04b11" }, "name": { "type": "string", "description": "Human-readable name for preorders quote lines item.", "example": "Example name" }, "unitPrice": { "type": "string", "pattern": "^\\d{1,10}\\.\\d{2}$", "description": "Decimal monetary unit price serialized as a string in the currency identified by the `currency` field; zero is a recorded amount, not absence.", "example": "1.00" }, "lineTotal": { "type": "string", "pattern": "^\\d{1,10}\\.\\d{2}$", "description": "Decimal monetary line total serialized as a string in the currency identified by the `currency` field; zero is a recorded amount, not absence.", "example": "1.00" }, "policyHash": { "type": "string", "pattern": "^[a-f0-9]{64}$", "description": "Opaque digest identifying the exact policy snapshot applied by preorders quote lines item.", "example": "deadbeefdeadbeefdeadbeefdeadbeefdeadbeefdeadbeefdeadbeefdeadbeef" }, "structurePlanHash": { "type": "string", "pattern": "^[a-f0-9]{64}$", "description": "Opaque digest of the order-item structure plan captured when preorders quote lines item was priced.", "example": "deadbeefdeadbeefdeadbeefdeadbeefdeadbeefdeadbeefdeadbeefdeadbeef" } }, "required": [ "clientLineId", "sortOrder", "quantity", "menuItemId", "menuVariantId", "name", "unitPrice", "lineTotal", "policyHash", "structurePlanHash" ], "example": { "clientLineId": "example-id", "sortOrder": 1, "quantity": 1, "menuItemId": "16ee6f36-c0cb-4311-85e8-2d2b3edea0fd", "menuVariantId": null, "name": "Example name", "unitPrice": "1.00", "lineTotal": "1.00", "policyHash": "deadbeefdeadbeefdeadbeefdeadbeefdeadbeefdeadbeefdeadbeefdeadbeef", "structurePlanHash": "deadbeefdeadbeefdeadbeefdeadbeefdeadbeefdeadbeefdeadbeefdeadbeef" } }, "description": "Lines that compose the corresponding lines section of preorders quote.", "example": [ { "clientLineId": "example-id", "sortOrder": 1, "quantity": 1, "menuItemId": "16ee6f36-c0cb-4311-85e8-2d2b3edea0fd", "menuVariantId": null, "name": "Example name", "unitPrice": "1.00", "lineTotal": "1.00", "policyHash": "deadbeefdeadbeefdeadbeefdeadbeefdeadbeefdeadbeefdeadbeefdeadbeef", "structurePlanHash": "deadbeefdeadbeefdeadbeefdeadbeefdeadbeefdeadbeefdeadbeefdeadbeef" } ] }financialPolicyVersionIdRequiredHallify UUID identifying financial policy version associated with preorders quote.
string · uuidFull definition
{ "type": "string", "format": "uuid", "description": "Hallify UUID identifying financial policy version associated with preorders quote.", "example": "b36de587-2415-41cd-8269-c8dc9aa8ee66" }financialPolicyHashRequiredOpaque digest identifying the exact policy snapshot applied by preorders quote.
stringFull definition
{ "type": "string", "pattern": "^[a-f0-9]{64}$", "description": "Opaque digest identifying the exact policy snapshot applied by preorders quote.", "example": "deadbeefdeadbeefdeadbeefdeadbeefdeadbeefdeadbeefdeadbeefdeadbeef" }fulfillmentPolicyHashRequiredOpaque digest identifying the exact policy snapshot applied by preorders quote.
stringFull definition
{ "type": "string", "pattern": "^[a-f0-9]{64}$", "description": "Opaque digest identifying the exact policy snapshot applied by preorders quote.", "example": "deadbeefdeadbeefdeadbeefdeadbeefdeadbeefdeadbeefdeadbeefdeadbeef" }adjustmentEvidenceHashRequiredOpaque digest protecting the immutable evidence attached to preorders quote.
stringFull definition
{ "type": "string", "pattern": "^[a-f0-9]{64}$", "description": "Opaque digest protecting the immutable evidence attached to preorders quote.", "example": "deadbeefdeadbeefdeadbeefdeadbeefdeadbeefdeadbeefdeadbeefdeadbeef" }capacityUnitsRequiredWhole-number capacity units recorded for preorders quote. Accepted values enforce minimum 1 and maximum 10000.
integerFull definition
{ "type": "integer", "minimum": 1, "maximum": 10000, "description": "Whole-number capacity units recorded for preorders quote. Accepted values enforce minimum 1 and maximum 10000.", "example": 1 }quotedSubtotalRequiredDecimal monetary quoted subtotal serialized as a string in the currency identified by the
currencyfield; zero is a recorded amount, not absence.stringFull definition
{ "type": "string", "pattern": "^\\d{1,10}\\.\\d{2}$", "description": "Decimal monetary quoted subtotal serialized as a string in the currency identified by the `currency` field; zero is a recorded amount, not absence.", "example": "1.00" }quotedDiscountTotalRequiredDecimal monetary quoted discount total serialized as a string in the currency identified by the
currencyfield; zero is a recorded amount, not absence.stringFull definition
{ "type": "string", "pattern": "^\\d{1,10}\\.\\d{2}$", "description": "Decimal monetary quoted discount total serialized as a string in the currency identified by the `currency` field; zero is a recorded amount, not absence.", "example": "1.00" }quotedServiceChargeRequiredDecimal monetary quoted service charge serialized as a string in the currency identified by the
currencyfield; zero is a recorded amount, not absence.stringFull definition
{ "type": "string", "pattern": "^\\d{1,10}\\.\\d{2}$", "description": "Decimal monetary quoted service charge serialized as a string in the currency identified by the `currency` field; zero is a recorded amount, not absence.", "example": "1.00" }quotedTaxRequiredDecimal monetary quoted tax serialized as a string in the currency identified by the
currencyfield; zero is a recorded amount, not absence.stringFull definition
{ "type": "string", "pattern": "^\\d{1,10}\\.\\d{2}$", "description": "Decimal monetary quoted tax serialized as a string in the currency identified by the `currency` field; zero is a recorded amount, not absence.", "example": "1.00" }quotedDeliveryFeeRequiredDecimal monetary quoted delivery fee serialized as a string in the currency identified by the
currencyfield; zero is a recorded amount, not absence.stringFull definition
{ "type": "string", "pattern": "^\\d{1,10}\\.\\d{2}$", "description": "Decimal monetary quoted delivery fee serialized as a string in the currency identified by the `currency` field; zero is a recorded amount, not absence.", "example": "1.00" }quotedTotalRequiredDecimal monetary quoted total serialized as a string in the currency identified by the
currencyfield; zero is a recorded amount, not absence.stringFull definition
{ "type": "string", "pattern": "^\\d{1,10}\\.\\d{2}$", "description": "Decimal monetary quoted total serialized as a string in the currency identified by the `currency` field; zero is a recorded amount, not absence.", "example": "1.00" }quotedNetPaidRequiredOpaque identifier for quoted net paid associated with preorders quote; clients must not assume UUID syntax.
stringFull definition
{ "type": "string", "pattern": "^\\d{1,10}\\.\\d{2}$", "description": "Opaque identifier for quoted net paid associated with preorders quote; clients must not assume UUID syntax.", "example": "1.00" }quotedRemainingRequiredQuoted remaining for preorders quote.
stringFull definition
{ "type": "string", "pattern": "^\\d{1,10}\\.\\d{2}$", "description": "Quoted remaining for preorders quote.", "example": "1.00" }quotedRefundDueRequiredDecimal monetary quoted refund due serialized as a string in the currency identified by the
currencyfield; zero is a recorded amount, not absence.stringFull definition
{ "type": "string", "pattern": "^\\d{1,10}\\.\\d{2}$", "description": "Decimal monetary quoted refund due serialized as a string in the currency identified by the `currency` field; zero is a recorded amount, not absence.", "example": "1.00" }quotedDepositRequiredRequiredQuoted deposit required for preorders quote.
stringFull definition
{ "type": "string", "pattern": "^\\d{1,10}\\.\\d{2}$", "description": "Quoted deposit required for preorders quote.", "example": "1.00" }depositDueAtRequiredRFC 3339 timestamp for deposit due at; offsets represent the same absolute instant. Null means no value is recorded for this representation.
string · date-time · nullFull definition
{ "type": "string", "format": "date-time", "nullable": true, "description": "RFC 3339 timestamp for deposit due at; offsets represent the same absolute instant. Null means no value is recorded for this representation.", "example": "2026-12-31T18:00:00.000Z" }cancellationCutoffAtRequiredRFC 3339 timestamp for cancellation cutoff at; offsets represent the same absolute instant. Null means no value is recorded for this representation.
string · date-time · nullFull definition
{ "type": "string", "format": "date-time", "nullable": true, "description": "RFC 3339 timestamp for cancellation cutoff at; offsets represent the same absolute instant. Null means no value is recorded for this representation.", "example": "2026-01-15T12:00:00.000Z" }currencyRequiredISO 4217 currency code for the monetary values carried by preorders quote.
stringFull definition
{ "type": "string", "pattern": "^[A-Z]{3}$", "description": "ISO 4217 currency code for the monetary values carried by preorders quote.", "example": "GEL" }issuedAtRequiredRFC 3339 timestamp for issued at; offsets represent the same absolute instant.
string · date-timeFull definition
{ "type": "string", "format": "date-time", "description": "RFC 3339 timestamp for issued at; offsets represent the same absolute instant.", "example": "2026-01-15T10:00:00.000Z" }expiresAtRequiredRFC 3339 timestamp for expires at; offsets represent the same absolute instant.
string · date-timeFull definition
{ "type": "string", "format": "date-time", "description": "RFC 3339 timestamp for expires at; offsets represent the same absolute instant.", "example": "2026-12-31T18:00:00.000Z" }
Full definition
{
"type": "object",
"properties": {
"quoteId": {
"type": "string",
"format": "uuid",
"description": "Hallify UUID identifying quote associated with preorders quote.",
"example": "123728f6-ac4b-43a8-8f9e-44585ec81783"
},
"quoteToken": {
"type": "string",
"description": "Signed token binding the calculated quote to its preorder inputs, price snapshot, and expiry for subsequent acceptance.",
"example": "synthetic-example-credential"
},
"status": {
"type": "string",
"enum": [
"ISSUED",
"ACCEPTED",
"DECLINED",
"EXPIRED",
"SUPERSEDED"
],
"description": "Current lifecycle status of preorders quote; allowed values are ISSUED, ACCEPTED, DECLINED, EXPIRED, SUPERSEDED.",
"example": "ISSUED"
},
"serviceMode": {
"type": "string",
"enum": [
"DINE_IN",
"PICKUP",
"DELIVERY",
"CATERING"
],
"description": "Allowed service mode for preorders quote: DINE_IN, PICKUP, DELIVERY, CATERING.",
"example": "DINE_IN"
},
"scheduledFor": {
"type": "string",
"format": "date-time",
"description": "RFC 3339 timestamp for scheduled for; offsets represent the same absolute instant.",
"example": "2026-01-15T12:00:00.000Z"
},
"lines": {
"type": "array",
"minItems": 1,
"items": {
"type": "object",
"properties": {
"clientLineId": {
"type": "string",
"minLength": 1,
"maxLength": 100,
"description": "Opaque identifier for client line associated with preorders quote lines item; clients must not assume UUID syntax. Accepted values enforce minimum length 1 and maximum length 100.",
"example": "example-id"
},
"sortOrder": {
"type": "integer",
"minimum": 0,
"description": "Whole-number ordering position for sort order in preorders quote lines item; smaller values sort first. Accepted values enforce minimum 0.",
"example": 1
},
"quantity": {
"type": "integer",
"minimum": 1,
"description": "Whole-number quantity measured in the unit established by the item or line that embeds preorders quote lines item. Accepted values enforce minimum 1.",
"example": 1
},
"menuItemId": {
"type": "string",
"format": "uuid",
"description": "Hallify UUID identifying menu item associated with preorders quote lines item.",
"example": "16ee6f36-c0cb-4311-85e8-2d2b3edea0fd"
},
"menuVariantId": {
"type": "string",
"format": "uuid",
"nullable": true,
"description": "Hallify UUID identifying menu variant associated with preorders quote lines item. Null means no value is recorded for this representation.",
"example": "94389946-e5d8-4fba-8358-e3a9c8a04b11"
},
"name": {
"type": "string",
"description": "Human-readable name for preorders quote lines item.",
"example": "Example name"
},
"unitPrice": {
"type": "string",
"pattern": "^\\d{1,10}\\.\\d{2}$",
"description": "Decimal monetary unit price serialized as a string in the currency identified by the `currency` field; zero is a recorded amount, not absence.",
"example": "1.00"
},
"lineTotal": {
"type": "string",
"pattern": "^\\d{1,10}\\.\\d{2}$",
"description": "Decimal monetary line total serialized as a string in the currency identified by the `currency` field; zero is a recorded amount, not absence.",
"example": "1.00"
},
"policyHash": {
"type": "string",
"pattern": "^[a-f0-9]{64}$",
"description": "Opaque digest identifying the exact policy snapshot applied by preorders quote lines item.",
"example": "deadbeefdeadbeefdeadbeefdeadbeefdeadbeefdeadbeefdeadbeefdeadbeef"
},
"structurePlanHash": {
"type": "string",
"pattern": "^[a-f0-9]{64}$",
"description": "Opaque digest of the order-item structure plan captured when preorders quote lines item was priced.",
"example": "deadbeefdeadbeefdeadbeefdeadbeefdeadbeefdeadbeefdeadbeefdeadbeef"
}
},
"required": [
"clientLineId",
"sortOrder",
"quantity",
"menuItemId",
"menuVariantId",
"name",
"unitPrice",
"lineTotal",
"policyHash",
"structurePlanHash"
],
"example": {
"clientLineId": "example-id",
"sortOrder": 1,
"quantity": 1,
"menuItemId": "16ee6f36-c0cb-4311-85e8-2d2b3edea0fd",
"menuVariantId": null,
"name": "Example name",
"unitPrice": "1.00",
"lineTotal": "1.00",
"policyHash": "deadbeefdeadbeefdeadbeefdeadbeefdeadbeefdeadbeefdeadbeefdeadbeef",
"structurePlanHash": "deadbeefdeadbeefdeadbeefdeadbeefdeadbeefdeadbeefdeadbeefdeadbeef"
}
},
"description": "Lines that compose the corresponding lines section of preorders quote.",
"example": [
{
"clientLineId": "example-id",
"sortOrder": 1,
"quantity": 1,
"menuItemId": "16ee6f36-c0cb-4311-85e8-2d2b3edea0fd",
"menuVariantId": null,
"name": "Example name",
"unitPrice": "1.00",
"lineTotal": "1.00",
"policyHash": "deadbeefdeadbeefdeadbeefdeadbeefdeadbeefdeadbeefdeadbeefdeadbeef",
"structurePlanHash": "deadbeefdeadbeefdeadbeefdeadbeefdeadbeefdeadbeefdeadbeefdeadbeef"
}
]
},
"financialPolicyVersionId": {
"type": "string",
"format": "uuid",
"description": "Hallify UUID identifying financial policy version associated with preorders quote.",
"example": "b36de587-2415-41cd-8269-c8dc9aa8ee66"
},
"financialPolicyHash": {
"type": "string",
"pattern": "^[a-f0-9]{64}$",
"description": "Opaque digest identifying the exact policy snapshot applied by preorders quote.",
"example": "deadbeefdeadbeefdeadbeefdeadbeefdeadbeefdeadbeefdeadbeefdeadbeef"
},
"fulfillmentPolicyHash": {
"type": "string",
"pattern": "^[a-f0-9]{64}$",
"description": "Opaque digest identifying the exact policy snapshot applied by preorders quote.",
"example": "deadbeefdeadbeefdeadbeefdeadbeefdeadbeefdeadbeefdeadbeefdeadbeef"
},
"adjustmentEvidenceHash": {
"type": "string",
"pattern": "^[a-f0-9]{64}$",
"description": "Opaque digest protecting the immutable evidence attached to preorders quote.",
"example": "deadbeefdeadbeefdeadbeefdeadbeefdeadbeefdeadbeefdeadbeefdeadbeef"
},
"capacityUnits": {
"type": "integer",
"minimum": 1,
"maximum": 10000,
"description": "Whole-number capacity units recorded for preorders quote. Accepted values enforce minimum 1 and maximum 10000.",
"example": 1
},
"quotedSubtotal": {
"type": "string",
"pattern": "^\\d{1,10}\\.\\d{2}$",
"description": "Decimal monetary quoted subtotal serialized as a string in the currency identified by the `currency` field; zero is a recorded amount, not absence.",
"example": "1.00"
},
"quotedDiscountTotal": {
"type": "string",
"pattern": "^\\d{1,10}\\.\\d{2}$",
"description": "Decimal monetary quoted discount total serialized as a string in the currency identified by the `currency` field; zero is a recorded amount, not absence.",
"example": "1.00"
},
"quotedServiceCharge": {
"type": "string",
"pattern": "^\\d{1,10}\\.\\d{2}$",
"description": "Decimal monetary quoted service charge serialized as a string in the currency identified by the `currency` field; zero is a recorded amount, not absence.",
"example": "1.00"
},
"quotedTax": {
"type": "string",
"pattern": "^\\d{1,10}\\.\\d{2}$",
"description": "Decimal monetary quoted tax serialized as a string in the currency identified by the `currency` field; zero is a recorded amount, not absence.",
"example": "1.00"
},
"quotedDeliveryFee": {
"type": "string",
"pattern": "^\\d{1,10}\\.\\d{2}$",
"description": "Decimal monetary quoted delivery fee serialized as a string in the currency identified by the `currency` field; zero is a recorded amount, not absence.",
"example": "1.00"
},
"quotedTotal": {
"type": "string",
"pattern": "^\\d{1,10}\\.\\d{2}$",
"description": "Decimal monetary quoted total serialized as a string in the currency identified by the `currency` field; zero is a recorded amount, not absence.",
"example": "1.00"
},
"quotedNetPaid": {
"type": "string",
"pattern": "^\\d{1,10}\\.\\d{2}$",
"description": "Opaque identifier for quoted net paid associated with preorders quote; clients must not assume UUID syntax.",
"example": "1.00"
},
"quotedRemaining": {
"type": "string",
"pattern": "^\\d{1,10}\\.\\d{2}$",
"description": "Quoted remaining for preorders quote.",
"example": "1.00"
},
"quotedRefundDue": {
"type": "string",
"pattern": "^\\d{1,10}\\.\\d{2}$",
"description": "Decimal monetary quoted refund due serialized as a string in the currency identified by the `currency` field; zero is a recorded amount, not absence.",
"example": "1.00"
},
"quotedDepositRequired": {
"type": "string",
"pattern": "^\\d{1,10}\\.\\d{2}$",
"description": "Quoted deposit required for preorders quote.",
"example": "1.00"
},
"depositDueAt": {
"type": "string",
"format": "date-time",
"nullable": true,
"description": "RFC 3339 timestamp for deposit due at; offsets represent the same absolute instant. Null means no value is recorded for this representation.",
"example": "2026-12-31T18:00:00.000Z"
},
"cancellationCutoffAt": {
"type": "string",
"format": "date-time",
"nullable": true,
"description": "RFC 3339 timestamp for cancellation cutoff at; offsets represent the same absolute instant. Null means no value is recorded for this representation.",
"example": "2026-01-15T12:00:00.000Z"
},
"currency": {
"type": "string",
"pattern": "^[A-Z]{3}$",
"description": "ISO 4217 currency code for the monetary values carried by preorders quote.",
"example": "GEL"
},
"issuedAt": {
"type": "string",
"format": "date-time",
"description": "RFC 3339 timestamp for issued at; offsets represent the same absolute instant.",
"example": "2026-01-15T10:00:00.000Z"
},
"expiresAt": {
"type": "string",
"format": "date-time",
"description": "RFC 3339 timestamp for expires at; offsets represent the same absolute instant.",
"example": "2026-12-31T18:00:00.000Z"
}
},
"required": [
"quoteId",
"quoteToken",
"status",
"serviceMode",
"scheduledFor",
"lines",
"financialPolicyVersionId",
"financialPolicyHash",
"fulfillmentPolicyHash",
"adjustmentEvidenceHash",
"capacityUnits",
"quotedSubtotal",
"quotedDiscountTotal",
"quotedServiceCharge",
"quotedTax",
"quotedDeliveryFee",
"quotedTotal",
"quotedNetPaid",
"quotedRemaining",
"quotedRefundDue",
"quotedDepositRequired",
"depositDueAt",
"cancellationCutoffAt",
"currency",
"issuedAt",
"expiresAt"
],
"description": "Returns calculated pricing, availability, deposit requirements, and a time-limited protected quote token.",
"example": {
"quoteId": "123728f6-ac4b-43a8-8f9e-44585ec81783",
"quoteToken": "synthetic-example-credential",
"status": "ISSUED",
"serviceMode": "DINE_IN",
"scheduledFor": "2026-01-15T12:00:00.000Z",
"lines": [
{
"clientLineId": "example-id",
"sortOrder": 1,
"quantity": 1,
"menuItemId": "16ee6f36-c0cb-4311-85e8-2d2b3edea0fd",
"menuVariantId": null,
"name": "Example name",
"unitPrice": "1.00",
"lineTotal": "1.00",
"policyHash": "deadbeefdeadbeefdeadbeefdeadbeefdeadbeefdeadbeefdeadbeefdeadbeef",
"structurePlanHash": "deadbeefdeadbeefdeadbeefdeadbeefdeadbeefdeadbeefdeadbeefdeadbeef"
}
],
"financialPolicyVersionId": "b36de587-2415-41cd-8269-c8dc9aa8ee66",
"financialPolicyHash": "deadbeefdeadbeefdeadbeefdeadbeefdeadbeefdeadbeefdeadbeefdeadbeef",
"fulfillmentPolicyHash": "deadbeefdeadbeefdeadbeefdeadbeefdeadbeefdeadbeefdeadbeefdeadbeef",
"adjustmentEvidenceHash": "deadbeefdeadbeefdeadbeefdeadbeefdeadbeefdeadbeefdeadbeefdeadbeef",
"capacityUnits": 1,
"quotedSubtotal": "1.00",
"quotedDiscountTotal": "1.00",
"quotedServiceCharge": "1.00",
"quotedTax": "1.00",
"quotedDeliveryFee": "1.00",
"quotedTotal": "1.00",
"quotedNetPaid": "1.00",
"quotedRemaining": "1.00",
"quotedRefundDue": "1.00",
"quotedDepositRequired": "1.00",
"depositDueAt": null,
"cancellationCutoffAt": null,
"currency": "GEL",
"issuedAt": "2026-01-15T10:00:00.000Z",
"expiresAt": "2026-12-31T18:00:00.000Z"
}
}TranslatedErrorDto
Stable error envelope emitted by the global HTTP exception boundary. Domain-specific machine data, when present, is nested under details.
statusCodeRequiredHTTP status code repeated from the response.
integerFull definition
{ "type": "integer", "description": "HTTP status code repeated from the response.", "example": 400 }errorRequiredTranslation key for the HTTP category, such as errors:http.conflict. The specific cause is identified by code and translationKey.
stringFull definition
{ "type": "string", "description": "Translation key for the HTTP category, such as errors:http.conflict. The specific cause is identified by code and translationKey.", "example": "errors.request.invalid" }codeRequiredStable machine-readable domain code, or an HTTP_* fallback when no domain code is provided. Branch on this field and the HTTP status; localized wording never controls retries or business decisions.
stringFull definition
{ "type": "string", "example": "HTTP_BAD_REQUEST", "description": "Stable machine-readable domain code, or an HTTP_* fallback when no domain code is provided. Branch on this field and the HTTP status; localized wording never controls retries or business decisions." }messageRequiredTranslation key, identical to translationKey. The API does not return localized display text. Resolve the key and translationValues in the consuming application.
stringFull definition
{ "type": "string", "example": "errors:http.badRequest", "description": "Translation key, identical to translationKey. The API does not return localized display text. Resolve the key and translationValues in the consuming application." }translationKeyRequiredCanonical translation key, identical to message. Status-specific errors:http.* keys cover unspecified failures. Public keys and EN/RU explanations are listed in Developers; unknown keys require a localized client fallback.
stringFull definition
{ "type": "string", "example": "errors:http.badRequest", "description": "Canonical translation key, identical to message. Status-specific errors:http.* keys cover unspecified failures. Public keys and EN/RU explanations are listed in Developers; unknown keys require a localized client fallback." }translationValuesOptionalOptional scalar values for placeholders in the translation. Treat values as data, escape them when rendering, and never use them as translation options.
objectFull definition
{ "type": "object", "additionalProperties": { "oneOf": [ { "type": "string", "example": "example" }, { "type": "number", "example": 0 }, { "type": "boolean", "example": true } ], "example": "example" }, "description": "Optional scalar values for placeholders in the translation. Treat values as data, escape them when rendering, and never use them as translation options.", "example": { "exampleKey": "example" } }validationErrorsOptionalField validation failures with translation keys and stable validator codes. Submitted values and raw validator text are not included.
arrayFull definition
{ "description": "Field validation failures with translation keys and stable validator codes. Submitted values and raw validator text are not included.", "type": "array", "items": { "$ref": "#/components/schemas/ValidationErrorDto" }, "example": [ { "field": "email", "translationKey": "validation:isEmail", "code": "isEmail", "message": "validation:isEmail" } ] }detailsOptionalOptional domain-specific blocker or validation details
oneOfFull definition
{ "description": "Optional domain-specific blocker or validation details", "oneOf": [ { "type": "array", "items": { "$ref": "#/components/schemas/JsonValue" }, "example": [ "example" ] }, { "type": "object", "additionalProperties": { "$ref": "#/components/schemas/JsonValue" }, "example": { "exampleKey": "example" } } ], "example": [ "example" ] }
Full definition
{
"type": "object",
"properties": {
"statusCode": {
"type": "integer",
"description": "HTTP status code repeated from the response.",
"example": 400
},
"error": {
"type": "string",
"description": "Translation key for the HTTP category, such as errors:http.conflict. The specific cause is identified by code and translationKey.",
"example": "errors.request.invalid"
},
"code": {
"type": "string",
"example": "HTTP_BAD_REQUEST",
"description": "Stable machine-readable domain code, or an HTTP_* fallback when no domain code is provided. Branch on this field and the HTTP status; localized wording never controls retries or business decisions."
},
"message": {
"type": "string",
"example": "errors:http.badRequest",
"description": "Translation key, identical to translationKey. The API does not return localized display text. Resolve the key and translationValues in the consuming application."
},
"translationKey": {
"type": "string",
"example": "errors:http.badRequest",
"description": "Canonical translation key, identical to message. Status-specific errors:http.* keys cover unspecified failures. Public keys and EN/RU explanations are listed in Developers; unknown keys require a localized client fallback."
},
"translationValues": {
"type": "object",
"additionalProperties": {
"oneOf": [
{
"type": "string",
"example": "example"
},
{
"type": "number",
"example": 0
},
{
"type": "boolean",
"example": true
}
],
"example": "example"
},
"description": "Optional scalar values for placeholders in the translation. Treat values as data, escape them when rendering, and never use them as translation options.",
"example": {
"exampleKey": "example"
}
},
"validationErrors": {
"description": "Field validation failures with translation keys and stable validator codes. Submitted values and raw validator text are not included.",
"type": "array",
"items": {
"$ref": "#/components/schemas/ValidationErrorDto"
},
"example": [
{
"field": "email",
"translationKey": "validation:isEmail",
"code": "isEmail",
"message": "validation:isEmail"
}
]
},
"details": {
"description": "Optional domain-specific blocker or validation details",
"oneOf": [
{
"type": "array",
"items": {
"$ref": "#/components/schemas/JsonValue"
},
"example": [
"example"
]
},
{
"type": "object",
"additionalProperties": {
"$ref": "#/components/schemas/JsonValue"
},
"example": {
"exampleKey": "example"
}
}
],
"example": [
"example"
]
}
},
"required": [
"statusCode",
"error",
"code",
"message",
"translationKey"
],
"description": "Stable error envelope emitted by the global HTTP exception boundary. Domain-specific machine data, when present, is nested under details.",
"example": {
"statusCode": 400,
"error": "errors:http.badRequest",
"code": "HTTP_BAD_REQUEST",
"message": "errors:http.badRequest",
"translationKey": "errors:http.badRequest"
}
}ValidationErrorDto
Field validation failure with a field path, stable validator code and a translation key. Human-readable text belongs to the consuming application.
fieldRequiredPublic field path. Nested properties and array indices are separated by dots.
stringFull definition
{ "type": "string", "example": "email", "description": "Public field path. Nested properties and array indices are separated by dots." }translationKeyRequiredTranslation key for this validator, identical to message. Resolve it using a client dictionary; see the public Developers error catalog.
stringFull definition
{ "type": "string", "example": "validation:isEmail", "description": "Translation key for this validator, identical to message. Resolve it using a client dictionary; see the public Developers error catalog." }codeRequiredStable validator identifier for this field failure. Custom validators may define additional identifiers.
stringFull definition
{ "type": "string", "example": "isEmail", "description": "Stable validator identifier for this field failure. Custom validators may define additional identifiers." }messageRequiredTranslation key describing this field validation failure, identical to translationKey. Submitted values and validator prose are not included.
stringFull definition
{ "type": "string", "example": "validation:isEmail", "description": "Translation key describing this field validation failure, identical to translationKey. Submitted values and validator prose are not included." }translationValuesOptionalOptional scalar values for placeholders in the translation. Treat values as data, escape them when rendering, and never use them as translation options.
objectFull definition
{ "type": "object", "additionalProperties": { "oneOf": [ { "type": "string", "example": "example" }, { "type": "number", "example": 0 }, { "type": "boolean", "example": true } ], "example": "example" }, "description": "Optional scalar values for placeholders in the translation. Treat values as data, escape them when rendering, and never use them as translation options.", "example": { "exampleKey": "example" } }
Full definition
{
"type": "object",
"properties": {
"field": {
"type": "string",
"example": "email",
"description": "Public field path. Nested properties and array indices are separated by dots."
},
"translationKey": {
"type": "string",
"example": "validation:isEmail",
"description": "Translation key for this validator, identical to message. Resolve it using a client dictionary; see the public Developers error catalog."
},
"code": {
"type": "string",
"example": "isEmail",
"description": "Stable validator identifier for this field failure. Custom validators may define additional identifiers."
},
"message": {
"type": "string",
"example": "validation:isEmail",
"description": "Translation key describing this field validation failure, identical to translationKey. Submitted values and validator prose are not included."
},
"translationValues": {
"type": "object",
"additionalProperties": {
"oneOf": [
{
"type": "string",
"example": "example"
},
{
"type": "number",
"example": 0
},
{
"type": "boolean",
"example": true
}
],
"example": "example"
},
"description": "Optional scalar values for placeholders in the translation. Treat values as data, escape them when rendering, and never use them as translation options.",
"example": {
"exampleKey": "example"
}
}
},
"required": [
"field",
"translationKey",
"code",
"message"
],
"description": "Field validation failure with a field path, stable validator code and a translation key. Human-readable text belongs to the consuming application.",
"example": {
"field": "email",
"translationKey": "validation:isEmail",
"code": "isEmail",
"message": "validation:isEmail"
}
}JsonValue
Recursively JSON-safe value used only where the owning contract intentionally allows free-form structured data.
Full definition
{
"oneOf": [
{
"type": "string",
"nullable": true,
"example": "example"
},
{
"type": "number",
"example": 0
},
{
"type": "boolean",
"example": true
},
{
"type": "array",
"items": {
"$ref": "#/components/schemas/JsonValue"
},
"example": [
"example"
]
},
{
"type": "object",
"additionalProperties": {
"$ref": "#/components/schemas/JsonValue"
},
"example": {
"exampleKey": "example"
}
}
],
"description": "Recursively JSON-safe value used only where the owning contract intentionally allows free-form structured data.",
"example": "example"
}