You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<pre>Updates an in-app product (i.e. a managed product or a subscriptions).
388
388
389
389
Args:
@@ -422,6 +422,7 @@ <h3>Method Details</h3>
422
422
"trialPeriod": "A String", # Trial period, specified in ISO 8601 format. Acceptable values are anything between P7D (seven days) and P999D (999 days).
423
423
}
424
424
425
+
allowMissing: boolean, If set to true, and the in-app product with the given package_name and sku doesn't exist, the in-app product will be created.
425
426
autoConvertMissingPrices: boolean, If true the prices for all regions targeted by the parent app that don't have a price specified for this in-app product will be auto converted to the target currency based on the default price. Defaults to false.
Copy file name to clipboardExpand all lines: googleapiclient/discovery_cache/documents/androidpublisher.v3.json
+6-1Lines changed: 6 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1873,6 +1873,11 @@
1873
1873
"sku"
1874
1874
],
1875
1875
"parameters": {
1876
+
"allowMissing": {
1877
+
"description": "If set to true, and the in-app product with the given package_name and sku doesn't exist, the in-app product will be created.",
1878
+
"location": "query",
1879
+
"type": "boolean"
1880
+
},
1876
1881
"autoConvertMissingPrices": {
1877
1882
"description": "If true the prices for all regions targeted by the parent app that don't have a price specified for this in-app product will be auto converted to the target currency based on the default price. Defaults to false.",
0 commit comments