/androidpublisher/v3/applications/{packageName}/inappproducts
POST
/androidpublisher/v3/applications/{packageName}/inappproducts
inappproducts
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://androidpublisher.googleapis.com//androidpublisher/v3/applications//inappproducts' \
--header 'Content-Type: application/json' \
--data-raw '{
"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"
}'
Response Response Example
{
"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"
}
Request
Path Params
packageName
stringÂ
required
Query Params
autoConvertMissingPrices
stringÂ
optional
Body Params application/json
Responses
Modified at 2022-09-11 20:51:56