LogoLogo
CommunitySupport PortalYouTubeStart a free trial
  • Welcome
  • Commerce Engine
  • Orchestration Engine
  • API Documentation
  • Release Notes
  • Changelog
  • Changelog
  • In progress
    • Current work in progress
  • 2025
    • 2025-05-26: Order Service - adding entries to an order
    • 2025-05-26: Cart Service - adding items as separate lines to a cart
    • 2025-05-12: Customer Service - improvements
    • 2025-04-29: Customer Segments Service - fully operational
    • 2025-04-17: Product Service - deprecations
    • 2025-04-16: Cart Service - introduction of search endpoint
    • 2025-04-14: Cart Service - support external discounts
    • 2025-04-10: Cart Service - cart validation and configuration improvement
    • 2025-04-04: Sequential-ID Service - deprecations
    • 2025-04-03: Schema Service - endpoints for managing custom entities and instances
    • 2025-04-03: OAuth Service - new endpoint
    • 2025-04-07: IAM Service - new query parameter
    • 2025-03-28: Customer Service - removed couponMixin mixin
    • 2025-03-28: Coupon Service - new referralCoupon field in the coupon model
    • 2025-03-28: Coupon Service - deprecations
    • 2025-03-28: Referral Coupon Service - deprecations
    • 2025-03-27: Quote Service - businessModel field added to the responses
    • 2025-03-21: Sequential ID Service - siteCode query param
    • 2025-03-21: Site Settings Service - timezone field added
    • 2025-03-17: Order Service - new endpoints to fetch orders for a legal entity
    • 2025-03-07: Order Service - calculated prices
    • 2025-03-05: Order Service - legal entity information in the order model
    • 2025-03-05: Weight dependent products
    • 2025-03-04: Important Security Update – discontinuation of Weak Cipher Support
    • 2025-03-04: Media Service - support for brands
    • 2025-03-04: Brand Service - deprecations
    • 2025-03-04: Shopping List Service - metadata field changes
    • 2025-02-26: OAuth Service - Legal Entity information in the auth token
    • 2025-02-24: Media Service - support for labels
    • 2025-02-24: Label Service - deprecations
    • 2025-02-19: Customer Segments Service - expanded response for retrieving category trees for a custom
    • 2025-02-18: Cart Service - deprecated fields
    • 2025-02-18: Cart Service - deprecated field
    • 2025-02-18: Fee Management - new validation added
    • 2025-02-18: Site Settings - new field
    • 2025-02-18: Order Service - deprecated fields
    • 2025-02-14: Customer Service - new field
    • 2025-02-05: Cart Service - enhanced price calculation details
    • 2025-02-05: Order Service - enhanced price calculation details
    • 2025-01-30: Order Service - new priceListId field
    • 2025-01-30: Cart Service - new priceListId field added
    • 2025-01-29: Price Match - new priceListId field added
    • 2025-01-24: Algolia - added information about segments
    • 2025-01-13: Availability Service - availability endpoints replacement
  • Archive
    • Changelog 2024
    • Changelog 2023
    • Changelog 2022
Powered by GitBook
LogoLogo

Resources

  • Emporix.com
  • Developer Policy
  • Terms of Use

Find us

  • LinkedIn

© 2025 Emporix. All Rights Reserved.

  1. 2025

2025-02-18: Cart Service - deprecated fields

Overview

Several fields in cart's response have been deprecated and are now replaced by calculatedPrice and unitPrice fields. The new fields provide a more comprehensive and consistent way to access price calculations.

Deprecated cart-level fields:

  • totalPrice - use calculatedPrice.finalPrice instead

  • subTotalPrice - use calculatedPrice.price or calculatedPrice.discountedPrice instead

  • taxAggregate - use calculatedPrice.finalPrice.taxAggregate instead

  • subtotalAggregate - use calculatedPrice.price instead

  • totalDiscount - use calculatedPrice.totalDiscount instead

  • feeYrnAggregate - use calculatedPrice.totalFees and items[].calculatedPrice.fees instead

  • shipping - use calculatedPrice.totalShipping instead

  • itemFeesTotal - use calculatedPrice.totalFee instead

  • paymentFeesTotal - use calculatedPrice.paymentFees instead

  • totalAuthorizedAmount - use calculatedPrice.upliftValue instead

Deprecated cart item-level fields:

  • price - use unitPrice instead

  • itemPrice - use unitPrice instead

  • itemTaxInfo - use calculatedPrice.price instead

  • fees - use calculatedPrice.fees instead

  • authorizedAmount - use calculatedPrice.upliftValue instead

  • totalDiscount - use calculatedPrice.totalDiscount instead

  • externalFees - use calculatedPrice.fees instead

  • couponDiscounts - use calculatedPrice.totalDiscounts.appliedDiscounts instead

Updated endpoints

Endpoint
Description

Deprecated response fields are replaced by calculatedPrice and unitPrice.

Deprecated response fields are replaced by calculatedPrice and unitPrice.

Deprecated response fields are replaced by calculatedPrice and unitPrice.

Known problems

There are no known problems.

Previous2025-02-19: Customer Segments Service - expanded response for retrieving category trees for a customNext2025-02-18: Cart Service - deprecated field

Last updated 2 days ago

Was this helpful?

Retrieving cart details by ID
Retrieving cart details by criteria
Retrieving all products added to a cart