Is there a way to apply aspect filters (size, brand, etc), without using 2 API calls? If I am looking for a size 8 Nike Shoe, can I just use the aspect filter at the first call and if there are no results then I know that there is not a Nike Shoe at size 8 currently available. From the docs it seems like I need to make a call to get the histogram and then a second call to apply the aspects but I know what size I am filtering for before the first call so is it possible to just apply a single call with the aspects already loaded?
,In order to apply filters to the finding API (such as Size or Brand), do 2 API calls need to be used? For example to get the aspects I need to make the first call, lets say I am looking for Nike Shoes with the finding API. I use the aspect histogram and then I can make a second call to apply the size filter for size 10? Or can I just apply the size filter at the first API call? I do not care if there are no results I would rather just use a single call to see if the item I am looking for is there or not.