Requires authorization
Creates a new in-app product for an app.
Request
HTTP request
POST https://www.googleapis.com/androidpublisher/v2/applications/packageName/inappproducts
Parameters
Parameter name | Value | Description |
---|---|---|
Path parameters | ||
packageName |
string |
Unique identifier for the Android app; for example, "com.spiffygame". |
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 an Inappproducts resource.
Response
If successful, this method returns an Inappproducts resource in the response body.