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.
baseUnit
ProductBaseUnitModelBase unit of the product.
brand
SimpleProductBrandBrand of the product.
brandId
StringBrand id of the product.
categories
[SimpleCategory!]List of categories of the product.
categoryIds
[String!]List category identifiers of the product.
description
StringDescription of the product.
dynamicPriceListIds
[String!]googleTaxonomyId
StringgroupVariantsByVariantTypeId
StringThis 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.
maxQuantityPerCart
FloatMax purchasable quantity of the product for per cart.
metaData
HTMLMetaDataHTML Metadata identifier of the product.
Unique identifier of the product.
productOptionSetId
StringOption set id of the product.
productVariantTypes
[ProductVariantType!]Variant types of the product.
productVolumeDiscountId
StringVolume discount id of the product.
salesChannelIds
[String!]List of sales channel ids of the product.
shortDescription
StringShort description of the product.
tagIds
[String!]List of product tag identifiers.
List of product tags.
totalStock
Floattranslations
[ProductTranslation!]Translations for the product.
Type of the product.
List of product variants.
vendorId
StringVendor id of the product.
weight
FloatWeight of the product.