Skip to main content

ProductType

No description

type ProductType {
productId: Int!
name: String
alias: String!
articleNumber: String
categoryId: Int!
canonicalUrl: String
alternativeCanonicalUrls: [String]
alternativeUrls: [AlternativeUrlType]
firstAvailableOn: String
texts: ProductTextsType
type: String
skus: [SkuType]
brand: BrandType
categories: [CategoryType]
unitPrice: PriceType
lowestPrice: LowestPriceType
images: [String]
productImages: [ProductImageType]
parameterGroups: [ParameterGroupType]
variantDimensions: [VariantDimensionType]
variantGroup: VariantGroupType
rating: RatingType
totalStock: StockType
meta: MetadataType
primaryCategory: CategoryType
currentProductVariant: VariantType
breadcrumbs: [BreadcrumbType]
discountCampaigns: [CampaignRuleType]
priceLog: [PriceLogItemType]
discountType: DiscountType
productPackage: ProductPackageType
dimensions: DimensionsType
weight: Int!
freightClass: String
supplierId: Int!
}

Fields

ProductType.productId ● Int! non-null scalar

ProductType.name ● String scalar

ProductType.alias ● String! non-null scalar

ProductType.articleNumber ● String scalar

ProductType.categoryId ● Int! non-null scalar

ProductType.canonicalUrl ● String scalar

ProductType.alternativeCanonicalUrls ● [String] list scalar

ProductType.alternativeUrls ● [AlternativeUrlType] list object

ProductType.firstAvailableOn ● String scalar

ProductType.texts ● ProductTextsType object

ProductType.type ● String scalar

ProductType.skus ● [SkuType] list object

ProductType.brand ● BrandType object

ProductType.categories ● [CategoryType] list object

ProductType.unitPrice ● PriceType object

ProductType.lowestPrice ● LowestPriceType object

ProductType.images ● [String] list scalar

ProductType.productImages ● [ProductImageType] list object

ProductType.parameterGroups ● [ParameterGroupType] list object

ProductType.variantDimensions ● [VariantDimensionType] list object

ProductType.variantGroup ● VariantGroupType object

ProductType.rating ● RatingType object

ProductType.totalStock ● StockType object

ProductType.meta ● MetadataType object

ProductType.primaryCategory ● CategoryType object

ProductType.currentProductVariant ● VariantType object

ProductType.breadcrumbs ● [BreadcrumbType] list object

ProductType.discountCampaigns ● [CampaignRuleType] list object

ProductType.priceLog ● [PriceLogItemType] list object

ProductType.discountType ● DiscountType enum

ProductType.productPackage ● ProductPackageType object

ProductType.dimensions ● DimensionsType object

ProductType.weight ● Int! non-null scalar

ProductType.freightClass ● String scalar

ProductType.supplierId ● Int! non-null scalar

Returned by

product query

Member of

CartItemType object ● OptionType object ● ProductsResultType object