@@ -64,10 +64,7 @@ type Query {
6464 BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta
6565 """
6666 mcpServerType (type : McpServerType ! , majorVersion : String ): McpServerTypeCatalogEntry
67- """
68- BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta
69- """
70- productsSearch (query : SearchQueryInput , postFilter : SearchQueryInput , sort : [SearchSortingInput ! ], limit : Int , offset : Int , markMatchingVariants : Boolean , facets : [ProductSearchFacetExpressionInput ! ]): ProductPagedSearchResponse
67+ productsSearch (query : SearchQueryInput , postFilter : SearchQueryInput , sort : [SearchSortingInput ! ], limit : Int , offset : Int , markMatchingVariants : Boolean , facets : [ProductSearchFacetExpressionInput ! ]): ProductPagedSearchResponse
7168 """
7269 This field can only be used with an access token created with the password flow or with an anonymous session.
7370
@@ -1730,9 +1727,6 @@ type Product implements Versioned & ReviewTarget & ReferenceExpandable {
17301727 lastModifiedBy : Initiator
17311728}
17321729
1733- """
1734- BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta
1735- """
17361730type ProductPagedSearchResponse {
17371731 total : Long !
17381732 offset : Int
@@ -1741,33 +1735,21 @@ type ProductPagedSearchResponse {
17411735 facets : [ProductSearchFacetResult ! ]!
17421736}
17431737
1744- """
1745- BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta
1746- """
17471738type ProductSearchFacetResultBucket implements ProductSearchFacetResult {
17481739 name : String !
17491740 buckets : [ProductSearchFacetResultBucketEntry ! ]!
17501741}
17511742
1752- """
1753- BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta
1754- """
17551743type ProductSearchFacetResultBucketEntry {
17561744 key : String !
17571745 count : Int !
17581746}
17591747
1760- """
1761- BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta
1762- """
17631748type ProductSearchFacetResultCount implements ProductSearchFacetResult {
17641749 name : String !
17651750 value : Long !
17661751}
17671752
1768- """
1769- BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta
1770- """
17711753type ProductSearchFacetResultStats implements ProductSearchFacetResult {
17721754 name : String !
17731755 min : Json
@@ -1777,9 +1759,6 @@ type ProductSearchFacetResultStats implements ProductSearchFacetResult {
17771759 count : Long !
17781760}
17791761
1780- """
1781- BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta
1782- """
17831762type ProductSearchResult {
17841763 id : String !
17851764 product (localesProjection : [String ! ], storeProjection : String ): Product !
@@ -9894,9 +9873,6 @@ interface McpServerConfig {
98949873 toolCustomizations : [ToolCustomization ! ]!
98959874}
98969875
9897- """
9898- BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta
9899- """
99009876interface ProductSearchFacetResult {
99019877 name : String !
99029878}
@@ -11126,27 +11102,18 @@ input SetMcpServerToolOutputFormatting {
1112611102 toolOutputFormatting : McpServerToolOutputFormatting
1112711103}
1112811104
11129- """
11130- BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta
11131- """
1113211105input ProductSearchFacetCountExpressionInput {
1113311106 name : String !
1113411107 scope : ProductSearchFacetScopeEnum = all
1113511108 filter : SearchQueryInput
1113611109 level : ProductSearchFacetCountLevelEnum = products
1113711110}
1113811111
11139- """
11140- BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta
11141- """
1114211112input ProductSearchFacetDistinctBucketSortExpressionInput {
1114311113 by : ProductSearchFacetDistinctBucketSortBy !
1114411114 order : SearchSortOrder
1114511115}
1114611116
11147- """
11148- BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta
11149- """
1115011117input ProductSearchFacetDistinctExpressionInput {
1115111118 name : String !
1115211119 scope : ProductSearchFacetScopeEnum
@@ -11161,19 +11128,13 @@ input ProductSearchFacetDistinctExpressionInput {
1116111128 missing : String
1116211129}
1116311130
11164- """
11165- BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta
11166- """
1116711131input ProductSearchFacetExpressionInput {
1116811132 count : ProductSearchFacetCountExpressionInput
1116911133 distinct : ProductSearchFacetDistinctExpressionInput
1117011134 ranges : ProductSearchFacetRangesExpressionInput
1117111135 stats : ProductSearchFacetStatsExpressionInput
1117211136}
1117311137
11174- """
11175- BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta
11176- """
1117711138input ProductSearchFacetRangesExpressionInput {
1117811139 name : String !
1117911140 scope : ProductSearchFacetScopeEnum
@@ -11185,18 +11146,12 @@ input ProductSearchFacetRangesExpressionInput {
1118511146 fieldType : SearchFieldType
1118611147}
1118711148
11188- """
11189- BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta
11190- """
1119111149input ProductSearchFacetRangesFacetRangeInput {
1119211150 from : String
1119311151 to : String
1119411152 key : String
1119511153}
1119611154
11197- """
11198- BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta
11199- """
1120011155input ProductSearchFacetStatsExpressionInput {
1120111156 name : String !
1120211157 scope : ProductSearchFacetScopeEnum
@@ -11205,9 +11160,6 @@ input ProductSearchFacetStatsExpressionInput {
1120511160 fieldType : SearchFieldType
1120611161}
1120711162
11208- """
11209- BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta
11210- """
1121111163input SearchAnyValueExpressionInput {
1121211164 field : String !
1121311165 boost : Float
@@ -11218,9 +11170,6 @@ input SearchAnyValueExpressionInput {
1121811170 caseInsensitive : Boolean
1121911171}
1122011172
11221- """
11222- BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta
11223- """
1122411173input SearchDateRangeExpressionInput {
1122511174 field : String !
1122611175 boost : Float
@@ -11231,9 +11180,6 @@ input SearchDateRangeExpressionInput {
1123111180 lt : Date
1123211181}
1123311182
11234- """
11235- BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta
11236- """
1123711183input SearchDateTimeRangeExpressionInput {
1123811184 field : String !
1123911185 boost : Float
@@ -11244,19 +11190,13 @@ input SearchDateTimeRangeExpressionInput {
1124411190 lt : DateTime
1124511191}
1124611192
11247- """
11248- BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta
11249- """
1125011193input SearchExistsInput {
1125111194 field : String !
1125211195 boost : Float
1125311196 fieldType : SearchFieldType
1125411197 language : String
1125511198}
1125611199
11257- """
11258- BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta
11259- """
1126011200input SearchFilterExpressionInput {
1126111201 and : [SearchQueryInput ! ]
1126211202 or : [SearchQueryInput ! ]
@@ -11272,9 +11212,6 @@ input SearchFilterExpressionInput {
1127211212 fuzzy : SearchFuzzyExpressionInput
1127311213}
1127411214
11275- """
11276- BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta
11277- """
1127811215input SearchFullTextExpressionInput {
1127911216 field : String !
1128011217 boost : Float
@@ -11284,9 +11221,6 @@ input SearchFullTextExpressionInput {
1128411221 mustMatch : SearchMatchType
1128511222}
1128611223
11287- """
11288- BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta
11289- """
1129011224input SearchFullTextPrefixInput {
1129111225 field : String !
1129211226 boost : Float
@@ -11296,9 +11230,6 @@ input SearchFullTextPrefixInput {
1129611230 mustMatch : SearchMatchType
1129711231}
1129811232
11299- """
11300- BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta
11301- """
1130211233input SearchFuzzyExpressionInput {
1130311234 field : String !
1130411235 boost : Float
@@ -11309,9 +11240,6 @@ input SearchFuzzyExpressionInput {
1130911240 mustMatch : SearchMatchType
1131011241}
1131111242
11312- """
11313- BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta
11314- """
1131511243input SearchLongRangeExpressionInput {
1131611244 field : String !
1131711245 boost : Float
@@ -11322,9 +11250,6 @@ input SearchLongRangeExpressionInput {
1132211250 lt : Long
1132311251}
1132411252
11325- """
11326- BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta
11327- """
1132811253input SearchNumberRangeExpressionInput {
1132911254 field : String !
1133011255 boost : Float
@@ -11335,9 +11260,6 @@ input SearchNumberRangeExpressionInput {
1133511260 lt : Float
1133611261}
1133711262
11338- """
11339- BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta
11340- """
1134111263input SearchQueryInput {
1134211264 and : [SearchQueryInput ! ]
1134311265 or : [SearchQueryInput ! ]
@@ -11353,9 +11275,6 @@ input SearchQueryInput {
1135311275 fuzzy : SearchFuzzyExpressionInput
1135411276}
1135511277
11356- """
11357- BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta
11358- """
1135911278input SearchQueryRangeExpressionInput {
1136011279 date : SearchDateRangeExpressionInput
1136111280 datetime : SearchDateTimeRangeExpressionInput
@@ -11364,9 +11283,6 @@ input SearchQueryRangeExpressionInput {
1136411283 float : SearchNumberRangeExpressionInput
1136511284}
1136611285
11367- """
11368- BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta
11369- """
1137011286input SearchSortingInput {
1137111287 field : String !
1137211288 language : String
@@ -11376,9 +11292,6 @@ input SearchSortingInput {
1137611292 filter : SearchFilterExpressionInput
1137711293}
1137811294
11379- """
11380- BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta
11381- """
1138211295input SearchTimeRangeExpressionInput {
1138311296 field : String !
1138411297 boost : Float
0 commit comments