GraphQL OBJECT
CatalogItemSearchResultItem
The catalog item as result of a search.
link Definition
- type CatalogItemSearchResultItem {
- # Id of the catalog item.
- : Int!
- # Position of the catalog item.
- : Int!
- # ParameterName of the catalog item.
- : String
- # CatalogId of the catalog item.
- : Int
- # Product id of the catalog item.
- : Int
- # Product selection id of the catalog item.
- : Int
- # Product selection id of the catalog item.
- : CatalogItemGroupEnum
- }