Migrates subscribers from one or more legacy price cohorts to the current price. Requests result in Google Play notifying affected subscribers. Only up to 250 simultaneous legacy price cohorts are supported.
HTTP request
POST https://androidpublisher.googleapis.com/androidpublisher/v3/applications/{packageName}/subscriptions/{productId}/basePlans/{basePlanId}:migratePrices
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
packageName |
Required. Package name of the parent app. Must be equal to the packageName field on the Subscription resource. |
productId |
Required. The ID of the subscription to update. Must be equal to the productId field on the Subscription resource. |
basePlanId |
Required. The unique base plan ID of the base plan to update prices on. |
Request body
The request body contains data with the following structure:
JSON representation |
---|
{ "regionalPriceMigrations": [ { object ( |
Fields | |
---|---|
regionalPriceMigrations[] |
Required. The regional prices to update. |
regionsVersion |
Required. The version of the available regions being used for the regionalPriceMigrations. |
latencyTolerance |
Optional. The latency tolerance for the propagation of this product update. Defaults to latency-sensitive. |
Response body
If successful, the response body is empty.
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/androidpublisher