Shopping List by Aisle
Last updated
Was this helpful?
Last updated
Was this helpful?
A shopping list in Suggestic is a collection of ingredients originating from recipes previously added to the list using the mutation.
Use the shoppingListAggregate
query to obtain the aggregate list of ingredients for all the recipes added, grouped by aisle.
Field
Type
Note
ingredient
String
Item in the shopping list
quantity
String
Item (ingredient) quantity
aisleName
String
Name of the aisle in which the ingredient (item) can be found
unit
String
Unit of measurement. Possible Values: cup
, spoon
, ounces
, teaspoon
, tablespoon.
grams
Float
Recipe measurement. Use this value as a reference only.
isDone
Bool
True if the item is checked
In the same way, we have code examples, this is an implementation example in which see results of the API execution in the Suggestic App.
Login to the App, tap on the Meal Plan option, and tap on the icon to access the Shopping List, Tap on By Aisle tab and see the list of ingredients per each recipe: