Objects

AlternativeUrlType

Type containing information about alternative urls to an entity

Type containing information about alternative urls to an entity

type AlternativeUrlType {
  url: String!
  culture: String!
  language: String!
  country: String
  channelId: String!
}

Fields

url ● String! non-null scalar required

Alternative url

culture ● String! non-null scalar required

The culture of the alternative url

language ● String! non-null scalar required

The language code of the alternative url

country ● String scalar

The country code of the alternative url

channelId ● String! non-null scalar required

The id of the channel that the alternative url exists on

Member Of

BrandListType object ● BrandType object ● CategoryType object ● PageInfoType object ● ProductType object