@@ -4611,8 +4611,6 @@ type InStore implements CartDiscountQueryInterface & CartQueryInterface & Custom
4611
4611
key : String ): ShoppingList
4612
4612
shoppingLists (where : String , sort : [String ! ], limit : Int , offset : Int ): ShoppingListQueryResult !
4613
4613
productSelectionAssignments (where : String , sort : [String ! ], limit : Int , offset : Int ): ProductAssignmentQueryResult !
4614
-
4615
- "BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta"
4616
4614
productTailoring (
4617
4615
"Queries with specified ID"
4618
4616
id : String ,
@@ -4625,8 +4623,6 @@ type InStore implements CartDiscountQueryInterface & CartQueryInterface & Custom
4625
4623
4626
4624
"Queries with specified Product key"
4627
4625
productKey : String ): ProductTailoring
4628
-
4629
- "BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta"
4630
4626
productTailoringList (where : String , sort : [String ! ], limit : Int , offset : Int ): ProductTailoringQueryResult !
4631
4627
}
4632
4628
@@ -5981,13 +5977,9 @@ type Mutation {
5981
5977
5982
5978
"Queries with specified key"
5983
5979
key : String ): ProductSelection
5984
-
5985
- "BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta"
5986
5980
createProductTailoring (
5987
5981
"The mutation is only performed if the resource is part of the store. Can be used with store-specific OAuth permissions."
5988
5982
storeKey : KeyReferenceInput , draft : ProductTailoringDraft ! ): ProductTailoring
5989
-
5990
- "BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta"
5991
5983
updateProductTailoring (
5992
5984
"The mutation is only performed if the resource is part of the store. Can be used with store-specific OAuth permissions."
5993
5985
storeKey : KeyReferenceInput ,
@@ -6003,8 +5995,6 @@ type Mutation {
6003
5995
6004
5996
"Queries with specified key"
6005
5997
key : String , actions : [ProductTailoringUpdateAction ! ]! , version : Long ! ): ProductTailoring
6006
-
6007
- "BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta"
6008
5998
deleteProductTailoring (
6009
5999
"The mutation is only performed if the resource is part of the store. Can be used with store-specific OAuth permissions."
6010
6000
storeKey : KeyReferenceInput ,
@@ -8191,7 +8181,6 @@ type ProductStateTransition implements MessagePayload {
8191
8181
type : String !
8192
8182
}
8193
8183
8194
- "BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta"
8195
8184
type ProductTailoring implements Versioned {
8196
8185
key : String
8197
8186
productRef : Reference !
@@ -8261,7 +8250,6 @@ type ProductTailoringCreated implements MessagePayload & HasProductTailoringData
8261
8250
metaKeywordsAllLocales : [LocalizedString ! ]
8262
8251
}
8263
8252
8264
- "BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta"
8265
8253
type ProductTailoringData implements HasProductTailoringData {
8266
8254
name (
8267
8255
"String is defined for different locales. This argument specifies the desired locale."
@@ -8335,7 +8323,6 @@ type ProductTailoringDescriptionSet implements MessagePayload {
8335
8323
type : String !
8336
8324
}
8337
8325
8338
- "BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta"
8339
8326
input ProductTailoringDraft {
8340
8327
product : ResourceIdentifierInput !
8341
8328
name : [LocalizedStringItemInputType ! ]
@@ -8412,7 +8399,6 @@ type ProductTailoringUnpublished implements MessagePayload {
8412
8399
type : String !
8413
8400
}
8414
8401
8415
- "BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta"
8416
8402
input ProductTailoringUpdateAction {
8417
8403
publish : PublishTailoring
8418
8404
unpublish : UnpublishTailoring
@@ -8960,8 +8946,6 @@ type Query {
8960
8946
"Queries with specified key"
8961
8947
key : String ): ProductSelection
8962
8948
productSelections (where : String , sort : [String ! ], limit : Int , offset : Int ): ProductSelectionQueryResult !
8963
-
8964
- "BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta"
8965
8949
productTailoring (
8966
8950
"Queries with specified ID"
8967
8951
id : String ,
@@ -8977,8 +8961,6 @@ type Query {
8977
8961
8978
8962
"The mutation is only performed if the resource is part of the store. Can be used with store-specific OAuth permissions."
8979
8963
storeKey : KeyReferenceInput ): ProductTailoring
8980
-
8981
- "BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta"
8982
8964
productTailoringList (where : String , sort : [String ! ], limit : Int , offset : Int ): ProductTailoringQueryResult !
8983
8965
productProjectionsSuggest (searchKeywords : [SearchKeywordArgument ! ]! , fuzzy : Boolean , limit : Int = 10 , staged : Boolean = false ): SuggestResult !
8984
8966
project : ProjectProjection !
0 commit comments