pixi Developer & Integration Documentation

pixiReportGetUnshippableOrders

Description

It shows orders which cannot be shipped yet


Request Parameters

# Name Type Required Example Description
1 ViewDetails boolean 0 0 or 1 Extended resultset
2 IncludeCustLock boolean 0 0 or 1 Show also results with active customer lock.
3 LocID string 0 abcdefg Special stock locations are not considered. The location parameter is not connected to the actual order location. It just shows you the available stock on given location.

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:pixiReportGetUnshippableOrders>
         <dem:ViewDetails>0 or 1</dem:ViewDetails>
         <dem:IncludeCustLock>0 or 1</dem:IncludeCustLock>
         <dem:LocID>abcdefg</dem:LocID>
      </dem:pixiReportGetUnshippableOrders>
   </soapenv:Body>
</soapenv:Envelope>

Response


Body 1:

# Name Type Description
1 Orders integer
2 OrderTotal number
3 ShipCost number The total shipping costs of the whole order
4 DiffrentCustomers integer
5 MissingArticles integer
6 DiffrentArticles integer
7 dbCurrency string

Body 2:

# Name Type Description
1 OrderlineKey integer ID for the Orderline record
2 OrderNr integer Order number in pixi*
3 Qty integer Ordered item quantity
4 ItemRef integer Item ID
5 Status string
6 ShipCost number The total shipping costs of the whole order
7 Price number Final gross price (not depending on the order type)
8 SLocked string If order has ship lock enabled
9 CustRef integer ID of customer
10 Shippable integer
11 OrderDate string Create date of the order
12 ItemNrInt string Shop item number
13 dbCurrency string Database currency

Additional Notes