Get Product Result
data class GetProductResult(val description: String, val displayName: String, val name: String, val productCategory: String, val productLabels: List<KeyValueResponse>)
Constructors
Link copied to clipboard
fun GetProductResult(description: String, displayName: String, name: String, productCategory: String, productLabels: List<KeyValueResponse>)
Types
Properties
Link copied to clipboard
Key-value pairs that can be attached to a product. At query time, constraints can be specified based on the product_labels. Note that integer values can be provided as strings, e.g. "1199". Only strings with integer values can match a range-based restriction which is to be supported soon. Multiple values can be assigned to the same key. One product may have up to 500 product_labels. Notice that the total number of distinct product_labels over all products in one ProductSet cannot exceed 1M, otherwise the product search pipeline will refuse to work for that ProductSet.