Warning: API call is no longer maintained!
Description
Gets item active / inactive status
Request Parameters
# |
Name |
Type |
Required |
Example |
Description |
1 |
ItemNrInt |
string |
0 |
abc |
Item Number (internal) |
2 |
ItemKey |
integer |
0 |
123 |
Item Id |
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:pixiGetItemStatus>
<dem:ItemNrInt>abc</dem:ItemNrInt>
<dem:ItemKey>123</dem:ItemKey>
</dem:pixiGetItemStatus>
</soapenv:Body>
</soapenv:Envelope>Response
Body 1: Result set
# |
Name |
Type |
Description |
1 |
ItemKey |
integer |
item Id |
2 |
ItemNrInt |
string |
internal item number to identify the item (ItemNrInt = ID used to match to the shops items) |
3 |
Enabled |
boolean |
item enabled/active status |
Additional Notes