Optional
baseProtected
Readonly
argsOptional
baseOptional
methodArgs: { Optional
headers?: { Optional
queryOptional
expand?: string | string[]Optional
limit?: numberOptional
localeOptional
offset?: numberOptional
priceOptional
priceOptional
priceOptional
priceOptional
sort?: string | string[]Optional
staged?: booleanOptional
storeOptional
where?: string | string[]Optional
withChecks 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.
Optional
methodArgs: { Optional
headers?: { Optional
queryOptional
where?: string | string[]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.
The source of data for suggestions is the searchKeyword field in a product
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.