Skip to content

Commit 6b69c54

Browse files
committed
Updated API from documentation release
1 parent df53588 commit 6b69c54

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

api-specs/import/types/standalone-price-import.raml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,21 +30,21 @@ types:
3030
type: common.TypedMoney
3131
country?:
3232
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.
3434
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.
3636
type: common.CountryCode
3737
customerGroup?:
3838
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.
4040
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.
4242
type: common.CustomerGroupKeyReference
4343
channel?:
4444
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.
4646
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.
4848
type: common.ChannelKeyReference
4949
validFrom?:
5050
description: |

0 commit comments

Comments
 (0)