Web Store API:Items

An Item resource represents a Chrome App, Chrome Extension, Theme or hosted app.

Resource representation

JSON

{
"kind": "chromewebstore#item",
"id": string,
"publicKey": string,
"uploadState": string,
"itemError": [
(value)
]
}
Property nameValueDescription
idstringUnique ID of the item.
itemError[]listDetail human-readable status of the operation, in English only. Same error messages are displayed when you upload your app to the Chrome Web Store.
kindstringIdentifies this resource as an Item. Value: the fixed string "chromewebstore#item".
publicKeystringPublic key of this item.
uploadStatestringStatus of the operation.

Acceptable values are:
  • "FAILURE"
  • "IN_PROGRESS"
  • "NOT_FOUND"
  • "SUCCESS"

Methods

get
Gets your own Chrome Web Store item. Provide projection="DRAFT" as a URL parameter (case sensitive).
insert
Inserts a new item.
publish
Publishes an item. Add the publishTarget URL parameter to the end of the URL with either publishTarget ="trustedTesters" or publishTarget="default" (case sensitive) as the value.
update
Updates an existing item.

Improve article

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