Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ public function getProduct();
public function getProductSelection();

/**
* <p>Define which Variants of the added Product will be included in the Product Selection.</p>
* <p>Defines which particular Variants of the Product are included in the Product Selection.
* If undefined all Variants of the referenced Product are included.</p>
* <p>This field is only available for assignments to a Product Selection with <code>Individual</code> <a href="ctp:api:type:ProductSelectionMode">ProductSelectionMode</a>.
* The list of SKUs will be updated automatically on any change of those performed on the respective Product itself.</p>
*
Expand All @@ -46,7 +47,8 @@ public function getProductSelection();
public function getVariantSelection();

/**
* <p>Defines which Variants of the Product will be excluded from the Product Selection.</p>
* <p>Defines which particular Variants of the Product are excluded from the Product Selection.
* If undefined all Variants of the referenced Product are excluded.</p>
* <p>This field is only available for assignments to a Product Selection with <code>IndividualExclusion</code> <a href="ctp:api:type:ProductSelectionMode">ProductSelectionMode</a>.
* The list of SKUs will be updated automatically on any change of those performed on the respective Product itself.</p>
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,8 @@ public function getProductSelection()
}

/**
* <p>Define which Variants of the added Product will be included in the Product Selection.</p>
* <p>Defines which particular Variants of the Product are included in the Product Selection.
* If undefined all Variants of the referenced Product are included.</p>
* <p>This field is only available for assignments to a Product Selection with <code>Individual</code> <a href="ctp:api:type:ProductSelectionMode">ProductSelectionMode</a>.
* The list of SKUs will be updated automatically on any change of those performed on the respective Product itself.</p>
*
Expand All @@ -82,7 +83,8 @@ public function getVariantSelection()
}

/**
* <p>Defines which Variants of the Product will be excluded from the Product Selection.</p>
* <p>Defines which particular Variants of the Product are excluded from the Product Selection.
* If undefined all Variants of the referenced Product are excluded.</p>
* <p>This field is only available for assignments to a Product Selection with <code>IndividualExclusion</code> <a href="ctp:api:type:ProductSelectionMode">ProductSelectionMode</a>.
* The list of SKUs will be updated automatically on any change of those performed on the respective Product itself.</p>
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,8 @@ public function getProductSelection()
}

/**
* <p>Define which Variants of the added Product will be included in the Product Selection.</p>
* <p>Defines which particular Variants of the Product are included in the Product Selection.
* If undefined all Variants of the referenced Product are included.</p>
* <p>This field is only available for assignments to a Product Selection with <code>Individual</code> <a href="ctp:api:type:ProductSelectionMode">ProductSelectionMode</a>.
* The list of SKUs will be updated automatically on any change of those performed on the respective Product itself.</p>
*
Expand All @@ -127,7 +128,8 @@ public function getVariantSelection()
}

/**
* <p>Defines which Variants of the Product will be excluded from the Product Selection.</p>
* <p>Defines which particular Variants of the Product are excluded from the Product Selection.
* If undefined all Variants of the referenced Product are excluded.</p>
* <p>This field is only available for assignments to a Product Selection with <code>IndividualExclusion</code> <a href="ctp:api:type:ProductSelectionMode">ProductSelectionMode</a>.
* The list of SKUs will be updated automatically on any change of those performed on the respective Product itself.</p>
*
Expand Down
1 change: 1 addition & 0 deletions references.txt
Original file line number Diff line number Diff line change
Expand Up @@ -335,3 +335,4 @@ df53588d26d7953dfdf44166866ca03045f0a70b
269027575a6fd5a2a29387930064a06f22f09bbf
9c2f053d7f45e95984760f59a344e9630d90d843
175b7fc3843bb9be3aa5932b126d7fb3f1b0596d
6a47ba84abccefcacaf90152614687e121660c5c
Loading