Description
Returns the EK Price History for selected items.
Request Parameters
# |
Name |
Type |
Required |
Example |
Description |
1 |
ItemNrInternal |
string |
0 |
Sample text |
Item Nr Internal |
2 |
FromDate |
string |
0 |
YYYY-MM-DD hh:mm:ss |
From Date |
3 |
ToDate |
string |
0 |
YYYY-MM-DD hh:mm:ss |
To Date |
4 |
RowCount |
integer |
0 |
123 |
Row Count |
5 |
StartRow |
integer |
0 |
123 |
Start Row |
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:pixiGetEKPriceHistory>
<dem:ItemNrInternal>Sample text</dem:ItemNrInternal>
<dem:FromDate>YYYY-MM-DD hh:mm:ss</dem:FromDate>
<dem:ToDate>YYYY-MM-DD hh:mm:ss</dem:ToDate>
<dem:RowCount>123</dem:RowCount>
<dem:StartRow>123</dem:StartRow>
</dem:pixiGetEKPriceHistory>
</soapenv:Body>
</soapenv:Envelope>Response
Body 1: Result set
# |
Name |
Type |
Description |
0 |
RowNumber |
integer |
Unique Row Number |
1 |
ItemKey |
integer |
ItemKey |
2 |
SupplNr |
string |
Supllier Item Nr |
3 |
ItemNrSuppl |
string |
Supllier Item Nr |
4 |
ItemNrInt |
string |
Internal ItemNR |
5 |
EANUPC |
string |
EAN of the Item |
6 |
Price |
number |
Price of the Item |
7 |
EKPrice |
number |
EK Price of the Item |
8 |
UpdateDate |
string |
Update Date of the Item |
Additional Notes