---
title: "Departmentalize a list of strings -- used for ad-hoc grocery list item addition"
method: POST
path: "/grocerylist/department"
tags: ["GroceryList"]
---

# Departmentalize a list of strings -- used for ad-hoc grocery list item addition

`POST /grocerylist/department`

## Request body

- API2ControllersWebAPIGroceryListControllerDepartmentModel
  - `items` string — Gets or sets the items.

## Response `200`

OK

- API2GroceryListDepartmentResult[]
  - `item` string — Gets or sets the item.
  - `dept` string — Gets or sets the dept.

---

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