Items:Insert
Inserts a new item.
This method supports an upload URI and accepts uploaded media.
Request
HTTP request
POST https://www.googleapis.com/upload/chromewebstore/v1.1/items
Parameters
Parameter name | Value | Description |
---|---|---|
Required query parameters | ||
uploadType | string | The type of upload request to the /upload URI. The only accepted value is media : a simple upload of the media data. |
Optional query parameters | ||
publisherEmail | string | The email of the publisher who owns the items. Defaults to the caller's email address. |
Authorization
This request requires authorization with the following scope.
Scope |
---|
https://www.googleapis.com/auth/chromewebstore |
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 an Items resource in the response body.