We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0123582 + b0e1322 commit 2f0d957Copy full SHA for 2f0d957
1 file changed
src/main/kotlin/com/ecwid/apiclient/v3/dto/product/result/FetchedProduct.kt
@@ -191,7 +191,9 @@ data class FetchedProduct(
191
192
data class CategoryInfo(
193
val id: Int = 0,
194
- val enabled: Boolean = true
+ val enabled: Boolean = true,
195
+ val name: String = "",
196
+ val nameTranslated: String = "",
197
)
198
199
data class TaxInfo(
0 commit comments