OrderType is a JSON Structure definition published by SpotOn, describing 6 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.
{
"$schema": "https://json-structure.org/meta/core/v0/#",
"$id": "https://raw.githubusercontent.com/api-evangelist/spoton/refs/heads/main/json-structure/restaurant-pos-export-order-type-structure.json",
"name": "OrderType",
"description": "An order type configured at a location, such as Dine In or Takeout.",
"type": "object",
"properties": {
"id": {
"type": "string",
"description": "Unique order type identifier."
},
"locationId": {
"type": "string",
"description": "Unique location identifier."
},
"name": {
"type": "string",
"description": "Order type name."
},
"deleted": {
"type": "boolean",
"description": "Whether the order type is marked as deleted."
},
"enabled": {
"type": "boolean",
"description": "Whether the order type is enabled at the location."
},
"wtmId": {
"type": "int64",
"description": "Organization-level unique identifier for the order type."
}
}
}
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms.