---
title: "Update a grocery item by GUID"
method: PUT
path: "/grocerylist/item/{guid}"
tags: ["GroceryList"]
---

# Update a grocery item by GUID

`PUT /grocerylist/item/{guid}`

## Path parameters

- `guid` string, required

## Request body

- API2ControllersWebAPIGroceryListControllerUpdateItemByGuidRequest
  - `guid` string — Gets or sets the unique identifier.
  - `name` string — Gets or sets the name.
  - `quantity` string — Gets or sets the quantity.
  - `unit` string — Gets or sets the unit.
  - `notes` string — Gets or sets the notes.
  - `department` string — Gets or sets the department.
  - `ischecked` boolean — Gets or sets the ischecked.

## Response `200`

OK

- SystemObject

---

[API](https://skmtc.net/bigoven/apis/1-000-000-recipe-and-grocery-list-api-v2.md) · [All operations](https://skmtc.net/bigoven/apis/1-000-000-recipe-and-grocery-list-api-v2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bigoven/1-000-000-recipe-and-grocery-list-api-v2/revisions/213a69be0728/schema)
