We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 562a44c + e38f93f commit 880278dCopy full SHA for 880278d
1 file changed
src/main/kotlin/com/ecwid/apiclient/v3/dto/report/result/FetchedReportResponse.kt
@@ -62,13 +62,14 @@ data class FetchedReportResponse(
62
val imageUrl: String? = null,
63
val thumbnailUrl: String? = null,
64
val exampleOrder: String? = null,
65
- ) : FetchedAdditionalData(AdditionalDataType.PRODUCT)
+ ) : FetchedAdditionalData(AdditionalDataType.INVENTORY_PRODUCT)
66
67
enum class AdditionalDataType {
68
UTM,
69
ORDERS,
70
CUSTOMERS,
71
PRODUCT,
72
+ INVENTORY_PRODUCT,
73
}
74
75
0 commit comments