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-import/src/Models/StandalonePrices/StandalonePriceImport.php
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -57,26 +57,26 @@ public function getSku();
57
57
publicfunctiongetValue();
58
58
59
59
/**
60
-
* <p>Sets the country for which this Price is valid.</p>
61
-
* <p>The value cannot be updated. Attempting to update the value will result in an <a href="/import-export/error#invalidfieldsupdateerror">InvalidFieldsUpdate</a> error.</p>
60
+
* <p>Sets the country for this Price, if the Price does not yet have a country.</p>
61
+
* <p>The country cannot be updated. Attempting to update the an existing country will result in an <a href="/import-export/error#invalidfieldsupdateerror">InvalidFieldsUpdate</a> error.</p>
62
62
*
63
63
64
64
* @return null|string
65
65
*/
66
66
publicfunctiongetCountry();
67
67
68
68
/**
69
-
* <p>Sets the CustomerGroup for which this Price is valid.</p>
70
-
* <p>The value cannot be updated. Attempting to update the value will result in an <a href="/import-export/error#invalidfieldsupdateerror">InvalidFieldsUpdate</a> error.</p>
69
+
* <p>Sets the CustomerGroup for this Price, if the Price does not yet have a CustomerGroup.</p>
70
+
* <p>The CustomerGroup cannot be updated. Attempting to update an existing CustomerGroup will result in an <a href="/import-export/error#invalidfieldsupdateerror">InvalidFieldsUpdate</a> error.</p>
71
71
*
72
72
73
73
* @return null|CustomerGroupKeyReference
74
74
*/
75
75
publicfunctiongetCustomerGroup();
76
76
77
77
/**
78
-
* <p>Sets the product distribution Channel for which this Price is valid.</p>
79
-
* <p>The value cannot be updated. Attempting to update the value will result in an <a href="/import-export/error#invalidfieldsupdateerror">InvalidFieldsUpdate</a> error.</p>
78
+
* <p>Sets the product distribution Channel for this Price, if the Price does not yet have a Channel.</p>
79
+
* <p>The Channel cannot be updated. Attempting to update an existing Channel will result in an <a href="/import-export/error#invalidfieldsupdateerror">InvalidFieldsUpdate</a> error.</p>
Copy file name to clipboardExpand all lines: lib/commercetools-import/src/Models/StandalonePrices/StandalonePriceImportBuilder.php
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -134,8 +134,8 @@ public function getValue()
134
134
}
135
135
136
136
/**
137
-
* <p>Sets the country for which this Price is valid.</p>
138
-
* <p>The value cannot be updated. Attempting to update the value will result in an <a href="/import-export/error#invalidfieldsupdateerror">InvalidFieldsUpdate</a> error.</p>
137
+
* <p>Sets the country for this Price, if the Price does not yet have a country.</p>
138
+
* <p>The country cannot be updated. Attempting to update the an existing country will result in an <a href="/import-export/error#invalidfieldsupdateerror">InvalidFieldsUpdate</a> error.</p>
139
139
*
140
140
141
141
* @return null|string
@@ -146,8 +146,8 @@ public function getCountry()
146
146
}
147
147
148
148
/**
149
-
* <p>Sets the CustomerGroup for which this Price is valid.</p>
150
-
* <p>The value cannot be updated. Attempting to update the value will result in an <a href="/import-export/error#invalidfieldsupdateerror">InvalidFieldsUpdate</a> error.</p>
149
+
* <p>Sets the CustomerGroup for this Price, if the Price does not yet have a CustomerGroup.</p>
150
+
* <p>The CustomerGroup cannot be updated. Attempting to update an existing CustomerGroup will result in an <a href="/import-export/error#invalidfieldsupdateerror">InvalidFieldsUpdate</a> error.</p>
151
151
*
152
152
153
153
* @return null|CustomerGroupKeyReference
@@ -158,8 +158,8 @@ public function getCustomerGroup()
158
158
}
159
159
160
160
/**
161
-
* <p>Sets the product distribution Channel for which this Price is valid.</p>
162
-
* <p>The value cannot be updated. Attempting to update the value will result in an <a href="/import-export/error#invalidfieldsupdateerror">InvalidFieldsUpdate</a> error.</p>
161
+
* <p>Sets the product distribution Channel for this Price, if the Price does not yet have a Channel.</p>
162
+
* <p>The Channel cannot be updated. Attempting to update an existing Channel will result in an <a href="/import-export/error#invalidfieldsupdateerror">InvalidFieldsUpdate</a> error.</p>
Copy file name to clipboardExpand all lines: lib/commercetools-import/src/Models/StandalonePrices/StandalonePriceImportModel.php
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -191,8 +191,8 @@ public function getValue()
191
191
}
192
192
193
193
/**
194
-
* <p>Sets the country for which this Price is valid.</p>
195
-
* <p>The value cannot be updated. Attempting to update the value will result in an <a href="/import-export/error#invalidfieldsupdateerror">InvalidFieldsUpdate</a> error.</p>
194
+
* <p>Sets the country for this Price, if the Price does not yet have a country.</p>
195
+
* <p>The country cannot be updated. Attempting to update the an existing country will result in an <a href="/import-export/error#invalidfieldsupdateerror">InvalidFieldsUpdate</a> error.</p>
196
196
*
197
197
*
198
198
* @return null|string
@@ -212,8 +212,8 @@ public function getCountry()
212
212
}
213
213
214
214
/**
215
-
* <p>Sets the CustomerGroup for which this Price is valid.</p>
216
-
* <p>The value cannot be updated. Attempting to update the value will result in an <a href="/import-export/error#invalidfieldsupdateerror">InvalidFieldsUpdate</a> error.</p>
215
+
* <p>Sets the CustomerGroup for this Price, if the Price does not yet have a CustomerGroup.</p>
216
+
* <p>The CustomerGroup cannot be updated. Attempting to update an existing CustomerGroup will result in an <a href="/import-export/error#invalidfieldsupdateerror">InvalidFieldsUpdate</a> error.</p>
217
217
*
218
218
*
219
219
* @return null|CustomerGroupKeyReference
@@ -234,8 +234,8 @@ public function getCustomerGroup()
234
234
}
235
235
236
236
/**
237
-
* <p>Sets the product distribution Channel for which this Price is valid.</p>
238
-
* <p>The value cannot be updated. Attempting to update the value will result in an <a href="/import-export/error#invalidfieldsupdateerror">InvalidFieldsUpdate</a> error.</p>
237
+
* <p>Sets the product distribution Channel for this Price, if the Price does not yet have a Channel.</p>
238
+
* <p>The Channel cannot be updated. Attempting to update an existing Channel will result in an <a href="/import-export/error#invalidfieldsupdateerror">InvalidFieldsUpdate</a> error.</p>
0 commit comments