Description
API Call to get information about an invoice for Shipping
Request Parameters
| # |
Name |
Type |
Required |
Example |
Description |
| 1 |
InvoiceNr |
string |
1 |
abc |
InvoiceNr to Load Invoice |
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:pixiGetInvoiceShippingInformation>
<dem:InvoiceNr>abc</dem:InvoiceNr>
</dem:pixiGetInvoiceShippingInformation>
</soapenv:Body>
</soapenv:Envelope>
Response
Body 1: Result set
| # |
Name |
Type |
Description |
| 1 |
InvoiceNr |
string |
Invoice Nr |
| 2 |
InvDate |
string |
Invoice Date |
| 3 |
Shop |
string |
Shop ID |
| 4 |
PaymentCode |
string |
Payment Code |
| 5 |
PaymentText |
string |
Payment Text |
| 6 |
ShipVendorCode |
string |
Shipping Vendor Code |
| 7 |
ShipVendorName |
string |
Shipping Vendor |
| 8 |
Total |
number |
Total of the Invoice in EUR |
| 9 |
Currency |
string |
Currency of the Invoice |
| 10 |
Total_OrderCurr |
number |
Total in InvoiceCurrency |
| 11 |
ShipCost |
number |
Ship Costs in EUR |
| 12 |
ShipCost_OrderCurr |
number |
Shipping Costs in Invoice Currency |
| 13 |
Anrede |
string |
Salutation |
| 14 |
Name |
string |
Name (line 1) |
| 15 |
Name2 |
string |
Name (line 2) |
| 16 |
FirstName |
string |
First Name |
| 17 |
LastName |
string |
Last Name |
| 18 |
CareOf |
string |
Company (if any) |
| 19 |
Address |
string |
Street and House Number |
| 20 |
Street |
string |
Street |
| 21 |
HouseNr |
string |
House Number |
| 22 |
City |
string |
City |
| 23 |
State |
string |
State |
| 24 |
ZIP |
string |
ZIP |
| 25 |
Country |
string |
Country Code in pixi* |
| 26 |
CountryName |
string |
Country Name in pixi* |
| 27 |
EasylogCountryName |
string |
DHL EasyLog Country Name |
| 28 |
CountryISO2 |
string |
CountryCode in ISO-2 format |
| 29 |
CountryISO3 |
string |
Country Code in ISO-3 format |
| 30 |
ZIPMailbox |
string |
ZIP for Mailbox |
| 31 |
Mailbox |
string |
Mailbox |
| 32 |
Phone |
string |
Phone |
| 33 |
Fax |
string |
Fax |
| 34 |
eMail |
string |
eMail |
| 35 |
UsStId |
string |
VAT ID for the Shipping Address |
| 36 |
Note |
string |
Note for the Shipping Address (if any) |
| 37 |
Address_Remarks |
string |
Address Remarks for this order ("Adresszusatz") |
| 38 |
DHLVerfahren |
string |
Verfahren (if sent by shop) |
| 39 |
DHLProdukt |
string |
Produkt for DHL (if sent by shop) |
| 40 |
DHLExtras |
string |
Extra for DHL (if sent by shop) |
| 41 |
GiftMessage |
string |
Gift Message |
| 42 |
OrderShipDate |
string |
Order Ship Date |
| 43 |
ShopNote |
string |
Shop Comment (if there are multiple orders merged in the invoice, there will be only the Shop Comment for the first order) |
| 44 |
OrderNr |
integer |
pixi* order number |
| 45 |
OrderNrExternal |
string |
External order number |
| 46 |
PackageNetWeight |
number |
Package net weight |
| 47 |
PackageGrossWeight |
number |
Package gross weight |
Additional Notes