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
I'm using the product-selections endpoint in your API to find products, but I can't filter by category to retrieve the data. However, the product-projection endpoint allows me to search using categories.id:subtree("${categoryId}").
When I try to use the API's storeProjection parameter, it doesn't work as expected – instead of returning products from my configured product-selections, it returns all products. My product-selections are already associated with the store.
Could you advise how I can simultaneously filter by both category and product-selections to get the correct product list? I need to combine these two filters (category subtree and product-selections) to retrieve my target products. Thank you.
The text was updated successfully, but these errors were encountered:
I'm using the product-selections endpoint in your API to find products, but I can't filter by category to retrieve the data. However, the product-projection endpoint allows me to search using categories.id:subtree("${categoryId}").
When I try to use the API's storeProjection parameter, it doesn't work as expected – instead of returning products from my configured product-selections, it returns all products. My product-selections are already associated with the store.
Could you advise how I can simultaneously filter by both category and product-selections to get the correct product list? I need to combine these two filters (category subtree and product-selections) to retrieve my target products. Thank you.
The text was updated successfully, but these errors were encountered: