@@ -5476,7 +5476,6 @@ type KeyReference {
54765476"A key that references a resource."
54775477scalar KeyReferenceInput
54785478
5479- "BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta"
54805479enum Level {
54815480 "The attribute can be used on the variant level"
54825481 Variant
@@ -8710,7 +8709,6 @@ type ProductData {
87108709 key : String ): ProductVariant
87118710 skus : [String ! ]!
87128711
8713- "BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta"
87148712 attributesRaw : [RawProductAttribute ! ]!
87158713}
87168714
@@ -8837,8 +8835,6 @@ input ProductDraft {
88378835 metaDescription : [LocalizedStringItemInputType ! ]
88388836 metaKeywords : [LocalizedStringItemInputType ! ]
88398837 masterVariant : ProductVariantInput
8840-
8841- "BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta"
88428838 attributes : [ProductAttributeInput ! ] = []
88438839 variants : [ProductVariantInput ! ] = []
88448840 taxCategory : ResourceIdentifierInput
@@ -9204,8 +9200,6 @@ type ProductProjectionMessagePayload {
92049200 published : Boolean !
92059201 masterVariant : ProductVariant !
92069202 variants : [ProductVariant ! ]!
9207-
9208- "BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta"
92099203 attributes : [RawProductAttribute ! ]!
92109204 taxCategoryRef : Reference
92119205 taxCategory : TaxCategory
@@ -9772,8 +9766,6 @@ input ProductTailoringDraft {
97729766 metaKeywords : [LocalizedStringItemInputType ! ]
97739767 publish : Boolean
97749768 variants : [ProductVariantTailoringInput ! ] = []
9775-
9776- "BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta"
97779769 attributes : [ProductAttributeInput ! ] = []
97789770}
97799771
@@ -9866,8 +9858,6 @@ input ProductTailoringUpdateAction {
98669858 removeVariant : RemoveProductVariantTailoring
98679859 publish : PublishTailoring
98689860 unpublish : UnpublishTailoring
9869-
9870- "BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta"
98719861 setProductAttribute : SetProductLevelTailoringAttribute
98729862 addAsset : AddProductTailoringAsset
98739863 addExternalImage : AddProductTailoringExternalImage
@@ -9977,8 +9967,6 @@ input ProductUpdateAction {
99779967 revertStagedChanges : RevertStagedChanges
99789968 revertStagedVariantChanges : RevertStagedVariantChanges
99799969 publish : PublishProduct
9980-
9981- "BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta"
99829970 setProductAttribute : ProductLevelAttributeInput
99839971 unpublish : UnpublishProduct
99849972 transitionState : TransitionProductState
@@ -10962,7 +10950,6 @@ type RawProductAttribute {
1096210950 name : String !
1096310951 value : Json !
1096410952
10965- "BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta"
1096610953 attributesRaw : [RawProductAttribute ! ]
1096710954 attributeDefinition : AttributeDefinition
1096810955 referencedResource : ReferenceExpandable
0 commit comments