You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/commercetools-api/src/Models/ProductSelection/ProductSelectionAssignment.php
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,8 @@ public function getProduct();
36
36
publicfunctiongetProductSelection();
37
37
38
38
/**
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>
40
41
* <p>This field is only available for assignments to a Product Selection with <code>Individual</code> <a href="ctp:api:type:ProductSelectionMode">ProductSelectionMode</a>.
41
42
* The list of SKUs will be updated automatically on any change of those performed on the respective Product itself.</p>
42
43
*
@@ -46,7 +47,8 @@ public function getProductSelection();
46
47
publicfunctiongetVariantSelection();
47
48
48
49
/**
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>
50
52
* <p>This field is only available for assignments to a Product Selection with <code>IndividualExclusion</code> <a href="ctp:api:type:ProductSelectionMode">ProductSelectionMode</a>.
51
53
* The list of SKUs will be updated automatically on any change of those performed on the respective Product itself.</p>
Copy file name to clipboardExpand all lines: lib/commercetools-api/src/Models/ProductSelection/ProductSelectionAssignmentBuilder.php
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -69,7 +69,8 @@ public function getProductSelection()
69
69
}
70
70
71
71
/**
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>
73
74
* <p>This field is only available for assignments to a Product Selection with <code>Individual</code> <a href="ctp:api:type:ProductSelectionMode">ProductSelectionMode</a>.
74
75
* The list of SKUs will be updated automatically on any change of those performed on the respective Product itself.</p>
75
76
*
@@ -82,7 +83,8 @@ public function getVariantSelection()
82
83
}
83
84
84
85
/**
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>
86
88
* <p>This field is only available for assignments to a Product Selection with <code>IndividualExclusion</code> <a href="ctp:api:type:ProductSelectionMode">ProductSelectionMode</a>.
87
89
* The list of SKUs will be updated automatically on any change of those performed on the respective Product itself.</p>
Copy file name to clipboardExpand all lines: lib/commercetools-api/src/Models/ProductSelection/ProductSelectionAssignmentModel.php
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -104,7 +104,8 @@ public function getProductSelection()
104
104
}
105
105
106
106
/**
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>
108
109
* <p>This field is only available for assignments to a Product Selection with <code>Individual</code> <a href="ctp:api:type:ProductSelectionMode">ProductSelectionMode</a>.
109
110
* The list of SKUs will be updated automatically on any change of those performed on the respective Product itself.</p>
110
111
*
@@ -127,7 +128,8 @@ public function getVariantSelection()
127
128
}
128
129
129
130
/**
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>
131
133
* <p>This field is only available for assignments to a Product Selection with <code>IndividualExclusion</code> <a href="ctp:api:type:ProductSelectionMode">ProductSelectionMode</a>.
132
134
* The list of SKUs will be updated automatically on any change of those performed on the respective Product itself.</p>
0 commit comments