ProductInput
type ProductInput {
id: ID
attributes: [ProductAttributeValueInput!]
baseUnit: ProductBaseUnitModelInput
brandId: String
categoryIds: [String!]
description: String
googleTaxonomyId: String
groupVariantsByVariantTypeId: String
hiddenSalesChannelIds: [String!]
maxQuantityPerCart: Float
metaData: HTMLMetaDataInput
name: String!
productOptionSetId: String
productVariantTypes: [ProductVariantTypeInput!]
productVolumeDiscountId: String
salesChannelIds: [String!]
shortDescription: String
tagIds: [String!]
translations: [ProductTranslationInput!]
type: ProductTypeEnum!
variants: [VariantInput!]!
vendorId: String
weight: Float
}
Fields
id
IDattributes
[ProductAttributeValueInput!]baseUnit
ProductBaseUnitModelInputbrandId
StringcategoryIds
[String!]description
StringgoogleTaxonomyId
StringgroupVariantsByVariantTypeId
StringhiddenSalesChannelIds
[String!]maxQuantityPerCart
FloatMax purchasable quantity of the product for per cart.
metaData
HTMLMetaDataInputproductOptionSetId
StringproductVariantTypes
[ProductVariantTypeInput!]productVolumeDiscountId
StringsalesChannelIds
[String!]shortDescription
StringtagIds
[String!]translations
[ProductTranslationInput!]vendorId
Stringweight
Float