InAppProducts:Get

Gets an in-app product.

Request

HTTP request

GET https://www.googleapis.com/chromewebstore/v1.1/items/itemId/skus/sku

Parameters

Parameter name Value Description
Path parameters
itemId string The ID of the item to query for in-app products.
sku string The in-app product ID.
Optional query parameters
gl string Specifies the region code of the in-app product when projection is THIN.
hl string Specifies the language code of the in-app product when projection is THIN.
projection string Whether to return a subset of the result.

Acceptable values are:
  • "ALL": Return in-app product info for all available regions and languages.
  • "THIN": Return in-app product info for only the requested region and language.

Authorization

This request requires authorization with the following scope.

Scope
https://www.googleapis.com/auth/chromewebstore.readonly
The above URL is used as the scope parameter when generating an access token. For more details on API authorization and authentication, consult the OAuth 2.0 documentation.

Request body

Do not supply a request body with this method.

Response

If successful, this method returns an InAppProducts resource in the response body.