blob: 2549792d6eb3e3bcc6006103276c79b3694a541c [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">
Dan O'Mearadd494642020-05-01 07:42:23 -070078 <code><a href="#custombatch">custombatch(body=None)</a></code></p>
Bu Sun Kim715bd7f2019-06-14 16:50:42 -070079<p class="firstline">Retrieves multiple Merchant Center account statuses in a single request.</p>
Craig Citro065b5302014-08-14 00:47:23 -070080<p class="toc_element">
Bu Sun Kim715bd7f2019-06-14 16:50:42 -070081 <code><a href="#get">get(merchantId, accountId, destinations=None)</a></code></p>
82<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 -070083<p class="toc_element">
Bu Sun Kim65020912020-05-20 12:08:20 -070084 <code><a href="#list">list(merchantId, destinations=None, maxResults=None, pageToken=None)</a></code></p>
Bu Sun Kim715bd7f2019-06-14 16:50:42 -070085<p class="firstline">Lists the statuses of the sub-accounts in your Merchant Center account.</p>
Craig Citro065b5302014-08-14 00:47:23 -070086<p class="toc_element">
87 <code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p>
88<p class="firstline">Retrieves the next page of results.</p>
89<h3>Method Details</h3>
90<div class="method">
Dan O'Mearadd494642020-05-01 07:42:23 -070091 <code class="details" id="custombatch">custombatch(body=None)</code>
Bu Sun Kim715bd7f2019-06-14 16:50:42 -070092 <pre>Retrieves multiple Merchant Center account statuses in a single request.
Craig Citro065b5302014-08-14 00:47:23 -070093
94Args:
Dan O'Mearadd494642020-05-01 07:42:23 -070095 body: object, The request body.
Craig Citro065b5302014-08-14 00:47:23 -070096 The object takes the form of:
97
98{
Bu Sun Kim65020912020-05-20 12:08:20 -070099 &quot;entries&quot;: [ # The request entries to be processed in the batch.
Craig Citroe633be12015-03-02 13:40:36 -0800100 { # A batch entry encoding a single non-batch accountstatuses request.
Bu Sun Kim65020912020-05-20 12:08:20 -0700101 &quot;accountId&quot;: &quot;A String&quot;, # The ID of the (sub-)account whose status to get.
102 &quot;batchId&quot;: 42, # An entry ID, unique within the batch request.
103 &quot;destinations&quot;: [ # If set, only issues for the specified destinations are returned, otherwise only issues for the Shopping destination.
104 &quot;A String&quot;,
105 ],
106 &quot;merchantId&quot;: &quot;A String&quot;, # The ID of the managing account.
107 &quot;method&quot;: &quot;A String&quot;, # The method of the batch entry.
Dan O'Mearadd494642020-05-01 07:42:23 -0700108 #
109 # Acceptable values are:
Bu Sun Kim65020912020-05-20 12:08:20 -0700110 # - &quot;`get`&quot;
Craig Citro065b5302014-08-14 00:47:23 -0700111 },
112 ],
113 }
114
115
116Returns:
117 An object of the form:
118
119 {
Bu Sun Kim65020912020-05-20 12:08:20 -0700120 &quot;entries&quot;: [ # The result of the execution of the batch requests.
Craig Citroe633be12015-03-02 13:40:36 -0800121 { # A batch entry encoding a single non-batch accountstatuses response.
Bu Sun Kim65020912020-05-20 12:08:20 -0700122 &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.
123 &quot;accountId&quot;: &quot;A String&quot;, # The ID of the account for which the status is reported.
124 &quot;accountLevelIssues&quot;: [ # A list of account level issues.
Craig Citro065b5302014-08-14 00:47:23 -0700125 {
Bu Sun Kim65020912020-05-20 12:08:20 -0700126 &quot;country&quot;: &quot;A String&quot;, # Country for which this issue is reported.
127 &quot;destination&quot;: &quot;A String&quot;, # The destination the issue applies to.
128 &quot;detail&quot;: &quot;A String&quot;, # Additional details about the issue.
129 &quot;documentation&quot;: &quot;A String&quot;, # The URL of a web page to help resolving this issue.
130 &quot;id&quot;: &quot;A String&quot;, # Issue identifier.
131 &quot;severity&quot;: &quot;A String&quot;, # Severity of the issue.
Dan O'Mearadd494642020-05-01 07:42:23 -0700132 #
133 # Acceptable values are:
Bu Sun Kim65020912020-05-20 12:08:20 -0700134 # - &quot;`critical`&quot;
135 # - &quot;`error`&quot;
136 # - &quot;`suggestion`&quot;
137 &quot;title&quot;: &quot;A String&quot;, # Short description of the issue.
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700138 },
139 ],
Bu Sun Kim65020912020-05-20 12:08:20 -0700140 &quot;dataQualityIssues&quot;: [ # DEPRECATED - never populated.
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700141 {
Bu Sun Kim65020912020-05-20 12:08:20 -0700142 &quot;country&quot;: &quot;A String&quot;,
143 &quot;destination&quot;: &quot;A String&quot;,
144 &quot;detail&quot;: &quot;A String&quot;,
145 &quot;displayedValue&quot;: &quot;A String&quot;,
146 &quot;exampleItems&quot;: [
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700147 {
Bu Sun Kim65020912020-05-20 12:08:20 -0700148 &quot;itemId&quot;: &quot;A String&quot;,
149 &quot;link&quot;: &quot;A String&quot;,
150 &quot;submittedValue&quot;: &quot;A String&quot;,
151 &quot;title&quot;: &quot;A String&quot;,
152 &quot;valueOnLandingPage&quot;: &quot;A String&quot;,
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700153 },
154 ],
Bu Sun Kim65020912020-05-20 12:08:20 -0700155 &quot;id&quot;: &quot;A String&quot;,
156 &quot;lastChecked&quot;: &quot;A String&quot;,
157 &quot;location&quot;: &quot;A String&quot;,
158 &quot;numItems&quot;: 42,
159 &quot;severity&quot;: &quot;A String&quot;, # Acceptable values are:
160 # - &quot;`critical`&quot;
161 # - &quot;`error`&quot;
162 # - &quot;`suggestion`&quot;
163 &quot;submittedValue&quot;: &quot;A String&quot;,
164 },
165 ],
166 &quot;kind&quot;: &quot;content#accountStatus&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;`content#accountStatus`&quot;
167 &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.
168 {
169 &quot;channel&quot;: &quot;A String&quot;, # The channel the data applies to.
Dan O'Mearadd494642020-05-01 07:42:23 -0700170 #
171 # Acceptable values are:
Bu Sun Kim65020912020-05-20 12:08:20 -0700172 # - &quot;`local`&quot;
173 # - &quot;`online`&quot;
174 &quot;country&quot;: &quot;A String&quot;, # The country the data applies to.
175 &quot;destination&quot;: &quot;A String&quot;, # The destination the data applies to.
176 &quot;itemLevelIssues&quot;: [ # List of item-level issues.
177 {
178 &quot;attributeName&quot;: &quot;A String&quot;, # The attribute&#x27;s name, if the issue is caused by a single attribute.
179 &quot;code&quot;: &quot;A String&quot;, # The error code of the issue.
180 &quot;description&quot;: &quot;A String&quot;, # A short issue description in English.
181 &quot;detail&quot;: &quot;A String&quot;, # A detailed issue description in English.
182 &quot;documentation&quot;: &quot;A String&quot;, # The URL of a web page to help with resolving this issue.
183 &quot;numItems&quot;: &quot;A String&quot;, # Number of items with this issue.
184 &quot;resolution&quot;: &quot;A String&quot;, # Whether the issue can be resolved by the merchant.
185 &quot;servability&quot;: &quot;A String&quot;, # How this issue affects serving of the offer.
186 },
187 ],
188 &quot;statistics&quot;: { # Aggregated product statistics.
189 &quot;active&quot;: &quot;A String&quot;, # Number of active offers.
190 &quot;disapproved&quot;: &quot;A String&quot;, # Number of disapproved offers.
191 &quot;expiring&quot;: &quot;A String&quot;, # Number of expiring offers.
192 &quot;pending&quot;: &quot;A String&quot;, # Number of pending offers.
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700193 },
194 },
195 ],
Bu Sun Kim65020912020-05-20 12:08:20 -0700196 &quot;websiteClaimed&quot;: True or False, # Whether the account&#x27;s website is claimed or not.
197 },
198 &quot;batchId&quot;: 42, # The ID of the request entry this entry responds to.
199 &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.
200 &quot;code&quot;: 42, # The HTTP status of the first error in `errors`.
201 &quot;errors&quot;: [ # A list of errors.
202 { # An error returned by the API.
203 &quot;domain&quot;: &quot;A String&quot;, # The domain of the error.
204 &quot;message&quot;: &quot;A String&quot;, # A description of the error.
205 &quot;reason&quot;: &quot;A String&quot;, # The error code.
Craig Citro065b5302014-08-14 00:47:23 -0700206 },
207 ],
Bu Sun Kim65020912020-05-20 12:08:20 -0700208 &quot;message&quot;: &quot;A String&quot;, # The message of the first error in `errors`.
Craig Citro065b5302014-08-14 00:47:23 -0700209 },
210 },
211 ],
Bu Sun Kim65020912020-05-20 12:08:20 -0700212 &quot;kind&quot;: &quot;content#accountstatusesCustomBatchResponse&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;content#accountstatusesCustomBatchResponse&quot;.
Craig Citro065b5302014-08-14 00:47:23 -0700213 }</pre>
214</div>
215
216<div class="method">
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700217 <code class="details" id="get">get(merchantId, accountId, destinations=None)</code>
218 <pre>Retrieves the status of a Merchant Center account. No itemLevelIssues are returned for multi-client accounts.
Craig Citro065b5302014-08-14 00:47:23 -0700219
220Args:
Dan O'Mearadd494642020-05-01 07:42:23 -0700221 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 -0700222 accountId: string, The ID of the account. (required)
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700223 destinations: string, If set, only issues for the specified destinations are returned, otherwise only issues for the Shopping destination. (repeated)
Craig Citro065b5302014-08-14 00:47:23 -0700224
225Returns:
226 An object of the form:
227
228 { # The status of an account, i.e., information about its products, which is computed offline and not returned immediately at insertion time.
Bu Sun Kim65020912020-05-20 12:08:20 -0700229 &quot;accountId&quot;: &quot;A String&quot;, # The ID of the account for which the status is reported.
230 &quot;accountLevelIssues&quot;: [ # A list of account level issues.
Craig Citro065b5302014-08-14 00:47:23 -0700231 {
Bu Sun Kim65020912020-05-20 12:08:20 -0700232 &quot;country&quot;: &quot;A String&quot;, # Country for which this issue is reported.
233 &quot;destination&quot;: &quot;A String&quot;, # The destination the issue applies to.
234 &quot;detail&quot;: &quot;A String&quot;, # Additional details about the issue.
235 &quot;documentation&quot;: &quot;A String&quot;, # The URL of a web page to help resolving this issue.
236 &quot;id&quot;: &quot;A String&quot;, # Issue identifier.
237 &quot;severity&quot;: &quot;A String&quot;, # Severity of the issue.
Dan O'Mearadd494642020-05-01 07:42:23 -0700238 #
239 # Acceptable values are:
Bu Sun Kim65020912020-05-20 12:08:20 -0700240 # - &quot;`critical`&quot;
241 # - &quot;`error`&quot;
242 # - &quot;`suggestion`&quot;
243 &quot;title&quot;: &quot;A String&quot;, # Short description of the issue.
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700244 },
245 ],
Bu Sun Kim65020912020-05-20 12:08:20 -0700246 &quot;dataQualityIssues&quot;: [ # DEPRECATED - never populated.
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700247 {
Bu Sun Kim65020912020-05-20 12:08:20 -0700248 &quot;country&quot;: &quot;A String&quot;,
249 &quot;destination&quot;: &quot;A String&quot;,
250 &quot;detail&quot;: &quot;A String&quot;,
251 &quot;displayedValue&quot;: &quot;A String&quot;,
252 &quot;exampleItems&quot;: [
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700253 {
Bu Sun Kim65020912020-05-20 12:08:20 -0700254 &quot;itemId&quot;: &quot;A String&quot;,
255 &quot;link&quot;: &quot;A String&quot;,
256 &quot;submittedValue&quot;: &quot;A String&quot;,
257 &quot;title&quot;: &quot;A String&quot;,
258 &quot;valueOnLandingPage&quot;: &quot;A String&quot;,
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700259 },
260 ],
Bu Sun Kim65020912020-05-20 12:08:20 -0700261 &quot;id&quot;: &quot;A String&quot;,
262 &quot;lastChecked&quot;: &quot;A String&quot;,
263 &quot;location&quot;: &quot;A String&quot;,
264 &quot;numItems&quot;: 42,
265 &quot;severity&quot;: &quot;A String&quot;, # Acceptable values are:
266 # - &quot;`critical`&quot;
267 # - &quot;`error`&quot;
268 # - &quot;`suggestion`&quot;
269 &quot;submittedValue&quot;: &quot;A String&quot;,
270 },
271 ],
272 &quot;kind&quot;: &quot;content#accountStatus&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;`content#accountStatus`&quot;
273 &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.
274 {
275 &quot;channel&quot;: &quot;A String&quot;, # The channel the data applies to.
Dan O'Mearadd494642020-05-01 07:42:23 -0700276 #
277 # Acceptable values are:
Bu Sun Kim65020912020-05-20 12:08:20 -0700278 # - &quot;`local`&quot;
279 # - &quot;`online`&quot;
280 &quot;country&quot;: &quot;A String&quot;, # The country the data applies to.
281 &quot;destination&quot;: &quot;A String&quot;, # The destination the data applies to.
282 &quot;itemLevelIssues&quot;: [ # List of item-level issues.
283 {
284 &quot;attributeName&quot;: &quot;A String&quot;, # The attribute&#x27;s name, if the issue is caused by a single attribute.
285 &quot;code&quot;: &quot;A String&quot;, # The error code of the issue.
286 &quot;description&quot;: &quot;A String&quot;, # A short issue description in English.
287 &quot;detail&quot;: &quot;A String&quot;, # A detailed issue description in English.
288 &quot;documentation&quot;: &quot;A String&quot;, # The URL of a web page to help with resolving this issue.
289 &quot;numItems&quot;: &quot;A String&quot;, # Number of items with this issue.
290 &quot;resolution&quot;: &quot;A String&quot;, # Whether the issue can be resolved by the merchant.
291 &quot;servability&quot;: &quot;A String&quot;, # How this issue affects serving of the offer.
292 },
293 ],
294 &quot;statistics&quot;: { # Aggregated product statistics.
295 &quot;active&quot;: &quot;A String&quot;, # Number of active offers.
296 &quot;disapproved&quot;: &quot;A String&quot;, # Number of disapproved offers.
297 &quot;expiring&quot;: &quot;A String&quot;, # Number of expiring offers.
298 &quot;pending&quot;: &quot;A String&quot;, # Number of pending offers.
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700299 },
300 },
301 ],
Bu Sun Kim65020912020-05-20 12:08:20 -0700302 &quot;websiteClaimed&quot;: True or False, # Whether the account&#x27;s website is claimed or not.
Craig Citro065b5302014-08-14 00:47:23 -0700303 }</pre>
304</div>
305
306<div class="method">
Bu Sun Kim65020912020-05-20 12:08:20 -0700307 <code class="details" id="list">list(merchantId, destinations=None, maxResults=None, pageToken=None)</code>
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700308 <pre>Lists the statuses of the sub-accounts in your Merchant Center account.
Craig Citro065b5302014-08-14 00:47:23 -0700309
310Args:
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700311 merchantId: string, The ID of the managing account. This must be a multi-client account. (required)
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700312 destinations: string, If set, only issues for the specified destinations are returned, otherwise only issues for the Shopping destination. (repeated)
Bu Sun Kim65020912020-05-20 12:08:20 -0700313 maxResults: integer, The maximum number of account statuses to return in the response, used for paging.
314 pageToken: string, The token returned by the previous request.
Craig Citro065b5302014-08-14 00:47:23 -0700315
316Returns:
317 An object of the form:
318
319 {
Bu Sun Kim65020912020-05-20 12:08:20 -0700320 &quot;kind&quot;: &quot;content#accountstatusesListResponse&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;content#accountstatusesListResponse&quot;.
321 &quot;nextPageToken&quot;: &quot;A String&quot;, # The token for the retrieval of the next page of account statuses.
322 &quot;resources&quot;: [
Craig Citro065b5302014-08-14 00:47:23 -0700323 { # The status of an account, i.e., information about its products, which is computed offline and not returned immediately at insertion time.
Bu Sun Kim65020912020-05-20 12:08:20 -0700324 &quot;accountId&quot;: &quot;A String&quot;, # The ID of the account for which the status is reported.
325 &quot;accountLevelIssues&quot;: [ # A list of account level issues.
Craig Citro065b5302014-08-14 00:47:23 -0700326 {
Bu Sun Kim65020912020-05-20 12:08:20 -0700327 &quot;country&quot;: &quot;A String&quot;, # Country for which this issue is reported.
328 &quot;destination&quot;: &quot;A String&quot;, # The destination the issue applies to.
329 &quot;detail&quot;: &quot;A String&quot;, # Additional details about the issue.
330 &quot;documentation&quot;: &quot;A String&quot;, # The URL of a web page to help resolving this issue.
331 &quot;id&quot;: &quot;A String&quot;, # Issue identifier.
332 &quot;severity&quot;: &quot;A String&quot;, # Severity of the issue.
Dan O'Mearadd494642020-05-01 07:42:23 -0700333 #
334 # Acceptable values are:
Bu Sun Kim65020912020-05-20 12:08:20 -0700335 # - &quot;`critical`&quot;
336 # - &quot;`error`&quot;
337 # - &quot;`suggestion`&quot;
338 &quot;title&quot;: &quot;A String&quot;, # Short description of the issue.
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700339 },
340 ],
Bu Sun Kim65020912020-05-20 12:08:20 -0700341 &quot;dataQualityIssues&quot;: [ # DEPRECATED - never populated.
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700342 {
Bu Sun Kim65020912020-05-20 12:08:20 -0700343 &quot;country&quot;: &quot;A String&quot;,
344 &quot;destination&quot;: &quot;A String&quot;,
345 &quot;detail&quot;: &quot;A String&quot;,
346 &quot;displayedValue&quot;: &quot;A String&quot;,
347 &quot;exampleItems&quot;: [
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700348 {
Bu Sun Kim65020912020-05-20 12:08:20 -0700349 &quot;itemId&quot;: &quot;A String&quot;,
350 &quot;link&quot;: &quot;A String&quot;,
351 &quot;submittedValue&quot;: &quot;A String&quot;,
352 &quot;title&quot;: &quot;A String&quot;,
353 &quot;valueOnLandingPage&quot;: &quot;A String&quot;,
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700354 },
355 ],
Bu Sun Kim65020912020-05-20 12:08:20 -0700356 &quot;id&quot;: &quot;A String&quot;,
357 &quot;lastChecked&quot;: &quot;A String&quot;,
358 &quot;location&quot;: &quot;A String&quot;,
359 &quot;numItems&quot;: 42,
360 &quot;severity&quot;: &quot;A String&quot;, # Acceptable values are:
361 # - &quot;`critical`&quot;
362 # - &quot;`error`&quot;
363 # - &quot;`suggestion`&quot;
364 &quot;submittedValue&quot;: &quot;A String&quot;,
365 },
366 ],
367 &quot;kind&quot;: &quot;content#accountStatus&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;`content#accountStatus`&quot;
368 &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.
369 {
370 &quot;channel&quot;: &quot;A String&quot;, # The channel the data applies to.
Dan O'Mearadd494642020-05-01 07:42:23 -0700371 #
372 # Acceptable values are:
Bu Sun Kim65020912020-05-20 12:08:20 -0700373 # - &quot;`local`&quot;
374 # - &quot;`online`&quot;
375 &quot;country&quot;: &quot;A String&quot;, # The country the data applies to.
376 &quot;destination&quot;: &quot;A String&quot;, # The destination the data applies to.
377 &quot;itemLevelIssues&quot;: [ # List of item-level issues.
378 {
379 &quot;attributeName&quot;: &quot;A String&quot;, # The attribute&#x27;s name, if the issue is caused by a single attribute.
380 &quot;code&quot;: &quot;A String&quot;, # The error code of the issue.
381 &quot;description&quot;: &quot;A String&quot;, # A short issue description in English.
382 &quot;detail&quot;: &quot;A String&quot;, # A detailed issue description in English.
383 &quot;documentation&quot;: &quot;A String&quot;, # The URL of a web page to help with resolving this issue.
384 &quot;numItems&quot;: &quot;A String&quot;, # Number of items with this issue.
385 &quot;resolution&quot;: &quot;A String&quot;, # Whether the issue can be resolved by the merchant.
386 &quot;servability&quot;: &quot;A String&quot;, # How this issue affects serving of the offer.
387 },
388 ],
389 &quot;statistics&quot;: { # Aggregated product statistics.
390 &quot;active&quot;: &quot;A String&quot;, # Number of active offers.
391 &quot;disapproved&quot;: &quot;A String&quot;, # Number of disapproved offers.
392 &quot;expiring&quot;: &quot;A String&quot;, # Number of expiring offers.
393 &quot;pending&quot;: &quot;A String&quot;, # Number of pending offers.
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700394 },
395 },
396 ],
Bu Sun Kim65020912020-05-20 12:08:20 -0700397 &quot;websiteClaimed&quot;: True or False, # Whether the account&#x27;s website is claimed or not.
Craig Citro065b5302014-08-14 00:47:23 -0700398 },
399 ],
400 }</pre>
401</div>
402
403<div class="method">
404 <code class="details" id="list_next">list_next(previous_request, previous_response)</code>
405 <pre>Retrieves the next page of results.
406
407Args:
408 previous_request: The request for the previous page. (required)
409 previous_response: The response from the request for the previous page. (required)
410
411Returns:
Bu Sun Kim65020912020-05-20 12:08:20 -0700412 A request object that you can call &#x27;execute()&#x27; on to request the next
Craig Citro065b5302014-08-14 00:47:23 -0700413 page. Returns None if there are no more items in the collection.
414 </pre>
415</div>
416
417</body></html>