This month, we are launching exciting product updates in Lemax. Learn about the details below (available from April 30th, 2026).

Extending the GetPackageSearchResults API response

What’s new

Special Offer data in APIs is enhanced with additional context by introducing the Comment field and an optionality indicator, available across both Search and Detailed Description endpoints for all product types.

This update is automatically available to you once the release is launched. Please note that the usage of this update could depend on system setups (which modules/products you use) and user roles.

Problem being solved

Previously, there was no way to display additional contextual information (Comment) or distinguish between optional and non-optional Special Offers through the API.

Benefit for the users

External systems and portals can now display richer and more accurate Special Offer information, including a descriptive Comment field, and a clear indication of whether an offer is optional.

How it works

API – Special Offer Comment in Search endpoints

  • The Comment field from the Special Offer (General tab in Back-office) is now exposed in:
    • /api/ext/v4/Tours/Search
    • /api/ext/v4/Accommodation/Search
    • /api/ext/v4/Transportation/Search
  • The field is returned only when a Special Offer is applied
  • The Comment field is returned in the language defined by the LanguageID parameter, or in the default system language if LanguageID is not provided, with no value returned if a translation for the requested language does not exist

API – Special Offer Comment in Detailed Description endpoints

  • The Comment field is also exposed in:
    • /api/ext/v4/Tours/Description
    • /api/ext/v4/Accommodation/Description
    • /api/ext/v4/Transportation/Description
  • The field is returned when a Special Offer exists

API – Special Offer optionality indicator

  • A new boolean field is introduced to indicate whether a Special Offer is optional (true/false)
  • Available across all Search and Detailed Description endpoints:
    • /api/ext/v4/Tours/Search
    • /api/ext/v4/Tours/Description
    • /api/ext/v4/Accommodation/Search
    • /api/ext/v4/Accommodation/Description
    • /api/ext/v4/Transportation/Search
    • /api/ext/v4/Transportation/Description
  • No changes to pricing logic or existing response behaviour (backward compatible)

Gross price visibility on search results – B2B portal and BO

What’s new

Gross and Net selling prices are now consistently exposed across all Search and Detailed Description APIs for all product types, along with enhanced Back-office visibility of pricing details.

Please contact support@lemax.net for additional information on advisory services on how this update could be set up for your instance, or if you have any additional inquiries. 

Problem being solved

Previously, only the final selling (invoiced) price was visible, making it difficult for external systems and internal users to distinguish between Gross price, Net selling price, and Commission. This limited pricing transparency and made accurate quoting and alignment across B2B/B2C scenarios harder.

Benefit for the users

Users and external integrations now have full pricing transparency with clear separation of Gross price, Net selling price, and commission across all product types. This enables more accurate quoting, easier reconciliation, consistent pricing logic across APIs and Back-office, and better support for both B2B and B2C selling scenarios.

How it works

API – General changes

  • All relevant Search and Detailed Description endpoints now return Gross and Net selling prices:
    • /api/ext/v4/Tours/Search
    • /api/ext/v4/Tours/Description
    • /api/ext/v4/Accommodation/Search
    • /api/ext/v4/Accommodation/Description
    • /api/ext/v4/Transportation/Search
    • /api/ext/v4/Transportation/Description
  • Pricing is calculated in real time using existing pricing logic (pricing policies, commissions, special offers)
  • New fields are added without changing the existing response structure (backward compatible)

Commission

  • Commission is not explicitly returned but is derived as: Gross – Net.

Back-office – Pricing details in search results

  • New column “Pricing details” has been added to the search results for all product types.
  • Displays:
    • Default price (Gross price)
    • Commission
    • Net selling price
  • Values are calculated in real time based on the selected customer and selling mode