---
title: "Get Item Availability Information"
method: GET
path: "/o/op/1/itemAvailability"
tags: ["Order and Pay"]
---

# Get Item Availability Information

`GET /o/op/1/itemAvailability`

Returns item availability information, by business location and SKUs.

## Query parameters

- `businessLocationId` integer, required — The unique identifier for the business location.
- `skus` string[], required
- `page` integer
- `size` integer

## Response `200`

OK

- ApeRestrictedItemPaginatedResponse
  - `data` ApeRestrictedItem[]
    - `sku` string — The SKU assigned to the item.
    - `count` integer — The count of available items.
    - `updatedAt` string, date-time — The last update of the item count.
  - `metadata` ApePaginatedMetadata
    - `warnings` ApeCurrentWarning[] — A list of warnings that occurred during the request, but which did not prevent a successful response. For instance, if the Business Location does not have the required POS app version to support item availability.
      - `information` string
      - `type` string
    - `current` ApeCurrentInfo
      - `page` integer — Current page number.
      - `pageSize` integer — Number of items per page.
    - `total` integer — Total number of items requested.
    - `totalPages` integer — Total number of pages of items.

## Other responses

- `400` — Bad Request

---

[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/versions/fd2e31cf57dd/schema)
