Description
This API call returns all open orders for a specific supplier.
Request Parameters
| # |
Name |
Type |
Required |
Example |
Description |
| 1 |
SupplNr |
string |
0 |
abcdefg |
Supplier number |
| 2 |
Secret |
string |
0 |
abcdefg |
Customer ID, references table customers |
| 3 |
AllOrders |
boolean |
0 |
0 or 1 |
0 = not confirmed orders are returned; 1 = all orders of the supplier are returned |
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:pixiDFGetOrders>
<dem:SupplNr>abcdefg</dem:SupplNr>
<dem:Secret>abcdefg</dem:Secret>
<dem:AllOrders>0 or 1</dem:AllOrders>
</dem:pixiDFGetOrders>
</soapenv:Body>
</soapenv:Envelope>
Response
Body 1: Direct fulfilment orders
| # |
Name |
Type |
Description |
| 1 |
OrderNr |
integer |
Order number in pixi* |
| 2 |
Anrede |
string |
Salutation |
| 3 |
CareOf |
string |
Customer of |
| 4 |
FirstName |
string |
First Name |
| 5 |
LastName |
string |
Last Name |
| 6 |
Street |
string |
Street |
| 7 |
ZIP |
string |
Postal number |
| 8 |
HouseNr |
string |
House Number |
| 9 |
City |
string |
City |
| 10 |
Country |
string |
Country |
| 11 |
eMail |
string |
E-Mail address |
| 12 |
Phone |
string |
Phone |
| 13 |
Address_Remarks |
string |
Address remark |
| 14 |
ShipInstruct |
string |
Transport remark |
| 15 |
Shipdate |
string |
Ship this order at this date only! not before |
| 16 |
ShipVendorCode |
string |
Shipping vendor code |
| 17 |
AddrShopID |
string |
Shop Id |
| 18 |
APayment |
string |
Payment code |
| 19 |
AddrNoChargeVAT |
boolean |
Charge VAT flag |
| 20 |
Discount |
number |
Discount |
| 21 |
CntCodeISO2 |
string |
Country code (ISO 2) |
| 22 |
CntCodeISO3 |
string |
Country code (ISO 3) |
| 23 |
ShipCost |
number |
The total shipping costs of the whole order |
| 24 |
PartialDeliveryActive |
boolean |
Partial delivery enabled |
| 25 |
PartialDeliveryForceCancelAfterShipout |
boolean |
Cancel the rest of order after partial delivery |
| 26 |
PartialDeliveryMultiple |
boolean |
Enable multiple partial deliveries |
| 27 |
OrderCurrencyCode |
string |
Currency |
| 28 |
Fax |
string |
Fax |
| 29 |
Referrer |
string |
Referrer |
| 30 |
SubShopName |
string |
Shop name |
Additional Notes