Use the Product Projections query endpoint to get the current or staged representations of Products.
When used with an API Client that has the view_published_products:{projectKey} scope,
this endpoint only returns published (current) Product Projections.
Checks if the current or staged representation of a Product exists for a given Query Predicate. Returns a 200 OK status if any ProductProjections match the Query Predicate or a 404 Not Found otherwise.
This endpoint provides high performance search queries over ProductProjections. The query result contains the
ProductProjections for which at least one ProductVariant matches the search query. This means that variants can
be included in the result also for which the search query does not match. To determine which ProductVariants match
the search query, the returned ProductProjections include the additional field isMatchingVariant.
Use the Product Projections query endpoint to get the current or staged representations of Products. When used with an API Client that has the
view_published_products:{projectKey}
scope, this endpoint only returns published (current) Product Projections.