blob: b06b7f513be67f78a0af016665d7e2dde47e0c25 [file] [log] [blame]
Craig Citro065b5302014-08-14 00:47:23 -07001<html><body>
2<style>
3
4body, h1, h2, h3, div, span, p, pre, a {
5 margin: 0;
6 padding: 0;
7 border: 0;
8 font-weight: inherit;
9 font-style: inherit;
10 font-size: 100%;
11 font-family: inherit;
12 vertical-align: baseline;
13}
14
15body {
16 font-size: 13px;
17 padding: 1em;
18}
19
20h1 {
21 font-size: 26px;
22 margin-bottom: 1em;
23}
24
25h2 {
26 font-size: 24px;
27 margin-bottom: 1em;
28}
29
30h3 {
31 font-size: 20px;
32 margin-bottom: 1em;
33 margin-top: 1em;
34}
35
36pre, code {
37 line-height: 1.5;
38 font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
39}
40
41pre {
42 margin-top: 0.5em;
43}
44
45h1, h2, h3, p {
46 font-family: Arial, sans serif;
47}
48
49h1, h2, h3 {
50 border-bottom: solid #CCC 1px;
51}
52
53.toc_element {
54 margin-top: 0.5em;
55}
56
57.firstline {
58 margin-left: 2 em;
59}
60
61.method {
62 margin-top: 1em;
63 border: solid 1px #CCC;
64 padding: 1em;
65 background: #EEE;
66}
67
68.details {
69 font-weight: bold;
70 font-size: 14px;
71}
72
73</style>
74
75<h1><a href="content_v2.html">Content API for Shopping</a> . <a href="content_v2.accountstatuses.html">accountstatuses</a></h1>
76<h2>Instance Methods</h2>
77<p class="toc_element">
Dmitry Frenkel3e17f892020-10-06 16:46:05 -070078 <code><a href="#close">close()</a></code></p>
79<p class="firstline">Close httplib2 connections.</p>
80<p class="toc_element">
Bu Sun Kim673ec5c2020-11-16 11:05:03 -070081 <code><a href="#custombatch">custombatch(body=None, x__xgafv=None)</a></code></p>
Bu Sun Kim715bd7f2019-06-14 16:50:42 -070082<p class="firstline">Retrieves multiple Merchant Center account statuses in a single request.</p>
Craig Citro065b5302014-08-14 00:47:23 -070083<p class="toc_element">
Bu Sun Kim673ec5c2020-11-16 11:05:03 -070084 <code><a href="#get">get(merchantId, accountId, destinations=None, x__xgafv=None)</a></code></p>
Bu Sun Kim715bd7f2019-06-14 16:50:42 -070085<p class="firstline">Retrieves the status of a Merchant Center account. No itemLevelIssues are returned for multi-client accounts.</p>
Craig Citro065b5302014-08-14 00:47:23 -070086<p class="toc_element">
Yoshi Automation Botb6971b02020-11-26 17:16:03 -080087 <code><a href="#list">list(merchantId, maxResults=None, pageToken=None, destinations=None, x__xgafv=None)</a></code></p>
Bu Sun Kim715bd7f2019-06-14 16:50:42 -070088<p class="firstline">Lists the statuses of the sub-accounts in your Merchant Center account.</p>
Craig Citro065b5302014-08-14 00:47:23 -070089<p class="toc_element">
90 <code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p>
91<p class="firstline">Retrieves the next page of results.</p>
92<h3>Method Details</h3>
93<div class="method">
Dmitry Frenkel3e17f892020-10-06 16:46:05 -070094 <code class="details" id="close">close()</code>
95 <pre>Close httplib2 connections.</pre>
96</div>
97
98<div class="method">
Bu Sun Kim673ec5c2020-11-16 11:05:03 -070099 <code class="details" id="custombatch">custombatch(body=None, x__xgafv=None)</code>
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700100 <pre>Retrieves multiple Merchant Center account statuses in a single request.
Craig Citro065b5302014-08-14 00:47:23 -0700101
102Args:
Dan O'Mearadd494642020-05-01 07:42:23 -0700103 body: object, The request body.
Craig Citro065b5302014-08-14 00:47:23 -0700104 The object takes the form of:
105
106{
Bu Sun Kim65020912020-05-20 12:08:20 -0700107 &quot;entries&quot;: [ # The request entries to be processed in the batch.
Craig Citroe633be12015-03-02 13:40:36 -0800108 { # A batch entry encoding a single non-batch accountstatuses request.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800109 &quot;accountId&quot;: &quot;A String&quot;, # The ID of the (sub-)account whose status to get.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800110 &quot;method&quot;: &quot;A String&quot;, # The method of the batch entry. Acceptable values are: - &quot;`get`&quot;
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800111 &quot;merchantId&quot;: &quot;A String&quot;, # The ID of the managing account.
Bu Sun Kim65020912020-05-20 12:08:20 -0700112 &quot;destinations&quot;: [ # If set, only issues for the specified destinations are returned, otherwise only issues for the Shopping destination.
113 &quot;A String&quot;,
114 ],
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700115 &quot;batchId&quot;: 42, # An entry ID, unique within the batch request.
Craig Citro065b5302014-08-14 00:47:23 -0700116 },
117 ],
118 }
119
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700120 x__xgafv: string, V1 error format.
121 Allowed values
122 1 - v1 error format
123 2 - v2 error format
Craig Citro065b5302014-08-14 00:47:23 -0700124
125Returns:
126 An object of the form:
127
128 {
Bu Sun Kim65020912020-05-20 12:08:20 -0700129 &quot;entries&quot;: [ # The result of the execution of the batch requests.
Craig Citroe633be12015-03-02 13:40:36 -0800130 { # A batch entry encoding a single non-batch accountstatuses response.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800131 &quot;accountStatus&quot;: { # The status of an account, i.e., information about its products, which is computed offline and not returned immediately at insertion time. # The requested account status. Defined if and only if the request was successful.
132 &quot;accountLevelIssues&quot;: [ # A list of account level issues.
133 {
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800134 &quot;destination&quot;: &quot;A String&quot;, # The destination the issue applies to. If this field is empty then the issue applies to all available destinations.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800135 &quot;severity&quot;: &quot;A String&quot;, # Severity of the issue. Acceptable values are: - &quot;`critical`&quot; - &quot;`error`&quot; - &quot;`suggestion`&quot;
136 &quot;title&quot;: &quot;A String&quot;, # Short description of the issue.
137 &quot;id&quot;: &quot;A String&quot;, # Issue identifier.
138 &quot;documentation&quot;: &quot;A String&quot;, # The URL of a web page to help resolving this issue.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800139 &quot;detail&quot;: &quot;A String&quot;, # Additional details about the issue.
140 &quot;country&quot;: &quot;A String&quot;, # Country for which this issue is reported.
141 },
142 ],
143 &quot;dataQualityIssues&quot;: [ # DEPRECATED - never populated.
144 {
145 &quot;exampleItems&quot;: [
146 {
147 &quot;submittedValue&quot;: &quot;A String&quot;,
148 &quot;valueOnLandingPage&quot;: &quot;A String&quot;,
149 &quot;itemId&quot;: &quot;A String&quot;,
150 &quot;title&quot;: &quot;A String&quot;,
151 &quot;link&quot;: &quot;A String&quot;,
152 },
153 ],
154 &quot;destination&quot;: &quot;A String&quot;,
155 &quot;submittedValue&quot;: &quot;A String&quot;,
156 &quot;displayedValue&quot;: &quot;A String&quot;,
157 &quot;id&quot;: &quot;A String&quot;,
158 &quot;numItems&quot;: 42,
159 &quot;country&quot;: &quot;A String&quot;,
160 &quot;severity&quot;: &quot;A String&quot;, # Acceptable values are: - &quot;`critical`&quot; - &quot;`error`&quot; - &quot;`suggestion`&quot;
161 &quot;detail&quot;: &quot;A String&quot;,
162 &quot;lastChecked&quot;: &quot;A String&quot;,
163 &quot;location&quot;: &quot;A String&quot;,
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800164 },
165 ],
166 &quot;accountId&quot;: &quot;A String&quot;, # The ID of the account for which the status is reported.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800167 &quot;kind&quot;: &quot;A String&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;`content#accountStatus`&quot;
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800168 &quot;products&quot;: [ # List of product-related data by channel, destination, and country. Data in this field may be delayed by up to 30 minutes.
169 {
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800170 &quot;destination&quot;: &quot;A String&quot;, # The destination the data applies to.
171 &quot;channel&quot;: &quot;A String&quot;, # The channel the data applies to. Acceptable values are: - &quot;`local`&quot; - &quot;`online`&quot;
172 &quot;statistics&quot;: { # Aggregated product statistics.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800173 &quot;disapproved&quot;: &quot;A String&quot;, # Number of disapproved offers.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800174 &quot;pending&quot;: &quot;A String&quot;, # Number of pending offers.
175 &quot;active&quot;: &quot;A String&quot;, # Number of active offers.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800176 &quot;expiring&quot;: &quot;A String&quot;, # Number of expiring offers.
177 },
178 &quot;itemLevelIssues&quot;: [ # List of item-level issues.
179 {
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800180 &quot;resolution&quot;: &quot;A String&quot;, # Whether the issue can be resolved by the merchant.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800181 &quot;description&quot;: &quot;A String&quot;, # A short issue description in English.
182 &quot;numItems&quot;: &quot;A String&quot;, # Number of items with this issue.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800183 &quot;documentation&quot;: &quot;A String&quot;, # The URL of a web page to help with resolving this issue.
184 &quot;servability&quot;: &quot;A String&quot;, # How this issue affects serving of the offer.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800185 &quot;code&quot;: &quot;A String&quot;, # The error code of the issue.
186 &quot;detail&quot;: &quot;A String&quot;, # A detailed issue description in English.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800187 &quot;attributeName&quot;: &quot;A String&quot;, # The attribute&#x27;s name, if the issue is caused by a single attribute.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800188 },
189 ],
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800190 &quot;country&quot;: &quot;A String&quot;, # The country the data applies to.
191 },
192 ],
193 &quot;websiteClaimed&quot;: True or False, # Whether the account&#x27;s website is claimed or not.
194 },
195 &quot;errors&quot;: { # A list of errors returned by a failed batch entry. # A list of errors defined if and only if the request failed.
196 &quot;message&quot;: &quot;A String&quot;, # The message of the first error in `errors`.
197 &quot;code&quot;: 42, # The HTTP status of the first error in `errors`.
198 &quot;errors&quot;: [ # A list of errors.
199 { # An error returned by the API.
200 &quot;message&quot;: &quot;A String&quot;, # A description of the error.
201 &quot;reason&quot;: &quot;A String&quot;, # The error code.
202 &quot;domain&quot;: &quot;A String&quot;, # The domain of the error.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800203 },
204 ],
205 },
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800206 &quot;batchId&quot;: 42, # The ID of the request entry this entry responds to.
Craig Citro065b5302014-08-14 00:47:23 -0700207 },
208 ],
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800209 &quot;kind&quot;: &quot;A String&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;content#accountstatusesCustomBatchResponse&quot;.
Craig Citro065b5302014-08-14 00:47:23 -0700210 }</pre>
211</div>
212
213<div class="method">
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700214 <code class="details" id="get">get(merchantId, accountId, destinations=None, x__xgafv=None)</code>
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700215 <pre>Retrieves the status of a Merchant Center account. No itemLevelIssues are returned for multi-client accounts.
Craig Citro065b5302014-08-14 00:47:23 -0700216
217Args:
Dan O'Mearadd494642020-05-01 07:42:23 -0700218 merchantId: string, The ID of the managing account. If this parameter is not the same as accountId, then this account must be a multi-client account and `accountId` must be the ID of a sub-account of this account. (required)
Craig Citro065b5302014-08-14 00:47:23 -0700219 accountId: string, The ID of the account. (required)
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700220 destinations: string, If set, only issues for the specified destinations are returned, otherwise only issues for the Shopping destination. (repeated)
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700221 x__xgafv: string, V1 error format.
222 Allowed values
223 1 - v1 error format
224 2 - v2 error format
Craig Citro065b5302014-08-14 00:47:23 -0700225
226Returns:
227 An object of the form:
228
229 { # The status of an account, i.e., information about its products, which is computed offline and not returned immediately at insertion time.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800230 &quot;accountLevelIssues&quot;: [ # A list of account level issues.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800231 {
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800232 &quot;destination&quot;: &quot;A String&quot;, # The destination the issue applies to. If this field is empty then the issue applies to all available destinations.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800233 &quot;severity&quot;: &quot;A String&quot;, # Severity of the issue. Acceptable values are: - &quot;`critical`&quot; - &quot;`error`&quot; - &quot;`suggestion`&quot;
234 &quot;title&quot;: &quot;A String&quot;, # Short description of the issue.
235 &quot;id&quot;: &quot;A String&quot;, # Issue identifier.
236 &quot;documentation&quot;: &quot;A String&quot;, # The URL of a web page to help resolving this issue.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800237 &quot;detail&quot;: &quot;A String&quot;, # Additional details about the issue.
238 &quot;country&quot;: &quot;A String&quot;, # Country for which this issue is reported.
239 },
240 ],
241 &quot;dataQualityIssues&quot;: [ # DEPRECATED - never populated.
242 {
243 &quot;exampleItems&quot;: [
244 {
245 &quot;submittedValue&quot;: &quot;A String&quot;,
246 &quot;valueOnLandingPage&quot;: &quot;A String&quot;,
247 &quot;itemId&quot;: &quot;A String&quot;,
248 &quot;title&quot;: &quot;A String&quot;,
249 &quot;link&quot;: &quot;A String&quot;,
250 },
251 ],
252 &quot;destination&quot;: &quot;A String&quot;,
253 &quot;submittedValue&quot;: &quot;A String&quot;,
254 &quot;displayedValue&quot;: &quot;A String&quot;,
255 &quot;id&quot;: &quot;A String&quot;,
256 &quot;numItems&quot;: 42,
257 &quot;country&quot;: &quot;A String&quot;,
258 &quot;severity&quot;: &quot;A String&quot;, # Acceptable values are: - &quot;`critical`&quot; - &quot;`error`&quot; - &quot;`suggestion`&quot;
259 &quot;detail&quot;: &quot;A String&quot;,
260 &quot;lastChecked&quot;: &quot;A String&quot;,
261 &quot;location&quot;: &quot;A String&quot;,
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800262 },
263 ],
Bu Sun Kim65020912020-05-20 12:08:20 -0700264 &quot;accountId&quot;: &quot;A String&quot;, # The ID of the account for which the status is reported.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700265 &quot;kind&quot;: &quot;A String&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;`content#accountStatus`&quot;
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800266 &quot;products&quot;: [ # List of product-related data by channel, destination, and country. Data in this field may be delayed by up to 30 minutes.
267 {
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800268 &quot;destination&quot;: &quot;A String&quot;, # The destination the data applies to.
269 &quot;channel&quot;: &quot;A String&quot;, # The channel the data applies to. Acceptable values are: - &quot;`local`&quot; - &quot;`online`&quot;
270 &quot;statistics&quot;: { # Aggregated product statistics.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800271 &quot;disapproved&quot;: &quot;A String&quot;, # Number of disapproved offers.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800272 &quot;pending&quot;: &quot;A String&quot;, # Number of pending offers.
273 &quot;active&quot;: &quot;A String&quot;, # Number of active offers.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800274 &quot;expiring&quot;: &quot;A String&quot;, # Number of expiring offers.
275 },
276 &quot;itemLevelIssues&quot;: [ # List of item-level issues.
277 {
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800278 &quot;resolution&quot;: &quot;A String&quot;, # Whether the issue can be resolved by the merchant.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800279 &quot;description&quot;: &quot;A String&quot;, # A short issue description in English.
280 &quot;numItems&quot;: &quot;A String&quot;, # Number of items with this issue.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800281 &quot;documentation&quot;: &quot;A String&quot;, # The URL of a web page to help with resolving this issue.
282 &quot;servability&quot;: &quot;A String&quot;, # How this issue affects serving of the offer.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800283 &quot;code&quot;: &quot;A String&quot;, # The error code of the issue.
284 &quot;detail&quot;: &quot;A String&quot;, # A detailed issue description in English.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800285 &quot;attributeName&quot;: &quot;A String&quot;, # The attribute&#x27;s name, if the issue is caused by a single attribute.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800286 },
287 ],
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800288 &quot;country&quot;: &quot;A String&quot;, # The country the data applies to.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800289 },
290 ],
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800291 &quot;websiteClaimed&quot;: True or False, # Whether the account&#x27;s website is claimed or not.
Craig Citro065b5302014-08-14 00:47:23 -0700292 }</pre>
293</div>
294
295<div class="method">
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800296 <code class="details" id="list">list(merchantId, maxResults=None, pageToken=None, destinations=None, x__xgafv=None)</code>
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700297 <pre>Lists the statuses of the sub-accounts in your Merchant Center account.
Craig Citro065b5302014-08-14 00:47:23 -0700298
299Args:
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700300 merchantId: string, The ID of the managing account. This must be a multi-client account. (required)
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700301 maxResults: integer, The maximum number of account statuses to return in the response, used for paging.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800302 pageToken: string, The token returned by the previous request.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800303 destinations: string, If set, only issues for the specified destinations are returned, otherwise only issues for the Shopping destination. (repeated)
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700304 x__xgafv: string, V1 error format.
305 Allowed values
306 1 - v1 error format
307 2 - v2 error format
Craig Citro065b5302014-08-14 00:47:23 -0700308
309Returns:
310 An object of the form:
311
312 {
Bu Sun Kim65020912020-05-20 12:08:20 -0700313 &quot;resources&quot;: [
Craig Citro065b5302014-08-14 00:47:23 -0700314 { # The status of an account, i.e., information about its products, which is computed offline and not returned immediately at insertion time.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800315 &quot;accountLevelIssues&quot;: [ # A list of account level issues.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800316 {
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800317 &quot;destination&quot;: &quot;A String&quot;, # The destination the issue applies to. If this field is empty then the issue applies to all available destinations.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800318 &quot;severity&quot;: &quot;A String&quot;, # Severity of the issue. Acceptable values are: - &quot;`critical`&quot; - &quot;`error`&quot; - &quot;`suggestion`&quot;
319 &quot;title&quot;: &quot;A String&quot;, # Short description of the issue.
320 &quot;id&quot;: &quot;A String&quot;, # Issue identifier.
321 &quot;documentation&quot;: &quot;A String&quot;, # The URL of a web page to help resolving this issue.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800322 &quot;detail&quot;: &quot;A String&quot;, # Additional details about the issue.
323 &quot;country&quot;: &quot;A String&quot;, # Country for which this issue is reported.
324 },
325 ],
326 &quot;dataQualityIssues&quot;: [ # DEPRECATED - never populated.
327 {
328 &quot;exampleItems&quot;: [
329 {
330 &quot;submittedValue&quot;: &quot;A String&quot;,
331 &quot;valueOnLandingPage&quot;: &quot;A String&quot;,
332 &quot;itemId&quot;: &quot;A String&quot;,
333 &quot;title&quot;: &quot;A String&quot;,
334 &quot;link&quot;: &quot;A String&quot;,
335 },
336 ],
337 &quot;destination&quot;: &quot;A String&quot;,
338 &quot;submittedValue&quot;: &quot;A String&quot;,
339 &quot;displayedValue&quot;: &quot;A String&quot;,
340 &quot;id&quot;: &quot;A String&quot;,
341 &quot;numItems&quot;: 42,
342 &quot;country&quot;: &quot;A String&quot;,
343 &quot;severity&quot;: &quot;A String&quot;, # Acceptable values are: - &quot;`critical`&quot; - &quot;`error`&quot; - &quot;`suggestion`&quot;
344 &quot;detail&quot;: &quot;A String&quot;,
345 &quot;lastChecked&quot;: &quot;A String&quot;,
346 &quot;location&quot;: &quot;A String&quot;,
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800347 },
348 ],
Bu Sun Kim65020912020-05-20 12:08:20 -0700349 &quot;accountId&quot;: &quot;A String&quot;, # The ID of the account for which the status is reported.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700350 &quot;kind&quot;: &quot;A String&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;`content#accountStatus`&quot;
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800351 &quot;products&quot;: [ # List of product-related data by channel, destination, and country. Data in this field may be delayed by up to 30 minutes.
352 {
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800353 &quot;destination&quot;: &quot;A String&quot;, # The destination the data applies to.
354 &quot;channel&quot;: &quot;A String&quot;, # The channel the data applies to. Acceptable values are: - &quot;`local`&quot; - &quot;`online`&quot;
355 &quot;statistics&quot;: { # Aggregated product statistics.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800356 &quot;disapproved&quot;: &quot;A String&quot;, # Number of disapproved offers.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800357 &quot;pending&quot;: &quot;A String&quot;, # Number of pending offers.
358 &quot;active&quot;: &quot;A String&quot;, # Number of active offers.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800359 &quot;expiring&quot;: &quot;A String&quot;, # Number of expiring offers.
360 },
361 &quot;itemLevelIssues&quot;: [ # List of item-level issues.
362 {
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800363 &quot;resolution&quot;: &quot;A String&quot;, # Whether the issue can be resolved by the merchant.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800364 &quot;description&quot;: &quot;A String&quot;, # A short issue description in English.
365 &quot;numItems&quot;: &quot;A String&quot;, # Number of items with this issue.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800366 &quot;documentation&quot;: &quot;A String&quot;, # The URL of a web page to help with resolving this issue.
367 &quot;servability&quot;: &quot;A String&quot;, # How this issue affects serving of the offer.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800368 &quot;code&quot;: &quot;A String&quot;, # The error code of the issue.
369 &quot;detail&quot;: &quot;A String&quot;, # A detailed issue description in English.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800370 &quot;attributeName&quot;: &quot;A String&quot;, # The attribute&#x27;s name, if the issue is caused by a single attribute.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800371 },
372 ],
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800373 &quot;country&quot;: &quot;A String&quot;, # The country the data applies to.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800374 },
375 ],
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800376 &quot;websiteClaimed&quot;: True or False, # Whether the account&#x27;s website is claimed or not.
Craig Citro065b5302014-08-14 00:47:23 -0700377 },
378 ],
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800379 &quot;kind&quot;: &quot;A String&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;content#accountstatusesListResponse&quot;.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800380 &quot;nextPageToken&quot;: &quot;A String&quot;, # The token for the retrieval of the next page of account statuses.
Craig Citro065b5302014-08-14 00:47:23 -0700381 }</pre>
382</div>
383
384<div class="method">
385 <code class="details" id="list_next">list_next(previous_request, previous_response)</code>
386 <pre>Retrieves the next page of results.
387
388Args:
389 previous_request: The request for the previous page. (required)
390 previous_response: The response from the request for the previous page. (required)
391
392Returns:
Bu Sun Kim65020912020-05-20 12:08:20 -0700393 A request object that you can call &#x27;execute()&#x27; on to request the next
Craig Citro065b5302014-08-14 00:47:23 -0700394 page. Returns None if there are no more items in the collection.
395 </pre>
396</div>
397
398</body></html>