Open Connector
All tools

Google Play logoGoogle Play

No catalog description yet.

google-playvcatalog-v1141 tools

Authentication

MethodKindStatusDetails
OAuth 2.0oauth2available

Call a tool

import { createClient } from "@open-connector/sdk";const oc = createClient({  baseUrl: "https://api.openconnector.dev",  apiKey: process.env.OPEN_CONNECTOR_API_KEY!,});const result = await oc.executeTool({  slug: "GOOGLE_PLAY_ANDROIDPUBLISHER_APPLICATIONS_DATA_SAFETY",  connectedAccountId: "conn_...",  arguments: { /* match this tool's input schema */ },});
import Composio from "@composio/client";const composio = new Composio({  baseURL: "https://api.openconnector.dev/composio",  apiKey: process.env.OPEN_CONNECTOR_API_KEY!,});const result = await composio.tools.execute("GOOGLE_PLAY_ANDROIDPUBLISHER_APPLICATIONS_DATA_SAFETY", {  connected_account_id: "conn_...",  arguments: { /* match this tool's input schema */ },});
oc tools execute GOOGLE_PLAY_ANDROIDPUBLISHER_APPLICATIONS_DATA_SAFETY --data '{ }'

Tool catalog

Available tools

141 callable operations

Androidpublisher Applications DataSafetyGOOGLE_PLAY_ANDROIDPUBLISHER_APPLICATIONS_DATA_SAFETYWrites the Safety Labels declaration of an app.

Writes the Safety Labels declaration of an app.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/androidpublisher

Tags

applications
Androidpublisher Applications DeviceTierConfigs CreateGOOGLE_PLAY_ANDROIDPUBLISHER_APPLICATIONS_DEVICE_TIER_CONFIGS_CREATECreates a new device tier config for an app.

Creates a new device tier config for an app.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/androidpublisher

Tags

applications
Androidpublisher Applications DeviceTierConfigs GetGOOGLE_PLAY_ANDROIDPUBLISHER_APPLICATIONS_DEVICE_TIER_CONFIGS_GETReturns a particular device tier config.

Returns a particular device tier config.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/androidpublisher

Tags

applications
Androidpublisher Applications DeviceTierConfigs ListGOOGLE_PLAY_ANDROIDPUBLISHER_APPLICATIONS_DEVICE_TIER_CONFIGS_LISTReturns created device tier configs, ordered by descending creation time.

Returns created device tier configs, ordered by descending creation time.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/androidpublisher

Tags

applications
Androidpublisher Applications Tracks Releases ListGOOGLE_PLAY_ANDROIDPUBLISHER_APPLICATIONS_TRACKS_RELEASES_LISTReturns the list of all releases for a given track. This excludes any releases that are obsolete.

Returns the list of all releases for a given track. This excludes any releases that are obsolete.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/androidpublisher

Tags

applications
Androidpublisher Apprecovery AddTargetingGOOGLE_PLAY_ANDROIDPUBLISHER_APPRECOVERY_ADD_TARGETINGIncrementally update targeting for a recovery action. Note that only the criteria selected during the creation of recovery action can be expanded.

Incrementally update targeting for a recovery action. Note that only the criteria selected during the creation of recovery action can be expanded.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/androidpublisher

Tags

apprecovery
Androidpublisher Apprecovery CancelGOOGLE_PLAY_ANDROIDPUBLISHER_APPRECOVERY_CANCELCancel an already executing app recovery action. Note that this action changes status of the recovery action to CANCELED.

Cancel an already executing app recovery action. Note that this action changes status of the recovery action to CANCELED.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/androidpublisher

Tags

apprecovery
Androidpublisher Apprecovery CreateGOOGLE_PLAY_ANDROIDPUBLISHER_APPRECOVERY_CREATECreate an app recovery action with recovery status as DRAFT. Note that this action does not execute the recovery action.

Create an app recovery action with recovery status as DRAFT. Note that this action does not execute the recovery action.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/androidpublisher

Tags

apprecovery
Androidpublisher Apprecovery DeployGOOGLE_PLAY_ANDROIDPUBLISHER_APPRECOVERY_DEPLOYDeploy an already created app recovery action with recovery status DRAFT. Note that this action activates the recovery action for all targeted users and changes its status to ACTIVE.

Deploy an already created app recovery action with recovery status DRAFT. Note that this action activates the recovery action for all targeted users and changes its status to ACTIVE.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/androidpublisher

Tags

apprecovery
Androidpublisher Apprecovery ListGOOGLE_PLAY_ANDROIDPUBLISHER_APPRECOVERY_LISTList all app recovery action resources associated with a particular package name and app version.

List all app recovery action resources associated with a particular package name and app version.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/androidpublisher

Tags

apprecovery
Androidpublisher Appstoreappsreview CreateappstorehostedappGOOGLE_PLAY_ANDROIDPUBLISHER_APPSTOREAPPSREVIEW_CREATEAPPSTOREHOSTEDAPPCreates an app store hosted app. This must be called before any other RPCs for this hosted app.

Creates an app store hosted app. This must be called before any other RPCs for this hosted app.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/androidpublisher

Tags

appstoreappsreview
Androidpublisher Appstoreappsreview UpdateappstorehostedappGOOGLE_PLAY_ANDROIDPUBLISHER_APPSTOREAPPSREVIEW_UPDATEAPPSTOREHOSTEDAPPUpdates details for an app hosted on an app store. Use this to provide details for a new app, or to update details for an existing app. The update will be sent for review immediately after creation.

Updates details for an app hosted on an app store. Use this to provide details for a new app, or to update details for an existing app. The update will be sent for review immediately after creation.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/androidpublisher

Tags

appstoreappsreview
Androidpublisher Appstoreappsreview UpdateappstorehostedapppublishstatusGOOGLE_PLAY_ANDROIDPUBLISHER_APPSTOREAPPSREVIEW_UPDATEAPPSTOREHOSTEDAPPPUBLISHSTATUSUpdates the publish status of an app store hosted app. The default state after calling UpdateAppStoreHostedApp is PUBLISHED. It is not necessary to call this RPC explicitly to set an app to PUBLISHED.

Updates the publish status of an app store hosted app. The default state after calling UpdateAppStoreHostedApp is PUBLISHED. It is not necessary to call this RPC explicitly to set an app to PUBLISHED.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/androidpublisher

Tags

appstoreappsreview
Androidpublisher Appstoreappsreview UploadapkGOOGLE_PLAY_ANDROIDPUBLISHER_APPSTOREAPPSREVIEW_UPLOADAPKUpload an APK file for the hosted app. Returns an ID to track this APK.

Upload an APK file for the hosted app. Returns an ID to track this APK.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/androidpublisher

Tags

appstoreappsreview
Androidpublisher Appstoreappsreview UploadappstoreapppolicydeclarationfileGOOGLE_PLAY_ANDROIDPUBLISHER_APPSTOREAPPSREVIEW_UPLOADAPPSTOREAPPPOLICYDECLARATIONFILEUpload a policy declaration file for the hosted app. Returns an ID to track the file.

Upload a policy declaration file for the hosted app. Returns an ID to track the file.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/androidpublisher

Tags

appstoreappsreview
Androidpublisher Appstoreappsreview UploadimageGOOGLE_PLAY_ANDROIDPUBLISHER_APPSTOREAPPSREVIEW_UPLOADIMAGEUpload a screenshot or app icon for the hosted app. Returns an ID to track the image.

Upload a screenshot or app icon for the hosted app. Returns an ID to track the image.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/androidpublisher

Tags

appstoreappsreview
Androidpublisher Appstorecatalog Recentappviews GetGOOGLE_PLAY_ANDROIDPUBLISHER_APPSTORECATALOG_RECENTAPPVIEWS_GETReturns metadata about a recently updated app.

Returns metadata about a recently updated app.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/androidpublisher

Tags

appstorecatalog
Androidpublisher Appstorecatalog Recentupdateevents ListGOOGLE_PLAY_ANDROIDPUBLISHER_APPSTORECATALOG_RECENTUPDATEEVENTS_LISTLists update events for eligible apps in the given time range.

Lists update events for eligible apps in the given time range.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/androidpublisher

Tags

appstorecatalog
Androidpublisher Edits Apks AddexternallyhostedGOOGLE_PLAY_ANDROIDPUBLISHER_EDITS_APKS_ADDEXTERNALLYHOSTEDCreates a new APK without uploading the APK itself to Google Play, instead hosting the APK at a specified URL. This function is only available to organizations using Managed Play whose application is configured to restrict distribution to the organizations.

Creates a new APK without uploading the APK itself to Google Play, instead hosting the APK at a specified URL. This function is only available to organizations using Managed Play whose application is configured to restrict distribution to the organizations.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/androidpublisher

Tags

edits
Androidpublisher Edits Apks ListGOOGLE_PLAY_ANDROIDPUBLISHER_EDITS_APKS_LISTLists all current APKs of the app and edit.

Lists all current APKs of the app and edit.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/androidpublisher

Tags

edits
Androidpublisher Edits Apks UploadGOOGLE_PLAY_ANDROIDPUBLISHER_EDITS_APKS_UPLOADUploads an APK and adds to the current edit.

Uploads an APK and adds to the current edit.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/androidpublisher

Tags

edits
Androidpublisher Edits Bundles ListGOOGLE_PLAY_ANDROIDPUBLISHER_EDITS_BUNDLES_LISTLists all current Android App Bundles of the app and edit.

Lists all current Android App Bundles of the app and edit.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/androidpublisher

Tags

edits
Androidpublisher Edits Bundles UploadGOOGLE_PLAY_ANDROIDPUBLISHER_EDITS_BUNDLES_UPLOADUploads a new Android App Bundle to this edit. If you are using the Google API client libraries, please increase the timeout of the http request before calling this endpoint (a timeout of 2 minutes is recommended). See [Timeouts and Errors](https://developers.google.com/api-client-library/java/google-api-java-client/errors) for an example in java.

Uploads a new Android App Bundle to this edit. If you are using the Google API client libraries, please increase the timeout of the http request before calling this endpoint (a timeout of 2 minutes is recommended). See [Timeouts and Errors](https://developers.google.com/api-client-library/java/google-api-java-client/errors) for an example in java.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/androidpublisher

Tags

edits
Androidpublisher Edits CommitGOOGLE_PLAY_ANDROIDPUBLISHER_EDITS_COMMITCommits an app edit.

Commits an app edit.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/androidpublisher

Tags

edits
Androidpublisher Edits Countryavailability GetGOOGLE_PLAY_ANDROIDPUBLISHER_EDITS_COUNTRYAVAILABILITY_GETGets country availability.

Gets country availability.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/androidpublisher

Tags

edits
Androidpublisher Edits DeleteGOOGLE_PLAY_ANDROIDPUBLISHER_EDITS_DELETEDeletes an app edit.

Deletes an app edit.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/androidpublisher

Tags

edits
Androidpublisher Edits Deobfuscationfiles UploadGOOGLE_PLAY_ANDROIDPUBLISHER_EDITS_DEOBFUSCATIONFILES_UPLOADUploads a new deobfuscation file and attaches to the specified APK.

Uploads a new deobfuscation file and attaches to the specified APK.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/androidpublisher

Tags

edits
Androidpublisher Edits Details GetGOOGLE_PLAY_ANDROIDPUBLISHER_EDITS_DETAILS_GETGets details of an app.

Gets details of an app.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/androidpublisher

Tags

edits
Androidpublisher Edits Details PatchGOOGLE_PLAY_ANDROIDPUBLISHER_EDITS_DETAILS_PATCHPatches details of an app.

Patches details of an app.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/androidpublisher

Tags

edits
Androidpublisher Edits Details UpdateGOOGLE_PLAY_ANDROIDPUBLISHER_EDITS_DETAILS_UPDATEUpdates details of an app.

Updates details of an app.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/androidpublisher

Tags

edits
Androidpublisher Edits Expansionfiles GetGOOGLE_PLAY_ANDROIDPUBLISHER_EDITS_EXPANSIONFILES_GETFetches the expansion file configuration for the specified APK.

Fetches the expansion file configuration for the specified APK.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/androidpublisher

Tags

edits
Androidpublisher Edits Expansionfiles PatchGOOGLE_PLAY_ANDROIDPUBLISHER_EDITS_EXPANSIONFILES_PATCHPatches the APK's expansion file configuration to reference another APK's expansion file. To add a new expansion file use the Upload method.

Patches the APK's expansion file configuration to reference another APK's expansion file. To add a new expansion file use the Upload method.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/androidpublisher

Tags

edits
Androidpublisher Edits Expansionfiles UpdateGOOGLE_PLAY_ANDROIDPUBLISHER_EDITS_EXPANSIONFILES_UPDATEUpdates the APK's expansion file configuration to reference another APK's expansion file. To add a new expansion file use the Upload method.

Updates the APK's expansion file configuration to reference another APK's expansion file. To add a new expansion file use the Upload method.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/androidpublisher

Tags

edits
Androidpublisher Edits Expansionfiles UploadGOOGLE_PLAY_ANDROIDPUBLISHER_EDITS_EXPANSIONFILES_UPLOADUploads a new expansion file and attaches to the specified APK.

Uploads a new expansion file and attaches to the specified APK.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/androidpublisher

Tags

edits
Androidpublisher Edits GetGOOGLE_PLAY_ANDROIDPUBLISHER_EDITS_GETGets an app edit.

Gets an app edit.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/androidpublisher

Tags

edits
Androidpublisher Edits Images DeleteGOOGLE_PLAY_ANDROIDPUBLISHER_EDITS_IMAGES_DELETEDeletes the image (specified by id) from the edit.

Deletes the image (specified by id) from the edit.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/androidpublisher

Tags

edits
Androidpublisher Edits Images DeleteallGOOGLE_PLAY_ANDROIDPUBLISHER_EDITS_IMAGES_DELETEALLDeletes all images for the specified language and image type. Returns an empty response if no images are found.

Deletes all images for the specified language and image type. Returns an empty response if no images are found.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/androidpublisher

Tags

edits
Androidpublisher Edits Images ListGOOGLE_PLAY_ANDROIDPUBLISHER_EDITS_IMAGES_LISTLists all images. The response may be empty.

Lists all images. The response may be empty.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/androidpublisher

Tags

edits
Androidpublisher Edits Images UploadGOOGLE_PLAY_ANDROIDPUBLISHER_EDITS_IMAGES_UPLOADUploads an image of the specified language and image type, and adds to the edit.

Uploads an image of the specified language and image type, and adds to the edit.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/androidpublisher

Tags

edits
Androidpublisher Edits InsertGOOGLE_PLAY_ANDROIDPUBLISHER_EDITS_INSERTCreates a new edit for an app.

Creates a new edit for an app.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/androidpublisher

Tags

edits
Androidpublisher Edits Listings DeleteGOOGLE_PLAY_ANDROIDPUBLISHER_EDITS_LISTINGS_DELETEDeletes a localized store listing.

Deletes a localized store listing.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/androidpublisher

Tags

edits
Androidpublisher Edits Listings DeleteallGOOGLE_PLAY_ANDROIDPUBLISHER_EDITS_LISTINGS_DELETEALLDeletes all store listings.

Deletes all store listings.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/androidpublisher

Tags

edits
Androidpublisher Edits Listings GetGOOGLE_PLAY_ANDROIDPUBLISHER_EDITS_LISTINGS_GETGets a localized store listing.

Gets a localized store listing.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/androidpublisher

Tags

edits
Androidpublisher Edits Listings ListGOOGLE_PLAY_ANDROIDPUBLISHER_EDITS_LISTINGS_LISTLists all localized store listings.

Lists all localized store listings.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/androidpublisher

Tags

edits
Androidpublisher Edits Listings PatchGOOGLE_PLAY_ANDROIDPUBLISHER_EDITS_LISTINGS_PATCHPatches a localized store listing.

Patches a localized store listing.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/androidpublisher

Tags

edits
Androidpublisher Edits Listings UpdateGOOGLE_PLAY_ANDROIDPUBLISHER_EDITS_LISTINGS_UPDATECreates or updates a localized store listing.

Creates or updates a localized store listing.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/androidpublisher

Tags

edits
Androidpublisher Edits Testers GetGOOGLE_PLAY_ANDROIDPUBLISHER_EDITS_TESTERS_GETGets testers. Note: Testers resource does not support email lists.

Gets testers. Note: Testers resource does not support email lists.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/androidpublisher

Tags

edits
Androidpublisher Edits Testers PatchGOOGLE_PLAY_ANDROIDPUBLISHER_EDITS_TESTERS_PATCHPatches testers. Note: Testers resource does not support email lists.

Patches testers. Note: Testers resource does not support email lists.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/androidpublisher

Tags

edits
Androidpublisher Edits Testers UpdateGOOGLE_PLAY_ANDROIDPUBLISHER_EDITS_TESTERS_UPDATEUpdates testers. Note: Testers resource does not support email lists.

Updates testers. Note: Testers resource does not support email lists.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/androidpublisher

Tags

edits
Androidpublisher Edits Tracks CreateGOOGLE_PLAY_ANDROIDPUBLISHER_EDITS_TRACKS_CREATECreates a new track.

Creates a new track.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/androidpublisher

Tags

edits
Androidpublisher Edits Tracks GetGOOGLE_PLAY_ANDROIDPUBLISHER_EDITS_TRACKS_GETGets a track.

Gets a track.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/androidpublisher

Tags

edits
Androidpublisher Edits Tracks ListGOOGLE_PLAY_ANDROIDPUBLISHER_EDITS_TRACKS_LISTLists all tracks.

Lists all tracks.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/androidpublisher

Tags

edits
Androidpublisher Edits Tracks PatchGOOGLE_PLAY_ANDROIDPUBLISHER_EDITS_TRACKS_PATCHPatches a track.

Patches a track.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/androidpublisher

Tags

edits
Androidpublisher Edits Tracks UpdateGOOGLE_PLAY_ANDROIDPUBLISHER_EDITS_TRACKS_UPDATEUpdates a track.

Updates a track.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/androidpublisher

Tags

edits
Androidpublisher Edits ValidateGOOGLE_PLAY_ANDROIDPUBLISHER_EDITS_VALIDATEValidates an app edit.

Validates an app edit.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/androidpublisher

Tags

edits
Androidpublisher Externaltransactions CreateexternaltransactionGOOGLE_PLAY_ANDROIDPUBLISHER_EXTERNALTRANSACTIONS_CREATEEXTERNALTRANSACTIONCreates a new external transaction.

Creates a new external transaction.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/androidpublisher

Tags

externaltransactions
Androidpublisher Externaltransactions GetexternaltransactionGOOGLE_PLAY_ANDROIDPUBLISHER_EXTERNALTRANSACTIONS_GETEXTERNALTRANSACTIONGets an existing external transaction.

Gets an existing external transaction.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/androidpublisher

Tags

externaltransactions
Androidpublisher Externaltransactions RefundexternaltransactionGOOGLE_PLAY_ANDROIDPUBLISHER_EXTERNALTRANSACTIONS_REFUNDEXTERNALTRANSACTIONRefunds or partially refunds an existing external transaction.

Refunds or partially refunds an existing external transaction.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/androidpublisher

Tags

externaltransactions
Androidpublisher Generatedapks DownloadGOOGLE_PLAY_ANDROIDPUBLISHER_GENERATEDAPKS_DOWNLOADDownloads a single signed APK generated from an app bundle.

Downloads a single signed APK generated from an app bundle.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/androidpublisher

Tags

generatedapks
Androidpublisher Generatedapks ListGOOGLE_PLAY_ANDROIDPUBLISHER_GENERATEDAPKS_LISTReturns download metadata for all APKs that were generated from a given app bundle.

Returns download metadata for all APKs that were generated from a given app bundle.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/androidpublisher

Tags

generatedapks
Androidpublisher Grants CreateGOOGLE_PLAY_ANDROIDPUBLISHER_GRANTS_CREATEGrant access for a user to the given package.

Grant access for a user to the given package.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/androidpublisher

Tags

grants
Androidpublisher Inappproducts BatchDeleteGOOGLE_PLAY_ANDROIDPUBLISHER_INAPPPRODUCTS_BATCH_DELETEDeletes in-app products (managed products or subscriptions). Set the latencyTolerance field on nested requests to PRODUCT_UPDATE_LATENCY_TOLERANCE_LATENCY_TOLERANT to achieve maximum update throughput. This method should not be used to delete subscriptions. See [this article](https://android-developers.googleblog.com/2023/06/changes-to-google-play-developer-api-june-2023.html) for more information.

Deletes in-app products (managed products or subscriptions). Set the latencyTolerance field on nested requests to PRODUCT_UPDATE_LATENCY_TOLERANCE_LATENCY_TOLERANT to achieve maximum update throughput. This method should not be used to delete subscriptions. See [this article](https://android-developers.googleblog.com/2023/06/changes-to-google-play-developer-api-june-2023.html) for more information.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/androidpublisher

Tags

inappproducts
Androidpublisher Inappproducts BatchGetGOOGLE_PLAY_ANDROIDPUBLISHER_INAPPPRODUCTS_BATCH_GETReads multiple in-app products, which can be managed products or subscriptions. This method should not be used to retrieve subscriptions. See [this article](https://android-developers.googleblog.com/2023/06/changes-to-google-play-developer-api-june-2023.html) for more information.

Reads multiple in-app products, which can be managed products or subscriptions. This method should not be used to retrieve subscriptions. See [this article](https://android-developers.googleblog.com/2023/06/changes-to-google-play-developer-api-june-2023.html) for more information.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/androidpublisher

Tags

inappproducts
Androidpublisher Inappproducts BatchUpdateGOOGLE_PLAY_ANDROIDPUBLISHER_INAPPPRODUCTS_BATCH_UPDATEUpdates or inserts one or more in-app products (managed products or subscriptions). Set the latencyTolerance field on nested requests to PRODUCT_UPDATE_LATENCY_TOLERANCE_LATENCY_TOLERANT to achieve maximum update throughput. This method should no longer be used to update subscriptions. See [this article](https://android-developers.googleblog.com/2023/06/changes-to-google-play-developer-api-june-2023.html) for more information.

Updates or inserts one or more in-app products (managed products or subscriptions). Set the latencyTolerance field on nested requests to PRODUCT_UPDATE_LATENCY_TOLERANCE_LATENCY_TOLERANT to achieve maximum update throughput. This method should no longer be used to update subscriptions. See [this article](https://android-developers.googleblog.com/2023/06/changes-to-google-play-developer-api-june-2023.html) for more information.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/androidpublisher

Tags

inappproducts
Androidpublisher Inappproducts DeleteGOOGLE_PLAY_ANDROIDPUBLISHER_INAPPPRODUCTS_DELETEDeletes an in-app product (a managed product or a subscription). This method should no longer be used to delete subscriptions. See [this article](https://android-developers.googleblog.com/2023/06/changes-to-google-play-developer-api-june-2023.html) for more information.

Deletes an in-app product (a managed product or a subscription). This method should no longer be used to delete subscriptions. See [this article](https://android-developers.googleblog.com/2023/06/changes-to-google-play-developer-api-june-2023.html) for more information.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/androidpublisher

Tags

inappproducts
Androidpublisher Inappproducts GetGOOGLE_PLAY_ANDROIDPUBLISHER_INAPPPRODUCTS_GETGets an in-app product, which can be a managed product or a subscription. This method should no longer be used to retrieve subscriptions. See [this article](https://android-developers.googleblog.com/2023/06/changes-to-google-play-developer-api-june-2023.html) for more information.

Gets an in-app product, which can be a managed product or a subscription. This method should no longer be used to retrieve subscriptions. See [this article](https://android-developers.googleblog.com/2023/06/changes-to-google-play-developer-api-june-2023.html) for more information.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/androidpublisher

Tags

inappproducts
Androidpublisher Inappproducts InsertGOOGLE_PLAY_ANDROIDPUBLISHER_INAPPPRODUCTS_INSERTCreates an in-app product (a managed product or a subscription). This method should no longer be used to create subscriptions. See [this article](https://android-developers.googleblog.com/2023/06/changes-to-google-play-developer-api-june-2023.html) for more information.

Creates an in-app product (a managed product or a subscription). This method should no longer be used to create subscriptions. See [this article](https://android-developers.googleblog.com/2023/06/changes-to-google-play-developer-api-june-2023.html) for more information.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/androidpublisher

Tags

inappproducts
Androidpublisher Inappproducts ListGOOGLE_PLAY_ANDROIDPUBLISHER_INAPPPRODUCTS_LISTLists all in-app products - both managed products and subscriptions. If an app has a large number of in-app products, the response may be paginated. In this case the response field `tokenPagination.nextPageToken` will be set and the caller should provide its value as a `token` request parameter to retrieve the next page. This method should no longer be used to retrieve subscriptions. See [this article](https://android-developers.googleblog.com/2023/06/changes-to-google-play-developer-api-june-2023.html) for more information.

Lists all in-app products - both managed products and subscriptions. If an app has a large number of in-app products, the response may be paginated. In this case the response field `tokenPagination.nextPageToken` will be set and the caller should provide its value as a `token` request parameter to retrieve the next page. This method should no longer be used to retrieve subscriptions. See [this article](https://android-developers.googleblog.com/2023/06/changes-to-google-play-developer-api-june-2023.html) for more information.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/androidpublisher

Tags

inappproducts
Androidpublisher Inappproducts PatchGOOGLE_PLAY_ANDROIDPUBLISHER_INAPPPRODUCTS_PATCHPatches an in-app product (a managed product or a subscription). This method should no longer be used to update subscriptions. See [this article](https://android-developers.googleblog.com/2023/06/changes-to-google-play-developer-api-june-2023.html) for more information.

Patches an in-app product (a managed product or a subscription). This method should no longer be used to update subscriptions. See [this article](https://android-developers.googleblog.com/2023/06/changes-to-google-play-developer-api-june-2023.html) for more information.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/androidpublisher

Tags

inappproducts
Androidpublisher Inappproducts UpdateGOOGLE_PLAY_ANDROIDPUBLISHER_INAPPPRODUCTS_UPDATEUpdates an in-app product (a managed product or a subscription). This method should no longer be used to update subscriptions. See [this article](https://android-developers.googleblog.com/2023/06/changes-to-google-play-developer-api-june-2023.html) for more information.

Updates an in-app product (a managed product or a subscription). This method should no longer be used to update subscriptions. See [this article](https://android-developers.googleblog.com/2023/06/changes-to-google-play-developer-api-june-2023.html) for more information.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/androidpublisher

Tags

inappproducts
Androidpublisher Internalappsharingartifacts UploadapkGOOGLE_PLAY_ANDROIDPUBLISHER_INTERNALAPPSHARINGARTIFACTS_UPLOADAPKUploads an APK to internal app sharing. If you are using the Google API client libraries, please increase the timeout of the http request before calling this endpoint (a timeout of 2 minutes is recommended). See [Timeouts and Errors](https://developers.google.com/api-client-library/java/google-api-java-client/errors) for an example in java.

Uploads an APK to internal app sharing. If you are using the Google API client libraries, please increase the timeout of the http request before calling this endpoint (a timeout of 2 minutes is recommended). See [Timeouts and Errors](https://developers.google.com/api-client-library/java/google-api-java-client/errors) for an example in java.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/androidpublisher

Tags

internalappsharingartifacts
Androidpublisher Internalappsharingartifacts UploadbundleGOOGLE_PLAY_ANDROIDPUBLISHER_INTERNALAPPSHARINGARTIFACTS_UPLOADBUNDLEUploads an app bundle to internal app sharing. If you are using the Google API client libraries, please increase the timeout of the http request before calling this endpoint (a timeout of 2 minutes is recommended). See [Timeouts and Errors](https://developers.google.com/api-client-library/java/google-api-java-client/errors) for an example in java.

Uploads an app bundle to internal app sharing. If you are using the Google API client libraries, please increase the timeout of the http request before calling this endpoint (a timeout of 2 minutes is recommended). See [Timeouts and Errors](https://developers.google.com/api-client-library/java/google-api-java-client/errors) for an example in java.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/androidpublisher

Tags

internalappsharingartifacts
Androidpublisher Monetization ConvertRegionPricesGOOGLE_PLAY_ANDROIDPUBLISHER_MONETIZATION_CONVERT_REGION_PRICESCalculates the region prices, using today's exchange rate and country-specific pricing patterns, based on the price in the request for a set of regions.

Calculates the region prices, using today's exchange rate and country-specific pricing patterns, based on the price in the request for a set of regions.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/androidpublisher

Tags

monetization
Androidpublisher Monetization Onetimeproducts BatchDeleteGOOGLE_PLAY_ANDROIDPUBLISHER_MONETIZATION_ONETIMEPRODUCTS_BATCH_DELETEDeletes one or more one-time products.

Deletes one or more one-time products.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/androidpublisher

Tags

monetization
Androidpublisher Monetization Onetimeproducts BatchGetGOOGLE_PLAY_ANDROIDPUBLISHER_MONETIZATION_ONETIMEPRODUCTS_BATCH_GETReads one or more one-time products.

Reads one or more one-time products.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/androidpublisher

Tags

monetization
Androidpublisher Monetization Onetimeproducts BatchUpdateGOOGLE_PLAY_ANDROIDPUBLISHER_MONETIZATION_ONETIMEPRODUCTS_BATCH_UPDATECreates or updates one or more one-time products.

Creates or updates one or more one-time products.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/androidpublisher

Tags

monetization
Androidpublisher Monetization Onetimeproducts DeleteGOOGLE_PLAY_ANDROIDPUBLISHER_MONETIZATION_ONETIMEPRODUCTS_DELETEDeletes a one-time product.

Deletes a one-time product.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/androidpublisher

Tags

monetization
Androidpublisher Monetization Onetimeproducts GetGOOGLE_PLAY_ANDROIDPUBLISHER_MONETIZATION_ONETIMEPRODUCTS_GETReads a single one-time product.

Reads a single one-time product.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/androidpublisher

Tags

monetization
Androidpublisher Monetization Onetimeproducts ListGOOGLE_PLAY_ANDROIDPUBLISHER_MONETIZATION_ONETIMEPRODUCTS_LISTLists all one-time products under a given app.

Lists all one-time products under a given app.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/androidpublisher

Tags

monetization
Androidpublisher Monetization Onetimeproducts PatchGOOGLE_PLAY_ANDROIDPUBLISHER_MONETIZATION_ONETIMEPRODUCTS_PATCHCreates or updates a one-time product.

Creates or updates a one-time product.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/androidpublisher

Tags

monetization
Androidpublisher Monetization Onetimeproducts PurchaseOptions BatchDeleteGOOGLE_PLAY_ANDROIDPUBLISHER_MONETIZATION_ONETIMEPRODUCTS_PURCHASE_OPTIONS_BATCH_DELETEDeletes purchase options across one or multiple one-time products. By default this operation will fail if there are any existing offers under the deleted purchase options. Use the force parameter to override the default behavior.

Deletes purchase options across one or multiple one-time products. By default this operation will fail if there are any existing offers under the deleted purchase options. Use the force parameter to override the default behavior.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/androidpublisher

Tags

monetization
Androidpublisher Monetization Onetimeproducts PurchaseOptions BatchUpdateStatesGOOGLE_PLAY_ANDROIDPUBLISHER_MONETIZATION_ONETIMEPRODUCTS_PURCHASE_OPTIONS_BATCH_UPDATE_STATESActivates or deactivates purchase options across one or multiple one-time products.

Activates or deactivates purchase options across one or multiple one-time products.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/androidpublisher

Tags

monetization
Androidpublisher Monetization Onetimeproducts PurchaseOptions Offers ActivateGOOGLE_PLAY_ANDROIDPUBLISHER_MONETIZATION_ONETIMEPRODUCTS_PURCHASE_OPTIONS_OFFERS_ACTIVATEActivates a one-time product offer.

Activates a one-time product offer.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/androidpublisher

Tags

monetization
Androidpublisher Monetization Onetimeproducts PurchaseOptions Offers BatchDeleteGOOGLE_PLAY_ANDROIDPUBLISHER_MONETIZATION_ONETIMEPRODUCTS_PURCHASE_OPTIONS_OFFERS_BATCH_DELETEDeletes one or more one-time product offers.

Deletes one or more one-time product offers.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/androidpublisher

Tags

monetization
Androidpublisher Monetization Onetimeproducts PurchaseOptions Offers BatchGetGOOGLE_PLAY_ANDROIDPUBLISHER_MONETIZATION_ONETIMEPRODUCTS_PURCHASE_OPTIONS_OFFERS_BATCH_GETReads one or more one-time product offers.

Reads one or more one-time product offers.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/androidpublisher

Tags

monetization
Androidpublisher Monetization Onetimeproducts PurchaseOptions Offers BatchUpdateGOOGLE_PLAY_ANDROIDPUBLISHER_MONETIZATION_ONETIMEPRODUCTS_PURCHASE_OPTIONS_OFFERS_BATCH_UPDATECreates or updates one or more one-time product offers.

Creates or updates one or more one-time product offers.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/androidpublisher

Tags

monetization
Androidpublisher Monetization Onetimeproducts PurchaseOptions Offers BatchUpdateStatesGOOGLE_PLAY_ANDROIDPUBLISHER_MONETIZATION_ONETIMEPRODUCTS_PURCHASE_OPTIONS_OFFERS_BATCH_UPDATE_STATESUpdates a batch of one-time product offer states.

Updates a batch of one-time product offer states.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/androidpublisher

Tags

monetization
Androidpublisher Monetization Onetimeproducts PurchaseOptions Offers CancelGOOGLE_PLAY_ANDROIDPUBLISHER_MONETIZATION_ONETIMEPRODUCTS_PURCHASE_OPTIONS_OFFERS_CANCELCancels a one-time product offer.

Cancels a one-time product offer.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/androidpublisher

Tags

monetization
Androidpublisher Monetization Onetimeproducts PurchaseOptions Offers DeactivateGOOGLE_PLAY_ANDROIDPUBLISHER_MONETIZATION_ONETIMEPRODUCTS_PURCHASE_OPTIONS_OFFERS_DEACTIVATEDeactivates a one-time product offer.

Deactivates a one-time product offer.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/androidpublisher

Tags

monetization
Androidpublisher Monetization Onetimeproducts PurchaseOptions Offers ListGOOGLE_PLAY_ANDROIDPUBLISHER_MONETIZATION_ONETIMEPRODUCTS_PURCHASE_OPTIONS_OFFERS_LISTLists all offers under a given app, product, or purchase option.

Lists all offers under a given app, product, or purchase option.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/androidpublisher

Tags

monetization
Androidpublisher Monetization Subscriptions ArchiveGOOGLE_PLAY_ANDROIDPUBLISHER_MONETIZATION_SUBSCRIPTIONS_ARCHIVEDeprecated: subscription archiving is not supported.

Deprecated: subscription archiving is not supported.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/androidpublisher

Tags

monetization
Androidpublisher Monetization Subscriptions BasePlans ActivateGOOGLE_PLAY_ANDROIDPUBLISHER_MONETIZATION_SUBSCRIPTIONS_BASE_PLANS_ACTIVATEActivates a base plan. Once activated, base plans will be available to new subscribers.

Activates a base plan. Once activated, base plans will be available to new subscribers.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/androidpublisher

Tags

monetization
Androidpublisher Monetization Subscriptions BasePlans BatchMigratePricesGOOGLE_PLAY_ANDROIDPUBLISHER_MONETIZATION_SUBSCRIPTIONS_BASE_PLANS_BATCH_MIGRATE_PRICESBatch variant of the MigrateBasePlanPrices endpoint. Set the latencyTolerance field on nested requests to PRODUCT_UPDATE_LATENCY_TOLERANCE_LATENCY_TOLERANT to achieve maximum update throughput.

Batch variant of the MigrateBasePlanPrices endpoint. Set the latencyTolerance field on nested requests to PRODUCT_UPDATE_LATENCY_TOLERANCE_LATENCY_TOLERANT to achieve maximum update throughput.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/androidpublisher

Tags

monetization
Androidpublisher Monetization Subscriptions BasePlans BatchUpdateStatesGOOGLE_PLAY_ANDROIDPUBLISHER_MONETIZATION_SUBSCRIPTIONS_BASE_PLANS_BATCH_UPDATE_STATESActivates or deactivates base plans across one or multiple subscriptions. Set the latencyTolerance field on nested requests to PRODUCT_UPDATE_LATENCY_TOLERANCE_LATENCY_TOLERANT to achieve maximum update throughput.

Activates or deactivates base plans across one or multiple subscriptions. Set the latencyTolerance field on nested requests to PRODUCT_UPDATE_LATENCY_TOLERANCE_LATENCY_TOLERANT to achieve maximum update throughput.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/androidpublisher

Tags

monetization
Androidpublisher Monetization Subscriptions BasePlans DeactivateGOOGLE_PLAY_ANDROIDPUBLISHER_MONETIZATION_SUBSCRIPTIONS_BASE_PLANS_DEACTIVATEDeactivates a base plan. Once deactivated, the base plan will become unavailable to new subscribers, but existing subscribers will maintain their subscription

Deactivates a base plan. Once deactivated, the base plan will become unavailable to new subscribers, but existing subscribers will maintain their subscription

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/androidpublisher

Tags

monetization
Androidpublisher Monetization Subscriptions BasePlans DeleteGOOGLE_PLAY_ANDROIDPUBLISHER_MONETIZATION_SUBSCRIPTIONS_BASE_PLANS_DELETEDeletes a base plan. Can only be done for draft base plans. This action is irreversible.

Deletes a base plan. Can only be done for draft base plans. This action is irreversible.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/androidpublisher

Tags

monetization
Androidpublisher Monetization Subscriptions BasePlans MigratePricesGOOGLE_PLAY_ANDROIDPUBLISHER_MONETIZATION_SUBSCRIPTIONS_BASE_PLANS_MIGRATE_PRICESMigrates 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.

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.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/androidpublisher

Tags

monetization
Androidpublisher Monetization Subscriptions BasePlans Offers ActivateGOOGLE_PLAY_ANDROIDPUBLISHER_MONETIZATION_SUBSCRIPTIONS_BASE_PLANS_OFFERS_ACTIVATEActivates a subscription offer. Once activated, subscription offers will be available to new subscribers.

Activates a subscription offer. Once activated, subscription offers will be available to new subscribers.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/androidpublisher

Tags

monetization
Androidpublisher Monetization Subscriptions BasePlans Offers BatchGetGOOGLE_PLAY_ANDROIDPUBLISHER_MONETIZATION_SUBSCRIPTIONS_BASE_PLANS_OFFERS_BATCH_GETReads one or more subscription offers.

Reads one or more subscription offers.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/androidpublisher

Tags

monetization
Androidpublisher Monetization Subscriptions BasePlans Offers BatchUpdateGOOGLE_PLAY_ANDROIDPUBLISHER_MONETIZATION_SUBSCRIPTIONS_BASE_PLANS_OFFERS_BATCH_UPDATEUpdates a batch of subscription offers. Set the latencyTolerance field on nested requests to PRODUCT_UPDATE_LATENCY_TOLERANCE_LATENCY_TOLERANT to achieve maximum update throughput.

Updates a batch of subscription offers. Set the latencyTolerance field on nested requests to PRODUCT_UPDATE_LATENCY_TOLERANCE_LATENCY_TOLERANT to achieve maximum update throughput.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/androidpublisher

Tags

monetization
Androidpublisher Monetization Subscriptions BasePlans Offers BatchUpdateStatesGOOGLE_PLAY_ANDROIDPUBLISHER_MONETIZATION_SUBSCRIPTIONS_BASE_PLANS_OFFERS_BATCH_UPDATE_STATESUpdates a batch of subscription offer states. Set the latencyTolerance field on nested requests to PRODUCT_UPDATE_LATENCY_TOLERANCE_LATENCY_TOLERANT to achieve maximum update throughput.

Updates a batch of subscription offer states. Set the latencyTolerance field on nested requests to PRODUCT_UPDATE_LATENCY_TOLERANCE_LATENCY_TOLERANT to achieve maximum update throughput.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/androidpublisher

Tags

monetization
Androidpublisher Monetization Subscriptions BasePlans Offers CreateGOOGLE_PLAY_ANDROIDPUBLISHER_MONETIZATION_SUBSCRIPTIONS_BASE_PLANS_OFFERS_CREATECreates a new subscription offer. Only auto-renewing base plans can have subscription offers. The offer state will be DRAFT until it is activated.

Creates a new subscription offer. Only auto-renewing base plans can have subscription offers. The offer state will be DRAFT until it is activated.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/androidpublisher

Tags

monetization
Androidpublisher Monetization Subscriptions BasePlans Offers DeactivateGOOGLE_PLAY_ANDROIDPUBLISHER_MONETIZATION_SUBSCRIPTIONS_BASE_PLANS_OFFERS_DEACTIVATEDeactivates a subscription offer. Once deactivated, existing subscribers will maintain their subscription, but the offer will become unavailable to new subscribers.

Deactivates a subscription offer. Once deactivated, existing subscribers will maintain their subscription, but the offer will become unavailable to new subscribers.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/androidpublisher

Tags

monetization
Androidpublisher Monetization Subscriptions BasePlans Offers DeleteGOOGLE_PLAY_ANDROIDPUBLISHER_MONETIZATION_SUBSCRIPTIONS_BASE_PLANS_OFFERS_DELETEDeletes a subscription offer. Can only be done for draft offers. This action is irreversible.

Deletes a subscription offer. Can only be done for draft offers. This action is irreversible.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/androidpublisher

Tags

monetization
Androidpublisher Monetization Subscriptions BasePlans Offers GetGOOGLE_PLAY_ANDROIDPUBLISHER_MONETIZATION_SUBSCRIPTIONS_BASE_PLANS_OFFERS_GETReads a single offer

Reads a single offer

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/androidpublisher

Tags

monetization
Androidpublisher Monetization Subscriptions BasePlans Offers ListGOOGLE_PLAY_ANDROIDPUBLISHER_MONETIZATION_SUBSCRIPTIONS_BASE_PLANS_OFFERS_LISTLists all offers under a given subscription.

Lists all offers under a given subscription.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/androidpublisher

Tags

monetization
Androidpublisher Monetization Subscriptions BasePlans Offers PatchGOOGLE_PLAY_ANDROIDPUBLISHER_MONETIZATION_SUBSCRIPTIONS_BASE_PLANS_OFFERS_PATCHUpdates an existing subscription offer.

Updates an existing subscription offer.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/androidpublisher

Tags

monetization
Androidpublisher Monetization Subscriptions BatchGetGOOGLE_PLAY_ANDROIDPUBLISHER_MONETIZATION_SUBSCRIPTIONS_BATCH_GETReads one or more subscriptions.

Reads one or more subscriptions.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/androidpublisher

Tags

monetization
Androidpublisher Monetization Subscriptions BatchUpdateGOOGLE_PLAY_ANDROIDPUBLISHER_MONETIZATION_SUBSCRIPTIONS_BATCH_UPDATEUpdates a batch of subscriptions. Set the latencyTolerance field on nested requests to PRODUCT_UPDATE_LATENCY_TOLERANCE_LATENCY_TOLERANT to achieve maximum update throughput.

Updates a batch of subscriptions. Set the latencyTolerance field on nested requests to PRODUCT_UPDATE_LATENCY_TOLERANCE_LATENCY_TOLERANT to achieve maximum update throughput.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/androidpublisher

Tags

monetization
Androidpublisher Monetization Subscriptions CreateGOOGLE_PLAY_ANDROIDPUBLISHER_MONETIZATION_SUBSCRIPTIONS_CREATECreates a new subscription. Newly added base plans will remain in draft state until activated.

Creates a new subscription. Newly added base plans will remain in draft state until activated.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/androidpublisher

Tags

monetization
Androidpublisher Monetization Subscriptions DeleteGOOGLE_PLAY_ANDROIDPUBLISHER_MONETIZATION_SUBSCRIPTIONS_DELETEDeletes a subscription. A subscription can only be deleted if it has never had a base plan published.

Deletes a subscription. A subscription can only be deleted if it has never had a base plan published.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/androidpublisher

Tags

monetization
Androidpublisher Monetization Subscriptions GetGOOGLE_PLAY_ANDROIDPUBLISHER_MONETIZATION_SUBSCRIPTIONS_GETReads a single subscription.

Reads a single subscription.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/androidpublisher

Tags

monetization
Androidpublisher Monetization Subscriptions ListGOOGLE_PLAY_ANDROIDPUBLISHER_MONETIZATION_SUBSCRIPTIONS_LISTLists all subscriptions under a given app.

Lists all subscriptions under a given app.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/androidpublisher

Tags

monetization
Androidpublisher Monetization Subscriptions PatchGOOGLE_PLAY_ANDROIDPUBLISHER_MONETIZATION_SUBSCRIPTIONS_PATCHUpdates an existing subscription.

Updates an existing subscription.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/androidpublisher

Tags

monetization
Androidpublisher Orders BatchgetGOOGLE_PLAY_ANDROIDPUBLISHER_ORDERS_BATCHGETGet order details for a list of orders.

Get order details for a list of orders.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/androidpublisher

Tags

orders
Androidpublisher Orders GetGOOGLE_PLAY_ANDROIDPUBLISHER_ORDERS_GETGet order details for a single order.

Get order details for a single order.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/androidpublisher

Tags

orders
Androidpublisher Orders RefundGOOGLE_PLAY_ANDROIDPUBLISHER_ORDERS_REFUNDRefunds a user's subscription or in-app purchase order. Orders older than 3 years cannot be refunded.

Refunds a user's subscription or in-app purchase order. Orders older than 3 years cannot be refunded.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/androidpublisher

Tags

orders
Androidpublisher Orders ReviewrefundGOOGLE_PLAY_ANDROIDPUBLISHER_ORDERS_REVIEWREFUNDProvide refund preference and purchase usage for a chargeback request

Provide refund preference and purchase usage for a chargeback request

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/androidpublisher

Tags

orders
Androidpublisher Purchases Products AcknowledgeGOOGLE_PLAY_ANDROIDPUBLISHER_PURCHASES_PRODUCTS_ACKNOWLEDGEAcknowledges a purchase of an inapp item.

Acknowledges a purchase of an inapp item.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/androidpublisher

Tags

purchases
Androidpublisher Purchases Products ConsumeGOOGLE_PLAY_ANDROIDPUBLISHER_PURCHASES_PRODUCTS_CONSUMEConsumes a purchase for an inapp item.

Consumes a purchase for an inapp item.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/androidpublisher

Tags

purchases
Androidpublisher Purchases Products GetGOOGLE_PLAY_ANDROIDPUBLISHER_PURCHASES_PRODUCTS_GETChecks the purchase and consumption status of an inapp item.

Checks the purchase and consumption status of an inapp item.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/androidpublisher

Tags

purchases
Androidpublisher Purchases Productsv2 Getproductpurchasev2GOOGLE_PLAY_ANDROIDPUBLISHER_PURCHASES_PRODUCTSV2_GETPRODUCTPURCHASEV2Checks the purchase and consumption status of an inapp item.

Checks the purchase and consumption status of an inapp item.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/androidpublisher

Tags

purchases
Androidpublisher Purchases Subscriptions AcknowledgeGOOGLE_PLAY_ANDROIDPUBLISHER_PURCHASES_SUBSCRIPTIONS_ACKNOWLEDGEAcknowledges a subscription purchase.

Acknowledges a subscription purchase.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/androidpublisher

Tags

purchases
Androidpublisher Purchases Subscriptions CancelGOOGLE_PLAY_ANDROIDPUBLISHER_PURCHASES_SUBSCRIPTIONS_CANCELDeprecated: Use purchases.subscriptionsv2.cancel instead. Cancels a user's subscription purchase. The subscription remains valid until its expiration time. Newer version is available at purchases.subscriptionsv2.cancel for better client library support.

Deprecated: Use purchases.subscriptionsv2.cancel instead. Cancels a user's subscription purchase. The subscription remains valid until its expiration time. Newer version is available at purchases.subscriptionsv2.cancel for better client library support.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/androidpublisher

Tags

purchases
Androidpublisher Purchases Subscriptions DeferGOOGLE_PLAY_ANDROIDPUBLISHER_PURCHASES_SUBSCRIPTIONS_DEFERDeprecated: Use purchases.subscriptionsv2.defer instead. Defers a user's subscription purchase until a specified future expiration time.

Deprecated: Use purchases.subscriptionsv2.defer instead. Defers a user's subscription purchase until a specified future expiration time.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/androidpublisher

Tags

purchases
Androidpublisher Purchases Subscriptionsv2 CancelGOOGLE_PLAY_ANDROIDPUBLISHER_PURCHASES_SUBSCRIPTIONSV2_CANCELCancel a subscription purchase for the user.

Cancel a subscription purchase for the user.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/androidpublisher

Tags

purchases
Androidpublisher Purchases Subscriptionsv2 DeferGOOGLE_PLAY_ANDROIDPUBLISHER_PURCHASES_SUBSCRIPTIONSV2_DEFERDefers the renewal of a subscription.

Defers the renewal of a subscription.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/androidpublisher

Tags

purchases
Androidpublisher Purchases Subscriptionsv2 GetGOOGLE_PLAY_ANDROIDPUBLISHER_PURCHASES_SUBSCRIPTIONSV2_GETGet metadata about a subscription

Get metadata about a subscription

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/androidpublisher

Tags

purchases
Androidpublisher Purchases Subscriptionsv2 RevokeGOOGLE_PLAY_ANDROIDPUBLISHER_PURCHASES_SUBSCRIPTIONSV2_REVOKERevoke a subscription purchase for the user.

Revoke a subscription purchase for the user.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/androidpublisher

Tags

purchases
Androidpublisher Purchases Voidedpurchases ListGOOGLE_PLAY_ANDROIDPUBLISHER_PURCHASES_VOIDEDPURCHASES_LISTLists the purchases that were canceled, refunded or charged-back.

Lists the purchases that were canceled, refunded or charged-back.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/androidpublisher

Tags

purchases
Androidpublisher Reviews GetGOOGLE_PLAY_ANDROIDPUBLISHER_REVIEWS_GETGets a single review.

Gets a single review.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/androidpublisher

Tags

reviews
Androidpublisher Reviews ListGOOGLE_PLAY_ANDROIDPUBLISHER_REVIEWS_LISTLists all reviews.

Lists all reviews.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/androidpublisher

Tags

reviews
Androidpublisher Reviews ReplyGOOGLE_PLAY_ANDROIDPUBLISHER_REVIEWS_REPLYReplies to a single review, or updates an existing reply.

Replies to a single review, or updates an existing reply.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/androidpublisher

Tags

reviews
Androidpublisher Systemapks Variants CreateGOOGLE_PLAY_ANDROIDPUBLISHER_SYSTEMAPKS_VARIANTS_CREATECreates an APK which is suitable for inclusion in a system image from an already uploaded Android App Bundle.

Creates an APK which is suitable for inclusion in a system image from an already uploaded Android App Bundle.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/androidpublisher

Tags

systemapks
Androidpublisher Systemapks Variants DownloadGOOGLE_PLAY_ANDROIDPUBLISHER_SYSTEMAPKS_VARIANTS_DOWNLOADDownloads a previously created system APK which is suitable for inclusion in a system image.

Downloads a previously created system APK which is suitable for inclusion in a system image.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/androidpublisher

Tags

systemapks
Androidpublisher Systemapks Variants GetGOOGLE_PLAY_ANDROIDPUBLISHER_SYSTEMAPKS_VARIANTS_GETReturns a previously created system APK variant.

Returns a previously created system APK variant.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/androidpublisher

Tags

systemapks
Androidpublisher Systemapks Variants ListGOOGLE_PLAY_ANDROIDPUBLISHER_SYSTEMAPKS_VARIANTS_LISTReturns the list of previously created system APK variants.

Returns the list of previously created system APK variants.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/androidpublisher

Tags

systemapks
Androidpublisher Users CreateGOOGLE_PLAY_ANDROIDPUBLISHER_USERS_CREATEGrant access for a user to the given developer account.

Grant access for a user to the given developer account.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/androidpublisher

Tags

users
Androidpublisher Users DeleteGOOGLE_PLAY_ANDROIDPUBLISHER_USERS_DELETERemoves all access for the user to the given developer account.

Removes all access for the user to the given developer account.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/androidpublisher

Tags

users
Androidpublisher Users ListGOOGLE_PLAY_ANDROIDPUBLISHER_USERS_LISTLists all users with access to a developer account.

Lists all users with access to a developer account.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/androidpublisher

Tags

users
Androidpublisher Users PatchGOOGLE_PLAY_ANDROIDPUBLISHER_USERS_PATCHUpdates access for the user to the developer account.

Updates access for the user to the developer account.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/androidpublisher

Tags

users

Provider resources