Clear Shopping List

Use clearShoppingList to remove all items, independently of their state, from the shopping list.

mutation {
  clearShoppingList {
    success
  }
}

UI/UX example

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.

Last updated