added lost orders. fixes #7

This commit is contained in:
Stefan Dresselhaus
2015-09-18 19:06:17 +02:00
parent 445bd85ce4
commit 05a8bf438e
6 changed files with 93 additions and 0 deletions

View File

@ -14,6 +14,8 @@
/analysis/items ProfitItemsR GET
/analysis/items/#Int64 ProfitItemsDetailsR GET
/orders OrdersR GET
/orders/lost LostOrdersR GET
/orders/lost/#Int LostOrdersDaysR GET
/history/#Int64 ItemR GET
/history/#Int64/#Int ItemPagedR GET
/transactions/problematic ProblematicR GET