Method: inappproducts.batchGet

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

string

Package name of the app.

Query parameters

Parameters
sku[]

string

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 (  InAppProduct 
 
) 
 } 
 ] 
 } 
Fields
inappproduct[]

object ( 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
Design a Mobile Site
View Site in Mobile | Classic
Share by: