From 177c6b9dd25e1ffa7114a577d7f3c085f11e040a Mon Sep 17 00:00:00 2001 From: Filipp Semenkov Date: Mon, 26 Feb 2024 17:24:52 +0400 Subject: [PATCH] ECWID-135429 New Reports: internal API for topOfPaymentMethodsByOrders report: - added topOfShippingMethodsByOrders --- .../kotlin/com/ecwid/apiclient/v3/dto/report/enums/ReportType.kt | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/kotlin/com/ecwid/apiclient/v3/dto/report/enums/ReportType.kt b/src/main/kotlin/com/ecwid/apiclient/v3/dto/report/enums/ReportType.kt index 5d33a6ef4..6fff6b261 100644 --- a/src/main/kotlin/com/ecwid/apiclient/v3/dto/report/enums/ReportType.kt +++ b/src/main/kotlin/com/ecwid/apiclient/v3/dto/report/enums/ReportType.kt @@ -17,6 +17,7 @@ enum class ReportType { newOrdersVsRepeatOrders, topOfCustomersByOrders, inventory, + topOfShippingMethodsByOrders, /** finance */ allRevenue,