AI-generated Key Takeaways
- 
          AccountStatus resource provides an overview of a Merchant Center account's health, including product data, account issues, and website claim status. 
- 
          It details account-level and item-level issues, offering insights into data quality and potential areas for improvement. 
- 
          Statistics on active, pending, disapproved, and expiring offers are available for products, segmented by channel, destination, and country. 
- 
          You can retrieve account statuses individually, in batches, or as a list for sub-accounts using the provided methods. 
- 
          Developers can access this data programmatically through the Shopping Content API for monitoring and automation purposes. 
- Resource: AccountStatus
- AccountStatusAccountLevelIssue
- AccountStatusProducts
- AccountStatusStatistics
- AccountStatusItemLevelIssue
- Methods
Resource: AccountStatus
The status of an account, that is, information about its products, which is computed offline and not returned immediately at insertion time.
| JSON representation | 
|---|
| { "accountId": string, "kind": string, "websiteClaimed": boolean, "accountLevelIssues": [ { object ( | 
| Fields | |
|---|---|
| accountId | 
 The ID of the account for which the status is reported. | 
| kind | 
 Identifies what kind of resource this is. Value: the fixed string " | 
| websiteClaimed | 
 Whether the account's website is claimed or not. | 
| accountLevelIssues[] | 
 A list of account level issues. | 
| products[] | 
 accountstatuses.list of product-related data by channel, destination, and country. Data in this field may be delayed by up to 30 minutes. | 
| accountManagement | 
 How the account is managed. Acceptable values are: 
 | 
AccountStatusAccountLevelIssue
| JSON representation | 
|---|
| { "id": string, "title": string, "country": string, "severity": string, "detail": string, "destination": string, "documentation": string } | 
| Fields | |
|---|---|
| id | 
 Issue identifier. | 
| title | 
 Short description of the issue. | 
| country | 
 Country for which this issue is reported. | 
| severity | 
 Severity of the issue. Acceptable values are: 
 | 
| detail | 
 Additional details about the issue. | 
| destination | 
 The destination the issue applies to. If this field is empty then the issue applies to all available destinations. | 
| documentation | 
 The URL of a web page to help resolving this issue. | 
AccountStatusProducts
| JSON representation | 
|---|
| { "channel": string, "destination": string, "country": string, "statistics": { object ( | 
| Fields | |
|---|---|
| channel | 
 The channel the data applies to. Acceptable values are: 
 | 
| destination | 
 The destination the data applies to. | 
| country | 
 The country the data applies to. | 
| statistics | 
 Aggregated product statistics. | 
| itemLevelIssues[] | 
 accountstatuses.list of item-level issues. | 
AccountStatusStatistics
| JSON representation | 
|---|
| { "active": string, "pending": string, "disapproved": string, "expiring": string } | 
| Fields | |
|---|---|
| active | 
 Number of active offers. | 
| pending | 
 Number of pending offers. | 
| disapproved | 
 Number of disapproved offers. | 
| expiring | 
 Number of expiring offers. | 
AccountStatusItemLevelIssue
| JSON representation | 
|---|
| { "code": string, "servability": string, "resolution": string, "attributeName": string, "description": string, "detail": string, "documentation": string, "numItems": string } | 
| Fields | |
|---|---|
| code | 
 The error code of the issue. | 
| servability | 
 How this issue affects serving of the offer. | 
| resolution | 
 Whether the issue can be resolved by the merchant. | 
| attributeName | 
 The attribute's name, if the issue is caused by a single attribute. | 
| description | 
 A short issue description in English. | 
| detail | 
 A detailed issue description in English. | 
| documentation | 
 The URL of a web page to help with resolving this issue. | 
| numItems | 
 Number of items with this issue. | 
| Methods | |
|---|---|
| 
 | Retrieves multiple Merchant Center account statuses in a single request. | 
| 
 | Retrieves the status of a Merchant Center account. | 
| 
 | Lists the statuses of the sub-accounts in your Merchant Center account. |