Skip to content

Commit 80dc95d

Browse files
committed
build(codegen): updating SDK
1 parent 8ea7889 commit 80dc95d

File tree

5 files changed

+20
-18
lines changed

5 files changed

+20
-18
lines changed

lib/commercetools-import/src/Models/StandalonePrices/StandalonePriceImport.php

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -57,26 +57,26 @@ public function getSku();
5757
public function getValue();
5858

5959
/**
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>
6262
*
6363
6464
* @return null|string
6565
*/
6666
public function getCountry();
6767

6868
/**
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>
7171
*
7272
7373
* @return null|CustomerGroupKeyReference
7474
*/
7575
public function getCustomerGroup();
7676

7777
/**
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>
8080
*
8181
8282
* @return null|ChannelKeyReference

lib/commercetools-import/src/Models/StandalonePrices/StandalonePriceImportBuilder.php

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -134,8 +134,8 @@ public function getValue()
134134
}
135135

136136
/**
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>
139139
*
140140
141141
* @return null|string
@@ -146,8 +146,8 @@ public function getCountry()
146146
}
147147

148148
/**
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>
151151
*
152152
153153
* @return null|CustomerGroupKeyReference
@@ -158,8 +158,8 @@ public function getCustomerGroup()
158158
}
159159

160160
/**
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>
163163
*
164164
165165
* @return null|ChannelKeyReference

lib/commercetools-import/src/Models/StandalonePrices/StandalonePriceImportModel.php

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -191,8 +191,8 @@ public function getValue()
191191
}
192192

193193
/**
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>
196196
*
197197
*
198198
* @return null|string
@@ -212,8 +212,8 @@ public function getCountry()
212212
}
213213

214214
/**
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>
217217
*
218218
*
219219
* @return null|CustomerGroupKeyReference
@@ -234,8 +234,8 @@ public function getCustomerGroup()
234234
}
235235

236236
/**
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>
239239
*
240240
*
241241
* @return null|ChannelKeyReference

reference.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
df53588d26d7953dfdf44166866ca03045f0a70b

references.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -330,3 +330,4 @@ b747e1fa4f246b748a89bccbfd8a43f5b6f51175
330330
505b3af56b4452b22dfb595f93e010b3e2fccc53
331331
7375cdc26481ba55e756479a87270432635bfcf7
332332
df53588d26d7953dfdf44166866ca03045f0a70b
333+
6b69c5425fe16564147deb9b1d6a9a1078dc5330

0 commit comments

Comments
 (0)