# 2026-01-29: Emporix Java SDK

## Overview

The Java SDK for our API‑first ecommerce platform gives development teams a fast, reliable way to integrate commerce capabilities into any Java‑based application. Instead of hand‑coding REST calls, handling authentication, and stitching together low‑level HTTP logic, teams work with a clean, domain‑oriented Java API that mirrors core commerce concepts like products, prices, carts, and orders.

This accelerates time‑to‑market for new digital channels like web, mobile, points of sale (POS) or partner portals. The SDK reduces integration risk, and ensures that every customer touchpoint talks to the same API‑first commerce platform. It's designed for modern, cloud‑native projects and supports typical enterprise requirements such as security, testability, and maintainability, so engineering teams can spend more time on differentiated business features and less on plumbing.

## New features

| Feature                                                | Benefit                                                                                                                            |
| ------------------------------------------------------ | ---------------------------------------------------------------------------------------------------------------------------------- |
| **Typed Java client for all core commerce APIs**       | Faster implementation with fewer bugs that result in teams delivering new commerce use cases in weeks instead of months.           |
| **Built‑in authentication & configuration management** | Reduces security and configuration errors, which simplifies rollout across multiple environments and markets.                      |
| **Ready for enterprise development practices**         | Enables clean architectures and sustainable codebases, reducing long‑term maintenance cost and onboarding time for new developers. |

## Fixes and improvements

None as this is a new feature.

## Known problems

No known problems at the time of release.

## Documentation and links

API Guides:

* [Emporix Java SDK](/api-references/quickstart/emporix-java-sdk.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://developer.emporix.io/release-notes/2026/2026-01-29-sdk.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
