Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

ItsaCheckmate Orders API

Standard and group order submission into the POS.

ItsaCheckmate Orders API is one of 4 APIs that ItsaCheckmate publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Orders. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and a getting-started guide.

This API exposes 1 operation across 1 path, and defines 5 schemas. It is described by OpenAPI 3.1.0, at version 2.2.

Requests are made against a single base URL, https://sandbox-api.itsacheckmate.com.

1 operations 1 paths 5 schemas 1 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
2.2
Base URL
https://sandbox-api.itsacheckmate.com
Authentication
HTTP Bearer
Resource Areas
1

Authentication & Security 1

ItsaCheckmate Orders API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (bearerAuth).

  • bearerAuth — OAuth-style scoped access token issued by /oauth/token.

Paths & Operations 1

Across 1 path, the API surfaces 1 operation — 1 POST. Each is listed below with its method, path, parameters, and response codes.

Orders 1

Standard and group order submission into the POS.

POST
/api/v2/orders/{order_source}
ItsaCheckmate Submit Order
submitOrder 2 params body → 201400401403

Schemas 5

The contract defines 5 schemas that model the data the API accepts and returns. The most detailed are Order (7 properties), OrderItem (4 properties), OrderConfirmation (4 properties), OrderTotals (3 properties). Each schema is shown below with its type and property counts.

OrderTotals
object
Monetary totals for an order, in the smallest currency unit (cents).
3 properties
OrderConfirmation
object
Confirmation that an order was accepted into the POS.
4 properties
OrderItem
object
A single line item in an order.
4 properties
Order
object
An order to submit into the POS.
7 properties 2 required
Customer
object
Customer who placed the order.
2 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

itsacheckmate-orders-api-openapi.yml Raw ↑

Other APIs ItsaCheckmate publishes across the network.

ItsaCheckmate Locations API
ItsaCheckmate Menus API
ItsaCheckmate OAuth API