Skip to main content

Release Notes

A summary of changes to the Kiss Datafeed App and the Customer API.

Datafeed App

1.0.0 — Initial release

The first public release of the Datafeed App.

Highlights

  • Background service that automatically downloads product and stock data on a schedule you control.
  • Configuration tool with screens for credentials, output, scheduling, service control, and image archive download.
  • Live schema discovery — new fields added to the API surface automatically appear in your CSVs without an app update.
  • Atomic file writes, so downstream watchers never see a half-written file.
  • Encrypted credential storage on disk.
  • Upgrade-in-place — running a newer installer preserves your configuration, credentials, state, and logs.

Compatible API profile: 2026-04.

Supported platforms

  • Windows 10 22H2 or later (x64)
  • Windows 11 (x64)
  • Windows Server 2019 / 2022 (x64)

Customer API

Profile 2026-04

The first publicly available API profile.

Endpoints

  • POST /auth/token
  • GET /products and GET /products/schema
  • GET /stock and GET /stock/schema
  • GET /prices
  • GET /api/version
  • GET /health

Data model coverage

  • Products with nested images, accessories, substitutions, composition, and customer-specific prices.
  • Stock by warehouse, with next-available ETA where known.
  • Customer-specific price list with minimum order quantity and order multiple.

See the Customer API overview for full details.