monetization
Lists all one-time products under a given app.
get/androidpublisher/v3/applications/{packageName}/oneTimeProducts
Path parameters
packageNamestring required
Required. The parent app (package name) for which the one-time product should be read.
Query parameters
pageSizeinteger
Optional. The maximum number of one-time product to return. The service may return fewer than this value. If unspecified, at most 50 one-time products will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.
pageTokenstring
Optional. A page token, received from a previous ListOneTimeProducts call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to ListOneTimeProducts must match the call that provided the page token.
Response
Successful response
Changes
No recorded changes to this endpoint across all 1 revision of this API.