Changelog
Learn more about any recent changes in the Emporix API.
Improvement
Last updated 2025-02-14Customer service - new field
Overview
A newlastLogin
field has been added to the customer response, returning a date-time string. If the value is null, it indicates that the customer has not logged in since the field was introduced (14-02-2025).Updated endpoints
Endpoint | Description |
---|---|
Retrieving a customer's profile | Added lastLogin field to the responses. |
Retrieving a customer profile | Added lastLogin field to the responses. |
Retrieving a list of customers | Added lastLogin field to the responses. |
Known problems
There are no known problems.
Improvement
Last updated 2025-02-05Cart Service - enhanced price calculation details
Overview
The Cart Service now provides detailed price calculation information through thecalculatedPrice
field. This enhancement gives a comprehensive breakdown of prices including net values, gross values, tax details, fees, and discounts for both the entire cart and individual line items.Updated endpoints
Endpoint | Description |
---|---|
Retrieving a cart's details by criteria | Added calculatedPrice field to cart and cart items responses. |
Retrieving a cart's details by ID | Added calculatedPrice field to cart and cart items responses. |
Retrieving all products added to a cart | Added calculatedPrice field to cart items responses. |
Known problems
There are no known problems.
Improvement
Last updated 2025-02-05Order Service - enhanced price calculation details
Overview
The Order Service now provides detailed price calculation information through thecalculatedPrice
field. This enhancement gives a comprehensive breakdown of prices including net values, gross values, tax details, fees, and discounts for both the entire order and individual line items.Updated endpoints
Endpoint | Description |
---|---|
Creating a new order as employee | Added calculatedPrice field to order and order entries. |
Creating a new order as customer | Added calculatedPrice field to order and order entries. |
Retrieving order details | Added calculatedPrice field to order and order entries responses. |
Retrieving a specific order by ID | Added calculatedPrice field to order and order entries responses. |
Known problems
There are no known problems.
Improvement
Last updated 2025-01-30Order - new priceListId
field
Overview
ThepriceListId
field has been added to the create order endpoint.Updated endpoints
Endpoint | Description |
---|---|
Creating a new order | Added a new priceListId field to the request body. |
Known problems
There are no known problems.
Improvement
Last updated 2025-01-30Cart - new priceListId
field added.
Overview
ThepriceListId
field has been added to the get a cart endpoint. The field is populated only in the case when a returned price belongs to any price list. Otherwise the field is not returned.Updated endpoints
Endpoint | Description |
---|---|
Retrieving a cart's details by ID | Added a new priceListId (items.price.priceListId) field to the response. |
Known problems
There are no known problems.
Improvement
Last updated 2025-01-29Price Match - new priceListId
field added.
Overview
ThepriceListId
field has been added to the price match endpoints. The field is populated only in the case when a returned prices belongs to any price list. Otherwise the field is not returned.Updated endpoints
Endpoint | Description |
---|---|
Matching price for a specific attributes | Added a new priceListId field to the response. |
Matching price for session context | Added a new priceListId field to the response. |
Known problems
There are no known problems.
Improvement
Last updated 2025-01-24Algolia - added information about segments
Overview
The indexed products have a new field -segment_ids
- which informs to which segments the given product is assigned.Known problems
There are no known problems.
Deprecated
Last updated 2025-01-13Availability Service - availability endpoints replacement
Overview
The availability endpoints that acceptsite
as a query parameter, are now deprecated. They have been replaced with new endpoints that use site
as a path parameter.New endpoints
Endpoint | Description |
---|---|
Retrieving a products availability | New endpoint that takes site as a path parameter is now available. |
Creating a new availability for a product | New endpoint that takes site as a path parameter is now available. |
Upserting availability information of a product | New endpoint that takes site as a path parameter is now available. |
Deleting availability information of a product | New endpoint that takes site as a path parameter is now available. |
Retrieving all availability information for a site | New endpoint that takes site as a path parameter is now available. |
Retrieving product availabilities for a site | New endpoint that takes site as an optional query parameter is now available. |
Deprecated endpoints
Endpoint | Description |
---|---|
Retrieving a products availability | Endpoint that takes site as a query parameter is now deprecated. |
Creating a new availability for a product | Endpoint that takes site as a query parameter is now deprecated. |
Upserting availability information of a product | Endpoint that takes site as a query parameter is now deprecated. |
Deleting availability information of a product | Endpoint that takes site as a query parameter is now deprecated. |
Retrieving all availability information for a site | Endpoint that takes site as a query parameter is now deprecated. |
Retrieving product availabilities for a site | Endpoint that takes site as a mandatory query parameter is now deprecated. |
Known problems
There are no known problems.