Add a single line item to the grocery list
POST
/grocerylist/item
GroceryList
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api2.bigoven.com/grocerylist/item'
Response Response Example
{
"DateAdded": "2019-08-24T14:15:22Z",
"Dept": "string",
"GUID": "string",
"HTMLItemName": "string",
"IsChecked": true,
"ItemName": "string",
"LastModified": "2019-08-24T14:15:22Z",
"ListID": 0,
"MealPlanID": 0,
"MealPlanObjectType": 0,
"Notes": "string",
"PendingAddition": true,
"RecipeID": 0,
"ShoppingListLineID": 0,
"Store": "string",
"TextAmt": "string",
"ThirdPartyHost": "string",
"ThirdPartyTitle": "string",
"ThirdPartyURL": "string"
}
Request
Body Params application/x-www-form-urlencoded
department
string
optional
name
string
optional
notes
string
optional
quantity
string
optional
unit
string
optional
Responses
Modified at 2023-08-15 06:02:32