Calculate rating plan and pricing for your app. This operation is free.
Request
Body Params application/json
{
"platform": 2,
"appId": "com.example.app",
"region": "US",
"targetRating": 4.7,
"fullFiveStar": true
}
Request Code Samples
curl --location --request POST 'https://uat.asoworld.com/openApi/Order/plan' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"platform": 2,
"appId": "com.example.app",
"region": "US",
"targetRating": 4.7,
"fullFiveStar": true
}'
Responses
application/json
Successfully calculated rating plan
{
"P": {
"4": 0,
"5": 0
}
}
Modified at 2026-02-04 09:40:34