filter

@JvmName(name = "xuennglthahycaxw")
suspend fun filter(value: Output<String>)
@JvmName(name = "jtjojxoycbsuscdc")
suspend fun filter(value: String?)

Parameters

value

A filter to apply on the matching condition results. Supported features: * filter must be set. * Filter syntax is identical to SearchRequest.filter. For more information, see /retail/docs/filter-and-order#filter. * To filter products with product ID "product_1" or "product_2", and color "Red" or "Blue": *(id: ANY("product_1", "product_2")) * *AND * *(colorFamilies: ANY("Red", "Blue")) *