Groceries
ADDED_CUSTOM_ITEM
User has added a custom item to either a custom list or the global shopping list.
name
stringThe name of the item.
quantity
stringThe quantity of the item. Includes both the quantity and the unit.
category
stringThe section of the grocery list the item can be found in.
Possible Values
isUserCreatedItem
booleanWhether the item is a user-created item. If this is true, it means that the user added an item that wasn't already in the Zest ingredient index.
to
stringThe list the item is added to.
Possible Values
CHECKED_INGREDIENT_OFF
User has checked off an ingredient from the grocery list.
ingredient
stringThe name of the ingredient that was checked off.
percentCheckedOff
numberThe percentage of items checked off the list.
checkedOff
numberThe number of items checked off the list.
total
numberThe total number of items on the list.
CREATED_CUSTOM_LIST
User has created a custom grocery list.
name
stringThe name of the list.
numItems
intThe number of items in the list.
items
arrayThe custom grocery items in the list.
id
stringThe ID of the item. This will either be the ID of the ingredient in Sanity or a random UUID for a user-created item.
list_id
intThe ID of the custom list the item is in.
name
stringThe name of the item.
quantity
stringThe quantity of the item. Includes both the quantity and the unit.
type
stringThe section of the grocery list the item can be found in.
Possible Values
MINUTES_ON_GROCERY_LIST
User has spent a certain amount of time on the grocery list. This event is sent every 5 minutes.
minutes
numberThe number of minutes the user has spent on the grocery list.
percentCheckedOff
numberThe percentage of items checked off the list.
checkedOff
numberThe number of items checked off the list.
total
numberThe total number of items on the list.