GroceryList

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/grocerylist/recipe

Request body

recipeIdinteger

Gets or sets the recipe identifier.

scalenumber double

Gets or sets the scale.

markAsPendingboolean

Gets or sets the mark as pending.

Response

OK

SystemObject required