---
title: "Item Availability Notification"
method: POST
path: "apeItem availability notification"
tags: ["Order and Pay"]
---

# Item Availability Notification

`POST apeItem availability notification` (webhook)

What your webhook implementation will receive when item sales restrictions are updated

## Payload

- object
  - `sku` string, required — The SKU of the item with updated availability
  - `businessLocationId` integer, required — The unique identifier for the business location.
  - `count` integer, nullable — The available count of the item. null indicates no restriction
  - `countUpdatedAt` string, date-time, required — The timestamp when the count was last updated
  - `status` 'RESTRICTED' | 'NOT_RESTRICTED', required — The restriction status of the item
  - `type` string, required — Notification type

## 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)
