---
title: "Online Ordering API Readiness Notification"
method: POST
path: "apeOnline Ordering API Readiness notification"
tags: ["Order and Pay"]
---

# Online Ordering API Readiness Notification

`POST apeOnline Ordering API Readiness notification` (webhook)

What your webhook implementation will receive when online ordering API readiness is updated. See the [Online Order Readiness guide](https://api-portal.lsk.lightspeed.app/guides/integration-guides/online-ordering/online-order-readiness/online-order-readiness-setup) for setup and integration details.

## Payload

- object
  - `businessLocationId` integer, required — The unique identifier for the business location.
  - `lastUpdatedAt` string, date-time, required — The timestamp when the online order readiness was last updated
  - `status` 'READY' | 'NOT_READY', required — The readiness status of the online ordering api
  - `type` string, required — Notification type
  - `onlineOrderingApiConfiguration` object, required
    - `enabled` boolean, required
    - `orderProfileId` integer, nullable, required — Order Profile id
    - `staffId` integer, nullable, required — Staff id
  - `posStatus` object, required
    - `salesPeriod` 'OPENED' | 'CLOSED', required
    - `acceptingOnlineOrders` boolean, required
    - `availableDevices` boolean, required

## Acknowledgement `200`

Your server returns this code if it accepts the callback

---

[API](https://skmtc.net/lightspeed/apis/lightspeed-restaurant-k-series-api.md) · [All operations](https://skmtc.net/lightspeed/apis/lightspeed-restaurant-k-series-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lightspeed/lightspeed-restaurant-k-series-api/revisions/0e481cddec74/schema)
