inappproducts
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 for more information.
get/androidpublisher/v3/applications/{packageName}/inappproducts
Path parameters
packageNamestring required
Package name of the app.
Query parameters
maxResultsinteger
Deprecated and ignored. The page size is determined by the server.
startIndexinteger
Deprecated and ignored. Set the token parameter to retrieve the next page.
tokenstring
Pagination token. If empty, list starts at the first product.
Response
Successful response