- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization Scopes
- Try it!
Lists all in-app products - both managed products and subscriptions.
HTTP request
GET https://androidpublisher.googleapis.com/androidpublisher/v3/applications/{packageName}/inappproducts
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
packageName |
Package name of the app. |
Query parameters
Parameters | |
---|---|
token |
Pagination token. If empty, list starts at the first product. |
startIndex |
The index of the first element to return. |
maxResults |
How many results the list operation should return. |
Request body
The request body must be empty.
Response body
If successful, the response body contains data with the following structure:
Response listing all in-app products.
JSON representation | |
---|---|
{ "kind": string, "inappproduct": [ { object ( |
Fields | |
---|---|
kind |
The kind of this response ("androidpublisher#inappproductsListResponse"). |
inappproduct[] |
All in-app products. |
tokenPagination |
Pagination token, to handle a number of products that is over one page. |
pageInfo |
Information about the current page. |
Authorization Scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/androidpublisher