Skip to content

Commit 0ccd9d7

Browse files
committed
Updated API from documentation release
1 parent e7c7a07 commit 0ccd9d7

8 files changed

+12
-12
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ properties:
1010
type: ProductReference
1111
description: |
1212
[Product](ctp:api:type:Product) that was added to the [Product Selection](ctp:api:type:ProductSelection).
13-
variantSelection:
13+
variantSelection?:
1414
type: ProductVariantSelection
1515
description: |
1616
Product Variant Selection after the [Add Product](ctp:api:type:ProductSelectionAddProductAction) update action.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ properties:
1010
type: ProductReference
1111
description: |
1212
[Product](ctp:api:type:Product) that was excluded from the [Product Selection](ctp:api:type:ProductSelection).
13-
variantExclusion:
13+
variantExclusion?:
1414
type: ProductVariantExclusion
1515
description: |
1616
Product Variant Exclusion after the [Exclude Product](ctp:api:type:ProductSelectionExcludeProductAction) update action.

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ properties:
1010
type: ProductReference
1111
description: |
1212
[Product](ctp:api:type:Product) for which the Product Variant Exclusion changed.
13-
oldVariantExclusion:
13+
oldVariantExclusion?:
1414
type: ProductVariantExclusion
1515
description: Product Variant Exclusion before the [Set Variant Exclusion](ctp:api:type:ProductSelectionSetVariantExclusionAction) update action.
16-
newVariantExclusion:
16+
newVariantExclusion?:
1717
type: ProductVariantExclusion
1818
description: Product Variant Exclusion after the [Set Variant Exclusion](ctp:api:type:ProductSelectionSetVariantExclusionAction) update action.

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ properties:
1010
type: ProductReference
1111
description: |
1212
[Product](ctp:api:type:Product) for which the Product Variant Selection changed.
13-
oldVariantSelection:
13+
oldVariantSelection?:
1414
type: ProductVariantSelection
1515
description: Product Variant Selection before the [Set Variant Selection](ctp:api:type:ProductSelectionSetVariantSelectionAction) update action.
16-
newVariantSelection:
16+
newVariantSelection?:
1717
type: ProductVariantSelection
1818
description: Product Variant Selection after the [Set Variant Selection](ctp:api:type:ProductSelectionSetVariantSelectionAction) update action.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ properties:
1010
type: ProductReference
1111
description: |
1212
[Product](ctp:api:type:Product) that was added to the [Product Selection](ctp:api:type:ProductSelection).
13-
variantSelection:
13+
variantSelection?:
1414
type: ProductVariantSelection
1515
description: |
1616
Product Variant Selection after the [Add Product](ctp:api:type:ProductSelectionAddProductAction) update action.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ properties:
1010
type: ProductReference
1111
description: |
1212
[Product](ctp:api:type:Product) that was excluded from the [Product Selection](ctp:api:type:ProductSelection).
13-
variantExclusion:
13+
variantExclusion?:
1414
type: ProductVariantExclusion
1515
description: |
1616
Product Variant Exclusion after the [Exclude Product](ctp:api:type:ProductSelectionExcludeProductAction) update action.

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ properties:
1010
type: ProductReference
1111
description: |
1212
[Product](ctp:api:type:Product) for which the Product Variant Exclusion changed.
13-
oldVariantExclusion:
13+
oldVariantExclusion?:
1414
type: ProductVariantExclusion
1515
description: Product Variant Exclusion before the [Set Variant Exclusion](ctp:api:type:ProductSelectionSetVariantExclusionAction) update action.
16-
newVariantExclusion:
16+
newVariantExclusion?:
1717
type: ProductVariantExclusion
1818
description: Product Variant Exclusion after the [Set Variant Exclusion](ctp:api:type:ProductSelectionSetVariantExclusionAction) update action.

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ properties:
1010
type: ProductReference
1111
description: |
1212
[Product](ctp:api:type:Product) for which the Product Variant Selection changed.
13-
oldVariantSelection:
13+
oldVariantSelection?:
1414
type: ProductVariantSelection
1515
description: Product Variant Selection before the [Set Variant Selection](ctp:api:type:ProductSelectionSetVariantSelectionAction) update action.
16-
newVariantSelection:
16+
newVariantSelection?:
1717
type: ProductVariantSelection
1818
description: Product Variant Selection after the [Set Variant Selection](ctp:api:type:ProductSelectionSetVariantSelectionAction) update action.

0 commit comments

Comments
 (0)