Skip to content

Commit 6249613

Browse files
committed
Updated API from documentation release
1 parent 7abe530 commit 6249613

File tree

7 files changed

+0
-14
lines changed

7 files changed

+0
-14
lines changed

api-specs/api/types/product-tailoring/ProductTailoringAttribute.raml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
#%RAML 1.0 DataType
22
(package): ProductTailoring
33
type: object
4-
(beta): true
54
displayName: ProductTailoringAttribute
65
description: |
76
The same rules for `name` and `value` apply as for [Attribute](ctp:api:type:Attribute) in Product Variants.

api-specs/api/types/product-tailoring/ProductVariantTailoring.raml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ properties:
2222
If present, these assets will override the assets of the corresponding [ProductVariant](ctp:api:type:ProductVariant) in total.
2323
attributes?:
2424
type: ProductTailoringAttribute[]
25-
(beta): true
2625
description: |
2726
Attributes of the tailored Product Variant.
2827
If present, these Attributes are selectively merged into the `attributes` of the corresponding [ProductVariant](ctp:api:type:ProductVariant):

api-specs/api/types/product-tailoring/ProductVariantTailoringDraft.raml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ properties:
2424
Media assets of the tailored Product Variant.
2525
attributes?:
2626
type: ProductTailoringAttribute[]
27-
(beta): true
2827
description: |
2928
Attributes of the tailored Product Variant according to the respective [AttributeDefinition](ctp:api:type:AttributeDefinition).
3029
If provided, these Attributes are selectively merged into the `attributes` of the corresponding [ProductVariant](ctp:api:type:ProductVariant):

api-specs/api/types/product-tailoring/updates/ProductTailoringAddVariantAction.raml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ properties:
2727
Media assets for the Product Variant Tailoring.
2828
attributes?:
2929
type: ProductTailoringAttribute[]
30-
(beta): true
3130
description: |
3231
Attributes for the Product Variant Tailoring.
3332
staged?:

api-specs/api/types/product-tailoring/updates/ProductTailoringSetAttributeAction.raml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
#%RAML 1.0 DataType
22
(package): ProductTailoring
33
type: ProductTailoringUpdateAction
4-
(beta): true
54
displayName: ProductTailoringSetAttributeAction
65
discriminatorValue: setAttribute
76
description: |

api-specs/api/types/product-tailoring/updates/ProductTailoringSetAttributeInAllVariantsAction.raml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
#%RAML 1.0 DataType
22
(package): ProductTailoring
33
type: ProductTailoringUpdateAction
4-
(beta): true
54
displayName: ProductTailoringSetAttributeInAllVariantsAction
65
discriminatorValue: setAttributeInAllVariants
76
example: !include ../../../examples/ProductTailoring/ProductTailoringSetAttributeInAllVariantsAction.json

api-specs/graphql/schema.sdl

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -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"
1199711990
input 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"
1200611998
input SetProductTailoringAttributeInAllVariants {
1200711999
name: String!
1200812000
value: String

0 commit comments

Comments
 (0)