Chrome Web Store API Reference
This API reference is organized by resource type. Each resource type has one or more data representations and one or more methods.
Resource types#
InAppProducts #
For InAppProducts Resource details, see the resource representation page.
Method | HTTP request | Description |
---|---|---|
URIs relative to https://www.googleapis.com/chromewebstore/v1.1, unless otherwise noted | ||
get |
GET /items/itemId/skus/sku
|
Gets the in-app product information of an item. |
list |
GET /items/itemId/skus
|
Lists the in-app product information of an item. |
Items#
For Items Resource details, see the resource representation page.
Method | HTTP request | Description |
---|---|---|
URIs relative to https://www.googleapis.com, unless otherwise noted | ||
get |
GET
|
Gets a Chrome Web Store item.
Provide projection="DRAFT" in URL (case sensitive).
|
insert |
POST
|
Inserts a new item. |
publish |
POST /chromewebstore/v1.1/
|
Publishes an item.
Provide defined publishTarget in URL (case sensitive):
publishTarget = "trustedTesters" or
publishTarget = "default" .
|
update |
PUT
and PUT /items/itemId
|
Updates an existing item. |
Licenses #
For Licenses Resource details, see the resource representation page.
Method | HTTP request | Description |
---|---|---|
URIs relative to https://www.googleapis.com/chromewebstore/v1.1, unless otherwise noted | ||
get |
GET /licenses/appId/userId
|
Gets the licenses for Chrome hosted apps. |
UserLicenses #
For UserLicenses Resource details, see the resource representation page.
Method | HTTP request | Description |
---|---|---|
URIs relative to https://www.googleapis.com/chromewebstore/v1.1, unless otherwise noted | ||
getUserLicense |
GET /userlicenses/appId
|
Gets the user licenses for Chrome Apps and Chrome Extensions. |
Payments #
For Payments Resource details, see the resource representation page.
Method | HTTP request | Description |
---|---|---|
URIs relative to https://www.googleapis.com/chromewebstore/v1.1, unless otherwise noted | ||
list |
GET /items/itemId/payments
|
Lists the in-app products that the user has purchased. |