Search API enhancements for fitment guides

In support of an upcoming enhancement, the GET/items and GET/facets endpoints in the search API now include these parameters:
  • advancedSearch1
  • advancedSearch2
  • advancedSearchGroup

These parameters can be used to search for items that have multiple attribute values, such as vehicle make, model, and year. If different criteria are provided for advancedSearch1 and advancedSearch2 parameters, and a value is also specified for the advancedSearchGroup parameter, then staggered results are returned. In a staggered result set, a result from advancedSearch1 is paired with a result from advancedSearch2 when each matches the criteria specified in the advancedSearchGroup parameter.