Warning: API call is no longer maintained!
Description
Returns item stock on location
Request Parameters
# |
Name |
Type |
Required |
Example |
Description |
1 |
ItemKey |
integer |
0 |
123 |
Item Id |
2 |
EAN |
string |
0 |
abcdef |
Item EAN |
3 |
ItemNrSuppl |
string |
0 |
abcdef |
Item number (supplier) |
4 |
ItemNrInt |
string |
0 |
abcdef |
Item number (internal) |
5 |
LocationId |
string |
0 |
001 |
Location Id |
6 |
Quantity |
integer |
0 |
001 |
Quantity - output |
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:pixiGetItemStockOnLocations>
<dem:ItemKey>123</dem:ItemKey>
<dem:EAN>abcdef</dem:EAN>
<dem:ItemNrSuppl>abcdef</dem:ItemNrSuppl>
<dem:ItemNrInt>abcdef</dem:ItemNrInt>
<dem:LocationId>001</dem:LocationId>
<dem:Quantity>001</dem:Quantity>
</dem:pixiGetItemStockOnLocations>
</soapenv:Body>
</soapenv:Envelope>Response
Body 1: Result set
# |
Name |
Type |
Description |
0 |
Location |
string |
Location |
1 |
PhysicalQTY |
integer |
PhysicalQTY |
2 |
AvailQTY |
integer |
AvailQTY |
3 |
RealQtyAvail |
integer |
RealQtyAvail |
4 |
SpecialStock |
integer |
SpecialStock |
Additional Notes