pixi Developer & Integration Documentation

pixiReport_LogisticQuality

Description

get logistic quality


Request Parameters

# Name Type Required Example Description
1 DaysBack integer 0 25 Number of days back, that the report should take in consideration
2 OnlyItemsOnStock boolean 0 0 Calculate the logistic quality only for orders where enough items were on stock
3 ShopID string 0 ABC Calculate the logistic quality for specified shop
4 MinutesSinceRefresh integer 0 NULL Parameter is not used.

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>
         <dem:DaysBack>25</dem:DaysBack>
         <dem:OnlyItemsOnStock>0</dem:OnlyItemsOnStock>
         <dem:ShopID>ABC</dem:ShopID>
         <dem:MinutesSinceRefresh>NULL</dem:MinutesSinceRefresh>
      </dem:pixiReport_LogisticQuality>
   </soapenv:Body>
</soapenv:Envelope>

Response


Body 1: 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

Additional Notes