- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization Scopes
- Try it!
Lists the statuses of the products in your Merchant Center account.
HTTP request
GET https://shoppingcontent.googleapis.com/content/v2/{merchantId}/productstatuses
Path parameters
Parameters | |
---|---|
merchantId |
The ID of the account that contains the products. This account cannot be a multi-client account. |
Query parameters
Parameters | |
---|---|
maxResults |
The maximum number of product statuses to return in the response, used for paging. |
pageToken |
The token returned by the previous request. |
includeInvalidInsertedItems |
Flag to include the invalid inserted items in the result of the list request. By default the invalid items are not shown (the default value is false). |
includeAttributes |
Flag to include full product data in the results of the list request. The default value is false. |
destinations |
If set, only issues for the specified destinations are returned, otherwise only issues for the Shopping destination. |
Request body
The request body must be empty.
Response body
If successful, the response body contains data with the following structure:
JSON representation | |
---|---|
{
"nextPageToken": string,
"kind": string,
"resources": [
{
object ( |
Fields | |
---|---|
nextPageToken |
The token for the retrieval of the next page of products statuses. |
kind |
Identifies what kind of resource this is. Value: the fixed string
. |
resources[] |
|
Authorization Scopes
Requires one of the following OAuth scopes:
https://www.googleapis.com/auth/content
For more information, see the OAuth 2.0 Overview.