Objects

RelatedProductType

Type containing a subset of product information for related products

Type containing a subset of product information for related products

type RelatedProductType {
  alias: String!
  name: String
  canonicalUrl: String
  brand: BrandType
  unitPrice: PriceType
  relation: ProductRelation @deprecated
  relationType: String!
  primaryImage: String
  secondaryImage: String
  images: [String] @deprecated
  productImages: [ProductImageType]
  skus: [SkuType]
  discountCampaigns: [CampaignRuleType]
  primaryCategory: CategoryType
  parameterGroups: [ParameterGroupType]
}

Fields

alias ● String! non-null scalar required

Product alias

name ● String scalar

Product name

canonicalUrl ● String scalar

Full path to the product

brand ● BrandType object

Product brand information

unitPrice ● PriceType object

Product price

relation ● ProductRelation deprecated enum

Deprecated: Use RelatedProductType.RelationType instead.

Relation type

relationType ● String! non-null scalar required

Relation type

primaryImage ● String scalar

Product primary image

secondaryImage ● String scalar

Product secondary image

images ● [String] deprecated list scalar

Deprecated: Use RelatedProductType.ProductImages instead.

List of product images

productImages ● [ProductImageType] list object

List of product images and their related properties

skus ● [SkuType] list object

Product SKUs

discountCampaigns ● [CampaignRuleType] list object

Product campaigns

primaryCategory ● CategoryType object

Primary category for this product

parameterGroups ● [ParameterGroupType] list object

Product parameter groups. The availability of data in this field needs to be configured.

Returned By

relatedProducts query