pixi Developer & Integration Documentation

pixiReportShipOutPerTimeQuant

Description

API call: report number of shipouts per given time period in certain time range.


Request Parameters

# Name Type Required Example Description
1 startDateTime string 0 2021-11-11 13:23:44 Date and time of report start
2 endDateTime string 0 2021-11-11 20:23:44 Date and time of report end
3 timePeriod string 0 1 Time interval between the data of report list
4 shopID string 0 ADV Id of the shop to get report for

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:pixiReportShipOutPerTimeQuant>
         <dem:startDateTime>2021-11-11 13:23:44</dem:startDateTime>
         <dem:endDateTime>2021-11-11 20:23:44</dem:endDateTime>
         <dem:timePeriod>1</dem:timePeriod>
         <dem:shopID>ADV</dem:shopID>
      </dem:pixiReportShipOutPerTimeQuant>
   </soapenv:Body>
</soapenv:Envelope>

Response


Body 1: Result set

# Name Type Description
1 shopID string Id of the shop that report is for
2 SUMShipOut integer Calculated SUM of shipped orders
3 startTimePeriod string Date and time of report row start
4 endTimePeriod string Date and time of report row end

Additional Notes