Skip to content

Commit 6da3171

Browse files
committed
build(codegen): updating SDK
1 parent ec25c01 commit 6da3171

File tree

4 files changed

+13
-6
lines changed

4 files changed

+13
-6
lines changed

lib/commercetools-api/src/Models/ProductSelection/ProductSelectionAssignment.php

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@ public function getProduct();
3636
public function getProductSelection();
3737

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

4849
/**
49-
* <p>Defines which Variants of the Product will be excluded from the Product Selection.</p>
50+
* <p>Defines which particular Variants of the Product are excluded from the Product Selection.
51+
* If undefined all Variants of the referenced Product are excluded.</p>
5052
* <p>This field is only available for assignments to a Product Selection with <code>IndividualExclusion</code> <a href="ctp:api:type:ProductSelectionMode">ProductSelectionMode</a>.
5153
* The list of SKUs will be updated automatically on any change of those performed on the respective Product itself.</p>
5254
*

lib/commercetools-api/src/Models/ProductSelection/ProductSelectionAssignmentBuilder.php

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,8 @@ public function getProductSelection()
6969
}
7070

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

8485
/**
85-
* <p>Defines which Variants of the Product will be excluded from the Product Selection.</p>
86+
* <p>Defines which particular Variants of the Product are excluded from the Product Selection.
87+
* If undefined all Variants of the referenced Product are excluded.</p>
8688
* <p>This field is only available for assignments to a Product Selection with <code>IndividualExclusion</code> <a href="ctp:api:type:ProductSelectionMode">ProductSelectionMode</a>.
8789
* The list of SKUs will be updated automatically on any change of those performed on the respective Product itself.</p>
8890
*

lib/commercetools-api/src/Models/ProductSelection/ProductSelectionAssignmentModel.php

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,8 @@ public function getProductSelection()
104104
}
105105

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

129130
/**
130-
* <p>Defines which Variants of the Product will be excluded from the Product Selection.</p>
131+
* <p>Defines which particular Variants of the Product are excluded from the Product Selection.
132+
* If undefined all Variants of the referenced Product are excluded.</p>
131133
* <p>This field is only available for assignments to a Product Selection with <code>IndividualExclusion</code> <a href="ctp:api:type:ProductSelectionMode">ProductSelectionMode</a>.
132134
* The list of SKUs will be updated automatically on any change of those performed on the respective Product itself.</p>
133135
*

references.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -335,3 +335,4 @@ df53588d26d7953dfdf44166866ca03045f0a70b
335335
269027575a6fd5a2a29387930064a06f22f09bbf
336336
9c2f053d7f45e95984760f59a344e9630d90d843
337337
175b7fc3843bb9be3aa5932b126d7fb3f1b0596d
338+
6a47ba84abccefcacaf90152614687e121660c5c

0 commit comments

Comments
 (0)