diff --git a/src/main/kotlin/com/ecwid/apiclient/v3/dto/report/result/FetchedReportResponse.kt b/src/main/kotlin/com/ecwid/apiclient/v3/dto/report/result/FetchedReportResponse.kt index f860de9d4..bd89ebb69 100644 --- a/src/main/kotlin/com/ecwid/apiclient/v3/dto/report/result/FetchedReportResponse.kt +++ b/src/main/kotlin/com/ecwid/apiclient/v3/dto/report/result/FetchedReportResponse.kt @@ -113,6 +113,7 @@ data class FetchedReportResponse( val utmSource: String = "", val utmMedium: String = "", val utmCampaign: String = "", + val cartOrigin: String = "", ) data class FetchedCustomerData(