Description
Get item specific information
Request Parameters
# |
Name |
Type |
Required |
Example |
Description |
1 |
ItemKey |
integer |
0 |
123456 |
Item ID |
2 |
ItemNrInt |
string |
0 |
123abc |
ItemNrInt (Shop-ArtikelNr.) |
3 |
EanUpc |
string |
0 |
123abc |
Item barcode (EAN) |
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:pixiGetItemCustomsInfo>
<dem:ItemKey>123456</dem:ItemKey>
<dem:ItemNrInt>123abc</dem:ItemNrInt>
<dem:EanUpc>123abc</dem:EanUpc>
</dem:pixiGetItemCustomsInfo>
</soapenv:Body>
</soapenv:Envelope>Response
Body 1: Result output
# |
Name |
Type |
Description |
1 |
ItemKey |
integer |
Item ID |
2 |
CustomsTariffNumber |
string |
Customs Tariff Number |
3 |
CustomsCountryOfOrigin |
string |
Customs Country Of Origin |
4 |
CustomsCountryOfOriginISO2 |
string |
Customs Country Of Origin ISO2 |
5 |
Weight |
number |
Weight in grams |
6 |
Heigth |
number |
Heigth |
7 |
Width |
number |
Width |
8 |
Length |
number |
Length |
9 |
CustomsTariffText |
string |
Customs Tariff Text |
10 |
CustomsPreviousProcess |
string |
Previous procedure (vorangegangenes Verfahren) |
11 |
ResultCode |
string |
Result Code |
12 |
ResultMessage |
string |
Result Message |
Additional Notes