Product
data class Product(id: String, brand: String?, currency: String?, description: String?, image: String, images: List<String>?, inStock: Boolean?, itemGroupId: String?, link: String, price: Double?, promotion: String?, salePrice: Float?, title: String, recId: String, tags: List<String>?, attributes: Map<String, JsonElement>?)
Content copied to clipboard
Properties
attributes
Link copied to clipboard
description
Link copied to clipboard
itemGroupId
Link copied to clipboard