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: api-specs/import/types/standalone-price-import.raml
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -30,21 +30,21 @@ types:
30
30
type: common.TypedMoney
31
31
country?:
32
32
description: |
33
-
Sets the country for which this Price is valid.
33
+
Sets the country for this Price, if the Price does not yet have a country.
34
34
35
-
The value cannot be updated. Attempting to update the value will result in an [InvalidFieldsUpdate](/import-export/error#invalidfieldsupdateerror) error.
35
+
The country cannot be updated. Attempting to update the an existing country will result in an [InvalidFieldsUpdate](/import-export/error#invalidfieldsupdateerror) error.
36
36
type: common.CountryCode
37
37
customerGroup?:
38
38
description: |
39
-
Sets the CustomerGroup for which this Price is valid.
39
+
Sets the CustomerGroup for this Price, if the Price does not yet have a CustomerGroup.
40
40
41
-
The value cannot be updated. Attempting to update the value will result in an [InvalidFieldsUpdate](/import-export/error#invalidfieldsupdateerror) error.
41
+
The CustomerGroup cannot be updated. Attempting to update an existing CustomerGroup will result in an [InvalidFieldsUpdate](/import-export/error#invalidfieldsupdateerror) error.
42
42
type: common.CustomerGroupKeyReference
43
43
channel?:
44
44
description: |
45
-
Sets the product distribution Channel for which this Price is valid.
45
+
Sets the product distribution Channel for this Price, if the Price does not yet have a Channel.
46
46
47
-
The value cannot be updated. Attempting to update the value will result in an [InvalidFieldsUpdate](/import-export/error#invalidfieldsupdateerror) error.
47
+
The Channel cannot be updated. Attempting to update an existing Channel will result in an [InvalidFieldsUpdate](/import-export/error#invalidfieldsupdateerror) error.
0 commit comments