Skip to content

Commit

Permalink
doc: add missing doc string to items
Browse files Browse the repository at this point in the history
  • Loading branch information
stanislav-zeman committed Nov 24, 2023
1 parent f31783d commit 360ff9f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions items.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,11 @@ func ListItems(opts ...RequestOption) Request {
}
}

// DeleteMoreItems deletes all the items that pass the filter.
//
// If an item becomes obsolete/no longer available, it is meaningful to keep it in the catalog
// (along with all the interaction data, which are very useful) and only exclude the item from recommendations.
// In such a case, use ReQL filter instead of deleting the item completely.
func DeleteMoreItems() Request {
return Request{
Path: "/more-items/",
Expand Down

0 comments on commit 360ff9f

Please sign in to comment.