---
title: "POST /v2/{+name}:publish"
method: POST
path: "/v2/{+name}:publish"
tags: ["publishers"]
---

# POST /v2/{+name}:publish

`POST /v2/{+name}:publish`

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`.

## Path parameters

- `name` string, required

## Request body

- PublishItemRequest — Request message for PublishItem.
  - `blockOnWarnings` boolean — Optional. When set to true the request will fail if there are any warnings during validation and the details will be included in the `error.details`. Otherwise warnings are treated as non-blocking and will be ignored for validation but will be included in the response for inspection. Defaults to `false` if unset.
  - `publishType` 'PUBLISH_TYPE_UNSPECIFIED' | 'DEFAULT_PUBLISH' | 'STAGED_PUBLISH' — Optional. Use this to control if the item is published immediately on approval or staged for publishing in the future. Defaults to `DEFAULT_PUBLISH` if unset.
  - `deployInfos` DeployInfo[] — Optional. Additional deploy information including the desired initial percentage rollout. Defaults to the current value saved in the developer dashboard if unset.
    - `deployPercentage` integer — Required. The current deploy percentage for the release channel (nonnegative number between 0 and 100).
  - `skipReview` boolean — Optional. Whether to attempt to skip item review. The API will validate if the item qualifies and return a validation error if the item requires review. Defaults to `false` if unset.

## Response `200`

Successful response

---

[API](https://skmtc.dev/google/apis/chromewebstore.md) · [All operations](https://skmtc.dev/google/apis/chromewebstore/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/google/chromewebstore/revisions/8977b5344fd9/schema)
