Google Play
No catalog description yet.
Authentication
| Method | Kind | Status | Details |
|---|---|---|---|
| OAuth 2.0 | oauth2 | available | — |
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.Connection1 scope
Writes the Safety Labels declaration of an app.
Authentication
Connected account requiredScopes
https://www.googleapis.com/auth/androidpublisherTags
Androidpublisher Applications DeviceTierConfigs CreateGOOGLE_PLAY_ANDROIDPUBLISHER_APPLICATIONS_DEVICE_TIER_CONFIGS_CREATECreates a new device tier config for an app.Connection1 scope
Creates a new device tier config for an app.
Authentication
Connected account requiredScopes
https://www.googleapis.com/auth/androidpublisherTags
Androidpublisher Applications DeviceTierConfigs GetGOOGLE_PLAY_ANDROIDPUBLISHER_APPLICATIONS_DEVICE_TIER_CONFIGS_GETReturns a particular device tier config.Connection1 scope
Returns a particular device tier config.
Authentication
Connected account requiredScopes
https://www.googleapis.com/auth/androidpublisherTags
Androidpublisher Applications DeviceTierConfigs ListGOOGLE_PLAY_ANDROIDPUBLISHER_APPLICATIONS_DEVICE_TIER_CONFIGS_LISTReturns created device tier configs, ordered by descending creation time.Connection1 scope
Returns created device tier configs, ordered by descending creation time.
Authentication
Connected account requiredScopes
https://www.googleapis.com/auth/androidpublisherTags
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.Connection1 scope
Returns the list of all releases for a given track. This excludes any releases that are obsolete.
Authentication
Connected account requiredScopes
https://www.googleapis.com/auth/androidpublisherTags
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.Connection1 scope
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 requiredScopes
https://www.googleapis.com/auth/androidpublisherTags
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.Connection1 scope
Cancel an already executing app recovery action. Note that this action changes status of the recovery action to CANCELED.
Authentication
Connected account requiredScopes
https://www.googleapis.com/auth/androidpublisherTags
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.Connection1 scope
Create an app recovery action with recovery status as DRAFT. Note that this action does not execute the recovery action.
Authentication
Connected account requiredScopes
https://www.googleapis.com/auth/androidpublisherTags
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.Connection1 scope
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 requiredScopes
https://www.googleapis.com/auth/androidpublisherTags
Androidpublisher Apprecovery ListGOOGLE_PLAY_ANDROIDPUBLISHER_APPRECOVERY_LISTList all app recovery action resources associated with a particular package name and app version.Connection1 scope
List all app recovery action resources associated with a particular package name and app version.
Authentication
Connected account requiredScopes
https://www.googleapis.com/auth/androidpublisherTags
Androidpublisher Appstoreappsreview CreateappstorehostedappGOOGLE_PLAY_ANDROIDPUBLISHER_APPSTOREAPPSREVIEW_CREATEAPPSTOREHOSTEDAPPCreates an app store hosted app. This must be called before any other RPCs for this hosted app.Connection1 scope
Creates an app store hosted app. This must be called before any other RPCs for this hosted app.
Authentication
Connected account requiredScopes
https://www.googleapis.com/auth/androidpublisherTags
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.Connection1 scope
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 requiredScopes
https://www.googleapis.com/auth/androidpublisherTags
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.Connection1 scope
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 requiredScopes
https://www.googleapis.com/auth/androidpublisherTags
Androidpublisher Appstoreappsreview UploadapkGOOGLE_PLAY_ANDROIDPUBLISHER_APPSTOREAPPSREVIEW_UPLOADAPKUpload an APK file for the hosted app. Returns an ID to track this APK.Connection1 scope
Upload an APK file for the hosted app. Returns an ID to track this APK.
Authentication
Connected account requiredScopes
https://www.googleapis.com/auth/androidpublisherTags
Androidpublisher Appstoreappsreview UploadappstoreapppolicydeclarationfileGOOGLE_PLAY_ANDROIDPUBLISHER_APPSTOREAPPSREVIEW_UPLOADAPPSTOREAPPPOLICYDECLARATIONFILEUpload a policy declaration file for the hosted app. Returns an ID to track the file.Connection1 scope
Upload a policy declaration file for the hosted app. Returns an ID to track the file.
Authentication
Connected account requiredScopes
https://www.googleapis.com/auth/androidpublisherTags
Androidpublisher Appstoreappsreview UploadimageGOOGLE_PLAY_ANDROIDPUBLISHER_APPSTOREAPPSREVIEW_UPLOADIMAGEUpload a screenshot or app icon for the hosted app. Returns an ID to track the image.Connection1 scope
Upload a screenshot or app icon for the hosted app. Returns an ID to track the image.
Authentication
Connected account requiredScopes
https://www.googleapis.com/auth/androidpublisherTags
Androidpublisher Appstorecatalog Recentappviews GetGOOGLE_PLAY_ANDROIDPUBLISHER_APPSTORECATALOG_RECENTAPPVIEWS_GETReturns metadata about a recently updated app.Connection1 scope
Returns metadata about a recently updated app.
Authentication
Connected account requiredScopes
https://www.googleapis.com/auth/androidpublisherTags
Androidpublisher Appstorecatalog Recentupdateevents ListGOOGLE_PLAY_ANDROIDPUBLISHER_APPSTORECATALOG_RECENTUPDATEEVENTS_LISTLists update events for eligible apps in the given time range.Connection1 scope
Lists update events for eligible apps in the given time range.
Authentication
Connected account requiredScopes
https://www.googleapis.com/auth/androidpublisherTags
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.Connection1 scope
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 requiredScopes
https://www.googleapis.com/auth/androidpublisherTags
Androidpublisher Edits Apks ListGOOGLE_PLAY_ANDROIDPUBLISHER_EDITS_APKS_LISTLists all current APKs of the app and edit.Connection1 scope
Lists all current APKs of the app and edit.
Authentication
Connected account requiredScopes
https://www.googleapis.com/auth/androidpublisherTags
Androidpublisher Edits Apks UploadGOOGLE_PLAY_ANDROIDPUBLISHER_EDITS_APKS_UPLOADUploads an APK and adds to the current edit.Connection1 scope
Uploads an APK and adds to the current edit.
Authentication
Connected account requiredScopes
https://www.googleapis.com/auth/androidpublisherTags
Androidpublisher Edits Bundles ListGOOGLE_PLAY_ANDROIDPUBLISHER_EDITS_BUNDLES_LISTLists all current Android App Bundles of the app and edit.Connection1 scope
Lists all current Android App Bundles of the app and edit.
Authentication
Connected account requiredScopes
https://www.googleapis.com/auth/androidpublisherTags
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.Connection1 scope
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 requiredScopes
https://www.googleapis.com/auth/androidpublisherTags
Androidpublisher Edits CommitGOOGLE_PLAY_ANDROIDPUBLISHER_EDITS_COMMITCommits an app edit.Connection1 scope
Commits an app edit.
Authentication
Connected account requiredScopes
https://www.googleapis.com/auth/androidpublisherTags
Androidpublisher Edits Countryavailability GetGOOGLE_PLAY_ANDROIDPUBLISHER_EDITS_COUNTRYAVAILABILITY_GETGets country availability.Connection1 scope
Gets country availability.
Authentication
Connected account requiredScopes
https://www.googleapis.com/auth/androidpublisherTags
Androidpublisher Edits DeleteGOOGLE_PLAY_ANDROIDPUBLISHER_EDITS_DELETEDeletes an app edit.Connection1 scope
Deletes an app edit.
Authentication
Connected account requiredScopes
https://www.googleapis.com/auth/androidpublisherTags
Androidpublisher Edits Deobfuscationfiles UploadGOOGLE_PLAY_ANDROIDPUBLISHER_EDITS_DEOBFUSCATIONFILES_UPLOADUploads a new deobfuscation file and attaches to the specified APK.Connection1 scope
Uploads a new deobfuscation file and attaches to the specified APK.
Authentication
Connected account requiredScopes
https://www.googleapis.com/auth/androidpublisherTags
Androidpublisher Edits Details GetGOOGLE_PLAY_ANDROIDPUBLISHER_EDITS_DETAILS_GETGets details of an app.Connection1 scope
Gets details of an app.
Authentication
Connected account requiredScopes
https://www.googleapis.com/auth/androidpublisherTags
Androidpublisher Edits Details PatchGOOGLE_PLAY_ANDROIDPUBLISHER_EDITS_DETAILS_PATCHPatches details of an app.Connection1 scope
Patches details of an app.
Authentication
Connected account requiredScopes
https://www.googleapis.com/auth/androidpublisherTags
Androidpublisher Edits Details UpdateGOOGLE_PLAY_ANDROIDPUBLISHER_EDITS_DETAILS_UPDATEUpdates details of an app.Connection1 scope
Updates details of an app.
Authentication
Connected account requiredScopes
https://www.googleapis.com/auth/androidpublisherTags
Androidpublisher Edits Expansionfiles GetGOOGLE_PLAY_ANDROIDPUBLISHER_EDITS_EXPANSIONFILES_GETFetches the expansion file configuration for the specified APK.Connection1 scope
Fetches the expansion file configuration for the specified APK.
Authentication
Connected account requiredScopes
https://www.googleapis.com/auth/androidpublisherTags
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.Connection1 scope
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 requiredScopes
https://www.googleapis.com/auth/androidpublisherTags
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.Connection1 scope
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 requiredScopes
https://www.googleapis.com/auth/androidpublisherTags
Androidpublisher Edits Expansionfiles UploadGOOGLE_PLAY_ANDROIDPUBLISHER_EDITS_EXPANSIONFILES_UPLOADUploads a new expansion file and attaches to the specified APK.Connection1 scope
Uploads a new expansion file and attaches to the specified APK.
Authentication
Connected account requiredScopes
https://www.googleapis.com/auth/androidpublisherTags
Androidpublisher Edits GetGOOGLE_PLAY_ANDROIDPUBLISHER_EDITS_GETGets an app edit.Connection1 scope
Gets an app edit.
Authentication
Connected account requiredScopes
https://www.googleapis.com/auth/androidpublisherTags
Androidpublisher Edits Images DeleteGOOGLE_PLAY_ANDROIDPUBLISHER_EDITS_IMAGES_DELETEDeletes the image (specified by id) from the edit.Connection1 scope
Deletes the image (specified by id) from the edit.
Authentication
Connected account requiredScopes
https://www.googleapis.com/auth/androidpublisherTags
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.Connection1 scope
Deletes all images for the specified language and image type. Returns an empty response if no images are found.
Authentication
Connected account requiredScopes
https://www.googleapis.com/auth/androidpublisherTags
Androidpublisher Edits Images ListGOOGLE_PLAY_ANDROIDPUBLISHER_EDITS_IMAGES_LISTLists all images. The response may be empty.Connection1 scope
Lists all images. The response may be empty.
Authentication
Connected account requiredScopes
https://www.googleapis.com/auth/androidpublisherTags
Androidpublisher Edits Images UploadGOOGLE_PLAY_ANDROIDPUBLISHER_EDITS_IMAGES_UPLOADUploads an image of the specified language and image type, and adds to the edit.Connection1 scope
Uploads an image of the specified language and image type, and adds to the edit.
Authentication
Connected account requiredScopes
https://www.googleapis.com/auth/androidpublisherTags
Androidpublisher Edits InsertGOOGLE_PLAY_ANDROIDPUBLISHER_EDITS_INSERTCreates a new edit for an app.Connection1 scope
Creates a new edit for an app.
Authentication
Connected account requiredScopes
https://www.googleapis.com/auth/androidpublisherTags
Androidpublisher Edits Listings DeleteGOOGLE_PLAY_ANDROIDPUBLISHER_EDITS_LISTINGS_DELETEDeletes a localized store listing.Connection1 scope
Deletes a localized store listing.
Authentication
Connected account requiredScopes
https://www.googleapis.com/auth/androidpublisherTags
Androidpublisher Edits Listings DeleteallGOOGLE_PLAY_ANDROIDPUBLISHER_EDITS_LISTINGS_DELETEALLDeletes all store listings.Connection1 scope
Deletes all store listings.
Authentication
Connected account requiredScopes
https://www.googleapis.com/auth/androidpublisherTags
Androidpublisher Edits Listings GetGOOGLE_PLAY_ANDROIDPUBLISHER_EDITS_LISTINGS_GETGets a localized store listing.Connection1 scope
Gets a localized store listing.
Authentication
Connected account requiredScopes
https://www.googleapis.com/auth/androidpublisherTags
Androidpublisher Edits Listings ListGOOGLE_PLAY_ANDROIDPUBLISHER_EDITS_LISTINGS_LISTLists all localized store listings.Connection1 scope
Lists all localized store listings.
Authentication
Connected account requiredScopes
https://www.googleapis.com/auth/androidpublisherTags
Androidpublisher Edits Listings PatchGOOGLE_PLAY_ANDROIDPUBLISHER_EDITS_LISTINGS_PATCHPatches a localized store listing.Connection1 scope
Patches a localized store listing.
Authentication
Connected account requiredScopes
https://www.googleapis.com/auth/androidpublisherTags
Androidpublisher Edits Listings UpdateGOOGLE_PLAY_ANDROIDPUBLISHER_EDITS_LISTINGS_UPDATECreates or updates a localized store listing.Connection1 scope
Creates or updates a localized store listing.
Authentication
Connected account requiredScopes
https://www.googleapis.com/auth/androidpublisherTags
Androidpublisher Edits Testers GetGOOGLE_PLAY_ANDROIDPUBLISHER_EDITS_TESTERS_GETGets testers. Note: Testers resource does not support email lists.Connection1 scope
Gets testers. Note: Testers resource does not support email lists.
Authentication
Connected account requiredScopes
https://www.googleapis.com/auth/androidpublisherTags
Androidpublisher Edits Testers PatchGOOGLE_PLAY_ANDROIDPUBLISHER_EDITS_TESTERS_PATCHPatches testers. Note: Testers resource does not support email lists.Connection1 scope
Patches testers. Note: Testers resource does not support email lists.
Authentication
Connected account requiredScopes
https://www.googleapis.com/auth/androidpublisherTags
Androidpublisher Edits Testers UpdateGOOGLE_PLAY_ANDROIDPUBLISHER_EDITS_TESTERS_UPDATEUpdates testers. Note: Testers resource does not support email lists.Connection1 scope
Updates testers. Note: Testers resource does not support email lists.
Authentication
Connected account requiredScopes
https://www.googleapis.com/auth/androidpublisherTags
Androidpublisher Edits Tracks CreateGOOGLE_PLAY_ANDROIDPUBLISHER_EDITS_TRACKS_CREATECreates a new track.Connection1 scope
Creates a new track.
Authentication
Connected account requiredScopes
https://www.googleapis.com/auth/androidpublisherTags
Androidpublisher Edits Tracks GetGOOGLE_PLAY_ANDROIDPUBLISHER_EDITS_TRACKS_GETGets a track.Connection1 scope
Gets a track.
Authentication
Connected account requiredScopes
https://www.googleapis.com/auth/androidpublisherTags
Androidpublisher Edits Tracks ListGOOGLE_PLAY_ANDROIDPUBLISHER_EDITS_TRACKS_LISTLists all tracks.Connection1 scope
Lists all tracks.
Authentication
Connected account requiredScopes
https://www.googleapis.com/auth/androidpublisherTags
Androidpublisher Edits Tracks PatchGOOGLE_PLAY_ANDROIDPUBLISHER_EDITS_TRACKS_PATCHPatches a track.Connection1 scope
Patches a track.
Authentication
Connected account requiredScopes
https://www.googleapis.com/auth/androidpublisherTags
Androidpublisher Edits Tracks UpdateGOOGLE_PLAY_ANDROIDPUBLISHER_EDITS_TRACKS_UPDATEUpdates a track.Connection1 scope
Updates a track.
Authentication
Connected account requiredScopes
https://www.googleapis.com/auth/androidpublisherTags
Androidpublisher Edits ValidateGOOGLE_PLAY_ANDROIDPUBLISHER_EDITS_VALIDATEValidates an app edit.Connection1 scope
Validates an app edit.
Authentication
Connected account requiredScopes
https://www.googleapis.com/auth/androidpublisherTags
Androidpublisher Externaltransactions CreateexternaltransactionGOOGLE_PLAY_ANDROIDPUBLISHER_EXTERNALTRANSACTIONS_CREATEEXTERNALTRANSACTIONCreates a new external transaction.Connection1 scope
Creates a new external transaction.
Authentication
Connected account requiredScopes
https://www.googleapis.com/auth/androidpublisherTags
Androidpublisher Externaltransactions GetexternaltransactionGOOGLE_PLAY_ANDROIDPUBLISHER_EXTERNALTRANSACTIONS_GETEXTERNALTRANSACTIONGets an existing external transaction.Connection1 scope
Gets an existing external transaction.
Authentication
Connected account requiredScopes
https://www.googleapis.com/auth/androidpublisherTags
Androidpublisher Externaltransactions RefundexternaltransactionGOOGLE_PLAY_ANDROIDPUBLISHER_EXTERNALTRANSACTIONS_REFUNDEXTERNALTRANSACTIONRefunds or partially refunds an existing external transaction.Connection1 scope
Refunds or partially refunds an existing external transaction.
Authentication
Connected account requiredScopes
https://www.googleapis.com/auth/androidpublisherTags
Androidpublisher Generatedapks DownloadGOOGLE_PLAY_ANDROIDPUBLISHER_GENERATEDAPKS_DOWNLOADDownloads a single signed APK generated from an app bundle.Connection1 scope
Downloads a single signed APK generated from an app bundle.
Authentication
Connected account requiredScopes
https://www.googleapis.com/auth/androidpublisherTags
Androidpublisher Generatedapks ListGOOGLE_PLAY_ANDROIDPUBLISHER_GENERATEDAPKS_LISTReturns download metadata for all APKs that were generated from a given app bundle.Connection1 scope
Returns download metadata for all APKs that were generated from a given app bundle.
Authentication
Connected account requiredScopes
https://www.googleapis.com/auth/androidpublisherTags
Androidpublisher Grants CreateGOOGLE_PLAY_ANDROIDPUBLISHER_GRANTS_CREATEGrant access for a user to the given package.Connection1 scope
Grant access for a user to the given package.
Authentication
Connected account requiredScopes
https://www.googleapis.com/auth/androidpublisherTags
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.Connection1 scope
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 requiredScopes
https://www.googleapis.com/auth/androidpublisherTags
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.Connection1 scope
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 requiredScopes
https://www.googleapis.com/auth/androidpublisherTags
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.Connection1 scope
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 requiredScopes
https://www.googleapis.com/auth/androidpublisherTags
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.Connection1 scope
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 requiredScopes
https://www.googleapis.com/auth/androidpublisherTags
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.Connection1 scope
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 requiredScopes
https://www.googleapis.com/auth/androidpublisherTags
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.Connection1 scope
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 requiredScopes
https://www.googleapis.com/auth/androidpublisherTags
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.Connection1 scope
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 requiredScopes
https://www.googleapis.com/auth/androidpublisherTags
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.Connection1 scope
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 requiredScopes
https://www.googleapis.com/auth/androidpublisherTags
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.Connection1 scope
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 requiredScopes
https://www.googleapis.com/auth/androidpublisherTags
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.Connection1 scope
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 requiredScopes
https://www.googleapis.com/auth/androidpublisherTags
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.Connection1 scope
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 requiredScopes
https://www.googleapis.com/auth/androidpublisherTags
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.Connection1 scope
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 requiredScopes
https://www.googleapis.com/auth/androidpublisherTags
Androidpublisher Monetization Onetimeproducts BatchDeleteGOOGLE_PLAY_ANDROIDPUBLISHER_MONETIZATION_ONETIMEPRODUCTS_BATCH_DELETEDeletes one or more one-time products.Connection1 scope
Deletes one or more one-time products.
Authentication
Connected account requiredScopes
https://www.googleapis.com/auth/androidpublisherTags
Androidpublisher Monetization Onetimeproducts BatchGetGOOGLE_PLAY_ANDROIDPUBLISHER_MONETIZATION_ONETIMEPRODUCTS_BATCH_GETReads one or more one-time products.Connection1 scope
Reads one or more one-time products.
Authentication
Connected account requiredScopes
https://www.googleapis.com/auth/androidpublisherTags
Androidpublisher Monetization Onetimeproducts BatchUpdateGOOGLE_PLAY_ANDROIDPUBLISHER_MONETIZATION_ONETIMEPRODUCTS_BATCH_UPDATECreates or updates one or more one-time products.Connection1 scope
Creates or updates one or more one-time products.
Authentication
Connected account requiredScopes
https://www.googleapis.com/auth/androidpublisherTags
Androidpublisher Monetization Onetimeproducts DeleteGOOGLE_PLAY_ANDROIDPUBLISHER_MONETIZATION_ONETIMEPRODUCTS_DELETEDeletes a one-time product.Connection1 scope
Deletes a one-time product.
Authentication
Connected account requiredScopes
https://www.googleapis.com/auth/androidpublisherTags
Androidpublisher Monetization Onetimeproducts GetGOOGLE_PLAY_ANDROIDPUBLISHER_MONETIZATION_ONETIMEPRODUCTS_GETReads a single one-time product.Connection1 scope
Reads a single one-time product.
Authentication
Connected account requiredScopes
https://www.googleapis.com/auth/androidpublisherTags
Androidpublisher Monetization Onetimeproducts ListGOOGLE_PLAY_ANDROIDPUBLISHER_MONETIZATION_ONETIMEPRODUCTS_LISTLists all one-time products under a given app.Connection1 scope
Lists all one-time products under a given app.
Authentication
Connected account requiredScopes
https://www.googleapis.com/auth/androidpublisherTags
Androidpublisher Monetization Onetimeproducts PatchGOOGLE_PLAY_ANDROIDPUBLISHER_MONETIZATION_ONETIMEPRODUCTS_PATCHCreates or updates a one-time product.Connection1 scope
Creates or updates a one-time product.
Authentication
Connected account requiredScopes
https://www.googleapis.com/auth/androidpublisherTags
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.Connection1 scope
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 requiredScopes
https://www.googleapis.com/auth/androidpublisherTags
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.Connection1 scope
Activates or deactivates purchase options across one or multiple one-time products.
Authentication
Connected account requiredScopes
https://www.googleapis.com/auth/androidpublisherTags
Androidpublisher Monetization Onetimeproducts PurchaseOptions Offers ActivateGOOGLE_PLAY_ANDROIDPUBLISHER_MONETIZATION_ONETIMEPRODUCTS_PURCHASE_OPTIONS_OFFERS_ACTIVATEActivates a one-time product offer.Connection1 scope
Activates a one-time product offer.
Authentication
Connected account requiredScopes
https://www.googleapis.com/auth/androidpublisherTags
Androidpublisher Monetization Onetimeproducts PurchaseOptions Offers BatchDeleteGOOGLE_PLAY_ANDROIDPUBLISHER_MONETIZATION_ONETIMEPRODUCTS_PURCHASE_OPTIONS_OFFERS_BATCH_DELETEDeletes one or more one-time product offers.Connection1 scope
Deletes one or more one-time product offers.
Authentication
Connected account requiredScopes
https://www.googleapis.com/auth/androidpublisherTags
Androidpublisher Monetization Onetimeproducts PurchaseOptions Offers BatchGetGOOGLE_PLAY_ANDROIDPUBLISHER_MONETIZATION_ONETIMEPRODUCTS_PURCHASE_OPTIONS_OFFERS_BATCH_GETReads one or more one-time product offers.Connection1 scope
Reads one or more one-time product offers.
Authentication
Connected account requiredScopes
https://www.googleapis.com/auth/androidpublisherTags
Androidpublisher Monetization Onetimeproducts PurchaseOptions Offers BatchUpdateGOOGLE_PLAY_ANDROIDPUBLISHER_MONETIZATION_ONETIMEPRODUCTS_PURCHASE_OPTIONS_OFFERS_BATCH_UPDATECreates or updates one or more one-time product offers.Connection1 scope
Creates or updates one or more one-time product offers.
Authentication
Connected account requiredScopes
https://www.googleapis.com/auth/androidpublisherTags
Androidpublisher Monetization Onetimeproducts PurchaseOptions Offers BatchUpdateStatesGOOGLE_PLAY_ANDROIDPUBLISHER_MONETIZATION_ONETIMEPRODUCTS_PURCHASE_OPTIONS_OFFERS_BATCH_UPDATE_STATESUpdates a batch of one-time product offer states.Connection1 scope
Updates a batch of one-time product offer states.
Authentication
Connected account requiredScopes
https://www.googleapis.com/auth/androidpublisherTags
Androidpublisher Monetization Onetimeproducts PurchaseOptions Offers CancelGOOGLE_PLAY_ANDROIDPUBLISHER_MONETIZATION_ONETIMEPRODUCTS_PURCHASE_OPTIONS_OFFERS_CANCELCancels a one-time product offer.Connection1 scope
Cancels a one-time product offer.
Authentication
Connected account requiredScopes
https://www.googleapis.com/auth/androidpublisherTags
Androidpublisher Monetization Onetimeproducts PurchaseOptions Offers DeactivateGOOGLE_PLAY_ANDROIDPUBLISHER_MONETIZATION_ONETIMEPRODUCTS_PURCHASE_OPTIONS_OFFERS_DEACTIVATEDeactivates a one-time product offer.Connection1 scope
Deactivates a one-time product offer.
Authentication
Connected account requiredScopes
https://www.googleapis.com/auth/androidpublisherTags
Androidpublisher Monetization Onetimeproducts PurchaseOptions Offers ListGOOGLE_PLAY_ANDROIDPUBLISHER_MONETIZATION_ONETIMEPRODUCTS_PURCHASE_OPTIONS_OFFERS_LISTLists all offers under a given app, product, or purchase option.Connection1 scope
Lists all offers under a given app, product, or purchase option.
Authentication
Connected account requiredScopes
https://www.googleapis.com/auth/androidpublisherTags
Androidpublisher Monetization Subscriptions ArchiveGOOGLE_PLAY_ANDROIDPUBLISHER_MONETIZATION_SUBSCRIPTIONS_ARCHIVEDeprecated: subscription archiving is not supported.Connection1 scope
Deprecated: subscription archiving is not supported.
Authentication
Connected account requiredScopes
https://www.googleapis.com/auth/androidpublisherTags
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.Connection1 scope
Activates a base plan. Once activated, base plans will be available to new subscribers.
Authentication
Connected account requiredScopes
https://www.googleapis.com/auth/androidpublisherTags
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.Connection1 scope
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 requiredScopes
https://www.googleapis.com/auth/androidpublisherTags
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.Connection1 scope
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 requiredScopes
https://www.googleapis.com/auth/androidpublisherTags
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 subscriptionConnection1 scope
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 requiredScopes
https://www.googleapis.com/auth/androidpublisherTags
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.Connection1 scope
Deletes a base plan. Can only be done for draft base plans. This action is irreversible.
Authentication
Connected account requiredScopes
https://www.googleapis.com/auth/androidpublisherTags
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.Connection1 scope
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 requiredScopes
https://www.googleapis.com/auth/androidpublisherTags
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.Connection1 scope
Activates a subscription offer. Once activated, subscription offers will be available to new subscribers.
Authentication
Connected account requiredScopes
https://www.googleapis.com/auth/androidpublisherTags
Androidpublisher Monetization Subscriptions BasePlans Offers BatchGetGOOGLE_PLAY_ANDROIDPUBLISHER_MONETIZATION_SUBSCRIPTIONS_BASE_PLANS_OFFERS_BATCH_GETReads one or more subscription offers.Connection1 scope
Reads one or more subscription offers.
Authentication
Connected account requiredScopes
https://www.googleapis.com/auth/androidpublisherTags
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.Connection1 scope
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 requiredScopes
https://www.googleapis.com/auth/androidpublisherTags
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.Connection1 scope
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 requiredScopes
https://www.googleapis.com/auth/androidpublisherTags
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.Connection1 scope
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 requiredScopes
https://www.googleapis.com/auth/androidpublisherTags
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.Connection1 scope
Deactivates a subscription offer. Once deactivated, existing subscribers will maintain their subscription, but the offer will become unavailable to new subscribers.
Authentication
Connected account requiredScopes
https://www.googleapis.com/auth/androidpublisherTags
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.Connection1 scope
Deletes a subscription offer. Can only be done for draft offers. This action is irreversible.
Authentication
Connected account requiredScopes
https://www.googleapis.com/auth/androidpublisherTags
Androidpublisher Monetization Subscriptions BasePlans Offers GetGOOGLE_PLAY_ANDROIDPUBLISHER_MONETIZATION_SUBSCRIPTIONS_BASE_PLANS_OFFERS_GETReads a single offerConnection1 scope
Reads a single offer
Authentication
Connected account requiredScopes
https://www.googleapis.com/auth/androidpublisherTags
Androidpublisher Monetization Subscriptions BasePlans Offers ListGOOGLE_PLAY_ANDROIDPUBLISHER_MONETIZATION_SUBSCRIPTIONS_BASE_PLANS_OFFERS_LISTLists all offers under a given subscription.Connection1 scope
Lists all offers under a given subscription.
Authentication
Connected account requiredScopes
https://www.googleapis.com/auth/androidpublisherTags
Androidpublisher Monetization Subscriptions BasePlans Offers PatchGOOGLE_PLAY_ANDROIDPUBLISHER_MONETIZATION_SUBSCRIPTIONS_BASE_PLANS_OFFERS_PATCHUpdates an existing subscription offer.Connection1 scope
Updates an existing subscription offer.
Authentication
Connected account requiredScopes
https://www.googleapis.com/auth/androidpublisherTags
Androidpublisher Monetization Subscriptions BatchGetGOOGLE_PLAY_ANDROIDPUBLISHER_MONETIZATION_SUBSCRIPTIONS_BATCH_GETReads one or more subscriptions.Connection1 scope
Reads one or more subscriptions.
Authentication
Connected account requiredScopes
https://www.googleapis.com/auth/androidpublisherTags
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.Connection1 scope
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 requiredScopes
https://www.googleapis.com/auth/androidpublisherTags
Androidpublisher Monetization Subscriptions CreateGOOGLE_PLAY_ANDROIDPUBLISHER_MONETIZATION_SUBSCRIPTIONS_CREATECreates a new subscription. Newly added base plans will remain in draft state until activated.Connection1 scope
Creates a new subscription. Newly added base plans will remain in draft state until activated.
Authentication
Connected account requiredScopes
https://www.googleapis.com/auth/androidpublisherTags
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.Connection1 scope
Deletes a subscription. A subscription can only be deleted if it has never had a base plan published.
Authentication
Connected account requiredScopes
https://www.googleapis.com/auth/androidpublisherTags
Androidpublisher Monetization Subscriptions GetGOOGLE_PLAY_ANDROIDPUBLISHER_MONETIZATION_SUBSCRIPTIONS_GETReads a single subscription.Connection1 scope
Reads a single subscription.
Authentication
Connected account requiredScopes
https://www.googleapis.com/auth/androidpublisherTags
Androidpublisher Monetization Subscriptions ListGOOGLE_PLAY_ANDROIDPUBLISHER_MONETIZATION_SUBSCRIPTIONS_LISTLists all subscriptions under a given app.Connection1 scope
Lists all subscriptions under a given app.
Authentication
Connected account requiredScopes
https://www.googleapis.com/auth/androidpublisherTags
Androidpublisher Monetization Subscriptions PatchGOOGLE_PLAY_ANDROIDPUBLISHER_MONETIZATION_SUBSCRIPTIONS_PATCHUpdates an existing subscription.Connection1 scope
Updates an existing subscription.
Authentication
Connected account requiredScopes
https://www.googleapis.com/auth/androidpublisherTags
Androidpublisher Orders BatchgetGOOGLE_PLAY_ANDROIDPUBLISHER_ORDERS_BATCHGETGet order details for a list of orders.Connection1 scope
Get order details for a list of orders.
Authentication
Connected account requiredScopes
https://www.googleapis.com/auth/androidpublisherTags
Androidpublisher Orders GetGOOGLE_PLAY_ANDROIDPUBLISHER_ORDERS_GETGet order details for a single order.Connection1 scope
Get order details for a single order.
Authentication
Connected account requiredScopes
https://www.googleapis.com/auth/androidpublisherTags
Androidpublisher Orders RefundGOOGLE_PLAY_ANDROIDPUBLISHER_ORDERS_REFUNDRefunds a user's subscription or in-app purchase order. Orders older than 3 years cannot be refunded.Connection1 scope
Refunds a user's subscription or in-app purchase order. Orders older than 3 years cannot be refunded.
Authentication
Connected account requiredScopes
https://www.googleapis.com/auth/androidpublisherTags
Androidpublisher Orders ReviewrefundGOOGLE_PLAY_ANDROIDPUBLISHER_ORDERS_REVIEWREFUNDProvide refund preference and purchase usage for a chargeback requestConnection1 scope
Provide refund preference and purchase usage for a chargeback request
Authentication
Connected account requiredScopes
https://www.googleapis.com/auth/androidpublisherTags
Androidpublisher Purchases Products AcknowledgeGOOGLE_PLAY_ANDROIDPUBLISHER_PURCHASES_PRODUCTS_ACKNOWLEDGEAcknowledges a purchase of an inapp item.Connection1 scope
Acknowledges a purchase of an inapp item.
Authentication
Connected account requiredScopes
https://www.googleapis.com/auth/androidpublisherTags
Androidpublisher Purchases Products ConsumeGOOGLE_PLAY_ANDROIDPUBLISHER_PURCHASES_PRODUCTS_CONSUMEConsumes a purchase for an inapp item.Connection1 scope
Consumes a purchase for an inapp item.
Authentication
Connected account requiredScopes
https://www.googleapis.com/auth/androidpublisherTags
Androidpublisher Purchases Products GetGOOGLE_PLAY_ANDROIDPUBLISHER_PURCHASES_PRODUCTS_GETChecks the purchase and consumption status of an inapp item.Connection1 scope
Checks the purchase and consumption status of an inapp item.
Authentication
Connected account requiredScopes
https://www.googleapis.com/auth/androidpublisherTags
Androidpublisher Purchases Productsv2 Getproductpurchasev2GOOGLE_PLAY_ANDROIDPUBLISHER_PURCHASES_PRODUCTSV2_GETPRODUCTPURCHASEV2Checks the purchase and consumption status of an inapp item.Connection1 scope
Checks the purchase and consumption status of an inapp item.
Authentication
Connected account requiredScopes
https://www.googleapis.com/auth/androidpublisherTags
Androidpublisher Purchases Subscriptions AcknowledgeGOOGLE_PLAY_ANDROIDPUBLISHER_PURCHASES_SUBSCRIPTIONS_ACKNOWLEDGEAcknowledges a subscription purchase.Connection1 scope
Acknowledges a subscription purchase.
Authentication
Connected account requiredScopes
https://www.googleapis.com/auth/androidpublisherTags
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.Connection1 scope
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 requiredScopes
https://www.googleapis.com/auth/androidpublisherTags
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.Connection1 scope
Deprecated: Use purchases.subscriptionsv2.defer instead. Defers a user's subscription purchase until a specified future expiration time.
Authentication
Connected account requiredScopes
https://www.googleapis.com/auth/androidpublisherTags
Androidpublisher Purchases Subscriptionsv2 CancelGOOGLE_PLAY_ANDROIDPUBLISHER_PURCHASES_SUBSCRIPTIONSV2_CANCELCancel a subscription purchase for the user.Connection1 scope
Cancel a subscription purchase for the user.
Authentication
Connected account requiredScopes
https://www.googleapis.com/auth/androidpublisherTags
Androidpublisher Purchases Subscriptionsv2 DeferGOOGLE_PLAY_ANDROIDPUBLISHER_PURCHASES_SUBSCRIPTIONSV2_DEFERDefers the renewal of a subscription.Connection1 scope
Defers the renewal of a subscription.
Authentication
Connected account requiredScopes
https://www.googleapis.com/auth/androidpublisherTags
Androidpublisher Purchases Subscriptionsv2 GetGOOGLE_PLAY_ANDROIDPUBLISHER_PURCHASES_SUBSCRIPTIONSV2_GETGet metadata about a subscriptionConnection1 scope
Get metadata about a subscription
Authentication
Connected account requiredScopes
https://www.googleapis.com/auth/androidpublisherTags
Androidpublisher Purchases Subscriptionsv2 RevokeGOOGLE_PLAY_ANDROIDPUBLISHER_PURCHASES_SUBSCRIPTIONSV2_REVOKERevoke a subscription purchase for the user.Connection1 scope
Revoke a subscription purchase for the user.
Authentication
Connected account requiredScopes
https://www.googleapis.com/auth/androidpublisherTags
Androidpublisher Purchases Voidedpurchases ListGOOGLE_PLAY_ANDROIDPUBLISHER_PURCHASES_VOIDEDPURCHASES_LISTLists the purchases that were canceled, refunded or charged-back.Connection1 scope
Lists the purchases that were canceled, refunded or charged-back.
Authentication
Connected account requiredScopes
https://www.googleapis.com/auth/androidpublisherTags
Androidpublisher Reviews GetGOOGLE_PLAY_ANDROIDPUBLISHER_REVIEWS_GETGets a single review.Connection1 scope
Gets a single review.
Authentication
Connected account requiredScopes
https://www.googleapis.com/auth/androidpublisherTags
Androidpublisher Reviews ListGOOGLE_PLAY_ANDROIDPUBLISHER_REVIEWS_LISTLists all reviews.Connection1 scope
Lists all reviews.
Authentication
Connected account requiredScopes
https://www.googleapis.com/auth/androidpublisherTags
Androidpublisher Reviews ReplyGOOGLE_PLAY_ANDROIDPUBLISHER_REVIEWS_REPLYReplies to a single review, or updates an existing reply.Connection1 scope
Replies to a single review, or updates an existing reply.
Authentication
Connected account requiredScopes
https://www.googleapis.com/auth/androidpublisherTags
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.Connection1 scope
Creates an APK which is suitable for inclusion in a system image from an already uploaded Android App Bundle.
Authentication
Connected account requiredScopes
https://www.googleapis.com/auth/androidpublisherTags
Androidpublisher Systemapks Variants DownloadGOOGLE_PLAY_ANDROIDPUBLISHER_SYSTEMAPKS_VARIANTS_DOWNLOADDownloads a previously created system APK which is suitable for inclusion in a system image.Connection1 scope
Downloads a previously created system APK which is suitable for inclusion in a system image.
Authentication
Connected account requiredScopes
https://www.googleapis.com/auth/androidpublisherTags
Androidpublisher Systemapks Variants GetGOOGLE_PLAY_ANDROIDPUBLISHER_SYSTEMAPKS_VARIANTS_GETReturns a previously created system APK variant.Connection1 scope
Returns a previously created system APK variant.
Authentication
Connected account requiredScopes
https://www.googleapis.com/auth/androidpublisherTags
Androidpublisher Systemapks Variants ListGOOGLE_PLAY_ANDROIDPUBLISHER_SYSTEMAPKS_VARIANTS_LISTReturns the list of previously created system APK variants.Connection1 scope
Returns the list of previously created system APK variants.
Authentication
Connected account requiredScopes
https://www.googleapis.com/auth/androidpublisherTags
Androidpublisher Users CreateGOOGLE_PLAY_ANDROIDPUBLISHER_USERS_CREATEGrant access for a user to the given developer account.Connection1 scope
Grant access for a user to the given developer account.
Authentication
Connected account requiredScopes
https://www.googleapis.com/auth/androidpublisherTags
Androidpublisher Users DeleteGOOGLE_PLAY_ANDROIDPUBLISHER_USERS_DELETERemoves all access for the user to the given developer account.Connection1 scope
Removes all access for the user to the given developer account.
Authentication
Connected account requiredScopes
https://www.googleapis.com/auth/androidpublisherTags
Androidpublisher Users ListGOOGLE_PLAY_ANDROIDPUBLISHER_USERS_LISTLists all users with access to a developer account.Connection1 scope
Lists all users with access to a developer account.
Authentication
Connected account requiredScopes
https://www.googleapis.com/auth/androidpublisherTags
Androidpublisher Users PatchGOOGLE_PLAY_ANDROIDPUBLISHER_USERS_PATCHUpdates access for the user to the developer account.Connection1 scope
Updates access for the user to the developer account.
Authentication
Connected account requiredScopes
https://www.googleapis.com/auth/androidpublisherTags