STRProductItem

fun STRProductItem(productId: String, productGroupId: String, title: String, url: String, desc: String?, price: Float, salesPrice: Float? = null, currency: String, imageUrls: List<String>?, variants: List<STRProductVariant>, ctaText: String? = null)