Product
type Product {
id: ID!
attributes: [ProductAttributeValue!]
baseUnit: ProductBaseUnitModel
brand: SimpleProductBrand
brandId: String
categories: [SimpleCategory!]
categoryIds: [String!]
description: String
dynamicPriceListIds: [String!]
googleTaxonomyId: String
groupVariantsByVariantTypeId: String
hiddenSalesChannelIds: [String!]
maxQuantityPerCart: Float
metaData: HTMLMetaData
name: String!
productOptionSetId: String
productVariantTypes: [ProductVariantType!]
productVolumeDiscountId: String
salesChannelIds: [String!]
shortDescription: String
tagIds: [String!]
tags: [SimpleProductTag!]
totalStock: Float
translations: [ProductTranslation!]
type: ProductTypeEnum!
variants: [Variant!]!
vendorId: String
weight: Float
}
Fields
attributes[ProductAttributeValue!]List of product attributes.
baseUnitProductBaseUnitModelBase unit of the product.
brandSimpleProductBrandBrand of the product.
brandIdStringBrand id of the product.
categories[SimpleCategory!]List of categories of the product.
categoryIds[String!]List category identifiers of the product.
descriptionStringDescription of the product.
dynamicPriceListIds[String!]googleTaxonomyIdStringgroupVariantsByVariantTypeIdStringThis is the variant type id that can be used to group variants by a specific variant type id.
hiddenSalesChannelIds[String!]List of hidden sales channel ids of the product.
maxQuantityPerCartFloatMax purchasable quantity of the product for per cart.
metaDataHTMLMetaDataHTML Metadata identifier of the product.
Unique identifier of the product.
productOptionSetIdStringOption set id of the product.
productVariantTypes[ProductVariantType!]Variant types of the product.
productVolumeDiscountIdStringVolume discount id of the product.
salesChannelIds[String!]List of sales channel ids of the product.
shortDescriptionStringShort description of the product.
tagIds[String!]List of product tag identifiers.
List of product tags.
totalStockFloattranslations[ProductTranslation!]Translations for the product.
Type of the product.
List of product variants.
vendorIdStringVendor id of the product.
weightFloatWeight of the product.