Objects

MarketType

Type containing all information about the market-type

Type containing all information about the market-type

type MarketType {
  id: String!
  defaultLanguageId: String!
  virtual: Boolean
  onlyDisplayInCheckout: Boolean
  groupKey: String!
  alias: String
  allowedLanguages: [LanguageType]
  country: CountryType
  currency: CurrencyType
}

Fields

id ● String! non-null scalar required

ID

defaultLanguageId ● String! non-null scalar required

Default language ID used if no other is specified, or an invalid is supplied.

virtual ● Boolean scalar

If true, indicates that the market is virtual. Virtual markets cannot be used in the checkout process

onlyDisplayInCheckout ● Boolean scalar

Indicates if the market should only be displayed in the checkout process.

groupKey ● String! non-null scalar required

Group key used to group related markets together, i.e. if they belong to the same region or continent.

alias ● String scalar

The part of the market id that is used in the url.

allowedLanguages ● [LanguageType] list object

 

country ● CountryType object

Country

currency ● CurrencyType object

Currency

Member Of

ChannelType object