Warning: API call is no longer maintained!
Description
Being given an ItemNrInt code, the function returns item's EAN code.
Use pixiGetItemInfo instead!
Request Parameters
| # | Name | Type | Required | Example | Description |
| 1 | ItemNrInt | string | 1 | Sample text | [mandatory] The itemNr code of the item to return 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:pixiGetEanByItemNr> <dem:ItemNrInt>Sample text</dem:ItemNrInt> </dem:pixiGetEanByItemNr> </soapenv:Body> </soapenv:Envelope>
Response
Body 1:
| # | Name | Type | Description |
| 0 | return | string | The function's return value is the EAN code |