Retrieving Retail Sale Items

Travelmanager Team
May 15, 2026
1 min read
Travelmanager

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

ParameterDescription
tokenValid API token for account access.
aktionMust contain getArtikel for this request.
onlineIf set to true, filters for items relevant for online sales.

Response

FormatContent
JSONItem list with all relevant information for retail sale items.
Last updated on May 15, 2026