AI-generated Key Takeaways
- 
          The batchGetmethod reads multiple in-app products, specifically managed products.
- 
          This method uses a GET HTTP request with the specified URL and path parameters for the package name. 
- 
          Query parameters include sku[]to specify the unique identifiers of the in-app products to retrieve.
- 
          The request body must be empty, and the response body contains a JSON representation of the requested in-app products. 
- 
          Authorization requires the https://www.googleapis.com/auth/androidpublisherOAuth scope.
- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- Try it!
Reads multiple in-app products, which can be managed products or subscriptions.
This method should not be used to retrieve subscriptions. See this article for more information.
HTTP request
GET https://androidpublisher.googleapis.com/androidpublisher/v3/applications/{packageName}/inappproducts:batchGet
The URL uses gRPC Transcoding syntax.
Path parameters
| Parameters | |
|---|---|
| packageName | 
 Package name of the app. | 
Query parameters
| Parameters | |
|---|---|
| sku[] | 
 Unique identifier for the in-app products. | 
Request body
The request body must be empty.
Response body
Response message for subscriptions.batchGet endpoint.
If successful, the response body contains data with the following structure:
| JSON representation | 
|---|
| {
  "inappproduct": [
    {
      object ( | 
| Fields | |
|---|---|
| inappproduct[] | 
 The list of requested in-app products, in the same order as the request. | 
Authorization scopes
Requires the following OAuth scope:
- https://www.googleapis.com/auth/androidpublisher