Retrieving Retail Sale Items
Use the following API call to retrieve all retail sale items. The list can be used in your own application or external system for bookings and sales.
Example API Call
xml.php?token=xyz&aktion=getArtikel&online=true
| Parameter | Description |
|---|---|
token | Valid API token for account access. |
aktion | Must contain getArtikel for this request. |
online | If set to true, filters for items relevant for online sales. |
Response
| Format | Content |
|---|---|
| JSON | Item list with all relevant information for retail sale items. |