/
BI
bigoven
/
1,000,000+ Recipe and Grocery List API (v2)
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 8h ago · Updated 1mo ago
Details
Collection
3
GroceryList
10
post
Departmentalize a list of strings -- used for ad-hoc grocery list item addition
get
Get the user's grocery list. User is determined by Basic Authentication.
delete
Delete all the items on a grocery list; faster operation than a sync with deleted items.
post
Add a Recipe to the grocery list. In the request data, pass in recipeId, scale (scale=1.0 says to keep the recipe the same size as originally posted), markAsPending (true/false) to indicate that the lines in the recipe should be marked in a "pending" (unconfirmed by user) state.
post
Add a single line item to the grocery list
post
Add a single line item to the grocery list
post
Synchronize the grocery list. Call this with a POST to /grocerylist/sync
put
Update a grocery item by GUID
delete
/grocerylist/item/{guid} DELETE will delete this item assuming you own it.
post
Clears the checked lines.
Images
6
Me
7
Note
5
Recipe
23
Review
12
GroceryList
Add a single line item to the grocery list
post
/grocerylist/line
Request body
API2ControllersWebAPIGroceryListControllerPostGroceryListAddLineRequest
required
text
string
Gets or sets the text.
Response
OK
BigOvenModelShoppingListLine
required
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