Skip to content

Commit c97b1be

Browse files
committed
Updated API from documentation release
1 parent c32bb07 commit c97b1be

13 files changed

Lines changed: 0 additions & 25 deletions

api-specs/api/types/message/ProductTailoringCreatedMessage.raml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ properties:
5353
The variants of the [Product Tailoring](ctp:api:type:ProductTailoring) at the time of creation.
5454
attributes?:
5555
type: ProductTailoringAttribute[]
56-
(beta): true
5756
description: |
5857
Attributes of the tailored Product.
5958
If available, these Attributes are selectively merged into the `attributes` of the corresponding [Product](ctp:api:type:Product). If the Product contains an Attribute with the same `name`, then its `value` is overwritten. Otherwise, the Attribute and its `value` are added to the Product.

api-specs/api/types/message/payload/ProductTailoringCreatedMessagePayload.raml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ properties:
5353
The variants of the [Product Tailoring](ctp:api:type:ProductTailoring) at the time of creation.
5454
attributes?:
5555
type: ProductTailoringAttribute[]
56-
(beta): true
5756
description: |
5857
Attributes of the tailored Product.
5958
If available, these Attributes are selectively merged into the `attributes` of the corresponding [Product](ctp:api:type:Product). If the Product contains an Attribute with the same `name`, then its `value` is overwritten. Otherwise, the Attribute and its `value` are added to the Product.

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
#%RAML 1.0 DataType
22
(package): ProductTailoring
3-
(beta): true
43
type: ProductTailoringUpdateAction
54
displayName: ProductTailoringSetProductAttributeAction
65
discriminatorValue: setProductAttribute

api-specs/api/types/product-type/AttributeDefinition.raml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ properties:
2121
description: If `true`, the Attribute must have a value on a [ProductVariant](ctp:api:type:ProductVariant).
2222
level:
2323
type: AttributeLevelEnum
24-
(beta): true
2524
description: |
2625
Specifies whether the Attribute is defined at the Product or Variant level.
2726
default: Variant

api-specs/api/types/product-type/AttributeDefinitionDraft.raml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ properties:
3030
Set to `true` if the Attribute is required to have a value on a [ProductVariant](ctp:api:type:ProductVariant).
3131
level?:
3232
type: AttributeLevelEnum
33-
(beta): true
3433
description: |
3534
Specifies whether the Attribute is defined at the Product or Variant level.
3635
default: Variant

api-specs/api/types/product-type/AttributeLevelEnum.raml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
(package): ProductType
33
displayName: AttributeLevelEnum
44
type: string
5-
(beta): true
65
enum:
76
- Product
87
- Variant

api-specs/api/types/product/ProductData.raml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ properties:
5555
Used by [Search Term Suggestions](/projects/search-term-suggestions), but is also considered for a [full text search](/projects/product-projection-search#full-text-search) in the Product Projection Search API.
5656
attributes:
5757
type: Attribute[]
58-
(beta): true
5958
description: |
6059
Product Attributes according to the respective [AttributeDefinition](ctp:api:type:AttributeDefinition).
6160
**Not supported** by [Product Projection Search](/projects/product-projection-search).

api-specs/api/types/product/ProductDraft.raml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,6 @@ properties:
8383
default: Embedded
8484
attributes?:
8585
type: Attribute[]
86-
(beta): true
8786
description: |
8887
Product Attributes according to the respective [AttributeDefinition](ctp:api:type:AttributeDefinitionDraft).
8988
**Not supported** by [Product Projection Search](/projects/product-projection-search).

api-specs/api/types/product/ProductProjection.raml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,5 @@ properties:
102102
Indicates whether the Prices of the Product Projection are [embedded](ctp:api:type:Price) or [standalone](ctp:api:type:StandalonePrice). [Projecting Prices](#prices) only works with `Embedded`, there is currently no support for `Standalone`.
103103
attributes:
104104
type: Attribute[]
105-
(beta): true
106105
description: |
107106
Attributes according to the respective [AttributeDefinition](ctp:api:type:AttributeDefinitionDraft).

api-specs/api/types/product/updates/ProductSetProductAttributeAction.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): Product
33
type: ProductUpdateAction
4-
(beta): true
54
displayName: ProductSetProductAttributeAction
65
discriminatorValue: setProductAttribute
76
example: !include ../../../examples/Product/ProductSetProductAttributeAction.json

0 commit comments

Comments
 (0)