InAppProducts:Get

Gets an in-app product.

Request

HTTP request

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

Parameters

Parameter nameValueDescription
Path parameters
itemIdstringThe ID of the item to query for in-app products.
skustringThe in-app product ID.
Optional query parameters
glstringSpecifies the region code of the in-app product when projection is THIN.
hlstringSpecifies the language code of the in-app product when projection is THIN.
projectionstringWhether 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.

Improve article

We serve cookies on this site to analyze traffic, remember your preferences, and optimize your experience.