pixi Developer & Integration Documentation

pixiReport_LogisticQuality_NonCached_New

Description

updated version of logisticsquality report with support for days without shipping


Request Parameters

# Name Type Required Example Description
1 DaysBack integer 0 123 [optional] How many days to include in the report. The default value is 14.
2 OnlyItemsOnStock boolean 0 0/1 [optional] Filter only by items on stock.
3 ShopID string 0 Sample text [optional] Filter by shop.

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_New>
         <dem:DaysBack>123</dem:DaysBack>
         <dem:OnlyItemsOnStock>0/1</dem:OnlyItemsOnStock>
         <dem:ShopID>Sample text</dem:ShopID>
      </dem:pixiReport_LogisticQuality_NonCached_New>
   </soapenv:Body>
</soapenv:Envelope>

Response


Additional Notes

see pixiReport_LogisticQuality