diff --git a/src/main/kotlin/com/ecwid/apiclient/v3/ApiClientHelper.kt b/src/main/kotlin/com/ecwid/apiclient/v3/ApiClientHelper.kt index 92b3f6041..d435e2cbd 100644 --- a/src/main/kotlin/com/ecwid/apiclient/v3/ApiClientHelper.kt +++ b/src/main/kotlin/com/ecwid/apiclient/v3/ApiClientHelper.kt @@ -530,6 +530,7 @@ private fun createAdditionalDataPolymorphicType(): PolymorphicType> = listOf( AllowNullable(FetchedReportResponse.FetchedCustomerData::customerEmail), AllowNullable(FetchedReportResponse.FetchedCustomerData::customerPhone), + AllowNullable(FetchedReportResponse.FetchedAdditionalData.AdditionalInventoryData::sku), + AllowNullable(FetchedReportResponse.FetchedAdditionalData.AdditionalInventoryData::imageUrl), + AllowNullable(FetchedReportResponse.FetchedAdditionalData.AdditionalInventoryData::thumbnailUrl), + AllowNullable(FetchedReportResponse.FetchedAdditionalData.AdditionalInventoryData::exampleOrder), + AllowNullable(CreateBatchRequest::groupId), AllowNullable(CreateBatchRequestWithIds::groupId),