You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In SDK you can any API request with raw() function.
So the example in link above would be in SDK code:
awaitKlevuFetch(raw({id: "search",settings: {customANDQuery: "(size:\"Small\" OR size:\"Medium\") AND -(brand:\"KKE\")",fields: ["id","name","size","brand"],limit: 10}}))
can you please specify how to fetch products by brands in headless sdk
The text was updated successfully, but these errors were encountered: