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-03-21: Sequential ID Service - siteCode query param

Previous2025-03-27: Quote Service - businessModel field added to the responsesNext2025-03-21: Site Settings Service - timezone field added

Last updated 2 days ago

Was this helpful?

Overview

Query param siteCode has been added to endpoints responsible for generating next ids. The siteCode is used to resolve certain placeholders. Placeholders such as __year__, __month__, __day__, __hour__, __minute__, __second__ and __country__, which are defined in the schema, can have some default values computed when their counterparts are missing in the request body. The default values are derived from the site. Specifically:

  • All date-related placeholders are computed based on the site.homeBase.timezone field.

  • The country placeholder is replaced with the value of the site.homeBase.address.country field.

If these values are missing in a site configuration, the following defaults are used:

  • UTC for timezone

  • DE for country

Updated endpoints

Endpoint
Description

Query param siteCode added.

Query param siteCode added.

Query param siteCode added.

Known problems

There are no known problems.

Creating a nextId
Creating a nextId for schema type
Creating a nextId for schema types