Warning: API call is no longer maintained!
Description
et totals equal to what the invoice would produce from the order
Request Parameters
| # | Name | Type | Required | Example | Description |
| 1 | OrderNr | integer | 0 | 123 | pixi* order number |
| 2 | OrderXML | string | 0 | abcdefg | XML with pixi order number and order line IDs |
| 3 | ReturnBundle | boolean | 0 | 0 or 1 | When specified it overrides the setting "APIBundleOrderlines" and whne set to True it returns bundle as one BundleOrderline or when False returns separate orderlines. |
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:pixiGetOrderlinesForOrder> <dem:OrderNr>123</dem:OrderNr> <dem:OrderXML>abcdefg</dem:OrderXML> <dem:ReturnBundle>0 or 1</dem:ReturnBundle> </dem:pixiGetOrderlinesForOrder> </soapenv:Body> </soapenv:Envelope>
Response
Body 1:
| # | Name | Type | Description |
| 1 | OrderlineKey | integer | ID for the Orderline record |
| 2 | ArtName | string | Name of the item |
| 3 | Qty | integer | |
| 4 | Price | number | |
| 5 | Status | string | |
| 6 | StatusText | string | |
| 7 | ItemNrExternal | string | Item number external (Imported from Shop) |
| 8 | OrderNr | integer | Order number in pixi* |
| 9 | OrderNrExternal | string | External order number |
| 10 | OrderCurrency | string | |
| 11 | OrderDate | string | |
| 12 | ItemRef | integer | Item ID |
| 13 | oItemSpecialNote | string | |
| 14 | DiscountValue | number | |
| 15 | DiscountPerc | number | |
| 16 | FullPrice | number | |
| 17 | VATRate | string | |
| 18 | PriceNoVAT | number | |
| 19 | AvailStockOrderLine | integer | |
| 20 | ItemNrInt | string | Shop item number |
| 21 | ShipDate | string | Ship this order at this date only! not before |
| 22 | DFShipDate | string | |
| 23 | DFShipmentTrackingID | string | Direct fullfilement shipment tracking ID |
| 24 | ReservedCount | integer | |
| 25 | ItemNrSuppl | string | Supplier item number |