Description
Overiew of all items with Stocklevel, Stock movements and basic sales.
Request Parameters
| # | Name | Type | Required | Example | Description |
| 1 | StatDateFrom | string | 0 | YYYY-MM-DD hh:mm:ss | (0ptional) Set start date for the statistics. Sales and stock movement are only considered after that date (YYYYMMDD) |
| 2 | ItemKeyStart | integer | 0 | 123 | (optional) Starting with ItemKey, for pagination. |
| 3 | OnlyItemsOnStock | boolean | 0 | 0/1 | (optional) Only show items with stock at the moment. |
| 4 | RowCount | integer | 0 | 123 | (optional) Nr of Rows to return (1000 default) |
Request body
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:dem="https://api.pixi.eu/soap/demosandbox/"> <soapenv:Header/> <soapenv:Body> <dem:pixiReportStockSalesOverview> <dem:StatDateFrom>YYYY-MM-DD hh:mm:ss</dem:StatDateFrom> <dem:ItemKeyStart>123</dem:ItemKeyStart> <dem:OnlyItemsOnStock>0/1</dem:OnlyItemsOnStock> <dem:RowCount>123</dem:RowCount> </dem:pixiReportStockSalesOverview> </soapenv:Body> </soapenv:Envelope>