Passer au contenu
OpenALaCarte

Menu availability

Mark items sold out (86-ing) and set stock. Auth: Authorization: Bearer oac_live_<key>. A company key covers every property it owns; a venue key covers its venue. Lists are cursor-paginated.

PATCH/api/v1/menu-items/{id}

Update a menu item's availability and stock.

Requires the write scope.

cURL
curl -X PATCH https://openalacarte.com/api/v1/menu-items/clo... \
  -H "Authorization: Bearer oac_live_<your-key>" -H "Content-Type: application/json" \
  -d '{"status":"UNAVAILABLE"}'