Chrome Web Store API (chromewebstore:v2)

2025-10-22

5 new methods | New API

Additions

    Methods
  • chromewebstore.publishers.items.cancelSubmission

      Scopes : https://www.googleapis.com/auth/chromewebstore

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

      Parameter Order : name

      Description : Cancel the current active submission of an item if present. This can be used to cancel the review of a pending submission.

      HTTP Method : POST

      Path : v2/{+name}:cancelSubmission

      Parameters :

        name

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

          Required : Yes

          Location : path

          Type : string

          Description : Required. Name of the item to cancel the submission of in the form `publishers/{publisherId}/items/{itemId}`

  • chromewebstore.publishers.items.fetchStatus

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

      Path : v2/{+name}:fetchStatus

      HTTP Method : GET

      Parameter Order : name

      Description : Fetch the status of an item.

      Scopes :

    • https://www.googleapis.com/auth/chromewebstore
    • https://www.googleapis.com/auth/chromewebstore.readonly
    • Parameters :

        name

          Type : string

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

          Required : Yes

          Description : Required. Name of the item to retrieve the status of in the form `publishers/{publisherId}/items/{itemId}`

          Location : path

  • chromewebstore.publishers.items.publish

      Scopes : https://www.googleapis.com/auth/chromewebstore

      Description : Submit the item to be published in the store. The item will be submitted for review unless `skip_review` is set to true, or the item is staged from a previous submission with `publish_type` set to `STAGED_PUBLISH`.

      Parameter Order : name

      Path : v2/{+name}:publish

      HTTP Method : POST

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

      Parameters :

        name

          Location : path

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

          Type : string

          Description : Required. Name of the item in the form `publishers/{publisherId}/items/{itemId}`

          Required : Yes

  • chromewebstore.publishers.items.setPublishedDeployPercentage

      Parameter Order : name

      HTTP Method : POST

      Description : Set a higher target deploy percentage for the item's published revision. This will be updated without the item being submitted for review. This is only available to items with over 10,000 seven-day active users.

      Parameters :

        name

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

          Required : Yes

          Description : Required. Name of the item to update the published revision of in the form `publishers/{publisherId}/items/{itemId}`

          Location : path

          Type : string

      Path : v2/{+name}:setPublishedDeployPercentage

      Scopes : https://www.googleapis.com/auth/chromewebstore

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

  • chromewebstore.media.upload

      Parameters :

        name

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

          Type : string

          Required : Yes

          Description : Required. Name of the item to upload the new package to in the form `publishers/{publisherId}/items/{itemId}`

          Location : path

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

      HTTP Method : POST

      Description : Upload a new package to an existing item.

      Scopes : https://www.googleapis.com/auth/chromewebstore

      Path : v2/{+name}:upload

      Mediaupload :

        Accept : */*

        Maxsize : 2147483648

        Protocols :

          Simple :

            Multipart : Yes

            Path : /upload/v2/{+name}:upload

      Supportsmediaupload : Yes

      Parameter Order : name