Chrome Web Store API (chromewebstore:v2)

2026-09-18

1 new method

Additions

    Methods
  • chromewebstore.publishers.items.fetchReviews

      Path : v2/{+name}:fetchReviews

      Parameter Order : name

      Description : Fetch user reviews for an item.

      Parameters :

        name

          Type : string

          Required : Yes

          Description : Required. The item resource name whose reviews are being fetched. Format: publishers/{publisher_id}/items/{item_id}

          Pattern : ^publishers/[^/]+/items/[^/]+$

          Location : path

        orderBy

          Type : string

          Description : Optional. An optional comma-separated list of fields by which to sort the results. Supported fields are `rating` and `create_time`. Supported orders are `asc` (default) and `desc`. Example: "rating desc, create_time".

          Location : query

        pageSize

          Description : Optional. The maximum number of reviews to return. The service may return fewer than this value. If unspecified, at most 50 reviews will be returned. The maximum value is 200; values above 200 will be coerced to 200.

          Type : integer

          Format : int32

          Location : query

        filter

          Type : string

          Location : query

          Description : Optional. A filter to apply to the reviews. Only equality comparison on rating is supported, e.g. `rating = 5`.

        pageToken

          Description : Optional. A page token, received from a previous `FetchItemReviews` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `FetchItemReviews` must match the call that provided the page token.

          Type : string

          Location : query

      Flat Path : v2/publishers/{publishersId}/items/{itemsId}:fetchReviews

      HTTP Method : GET