/androidpublisher/v3/applications/{packageName}/inappproducts
GET
/androidpublisher/v3/applications/{packageName}/inappproducts
inappproducts
tokenPagination.nextPageToken
will be set and the caller should provide its value as a token
request parameter to retrieve the next page.Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://androidpublisher.googleapis.com//androidpublisher/v3/applications//inappproducts'
Response Response Example
{
"inappproduct": [
{
"defaultLanguage": "string",
"defaultPrice": {
"currency": "string",
"priceMicros": "string"
},
"gracePeriod": "string",
"listings": {
"property1": {
"benefits": [
"string"
],
"description": "string",
"title": "string"
},
"property2": {
"benefits": [
"string"
],
"description": "string",
"title": "string"
}
},
"managedProductTaxesAndComplianceSettings": {
"eeaWithdrawalRightType": "WITHDRAWAL_RIGHT_TYPE_UNSPECIFIED",
"taxRateInfoByRegionCode": {
"property1": {
"eligibleForStreamingServiceTaxRate": true,
"taxTier": "TAX_TIER_UNSPECIFIED"
},
"property2": {
"eligibleForStreamingServiceTaxRate": true,
"taxTier": "TAX_TIER_UNSPECIFIED"
}
}
},
"packageName": "string",
"prices": {
"property1": {
"currency": "string",
"priceMicros": "string"
},
"property2": {
"currency": "string",
"priceMicros": "string"
}
},
"purchaseType": "purchaseTypeUnspecified",
"sku": "string",
"status": "statusUnspecified",
"subscriptionPeriod": "string",
"subscriptionTaxesAndComplianceSettings": {
"eeaWithdrawalRightType": "WITHDRAWAL_RIGHT_TYPE_UNSPECIFIED",
"taxRateInfoByRegionCode": {
"property1": {
"eligibleForStreamingServiceTaxRate": true,
"taxTier": "TAX_TIER_UNSPECIFIED"
},
"property2": {
"eligibleForStreamingServiceTaxRate": true,
"taxTier": "TAX_TIER_UNSPECIFIED"
}
}
},
"trialPeriod": "string"
}
],
"kind": "string",
"pageInfo": {
"resultPerPage": 0,
"startIndex": 0,
"totalResults": 0
},
"tokenPagination": {
"nextPageToken": "string",
"previousPageToken": "string"
}
}
Request
Path Params
packageName
stringÂ
required
Query Params
maxResults
integerÂ
optional
startIndex
integerÂ
optional
token
parameter to rertieve the next page.token
stringÂ
optional
Responses
Modified at 2022-09-11 20:51:56