products
Search products using the external product search service.
Supports free-text search, attribute filtering, faceting, sorting and pagination. Facets surface the available filter options for the current result set and are resolved automatically based on the fields requested.
AUTH: Role=[product.OWNER,product.EDITOR,product.VIEWER] OR (('user is authenticated') AND ('userId if present in input matches JWT' AND 'companyId(s) if present in input matches JWT'))
products(
input: ProductSearchInput
): ProductsResponse!
Arguments
products.input ● ProductSearchInput input
Search criteria including free-text term, attribute filters, sorting, pagination and orderlist scope.