Description
This API call returns changed items from date provided as parameter onwards.
Request Parameters
| # |
Name |
Type |
Required |
Example |
Description |
| 1 |
Since |
string |
1 |
2017-01-01 |
Datetime parameter from which onwards changed item are taken into account. |
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:pixiGetChangedItems>
<dem:Since>2017-01-01</dem:Since>
</dem:pixiGetChangedItems>
</soapenv:Body>
</soapenv:Envelope>
Response
Body 1: Result set is always returned.
| # |
Name |
Type |
Description |
| 1 |
ItemNrInt |
string |
Internal item number. |
| 2 |
ItemKey |
integer |
Item ID. |
| 3 |
EANUPC |
string |
Item EANUPC code. |
| 4 |
ItemNrSuppl |
string |
Supplier item number. |
| 5 |
AvailableStock |
integer |
Item available stock. |
| 6 |
EstimatedDelivery |
string |
Item estimated delivery date |
Additional Notes