Markets

Structure and configuration

All orders in Omnium require a Market ID, which defines a variety of configurations, including:

  • Language
  • Region
  • Currency
  • Shipments
  • Number options
  • Tax options
  • Available connectors

There are no limitations on the number of markets. Markets can be set up based on factors such as country, state or region, brand, concept, or a combination of these, depending on business needs.

Considerations for market setup

Product languages and currencies

Markets determine the product language and currency for placed orders.

  • Each currency and/or product language should have its own market.
  • Stores can be related to multiple markets. For example, if a web store serves multiple markets with different currencies or languages, the market determines the product language and price currency for the placed order.

B2B vs. B2C

Markets can differentiate between B2B and B2C customers.

  • Market settings allow you to configure whether prices and orders include or exclude tax.

Customer communication

Markets also influence customer communication:

  • Design custom email templates for each market to support different languages, brands, or concepts.

Market Model

Properties

PropertyTypeDescription
MarketIdstringUnique market ID (e.g., ENG, NOR, SWE).
MarketNamestringName of the market.
IsDefaultMarketboolTrue if the market should be used by default for new orders.
IsActiveboolTrue if the market is active; False if temporarily unavailable.
IsTaxExcludedboolTrue if tax should not be added to orders.
LanguagestringMarket language name (e.g., English, Norwegian, German).
LanguageCodestringTwo-letter ISO language code (e.g., no, en).
IsoLanguageCodestringISO Language/Region code (e.g., en-US, nb-NO, de-DE).
CountryCodestringTwo-letter country code (e.g., "EN", "NO").
CurrencystringDefault market currency (e.g., USD, EUR, NOK).
ProductContentLanguagestringDefault product content language for the market (e.g., en, se, no).
ShipmentOptionsList<ShipmentOption>List of shipment options available for the market.
NumberOptionsList<NumberOptions>List of market-specific number options.
EmailClientSettingsEmailClientSettingsE-mail client settings for the market.
ConnectorsList<ConnectorOptions>List of market-specific connector options.
ReturnChargesReturnChargesDefault return charge values for the market.
MarketGroupIdstringUsed for CompanyId in D365 or as a grouping key for multiple markets.
MarketGroupLabelstringLabel used for market groups in the UI.
MarketTypestringMarket type (e.g., B2C, B2B).
DefaultTaxRatedecimal?Default tax rate for the market.
DefaultVatTypedecimal?Default VAT type (e.g., accounting system codes like 3, 52).
DefaultPaymentTypestringAutomatically set when creating a new cart for the current market.
PropertiesList<PropertyItem>Custom properties for the market.

Return Charges Model

PropertyTypeDescription
ReturnCostdecimalDefault cost charged to the customer for returns.
NotPickedUpCostdecimalDefault cost charged to the customer for unclaimed shipments.

On this page