pixi Developer & Integration Documentation

pixiReportStockRange

Description

Report items with long stock ranges...


Request Parameters

# Name Type Required Example Description
1 RowCount integer 0 123 RowCount
2 StartRow integer 0 123 StartRow
3 MinStockRange integer 0 123 Minimum stock range in days. Default = 100
4 SalesDaysBack integer 0 123 Count sales for X days back from today on. Default: 360
5 LastStockIncDays integer 0 123 Last time, stock was added for this item. Doesnt show items that where added recently, because there was maybe not enough time yet to sell them
6 StockMin integer 0 123 Only show items with minimal stock of ...
7 PriceMin number 0 19.90 Minimum Price
8 PriceMax number 0 19.90 Maximum Price
9 SupplNr string 0 Sample text Only one specific supplier
10 ExcludeInhouseEAN boolean 0 0/1 Exclude "non real" inhouse EANS starting with 2...
11 DeductReturns boolean 0 0/1 Deduct Returns

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:pixiReportStockRange>
         <dem:RowCount>123</dem:RowCount>
         <dem:StartRow>123</dem:StartRow>
         <dem:MinStockRange>123</dem:MinStockRange>
         <dem:SalesDaysBack>123</dem:SalesDaysBack>
         <dem:LastStockIncDays>123</dem:LastStockIncDays>
         <dem:StockMin>123</dem:StockMin>
         <dem:PriceMin>19.90</dem:PriceMin>
         <dem:PriceMax>19.90</dem:PriceMax>
         <dem:SupplNr>Sample text</dem:SupplNr>
         <dem:ExcludeInhouseEAN>0/1</dem:ExcludeInhouseEAN>
         <dem:DeductReturns>0/1</dem:DeductReturns>
      </dem:pixiReportStockRange>
   </soapenv:Body>
</soapenv:Envelope>

Response


Body 1: Result set

# Name Type Description
1 Row string Row
2 ItemKey integer ItemKey
3 ItemName string ItemName
4 Price number Price
5 SupplPrice number SupplPrice
6 EANUPC string EANUPC
7 ItemNrSuppl string ItemNrSuppl
8 ItemNrInt string ItemNrInt
9 Stock integer Stock on given location
10 Sales integer Sold items in gives range of days (sold = invoiced, returned included)
11 SalesPerDay number SalesPerDay
12 LastStockInc integer Last time put to stock in Days
13 StockRange number StockRange

Additional Notes