updatePriceLocale
put
/ccadmin/v1/merchant/priceLocale
Update Price Locale. Set the list price and sale price lists locale.
Request
Supported Media Types
- application/json
Root Schema : updatePriceLocale_request
Type:
Show Source
object
-
locale:
string
Locale string. Must be a valid locale for price lists.
Example:
{
"locale":"en_US"
}
Response
Supported Media Types
- application/json
200 Response
Following model is returned when operation succeeds.
Root Schema : updatePriceLocale_response
Type:
Show Source
object
-
currencyCode(optional):
string
ISO 4127 three-letter currency code
-
displayName(optional):
string
Readable name of the currency
-
fractionalDigits(optional):
integer
Number of digits to the right of the decimal point
-
numericCode(optional):
integer
ISO 4127 three-digit numeric currency code
-
repositoryId(optional):
string
The ID of the currency item, which is a locale string.
-
symbol(optional):
string
The currency symbol
Example Response (application/json)
{
"symbol":"$",
"displayName":"US Dollar",
"repositoryId":"en_US",
"fractionalDigits":2,
"currencyCode":"USD",
"numericCode":840
}
Default Response
The error response.
The following are the internal error codes thrown by this API when the request processing fails in Oracle Commerce Cloud:
|Error Code|Description|
|------------------|------------------|
|80007|The price list could not be found for update.|
|80006|The locale parameter is required but was missing|
|80005|The currency for the price list locale was not found.|
|80008|The price list could not be updated.|
Root Schema : errorModel
Type:
Show Source
object
-
devMessage(optional):
string
An optional non-localized message containing technical information for developers
-
errorCode(optional):
string
The numerical code identifying the error
-
errors(optional):
array errors
An optional list of errors if multiple errors were encountered
-
message(optional):
string
The localized message describing the error
-
moreInfo(optional):
string
An optional non-localized message with more information
-
o:errorPath(optional):
string
An optional machine readable description of where the error occurred
-
status(optional):
string
The HTTP status code
-
type(optional):
string
The URI to the HTTP state code definition
Nested Schema : errors
Type:
array
An optional list of errors if multiple errors were encountered
Show Source
Nested Schema : items
Type:
Show Source
object
-
devMessage(optional):
string
An optional non-localized message containing technical information for developers
-
errorCode(optional):
string
The numerical code identifying the error
-
message(optional):
string
The localized message describing the error
-
moreInfo(optional):
string
An optional non-localized message with more information
-
o:errorPath(optional):
string
An optional machine readable description of where the error occurred
-
status(optional):
string
The HTTP status code