v1

latestOpenAPI 3.1.02026-08-06911,228852.2 KB
Order and Pay

Get the readiness status for accepting Online Orders

Returns the status of the Online Order readiness for a specific business location id. See the Online Order Readiness guide for setup and webhook integration details.

get/o/op/1/onlineOrderReadiness

Query parameters

businessLocationIdinteger required

The unique identifier for the business location

Response

OK

status'READY' | 'NOT_READY'

Indicates if the business location is ready for accepting online orders

lastUpdatedAtstring date-time

Timestamp when readiness status was calculated

Example response

{
  "lastUpdatedAt": "2025-12-11T07:27:47.407Z"
}