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 nameValueDescription
Path parameters
itemIdstringThe ID of the item to query for in-app products.
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 a response body with the following structure:

{
"kind": "chromewebstore#inAppProductList",
"inAppProducts": [
inAppProducts Resource
]
}
Property nameValueDescriptionNotes
kindstringStatic value always returns a string of "chromewebstore#inAppProductList".
inAppProducts[]listList of in-app product objects.

Improve article

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