- 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 | |
---|---|
account |
The ID of the account for which the status is reported. |
kind |
Identifies what kind of resource this is. Value: the fixed string " |
website |
Whether the account's website is claimed or not. |
account |
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. |
account |
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. |
item |
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. |
attribute |
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. |
num |
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. |