RelatedProductType
No description
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
RelatedProductType.alias ● String! non-null scalar
RelatedProductType.name ● String scalar
RelatedProductType.canonicalUrl ● String scalar
RelatedProductType.brand ● BrandType object
RelatedProductType.unitPrice ● PriceType object
RelatedProductType.relation ● ProductRelation deprecated enum
DEPRECATEDUse RelatedProductType.RelationType instead.
RelatedProductType.relationType ● String! non-null scalar
RelatedProductType.primaryImage ● String scalar
RelatedProductType.secondaryImage ● String scalar
RelatedProductType.images ● [String] deprecated list scalar
DEPRECATEDUse RelatedProductType.ProductImages instead.
RelatedProductType.productImages ● [ProductImageType] list object
RelatedProductType.skus ● [SkuType] list object
RelatedProductType.discountCampaigns ● [CampaignRuleType] list object
RelatedProductType.primaryCategory ● CategoryType object
RelatedProductType.parameterGroups ● [ParameterGroupType] list object
Returned by
relatedProducts  query