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