Automatizovani link podatka - Teljes_ar_keszlet query,
This query gives you information about the stock volumes and arriving dates.
You can use the arriving date if the product isn’t in stock.
The date format is “YYYY-MM-DD” everywhere.
Code example:
<?xml version="1.0" encoding="utf-8"?> <items> <item> <product_number>AH5977</product_number> <price>2716.46</price> <stock>0</stock> <arric>2018.08.06</arric> </item> </items>
Field formats:
Field name | Type | Description |
---|---|---|
product_number | string(25) | Product identification |
price | double | Net product price |
stock | integer | Available stock volume |
arric | date | Planned arriving date (YYYY.MM.DD format) |