Skip to content

Commit 81ac542

Browse files
authored
Merge pull request #375 from Ecwid/inventory_report
Add ReportType.inventory
2 parents 3d5588b + 2e8e8b0 commit 81ac542

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • src/main/kotlin/com/ecwid/apiclient/v3/dto/report/enums

src/main/kotlin/com/ecwid/apiclient/v3/dto/report/enums/ReportType.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ enum class ReportType {
1616
allOrders,
1717
newOrdersVsRepeatOrders,
1818
topOfCustomersByOrders,
19+
inventory,
1920

2021
/** finance */
2122
allRevenue,

0 commit comments

Comments
 (0)