Item

fun Item(    sku: String? = null,     name: String? = null,     groups: List<Group> = emptyList(),     attributes: List<Any> = emptyList(),     type: String? = null,     description: String? = null,     imageUrl: String? = null,     isFree: Boolean,     price: Price? = null,     virtualPrices: List<VirtualPrice> = emptyList(),     inventoryOption: InventoryOption? = null,     promotions: List<Promotion> = emptyList(),     limits: ItemLimits? = null)

Sources

Link copied to clipboard