Is there a way to hide items from the webstore but...
# suitecommerce
v
Is there a way to hide items from the webstore but allow them to be added via Extensibility API (Cart.addLine())?
e
You would need to play with the calls to the Item API to exclude the items
v
May I know how can such a solution be implemented in an SC extension? (we don't use SCA)
j
Maybe use a master facet in order to hide those items.