Description
API Call to retrieve a monthly sales report
Request Parameters
| # | Name | Type | Required | Example | Description |
| 1 | ItemNrInt | string | 0 | Sample text | |
| 2 | ShopID | string | 0 | Sample text |
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:pixiGetProductSalesReport> <dem:ItemNrInt>Sample text</dem:ItemNrInt> <dem:ShopID>Sample text</dem:ShopID> </dem:pixiGetProductSalesReport> </soapenv:Body> </soapenv:Envelope>