Is it possible to exclude an item from the `/api/i...
# suitecommerce
c
Is it possible to exclude an item from the
/api/items
search api based on a custitem field? I'm happy to help myself if someone has a link to the related material. šŸ™‚
p
that's basically what a facet is
c
perfect, thank you. headed down that road now.
p
Keep in mind: • You'll need to add some code so the facet applies automatically instead of via UI • The request by ID or URLParameter (basically, requests that the product detail pages do) are not filtered by facets.
šŸ‘šŸ» 1
c
@PabloZ I have searched, but I can't see where to inject my search parameter into the items api url as it gets built on the front end. Can you toss me a lead?
I found it! šŸ™‚