Configuration

Explore how to configure and manage markets in Omnium, including setting language, region, currency, tax, and shipment options. This guide helps you understand the key components and considerations for setting up markets for different customer needs and regions.

Omnium market setup

All orders in Omnium require a market ID. The market contains lots of options, including:

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

There are no limitations on the number of markets. Based on the requirements, a market could be set up by country, state, or region, brand, or concept – or a combination of the above.

Considerations for Market Setup

Product Languages and Currencies

Markets are used to determine the product language and currency for placed orders. As a rule of thumb, every currency and/or product language should have its own market. Stores can be related to multiple markets, so in cases where a single store serves multiple markets (i.e., a web store that sells products in multiple countries with different currencies and/or languages), orders placed for the store in question will get its product language and price currency based on the market the order is placed in.

B2B vs B2C

Another use case for markets is separation between B2C and B2B. In market settings, it is also possible to configure whether prices and orders include or exclude tax.

Customer Communication

Communication with customers is also affected by the market structure. It is possible to design custom email templates for each market to support different languages and brands/concepts.

Market Model

PropertyTypeDescription
MarketIdstringUnique market ID (ENG, NOR, SWE, etc)
MarketNamestringName of market
IsDefaultMarketboolTrue if market should be used by default for new orders
IsActiveboolTrue if market is active. False if temporarily unavailable.
IsTaxExcludedboolTrue if tax should not be added to orders
LanguagestringMarket language name (English, Norwegian, German, etc...)
LanguageCodestringMarket language code (two-letter ISO: no, en, etc...)
IsoLanguageCodestringISO Language/Region-code (en-US, nb-NO, de-DE, etc...)
CountryCodestringTwo-letter country code ("EN", "NO", etc...)
CurrencystringDefault market currency (USD, EUR, NOK, etc.)
ProductContentLanguagestringDefault market content language for products (en, se, no, etc)
ShipmentOptionsList<ShipmentOption>List of shipment options available for market
NumberOptionsList<NumberOptions>List of market-specific number options
EmailClientSettingsEmailClientSettingsE-mail client settings
ConnectorsList<ConnectorOptions>List of market-specific connector options
ReturnChargesReturnChargesDefault return charge values
MarketGroupIdstringUsed for CompanyId in D365, but can also be used as a key to group multiple markets
MarketGroupLabelstringUsed for labeling market groups in UI
MarketTypestringB2C / B2B / Possible other values for other tenants
DefaultTaxRatedecimal?Default tax rate for market
DefaultVatTypedecimal?Default VAT type (VAT type in accounting systems: 3, 52, etc.)
DefaultPaymentTypestringWill automatically be set when creating a new cart for the current market
PropertiesList<PropertyItem>Custom properties

Return Charges Model

PropertyTypeDescriptionInformation
ReturnCostdecimalDefault cost to charge customer for return
NotPickedUpCostdecimalDefault cost to charge customer for shipments not picked up

On this page