diff --git a/src/main/kotlin/com/ecwid/apiclient/v3/dto/product/result/FetchedProduct.kt b/src/main/kotlin/com/ecwid/apiclient/v3/dto/product/result/FetchedProduct.kt index fd03d5507..218ed494a 100644 --- a/src/main/kotlin/com/ecwid/apiclient/v3/dto/product/result/FetchedProduct.kt +++ b/src/main/kotlin/com/ecwid/apiclient/v3/dto/product/result/FetchedProduct.kt @@ -191,7 +191,9 @@ data class FetchedProduct( data class CategoryInfo( val id: Int = 0, - val enabled: Boolean = true + val enabled: Boolean = true, + val name: String = "", + val nameTranslated: String = "", ) data class TaxInfo(