pixi Developer & Integration Documentation

pixiGetChangedOrderlines

Warning: API call is no longer maintained!

Description

Get changed Orderlines


Request Parameters

# Name Type Required Example Description
1 Since string 1 YYYY-MM-DD hh:mm:ss Since
2 WholeHistory boolean 0 0/1 WholeHistory
3 Rows integer 0 123 Rows

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:pixiGetChangedOrderlines>
         <dem:Since>YYYY-MM-DD hh:mm:ss</dem:Since>
         <dem:WholeHistory>0/1</dem:WholeHistory>
         <dem:Rows>123</dem:Rows>
      </dem:pixiGetChangedOrderlines>
   </soapenv:Body>
</soapenv:Envelope>

Response


Body 1: Result set

# Name Type Description
0 ItemNrInt string pixi* Internal item number
1 OrderNrExternal string Ordernumber of shop
2 Status string Current status of the Orderline
3 StatusChangeDate string Date of the last change date
4 ItemNrExternal string Item number of the shop
5 ShopID string Date of the last change date
6 OrderlineKey integer Item number of the shop

Additional Notes