Item
fun Item( sku: String? = null, groups: List<Group> = emptyList(), name: String? = null, type: String? = null, description: String? = null, imageUrl: String? = null, quantity: Long, isFree: Boolean, attributes: List<Any> = emptyList(), price: Price? = null, virtualPrices: List<VirtualPrice> = emptyList(), inventoryOption: InventoryOption? = null)
Content copied to clipboard