Skip to content

Commit

Permalink
Merge pull request #282 from commercetools/gen-sdk-updates
Browse files Browse the repository at this point in the history
Update generated SDKs
  • Loading branch information
kodiakhq[bot] authored Dec 17, 2024
2 parents ec25c01 + 6da3171 commit 4c4e8a9
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 6 deletions.
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

0 comments on commit 4c4e8a9

Please sign in to comment.