Error Locale Key Is Not Valid With Error Code 13036
(Doc ID 3009796.1)
Last updated on APRIL 08, 2024
Applies to:
Oracle Commerce Cloud Service - Version 23.11 and laterInformation in this document applies to any platform.
Symptoms
While creating a profile using createProfile API for a specific locale by passing the locale in request body of the API an error is received and profile is not created.
ERROR
-----------------------
Response:{
"errorCode": "13036",
"message": "Locale key is not valid",
"status": "400"
}
STEPS
-----------------------
The issue can be reproduced at will with the following steps:
1. In ccdebug execute POST /ccadmin/v1/profiles
2. In the request body add the below parameters with locale "zh_CN"
Request body:
Changes
NA
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Changes |
Cause |
Solution |