ProductGenerationItem
data class ProductGenerationItem(val productId: String, val catalogName: String? = null, val imageUrls: List<String>, val title: String, val isReady: Boolean, val sizeChartCode: String? = null)
One of possible item for generation product flow
Parameters
productId
Id of product to generate
catalogName
Name of catalog with current productId