All Release Notes
Added filtering for stock and images on product variants in GraphQL
19 June 2018
Composable Commerce
HTTP API
Enhancement
GraphQLProduct catalog
The GraphQL API now allows you to filter for those ProductVariants that have images or that are available in stock.
- [GraphQL API] Added filtering parameters
isOnStock
,stockChannelIds
andhasImages
toProductData.variants
andProductData.allVariants
.