根據一組區域要求中的價格,使用今日匯率和各國家/地區的定價模式計算區域價格。
HTTP 要求
POST https://androidpublisher.googleapis.com/androidpublisher/v3/applications/{packageName}/pricing:convertRegionPrices
這個網址使用 gRPC 轉碼語法。
路徑參數
參數 | |
---|---|
packageName |
必要欄位。應用程式套件名稱。 |
要求主體
要求主體的資料會採用以下結構:
JSON 表示法 |
---|
{
"price": {
object ( |
欄位 | |
---|---|
price |
用於轉換其他區域的均價。不含稅。 |
回應主體
營利.convertRegionPrices 的回應訊息。
如果成功,回應主體會含有以下結構的資料:
JSON 表示法 |
---|
{ "convertedRegionPrices": { string: { object ( |
欄位 | |
---|---|
convertedRegionPrices |
將區碼對應至轉換區域價格。 這個物件中包含 |
convertedOtherRegionsPrice |
已轉換美元和歐元的其他地區價格,以便在 Google Play 不支援該國家/地區當地幣別的國家/地區使用。 |
授權範圍
需要下列 OAuth 範圍:
https://www.googleapis.com/auth/androidpublisher
ConvertedRegionPrice
換算後的區域價格。
JSON 表示法 |
---|
{ "regionCode": string, "price": { object ( |
欄位 | |
---|---|
regionCode |
區域的區碼。 |
price |
換算後的含稅價格。 |
taxAmount |
換算後的價格稅額。 |
ConvertedOtherRegionsPrice
換算後的其他地區價格。
JSON 表示法 |
---|
{ "usdPrice": { object ( |
欄位 | |
---|---|
usdPrice |
用於「其他區域」的價格 (以美元為單位)不含稅金的地點。 |
eurPrice |
用於「其他區域」的價格 (歐元)不含稅金的地點。 |