Requires authorization
Updates the details of an in-app product. This method supports patch semantics.
Request
HTTP request
PATCH https://www.googleapis.com/androidpublisher/v2/applications/packageName/inappproducts/sku
Parameters
Parameter name | Value | Description |
---|---|---|
Path parameters | ||
packageName |
string |
Unique identifier for the Android app with the in-app product; for example, "com.spiffygame". |
sku |
string |
Unique identifier for the in-app product. |
Optional query parameters | ||
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. |
Authorization
This request requires authorization with the following scope (read more about authentication and authorization).
Scope |
---|
https://www.googleapis.com/auth/androidpublisher |
Request body
In the request body, supply the relevant portions of an Inappproducts resource, according to the rules of patch semantics.
Response
If successful, this method returns an Inappproducts resource in the response body.