Skip to main content

RelatedProductType

No description

type RelatedProductType {
alias: String!
name: String
canonicalUrl: String
brand: BrandType
unitPrice: PriceType
relation: ProductRelation
relationType: String!
primaryImage: String
secondaryImage: String
images: [String]
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 enum

RelatedProductType.relationType ● String! non-null scalar

RelatedProductType.primaryImage ● String scalar

RelatedProductType.secondaryImage ● String scalar

RelatedProductType.images ● [String] list scalar

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