@@ -352,7 +352,6 @@ input AddProductVariantTailoring {
352352 id : Int
353353 sku : String
354354 images : [ImageInput ! ] = []
355- "BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta"
356355 attributes : [ProductAttributeInput ! ] = []
357356 assets : [AssetDraftInput ! ] = []
358357 staged : Boolean = true
@@ -8749,10 +8748,7 @@ input ProductTailoringUpdateAction {
87498748 setAssetTags : SetProductTailoringAssetTags
87508749 setImages : SetProductTailoringImages
87518750 setDescription : SetProductTailoringDescription
8752- "BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta"
87538751 setAttribute : SetProductTailoringAttribute
8754-
8755- "BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta"
87568752 setAttributeInAllVariants : SetProductTailoringAttributeInAllVariants
87578753 setImageLabel : SetProductTailoringImageLabel
87588754 setMetaAttributes : SetProductTailoringMetaAttributes
@@ -9024,7 +9020,6 @@ type ProductVariantTailoring {
90249020 id : Int !
90259021 images : [Image ! ]!
90269022 assets : [Asset ! ]!
9027- "BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta"
90289023 attributesRaw : [RawProductAttribute ! ]!
90299024}
90309025
@@ -9041,7 +9036,6 @@ input ProductVariantTailoringInput {
90419036 id : Int
90429037 sku : String
90439038 images : [ImageInput ! ] = []
9044- "BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta"
90459039 attributes : [ProductAttributeInput ! ] = []
90469040 assets : [AssetDraftInput ! ] = []
90479041}
@@ -11993,7 +11987,6 @@ input SetProductTailoringAssetTags {
1199311987 assetId : String
1199411988}
1199511989
11996- "BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta"
1199711990input SetProductTailoringAttribute {
1199811991 variantId : Int
1199911992 sku : String
@@ -12002,7 +11995,6 @@ input SetProductTailoringAttribute {
1200211995 staged : Boolean = true
1200311996}
1200411997
12005- "BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta"
1200611998input SetProductTailoringAttributeInAllVariants {
1200711999 name : String !
1200812000 value : String
0 commit comments