Skip to content

Commit

Permalink
Updated API from documentation release
Browse files Browse the repository at this point in the history
  • Loading branch information
ct-sdks[bot] committed Dec 17, 2024
1 parent 175b7fc commit 6a47ba8
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,16 @@ properties:
variantSelection?:
type: ProductVariantSelection
description: |
Define which Variants of the added Product will be included in the Product Selection.
Defines which particular Variants of the Product are included in the Product Selection.
If undefined all Variants of the referenced Product are included.
This field is only available for assignments to a Product Selection with `Individual` [ProductSelectionMode](ctp:api:type:ProductSelectionMode).
The list of SKUs will be updated automatically on any change of those performed on the respective Product itself.
variantExclusion?:
type: ProductVariantExclusion
description: |
Defines which Variants of the Product will be excluded from the Product Selection.
Defines which particular Variants of the Product are excluded from the Product Selection.
If undefined all Variants of the referenced Product are excluded.
This field is only available for assignments to a Product Selection with `IndividualExclusion` [ProductSelectionMode](ctp:api:type:ProductSelectionMode).
The list of SKUs will be updated automatically on any change of those performed on the respective Product itself.

0 comments on commit 6a47ba8

Please sign in to comment.