GraphQL OBJECT

CatalogItemSearchResultItem

The catalog item as result of a search.

link Definition

  • type CatalogItemSearchResultItem {
  • # Id of the catalog item.
  • id: Int!
  • # Position of the catalog item.
  • position: Int!
  • # ParameterName of the catalog item.
  • parameterName: String
  • # CatalogId of the catalog item.
  • catalogId: Int
  • # Product id of the catalog item.
  • productId: Int
  • # Product selection id of the catalog item.
  • productSelectionId: Int
  • # Product selection id of the catalog item.
  • catalogItemGroupId: CatalogItemGroupEnum
  • }