Requires authorization
List all the in-app products for an Android app, both subscriptions and managed in-app products..
Request
HTTP request
GET https://www.googleapis.com/androidpublisher/v2/applications/packageName/inappproducts
Parameters
Parameter name | Value | Description |
---|---|---|
Path parameters | ||
packageName |
string |
Unique identifier for the Android app with in-app products; for example, "com.spiffygame". |
Optional query parameters | ||
token |
string |
Authorization
This request requires authorization with the following scope (read more about authentication and authorization).
Scope |
---|
https://www.googleapis.com/auth/androidpublisher |
Request body
Do not supply a request body with this method.
Response
If successful, this method returns a response body with the following structure:
{ "kind": "androidpublisher#inappproductsListResponse", "tokenPagination": { "nextPageToken": string, "previousPageToken": string }, "inappproduct": [ inappproducts Resource ] }
Property name | Value | Description | Notes |
---|---|---|---|
tokenPagination |
nested object |
||
tokenPagination.nextPageToken |
string |
||
tokenPagination.previousPageToken |
string |
||
inappproduct[] |
list |
||
kind |
string |
Identifies what kind of resource this is. Value: the fixed string "androidpublisher#inappproductsListResponse" . |