Skip to content

Commit

Permalink
Updated API from documentation release
Browse files Browse the repository at this point in the history
  • Loading branch information
ct-sdks[bot] committed Dec 10, 2024
1 parent df53588 commit 6b69c54
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions api-specs/import/types/standalone-price-import.raml
Original file line number Diff line number Diff line change
Expand Up @@ -30,21 +30,21 @@ types:
type: common.TypedMoney
country?:
description: |
Sets the country for which this Price is valid.
Sets the country for this Price, if the Price does not yet have a country.
The value cannot be updated. Attempting to update the value will result in an [InvalidFieldsUpdate](/import-export/error#invalidfieldsupdateerror) error.
The country cannot be updated. Attempting to update the an existing country will result in an [InvalidFieldsUpdate](/import-export/error#invalidfieldsupdateerror) error.
type: common.CountryCode
customerGroup?:
description: |
Sets the CustomerGroup for which this Price is valid.
Sets the CustomerGroup for this Price, if the Price does not yet have a CustomerGroup.
The value cannot be updated. Attempting to update the value will result in an [InvalidFieldsUpdate](/import-export/error#invalidfieldsupdateerror) error.
The CustomerGroup cannot be updated. Attempting to update an existing CustomerGroup will result in an [InvalidFieldsUpdate](/import-export/error#invalidfieldsupdateerror) error.
type: common.CustomerGroupKeyReference
channel?:
description: |
Sets the product distribution Channel for which this Price is valid.
Sets the product distribution Channel for this Price, if the Price does not yet have a Channel.
The value cannot be updated. Attempting to update the value will result in an [InvalidFieldsUpdate](/import-export/error#invalidfieldsupdateerror) error.
The Channel cannot be updated. Attempting to update an existing Channel will result in an [InvalidFieldsUpdate](/import-export/error#invalidfieldsupdateerror) error.
type: common.ChannelKeyReference
validFrom?:
description: |
Expand Down

0 comments on commit 6b69c54

Please sign in to comment.