- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- Try it!
Lists the statuses of the collections in your Merchant Center account.
HTTP request
GET https://shoppingcontent.googleapis.com/content/v2.1/{merchantId}/collectionstatuses
Path parameters
| Parameters | |
|---|---|
| merchantId | 
 Required. The ID of the account that contains the collection. This account cannot be a multi-client account. | 
Query parameters
| Parameters | |
|---|---|
| pageSize | 
 The maximum number of collection statuses to return in the response, used for paging. Defaults to 50; values above 1000 will be coerced to 1000. | 
| pageToken | 
 Token (if provided) to retrieve the subsequent page. All other parameters must match the original call that provided the page token. | 
Request body
The request body must be empty.
Response body
Response message for the collectionstatuses.list method.
If successful, the response body contains data with the following structure:
| JSON representation | 
|---|
| {
  "resources": [
    {
      object ( | 
| Fields | |
|---|---|
| resources[] | 
 The collectionstatuses listed. | 
| nextPageToken | 
 A token, which can be sent as  | 
Authorization scopes
Requires one of the following OAuth scopes:
- https://www.googleapis.com/auth/content
For more information, see the OAuth 2.0 Overview.