InAppProducts:List

Lists the in-app product information of an item.

Request

HTTP request

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

Parameters

Parameter name Value Description
Path parameters
itemId string The ID of the item to query for in-app products.
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 a response body with the following structure:

{
  "kind": "chromewebstore#inAppProductList",
  "inAppProducts": [
    inAppProducts
        Resource
  ]{
Property name Value Description Notes
kind string Static value always returns a string of "chromewebstore#inAppProductList".
inAppProducts[] list List of in-app product objects.