Warning: API call is no longer maintained!
Description
Request Parameters
# |
Name |
Type |
Required |
Example |
Description |
1 |
ItemKey |
integer |
0 |
123 |
|
2 |
ItemNrInt |
string |
0 |
abcdefg |
|
3 |
EANUPC |
string |
0 |
abcdefg |
|
4 |
ItemNrSuppl |
string |
0 |
abcdefg |
|
5 |
LocID |
string |
0 |
abcdefg |
|
6 |
ItemXML |
string |
0 |
abcdefg |
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:pixiGetItemInfoPickList>
<dem:ItemKey>123</dem:ItemKey>
<dem:ItemNrInt>abcdefg</dem:ItemNrInt>
<dem:EANUPC>abcdefg</dem:EANUPC>
<dem:ItemNrSuppl>abcdefg</dem:ItemNrSuppl>
<dem:LocID>abcdefg</dem:LocID>
<dem:ItemXML>abcdefg</dem:ItemXML>
</dem:pixiGetItemInfoPickList>
</soapenv:Body>
</soapenv:Envelope>Response
Body 1:
# |
Name |
Type |
Description |
1 |
ItemKey |
integer |
pixi* item ID |
2 |
SupplPrice |
number |
Supplier price of the item |
3 |
ItemName |
string |
Item name |
4 |
VPE |
string |
|
5 |
MinStockQty |
integer |
Minimum stock quantity for the item |
6 |
MinOrderQty |
integer |
Minimum order quantity for the item |
7 |
SupplNR |
string |
Supplier number (code) |
8 |
Category |
string |
Item category |
9 |
ItemNrInt |
string |
Shop item number |
10 |
ItemNrSuppl1 |
string |
Item number Supplier 1 |
11 |
Quantity |
integer |
Item stock quantity |
12 |
PriceVK |
number |
Item price |
13 |
VATLevel |
string |
Item VAT level |
14 |
Enabled |
boolean |
Item enabled flag |
15 |
ItemTAGs |
string |
Tags connected to the item |
16 |
EANUPC |
string |
Item barcode |
17 |
ItemNrSuppl |
string |
Supplier item number |
18 |
ABC |
string |
Item system tag |
19 |
ExportEstimatedDelivery |
string |
Estimated delivery date |
20 |
PicLinkLarge |
string |
URL to picture of the item (large size) |
21 |
PicLinkSmall |
string |
URL to picture of the item (small size) |
Body 2:
# |
Name |
Type |
Description |
1 |
ItemRef |
integer |
Item ID |
2 |
ArtNr |
string |
Item barcode |
3 |
PickListNr |
integer |
Item on Picklist |
4 |
Sum_PickListItem |
integer |
Item qty sum on Piclist |
Additional Notes
Sample Xml Structure:
<ITEMS>
<ITEM><ITEMKEY>105</ITEMKEY></ITEM>
<ITEM><EAN>2000000000091</EAN></ITEM>
<ITEM><ITEMNRINT>54e46dd1dc2c30a39.01766786</ITEMNRINT></ITEM>
<ITEM><ITEMNRSUPPL>mg316</ITEMNRSUPPL></ITEM>
</ITEMS>