---
title: "Add a single line item to the grocery list"
method: POST
path: "/grocerylist/line"
tags: ["GroceryList"]
---

# Add a single line item to the grocery list

`POST /grocerylist/line`

## Request body

- API2ControllersWebAPIGroceryListControllerPostGroceryListAddLineRequest
  - `text` string — Gets or sets the text.

## Response `200`

OK

- BigOvenModelShoppingListLine
  - `ShoppingListLineID` integer
  - `GUID` string
  - `TextAmt` string
  - `ItemName` string
  - `Dept` string
  - `HTMLItemName` string
  - `DateAdded` string, date-time
  - `Notes` string
  - `ListID` integer
  - `RecipeID` integer
  - `PendingAddition` boolean
  - `IsChecked` boolean
  - `LastModified` string, date-time
  - `MealPlanObjectType` integer
  - `MealPlanID` integer
  - `Store` string
  - `ThirdPartyURL` string
  - `ThirdPartyHost` string
  - `ThirdPartyTitle` string

---

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