Description
Deprecated - use pixiReport_LogisticQuality_Details instead
Request Parameters
| # |
Name |
Type |
Required |
Example |
Description |
| 1 |
DaysBack |
integer |
0 |
25 |
Number of days back, that the report should take in consideration |
| 2 |
ShopID |
string |
0 |
ABC |
Calculate the logistic quality for specified shop |
| 3 |
OnlyItemsOnStock |
boolean |
0 |
0 |
Calculate the logistic quality only for orders where enough items were on stock |
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:pixiReport_LogisticQuality_NonCached>
<dem:DaysBack>25</dem:DaysBack>
<dem:ShopID>ABC</dem:ShopID>
<dem:OnlyItemsOnStock>0</dem:OnlyItemsOnStock>
</dem:pixiReport_LogisticQuality_NonCached>
</soapenv:Body>
</soapenv:Envelope>
Response
Body 2: Result set
| # |
Name |
Type |
Description |
| 1 |
DaysToShip |
integer |
Number of days needed to ship the packages |
| 2 |
NRofORders |
integer |
Total number of shipped orders |
| 3 |
Percentage |
string |
Calculated percentage of shipped orders |
| 4 |
AllPackages |
string |
Total number of all orders used in calculation |
| 5 |
par_ShopId |
string |
@ShopId input parameter value or -alle- for all shops |
| 6 |
par_DaysBack |
integer |
@DaysBack input parameter value |
Additional Notes