---
title: "Update item availability"
method: POST
path: "/items/availabilities"
tags: ["items"]
---

# Update item availability

`POST /items/availabilities`

This endpoint allows to mark items/modifiers as available or unavailable.

## Request body

- ItemAvailabilityUpdate
  - `externalRequestId` string, required — Unique identifier for the request.
  - `integrationId` string, required — Unique identifier for the integration.
  - `itemAvailability` object[], required — List of items and their availability status across different stores.
    - `itemId` string — Unique identifier for the item.
    - `storeIds` string[] — List of store identifiers where the item is available or unavailable.
    - `availability` 'AVAILABLE' | 'UNAVAILABLE' | 'HIDDEN' — Availability types for an item

## Response `200`

Successful response OK

## Other responses

- `400` — Bad request
- `500` — Internal server error

---

[API](https://skmtc.net/grubtech/apis/grubtech-auth-server.md) · [All operations](https://skmtc.net/grubtech/apis/grubtech-auth-server/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/grubtech/grubtech-auth-server/revisions/21688b6dcb69/schema)
