Description
Get all items that dont have customs info yet
Request Parameters
| # |
Name |
Type |
Required |
Example |
Description |
| 1 |
Rowcount |
integer |
0 |
123 |
Rowcount |
| 2 |
ItemKeyStart |
integer |
0 |
123 |
ItemKeyStart |
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:pixiReportItemsWithMissingCustomsInfo>
<dem:Rowcount>123</dem:Rowcount>
<dem:ItemKeyStart>123</dem:ItemKeyStart>
</dem:pixiReportItemsWithMissingCustomsInfo>
</soapenv:Body>
</soapenv:Envelope>
Response
Body 1: Return status
| # |
Name |
Type |
Description |
| 1 |
ItemKey |
integer |
Item Id |
| 2 |
ItemName |
string |
Item name |
| 3 |
SupplNr |
string |
SupplNr |
| 4 |
ItemNrInt |
string |
ItemNrInt |
| 5 |
EANUPC |
string |
EANUPC |
| 6 |
ItemNrSuppl |
string |
ItemNrSuppl |
| 7 |
PriceVK |
number |
Item price |
| 8 |
VATLevel |
string |
VAT level (L - Low, H - High, 0 -Zero) |
| 9 |
Enabled |
boolean |
Enabled |
| 10 |
ItemTAGs |
string |
Tags connected to the item |
| 11 |
Weight |
number |
Weight |
| 12 |
Heigth |
number |
Heigth |
| 13 |
Width |
number |
Width |
| 14 |
Length |
number |
Length |
| 15 |
ABC |
string |
ABC tags connected to the item |
| 16 |
CustomsTariffNumber |
string |
Customs Tariff Number |
| 17 |
CustomsCountryOfOrigin |
string |
Customs Country Of Origin |
| 18 |
CustomsCountryOfOriginISO2 |
string |
Customs Country Of Origin ISO2 |
| 19 |
CustomsTariffText |
string |
Customs Tariff Text |
| 20 |
CustomsPreviousProcess |
string |
Customs Previous Process |
Additional Notes