File: content_v2.productstatuses.html

package info (click to toggle)
python-googleapi 2.186.0-1
  • links: PTS
  • area: main
  • in suites: forky, sid
  • size: 553,432 kB
  • sloc: python: 11,087; javascript: 249; sh: 114; makefile: 59
file content (908 lines) | stat: -rw-r--r-- 75,282 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
<html><body>
<style>

body, h1, h2, h3, div, span, p, pre, a {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

body {
  font-size: 13px;
  padding: 1em;
}

h1 {
  font-size: 26px;
  margin-bottom: 1em;
}

h2 {
  font-size: 24px;
  margin-bottom: 1em;
}

h3 {
  font-size: 20px;
  margin-bottom: 1em;
  margin-top: 1em;
}

pre, code {
  line-height: 1.5;
  font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
}

pre {
  margin-top: 0.5em;
}

h1, h2, h3, p {
  font-family: Arial, sans serif;
}

h1, h2, h3 {
  border-bottom: solid #CCC 1px;
}

.toc_element {
  margin-top: 0.5em;
}

.firstline {
  margin-left: 2 em;
}

.method  {
  margin-top: 1em;
  border: solid 1px #CCC;
  padding: 1em;
  background: #EEE;
}

.details {
  font-weight: bold;
  font-size: 14px;
}

</style>

<h1><a href="content_v2.html">Content API for Shopping</a> . <a href="content_v2.productstatuses.html">productstatuses</a></h1>
<h2>Instance Methods</h2>
<p class="toc_element">
  <code><a href="#close">close()</a></code></p>
<p class="firstline">Close httplib2 connections.</p>
<p class="toc_element">
  <code><a href="#custombatch">custombatch(body=None, includeAttributes=None, x__xgafv=None)</a></code></p>
<p class="firstline">Gets the statuses of multiple products in a single request.</p>
<p class="toc_element">
  <code><a href="#get">get(merchantId, productId, destinations=None, includeAttributes=None, x__xgafv=None)</a></code></p>
<p class="firstline">Gets the status of a product from your Merchant Center account.</p>
<p class="toc_element">
  <code><a href="#list">list(merchantId, destinations=None, includeAttributes=None, includeInvalidInsertedItems=None, maxResults=None, pageToken=None, x__xgafv=None)</a></code></p>
<p class="firstline">Lists the statuses of the products in your Merchant Center account.</p>
<p class="toc_element">
  <code><a href="#list_next">list_next()</a></code></p>
<p class="firstline">Retrieves the next page of results.</p>
<h3>Method Details</h3>
<div class="method">
    <code class="details" id="close">close()</code>
  <pre>Close httplib2 connections.</pre>
</div>

<div class="method">
    <code class="details" id="custombatch">custombatch(body=None, includeAttributes=None, x__xgafv=None)</code>
  <pre>Gets the statuses of multiple products in a single request.

Args:
  body: object, The request body.
    The object takes the form of:

{
  &quot;entries&quot;: [ # The request entries to be processed in the batch.
    { # A batch entry encoding a single non-batch productstatuses request.
      &quot;batchId&quot;: 42, # An entry ID, unique within the batch request.
      &quot;destinations&quot;: [ # If set, only issues for the specified destinations are returned, otherwise only issues for the Shopping destination.
        &quot;A String&quot;,
      ],
      &quot;includeAttributes&quot;: True or False,
      &quot;merchantId&quot;: &quot;A String&quot;, # The ID of the managing account.
      &quot;method&quot;: &quot;A String&quot;, # The method of the batch entry. Acceptable values are: - &quot;`get`&quot;
      &quot;productId&quot;: &quot;A String&quot;, # The ID of the product whose status to get.
    },
  ],
}

  includeAttributes: boolean, Flag to include full product data in the results of this request. The default value is false.
  x__xgafv: string, V1 error format.
    Allowed values
      1 - v1 error format
      2 - v2 error format

Returns:
  An object of the form:

    {
  &quot;entries&quot;: [ # The result of the execution of the batch requests.
    { # A batch entry encoding a single non-batch productstatuses response.
      &quot;batchId&quot;: 42, # The ID of the request entry this entry responds to.
      &quot;errors&quot;: { # A list of errors returned by a failed batch entry. # A list of errors, if the request failed.
        &quot;code&quot;: 42, # The HTTP status of the first error in `errors`.
        &quot;errors&quot;: [ # A list of errors.
          { # An error returned by the API.
            &quot;domain&quot;: &quot;A String&quot;, # The domain of the error.
            &quot;message&quot;: &quot;A String&quot;, # A description of the error.
            &quot;reason&quot;: &quot;A String&quot;, # The error code.
          },
        ],
        &quot;message&quot;: &quot;A String&quot;, # The message of the first error in `errors`.
      },
      &quot;kind&quot;: &quot;A String&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;`content#productstatusesCustomBatchResponseEntry`&quot;
      &quot;productStatus&quot;: { # The status of a product, i.e., information about a product computed asynchronously. # The requested product status. Only defined if the request was successful.
        &quot;creationDate&quot;: &quot;A String&quot;, # Date on which the item has been created, in ISO 8601 format.
        &quot;dataQualityIssues&quot;: [ # DEPRECATED - never populated
          {
            &quot;destination&quot;: &quot;A String&quot;,
            &quot;detail&quot;: &quot;A String&quot;,
            &quot;fetchStatus&quot;: &quot;A String&quot;,
            &quot;id&quot;: &quot;A String&quot;,
            &quot;location&quot;: &quot;A String&quot;,
            &quot;severity&quot;: &quot;A String&quot;,
            &quot;timestamp&quot;: &quot;A String&quot;,
            &quot;valueOnLandingPage&quot;: &quot;A String&quot;,
            &quot;valueProvided&quot;: &quot;A String&quot;,
          },
        ],
        &quot;destinationStatuses&quot;: [ # The intended destinations for the product.
          {
            &quot;approvalPending&quot;: True or False, # Whether the approval status might change due to further processing.
            &quot;approvalStatus&quot;: &quot;A String&quot;, # The destination&#x27;s approval status. Acceptable values are: - &quot;`approved`&quot; - &quot;`disapproved`&quot;
            &quot;destination&quot;: &quot;A String&quot;, # The name of the destination
            &quot;intention&quot;: &quot;A String&quot;, # Provided for backward compatibility only. Always set to &quot;required&quot;. Acceptable values are: - &quot;`default`&quot; - &quot;`excluded`&quot; - &quot;`optional`&quot; - &quot;`required`&quot;
          },
        ],
        &quot;googleExpirationDate&quot;: &quot;A String&quot;, # Date on which the item expires in Google Shopping, in ISO 8601 format.
        &quot;itemLevelIssues&quot;: [ # A list of all issues associated with the product.
          {
            &quot;attributeName&quot;: &quot;A String&quot;, # The attribute&#x27;s name, if the issue is caused by a single attribute.
            &quot;code&quot;: &quot;A String&quot;, # The error code of the issue.
            &quot;description&quot;: &quot;A String&quot;, # A short issue description in English.
            &quot;destination&quot;: &quot;A String&quot;, # The destination the issue applies to.
            &quot;detail&quot;: &quot;A String&quot;, # A detailed issue description in English.
            &quot;documentation&quot;: &quot;A String&quot;, # The URL of a web page to help with resolving this issue.
            &quot;resolution&quot;: &quot;A String&quot;, # Whether the issue can be resolved by the merchant.
            &quot;servability&quot;: &quot;A String&quot;, # How this issue affects serving of the offer.
          },
        ],
        &quot;kind&quot;: &quot;A String&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;`content#productStatus`&quot;
        &quot;lastUpdateDate&quot;: &quot;A String&quot;, # Date on which the item has been last updated, in ISO 8601 format.
        &quot;link&quot;: &quot;A String&quot;, # The link to the product.
        &quot;product&quot;: { #  Required product attributes are primarily defined by the products data specification. See the Products Data Specification Help Center article for information. Product data. After inserting, updating, or deleting a product, it may take several minutes before changes take effect. # Product data after applying all the join inputs.
          &quot;additionalImageLinks&quot;: [ # Additional URLs of images of the item.
            &quot;A String&quot;,
          ],
          &quot;additionalProductTypes&quot;: [ # Additional categories of the item (formatted as in products data specification).
            &quot;A String&quot;,
          ],
          &quot;adult&quot;: True or False, # Should be set to true if the item is targeted towards adults.
          &quot;adwordsGrouping&quot;: &quot;A String&quot;, # Used to group items in an arbitrary way. Only for CPA%, discouraged otherwise.
          &quot;adwordsLabels&quot;: [ # Similar to adwords_grouping, but only works on CPC.
            &quot;A String&quot;,
          ],
          &quot;adwordsRedirect&quot;: &quot;A String&quot;, # Allows advertisers to override the item URL when the product is shown within the context of Product Ads.
          &quot;ageGroup&quot;: &quot;A String&quot;, # Target age group of the item. Acceptable values are: - &quot;`adult`&quot; - &quot;`infant`&quot; - &quot;`kids`&quot; - &quot;`newborn`&quot; - &quot;`toddler`&quot; - &quot;`youngAdult`&quot;
          &quot;aspects&quot;: [ # Deprecated. Do not use.
            {
              &quot;aspectName&quot;: &quot;A String&quot;, # Deprecated.
              &quot;destinationName&quot;: &quot;A String&quot;, # Deprecated.
              &quot;intention&quot;: &quot;A String&quot;, # Deprecated.
            },
          ],
          &quot;availability&quot;: &quot;A String&quot;, # Availability status of the item. Acceptable values are: - &quot;`in stock`&quot; - &quot;`out of stock`&quot; - &quot;`preorder`&quot;
          &quot;availabilityDate&quot;: &quot;A String&quot;, # The day a pre-ordered product becomes available for delivery, in ISO 8601 format.
          &quot;brand&quot;: &quot;A String&quot;, # Brand of the item.
          &quot;canonicalLink&quot;: &quot;A String&quot;, # URL for the canonical version of your item&#x27;s landing page.
          &quot;channel&quot;: &quot;A String&quot;, # Required. The item&#x27;s channel (online or local). Acceptable values are: - &quot;`local`&quot; - &quot;`online`&quot;
          &quot;color&quot;: &quot;A String&quot;, # Color of the item.
          &quot;condition&quot;: &quot;A String&quot;, # Condition or state of the item. Acceptable values are: - &quot;`new`&quot; - &quot;`refurbished`&quot; - &quot;`used`&quot;
          &quot;contentLanguage&quot;: &quot;A String&quot;, # Required. The two-letter ISO 639-1 language code for the item.
          &quot;costOfGoodsSold&quot;: { # Cost of goods sold. Used for gross profit reporting.
            &quot;currency&quot;: &quot;A String&quot;, # The currency of the price.
            &quot;value&quot;: &quot;A String&quot;, # The price represented as a number.
          },
          &quot;customAttributes&quot;: [ # A list of custom (merchant-provided) attributes. It can also be used for submitting any attribute of the feed specification in its generic form (e.g., `{ &quot;name&quot;: &quot;size type&quot;, &quot;value&quot;: &quot;regular&quot; }`). This is useful for submitting attributes not explicitly exposed by the API, such as additional attributes used for Buy on Google (formerly known as Shopping Actions).
            {
              &quot;name&quot;: &quot;A String&quot;, # The name of the attribute. Underscores will be replaced by spaces upon insertion.
              &quot;type&quot;: &quot;A String&quot;, # The type of the attribute. Acceptable values are: - &quot;`boolean`&quot; - &quot;`datetimerange`&quot; - &quot;`float`&quot; - &quot;`group`&quot; - &quot;`int`&quot; - &quot;`price`&quot; - &quot;`text`&quot; - &quot;`time`&quot; - &quot;`url`&quot;
              &quot;unit&quot;: &quot;A String&quot;, # Free-form unit of the attribute. Unit can only be used for values of type int, float, or price.
              &quot;value&quot;: &quot;A String&quot;, # The value of the attribute.
            },
          ],
          &quot;customGroups&quot;: [ # A list of custom (merchant-provided) custom attribute groups.
            {
              &quot;attributes&quot;: [ # The sub-attributes.
                {
                  &quot;name&quot;: &quot;A String&quot;, # The name of the attribute. Underscores will be replaced by spaces upon insertion.
                  &quot;type&quot;: &quot;A String&quot;, # The type of the attribute. Acceptable values are: - &quot;`boolean`&quot; - &quot;`datetimerange`&quot; - &quot;`float`&quot; - &quot;`group`&quot; - &quot;`int`&quot; - &quot;`price`&quot; - &quot;`text`&quot; - &quot;`time`&quot; - &quot;`url`&quot;
                  &quot;unit&quot;: &quot;A String&quot;, # Free-form unit of the attribute. Unit can only be used for values of type int, float, or price.
                  &quot;value&quot;: &quot;A String&quot;, # The value of the attribute.
                },
              ],
              &quot;name&quot;: &quot;A String&quot;, # The name of the group. Underscores will be replaced by spaces upon insertion.
            },
          ],
          &quot;customLabel0&quot;: &quot;A String&quot;, # Custom label 0 for custom grouping of items in a Shopping campaign.
          &quot;customLabel1&quot;: &quot;A String&quot;, # Custom label 1 for custom grouping of items in a Shopping campaign.
          &quot;customLabel2&quot;: &quot;A String&quot;, # Custom label 2 for custom grouping of items in a Shopping campaign.
          &quot;customLabel3&quot;: &quot;A String&quot;, # Custom label 3 for custom grouping of items in a Shopping campaign.
          &quot;customLabel4&quot;: &quot;A String&quot;, # Custom label 4 for custom grouping of items in a Shopping campaign.
          &quot;description&quot;: &quot;A String&quot;, # Description of the item.
          &quot;destinations&quot;: [ # Specifies the intended destinations for the product.
            {
              &quot;destinationName&quot;: &quot;A String&quot;, # The name of the destination.
              &quot;intention&quot;: &quot;A String&quot;, # Whether the destination is required, excluded or should be validated. Acceptable values are: - &quot;`default`&quot; - &quot;`excluded`&quot; - &quot;`optional`&quot; - &quot;`required`&quot;
            },
          ],
          &quot;displayAdsId&quot;: &quot;A String&quot;, # An identifier for an item for dynamic remarketing campaigns.
          &quot;displayAdsLink&quot;: &quot;A String&quot;, # URL directly to your item&#x27;s landing page for dynamic remarketing campaigns.
          &quot;displayAdsSimilarIds&quot;: [ # Advertiser-specified recommendations.
            &quot;A String&quot;,
          ],
          &quot;displayAdsTitle&quot;: &quot;A String&quot;, # Title of an item for dynamic remarketing campaigns.
          &quot;displayAdsValue&quot;: 3.14, # Offer margin for dynamic remarketing campaigns.
          &quot;energyEfficiencyClass&quot;: &quot;A String&quot;, # The energy efficiency class as defined in EU directive 2010/30/EU. Acceptable values are: - &quot;`A`&quot; - &quot;`A+`&quot; - &quot;`A++`&quot; - &quot;`A+++`&quot; - &quot;`B`&quot; - &quot;`C`&quot; - &quot;`D`&quot; - &quot;`E`&quot; - &quot;`F`&quot; - &quot;`G`&quot;
          &quot;expirationDate&quot;: &quot;A String&quot;, # Date on which the item should expire, as specified upon insertion, in ISO 8601 format. The actual expiration date in Google Shopping is exposed in `productstatuses` as `googleExpirationDate` and might be earlier if `expirationDate` is too far in the future.
          &quot;gender&quot;: &quot;A String&quot;, # Target gender of the item. Acceptable values are: - &quot;`female`&quot; - &quot;`male`&quot; - &quot;`unisex`&quot;
          &quot;googleProductCategory&quot;: &quot;A String&quot;, # Google&#x27;s category of the item (see [Google product taxonomy](https://support.google.com/merchants/answer/1705911)). When querying products, this field will contain the user provided value. There is currently no way to get back the auto assigned google product categories through the API.
          &quot;gtin&quot;: &quot;A String&quot;, # Global Trade Item Number (GTIN) of the item.
          &quot;id&quot;: &quot;A String&quot;, # The REST ID of the product. Content API methods that operate on products take this as their `productId` parameter. The REST ID for a product is of the form channel:contentLanguage: targetCountry: offerId.
          &quot;identifierExists&quot;: True or False, # False when the item does not have unique product identifiers appropriate to its category, such as GTIN, MPN, and brand. Required according to the Unique Product Identifier Rules for all target countries except for Canada.
          &quot;imageLink&quot;: &quot;A String&quot;, # URL of an image of the item.
          &quot;installment&quot;: { # Number and amount of installments to pay for an item.
            &quot;amount&quot;: { # The amount the buyer has to pay per month.
              &quot;currency&quot;: &quot;A String&quot;, # The currency of the price.
              &quot;value&quot;: &quot;A String&quot;, # The price represented as a number.
            },
            &quot;months&quot;: &quot;A String&quot;, # The number of installments the buyer has to pay.
          },
          &quot;isBundle&quot;: True or False, # Whether the item is a merchant-defined bundle. A bundle is a custom grouping of different products sold by a merchant for a single price.
          &quot;itemGroupId&quot;: &quot;A String&quot;, # Shared identifier for all variants of the same product.
          &quot;kind&quot;: &quot;A String&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;`content#product`&quot;
          &quot;link&quot;: &quot;A String&quot;, # URL directly linking to your item&#x27;s page on your website.
          &quot;loyaltyPoints&quot;: { # Loyalty points that users receive after purchasing the item. Japan only.
            &quot;name&quot;: &quot;A String&quot;, # Name of loyalty points program. It is recommended to limit the name to 12 full-width characters or 24 Roman characters.
            &quot;pointsValue&quot;: &quot;A String&quot;, # The retailer&#x27;s loyalty points in absolute value.
            &quot;ratio&quot;: 3.14, # The ratio of a point when converted to currency. Google assumes currency based on Merchant Center settings. If ratio is left out, it defaults to 1.0.
          },
          &quot;material&quot;: &quot;A String&quot;, # The material of which the item is made.
          &quot;maxEnergyEfficiencyClass&quot;: &quot;A String&quot;, # The energy efficiency class as defined in EU directive 2010/30/EU. Acceptable values are: - &quot;`A`&quot; - &quot;`A+`&quot; - &quot;`A++`&quot; - &quot;`A+++`&quot; - &quot;`B`&quot; - &quot;`C`&quot; - &quot;`D`&quot; - &quot;`E`&quot; - &quot;`F`&quot; - &quot;`G`&quot;
          &quot;maxHandlingTime&quot;: &quot;A String&quot;, # Maximal product handling time (in business days).
          &quot;minEnergyEfficiencyClass&quot;: &quot;A String&quot;, # The energy efficiency class as defined in EU directive 2010/30/EU. Acceptable values are: - &quot;`A`&quot; - &quot;`A+`&quot; - &quot;`A++`&quot; - &quot;`A+++`&quot; - &quot;`B`&quot; - &quot;`C`&quot; - &quot;`D`&quot; - &quot;`E`&quot; - &quot;`F`&quot; - &quot;`G`&quot;
          &quot;minHandlingTime&quot;: &quot;A String&quot;, # Minimal product handling time (in business days).
          &quot;mobileLink&quot;: &quot;A String&quot;, # URL for the mobile-optimized version of your item&#x27;s landing page.
          &quot;mpn&quot;: &quot;A String&quot;, # Manufacturer Part Number (MPN) of the item.
          &quot;multipack&quot;: &quot;A String&quot;, # The number of identical products in a merchant-defined multipack.
          &quot;offerId&quot;: &quot;A String&quot;, # Required. A unique identifier for the item. Leading and trailing whitespaces are stripped and multiple whitespaces are replaced by a single whitespace upon submission. Only valid unicode characters are accepted. See the products feed specification for details. *Note:* Content API methods that operate on products take the REST ID of the product, *not* this identifier.
          &quot;onlineOnly&quot;: True or False, # Deprecated.
          &quot;pattern&quot;: &quot;A String&quot;, # The item&#x27;s pattern (e.g. polka dots).
          &quot;price&quot;: { # Price of the item.
            &quot;currency&quot;: &quot;A String&quot;, # The currency of the price.
            &quot;value&quot;: &quot;A String&quot;, # The price represented as a number.
          },
          &quot;productType&quot;: &quot;A String&quot;, # Your category of the item (formatted as in products data specification).
          &quot;promotionIds&quot;: [ # The unique ID of a promotion.
            &quot;A String&quot;,
          ],
          &quot;salePrice&quot;: { # Advertised sale price of the item.
            &quot;currency&quot;: &quot;A String&quot;, # The currency of the price.
            &quot;value&quot;: &quot;A String&quot;, # The price represented as a number.
          },
          &quot;salePriceEffectiveDate&quot;: &quot;A String&quot;, # Date range during which the item is on sale (see products data specification ).
          &quot;sellOnGoogleQuantity&quot;: &quot;A String&quot;, # The quantity of the product that is available for selling on Google. Supported only for online products.
          &quot;shipping&quot;: [ # Shipping rules.
            {
              &quot;country&quot;: &quot;A String&quot;, # The CLDR territory code of the country to which an item will ship.
              &quot;locationGroupName&quot;: &quot;A String&quot;, # The location where the shipping is applicable, represented by a location group name.
              &quot;locationId&quot;: &quot;A String&quot;, # The numeric ID of a location that the shipping rate applies to as defined in the AdWords API.
              &quot;postalCode&quot;: &quot;A String&quot;, # The postal code range that the shipping rate applies to, represented by a postal code, a postal code prefix followed by a * wildcard, a range between two postal codes or two postal code prefixes of equal length.
              &quot;price&quot;: { # Fixed shipping price, represented as a number.
                &quot;currency&quot;: &quot;A String&quot;, # The currency of the price.
                &quot;value&quot;: &quot;A String&quot;, # The price represented as a number.
              },
              &quot;region&quot;: &quot;A String&quot;, # The geographic region to which a shipping rate applies.
              &quot;service&quot;: &quot;A String&quot;, # A free-form description of the service class or delivery speed.
            },
          ],
          &quot;shippingHeight&quot;: { # Height of the item for shipping.
            &quot;unit&quot;: &quot;A String&quot;, # The unit of value.
            &quot;value&quot;: 3.14, # The dimension of the product used to calculate the shipping cost of the item.
          },
          &quot;shippingLabel&quot;: &quot;A String&quot;, # The shipping label of the product, used to group product in account-level shipping rules.
          &quot;shippingLength&quot;: { # Length of the item for shipping.
            &quot;unit&quot;: &quot;A String&quot;, # The unit of value.
            &quot;value&quot;: 3.14, # The dimension of the product used to calculate the shipping cost of the item.
          },
          &quot;shippingWeight&quot;: { # Weight of the item for shipping.
            &quot;unit&quot;: &quot;A String&quot;, # The unit of value.
            &quot;value&quot;: 3.14, # The weight of the product used to calculate the shipping cost of the item.
          },
          &quot;shippingWidth&quot;: { # Width of the item for shipping.
            &quot;unit&quot;: &quot;A String&quot;, # The unit of value.
            &quot;value&quot;: 3.14, # The dimension of the product used to calculate the shipping cost of the item.
          },
          &quot;sizeSystem&quot;: &quot;A String&quot;, # System in which the size is specified. Recommended for apparel items. Acceptable values are: - &quot;`AU`&quot; - &quot;`BR`&quot; - &quot;`CN`&quot; - &quot;`DE`&quot; - &quot;`EU`&quot; - &quot;`FR`&quot; - &quot;`IT`&quot; - &quot;`JP`&quot; - &quot;`MEX`&quot; - &quot;`UK`&quot; - &quot;`US`&quot;
          &quot;sizeType&quot;: &quot;A String&quot;, # The cut of the item. Recommended for apparel items. Acceptable values are: - &quot;`big and tall`&quot; - &quot;`maternity`&quot; - &quot;`oversize`&quot; - &quot;`petite`&quot; - &quot;`plus`&quot; - &quot;`regular`&quot;
          &quot;sizes&quot;: [ # Size of the item. Only one value is allowed. For variants with different sizes, insert a separate product for each size with the same `itemGroupId` value (see size definition).
            &quot;A String&quot;,
          ],
          &quot;source&quot;: &quot;A String&quot;, # The source of the offer, i.e., how the offer was created. Acceptable values are: - &quot;`api`&quot; - &quot;`crawl`&quot; - &quot;`feed`&quot;
          &quot;targetCountry&quot;: &quot;A String&quot;, # Required. The CLDR territory code for the item.
          &quot;taxes&quot;: [ # Tax information.
            {
              &quot;country&quot;: &quot;A String&quot;, # The country within which the item is taxed, specified as a CLDR territory code.
              &quot;locationId&quot;: &quot;A String&quot;, # The numeric ID of a location that the tax rate applies to as defined in the AdWords API.
              &quot;postalCode&quot;: &quot;A String&quot;, # The postal code range that the tax rate applies to, represented by a ZIP code, a ZIP code prefix using * wildcard, a range between two ZIP codes or two ZIP code prefixes of equal length. Examples: 94114, 94*, 94002-95460, 94*-95*.
              &quot;rate&quot;: 3.14, # The percentage of tax rate that applies to the item price.
              &quot;region&quot;: &quot;A String&quot;, # The geographic region to which the tax rate applies.
              &quot;taxShip&quot;: True or False, # Should be set to true if tax is charged on shipping.
            },
          ],
          &quot;title&quot;: &quot;A String&quot;, # Title of the item.
          &quot;unitPricingBaseMeasure&quot;: { # The preference of the denominator of the unit price.
            &quot;unit&quot;: &quot;A String&quot;, # The unit of the denominator.
            &quot;value&quot;: &quot;A String&quot;, # The denominator of the unit price.
          },
          &quot;unitPricingMeasure&quot;: { # The measure and dimension of an item.
            &quot;unit&quot;: &quot;A String&quot;, # The unit of the measure.
            &quot;value&quot;: 3.14, # The measure of an item.
          },
          &quot;validatedDestinations&quot;: [ # Deprecated. The read-only list of intended destinations which passed validation.
            &quot;A String&quot;,
          ],
          &quot;warnings&quot;: [ # Read-only warnings.
            { # An error returned by the API.
              &quot;domain&quot;: &quot;A String&quot;, # The domain of the error.
              &quot;message&quot;: &quot;A String&quot;, # A description of the error.
              &quot;reason&quot;: &quot;A String&quot;, # The error code.
            },
          ],
        },
        &quot;productId&quot;: &quot;A String&quot;, # The ID of the product for which status is reported.
        &quot;title&quot;: &quot;A String&quot;, # The title of the product.
      },
    },
  ],
  &quot;kind&quot;: &quot;A String&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;content#productstatusesCustomBatchResponse&quot;.
}</pre>
</div>

<div class="method">
    <code class="details" id="get">get(merchantId, productId, destinations=None, includeAttributes=None, x__xgafv=None)</code>
  <pre>Gets the status of a product from your Merchant Center account.

Args:
  merchantId: string, The ID of the account that contains the product. This account cannot be a multi-client account. (required)
  productId: string, The REST ID of the product. (required)
  destinations: string, If set, only issues for the specified destinations are returned, otherwise only issues for the Shopping destination. (repeated)
  includeAttributes: boolean, Flag to include full product data in the result of this get request. The default value is false.
  x__xgafv: string, V1 error format.
    Allowed values
      1 - v1 error format
      2 - v2 error format

Returns:
  An object of the form:

    { # The status of a product, i.e., information about a product computed asynchronously.
  &quot;creationDate&quot;: &quot;A String&quot;, # Date on which the item has been created, in ISO 8601 format.
  &quot;dataQualityIssues&quot;: [ # DEPRECATED - never populated
    {
      &quot;destination&quot;: &quot;A String&quot;,
      &quot;detail&quot;: &quot;A String&quot;,
      &quot;fetchStatus&quot;: &quot;A String&quot;,
      &quot;id&quot;: &quot;A String&quot;,
      &quot;location&quot;: &quot;A String&quot;,
      &quot;severity&quot;: &quot;A String&quot;,
      &quot;timestamp&quot;: &quot;A String&quot;,
      &quot;valueOnLandingPage&quot;: &quot;A String&quot;,
      &quot;valueProvided&quot;: &quot;A String&quot;,
    },
  ],
  &quot;destinationStatuses&quot;: [ # The intended destinations for the product.
    {
      &quot;approvalPending&quot;: True or False, # Whether the approval status might change due to further processing.
      &quot;approvalStatus&quot;: &quot;A String&quot;, # The destination&#x27;s approval status. Acceptable values are: - &quot;`approved`&quot; - &quot;`disapproved`&quot;
      &quot;destination&quot;: &quot;A String&quot;, # The name of the destination
      &quot;intention&quot;: &quot;A String&quot;, # Provided for backward compatibility only. Always set to &quot;required&quot;. Acceptable values are: - &quot;`default`&quot; - &quot;`excluded`&quot; - &quot;`optional`&quot; - &quot;`required`&quot;
    },
  ],
  &quot;googleExpirationDate&quot;: &quot;A String&quot;, # Date on which the item expires in Google Shopping, in ISO 8601 format.
  &quot;itemLevelIssues&quot;: [ # A list of all issues associated with the product.
    {
      &quot;attributeName&quot;: &quot;A String&quot;, # The attribute&#x27;s name, if the issue is caused by a single attribute.
      &quot;code&quot;: &quot;A String&quot;, # The error code of the issue.
      &quot;description&quot;: &quot;A String&quot;, # A short issue description in English.
      &quot;destination&quot;: &quot;A String&quot;, # The destination the issue applies to.
      &quot;detail&quot;: &quot;A String&quot;, # A detailed issue description in English.
      &quot;documentation&quot;: &quot;A String&quot;, # The URL of a web page to help with resolving this issue.
      &quot;resolution&quot;: &quot;A String&quot;, # Whether the issue can be resolved by the merchant.
      &quot;servability&quot;: &quot;A String&quot;, # How this issue affects serving of the offer.
    },
  ],
  &quot;kind&quot;: &quot;A String&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;`content#productStatus`&quot;
  &quot;lastUpdateDate&quot;: &quot;A String&quot;, # Date on which the item has been last updated, in ISO 8601 format.
  &quot;link&quot;: &quot;A String&quot;, # The link to the product.
  &quot;product&quot;: { #  Required product attributes are primarily defined by the products data specification. See the Products Data Specification Help Center article for information. Product data. After inserting, updating, or deleting a product, it may take several minutes before changes take effect. # Product data after applying all the join inputs.
    &quot;additionalImageLinks&quot;: [ # Additional URLs of images of the item.
      &quot;A String&quot;,
    ],
    &quot;additionalProductTypes&quot;: [ # Additional categories of the item (formatted as in products data specification).
      &quot;A String&quot;,
    ],
    &quot;adult&quot;: True or False, # Should be set to true if the item is targeted towards adults.
    &quot;adwordsGrouping&quot;: &quot;A String&quot;, # Used to group items in an arbitrary way. Only for CPA%, discouraged otherwise.
    &quot;adwordsLabels&quot;: [ # Similar to adwords_grouping, but only works on CPC.
      &quot;A String&quot;,
    ],
    &quot;adwordsRedirect&quot;: &quot;A String&quot;, # Allows advertisers to override the item URL when the product is shown within the context of Product Ads.
    &quot;ageGroup&quot;: &quot;A String&quot;, # Target age group of the item. Acceptable values are: - &quot;`adult`&quot; - &quot;`infant`&quot; - &quot;`kids`&quot; - &quot;`newborn`&quot; - &quot;`toddler`&quot; - &quot;`youngAdult`&quot;
    &quot;aspects&quot;: [ # Deprecated. Do not use.
      {
        &quot;aspectName&quot;: &quot;A String&quot;, # Deprecated.
        &quot;destinationName&quot;: &quot;A String&quot;, # Deprecated.
        &quot;intention&quot;: &quot;A String&quot;, # Deprecated.
      },
    ],
    &quot;availability&quot;: &quot;A String&quot;, # Availability status of the item. Acceptable values are: - &quot;`in stock`&quot; - &quot;`out of stock`&quot; - &quot;`preorder`&quot;
    &quot;availabilityDate&quot;: &quot;A String&quot;, # The day a pre-ordered product becomes available for delivery, in ISO 8601 format.
    &quot;brand&quot;: &quot;A String&quot;, # Brand of the item.
    &quot;canonicalLink&quot;: &quot;A String&quot;, # URL for the canonical version of your item&#x27;s landing page.
    &quot;channel&quot;: &quot;A String&quot;, # Required. The item&#x27;s channel (online or local). Acceptable values are: - &quot;`local`&quot; - &quot;`online`&quot;
    &quot;color&quot;: &quot;A String&quot;, # Color of the item.
    &quot;condition&quot;: &quot;A String&quot;, # Condition or state of the item. Acceptable values are: - &quot;`new`&quot; - &quot;`refurbished`&quot; - &quot;`used`&quot;
    &quot;contentLanguage&quot;: &quot;A String&quot;, # Required. The two-letter ISO 639-1 language code for the item.
    &quot;costOfGoodsSold&quot;: { # Cost of goods sold. Used for gross profit reporting.
      &quot;currency&quot;: &quot;A String&quot;, # The currency of the price.
      &quot;value&quot;: &quot;A String&quot;, # The price represented as a number.
    },
    &quot;customAttributes&quot;: [ # A list of custom (merchant-provided) attributes. It can also be used for submitting any attribute of the feed specification in its generic form (e.g., `{ &quot;name&quot;: &quot;size type&quot;, &quot;value&quot;: &quot;regular&quot; }`). This is useful for submitting attributes not explicitly exposed by the API, such as additional attributes used for Buy on Google (formerly known as Shopping Actions).
      {
        &quot;name&quot;: &quot;A String&quot;, # The name of the attribute. Underscores will be replaced by spaces upon insertion.
        &quot;type&quot;: &quot;A String&quot;, # The type of the attribute. Acceptable values are: - &quot;`boolean`&quot; - &quot;`datetimerange`&quot; - &quot;`float`&quot; - &quot;`group`&quot; - &quot;`int`&quot; - &quot;`price`&quot; - &quot;`text`&quot; - &quot;`time`&quot; - &quot;`url`&quot;
        &quot;unit&quot;: &quot;A String&quot;, # Free-form unit of the attribute. Unit can only be used for values of type int, float, or price.
        &quot;value&quot;: &quot;A String&quot;, # The value of the attribute.
      },
    ],
    &quot;customGroups&quot;: [ # A list of custom (merchant-provided) custom attribute groups.
      {
        &quot;attributes&quot;: [ # The sub-attributes.
          {
            &quot;name&quot;: &quot;A String&quot;, # The name of the attribute. Underscores will be replaced by spaces upon insertion.
            &quot;type&quot;: &quot;A String&quot;, # The type of the attribute. Acceptable values are: - &quot;`boolean`&quot; - &quot;`datetimerange`&quot; - &quot;`float`&quot; - &quot;`group`&quot; - &quot;`int`&quot; - &quot;`price`&quot; - &quot;`text`&quot; - &quot;`time`&quot; - &quot;`url`&quot;
            &quot;unit&quot;: &quot;A String&quot;, # Free-form unit of the attribute. Unit can only be used for values of type int, float, or price.
            &quot;value&quot;: &quot;A String&quot;, # The value of the attribute.
          },
        ],
        &quot;name&quot;: &quot;A String&quot;, # The name of the group. Underscores will be replaced by spaces upon insertion.
      },
    ],
    &quot;customLabel0&quot;: &quot;A String&quot;, # Custom label 0 for custom grouping of items in a Shopping campaign.
    &quot;customLabel1&quot;: &quot;A String&quot;, # Custom label 1 for custom grouping of items in a Shopping campaign.
    &quot;customLabel2&quot;: &quot;A String&quot;, # Custom label 2 for custom grouping of items in a Shopping campaign.
    &quot;customLabel3&quot;: &quot;A String&quot;, # Custom label 3 for custom grouping of items in a Shopping campaign.
    &quot;customLabel4&quot;: &quot;A String&quot;, # Custom label 4 for custom grouping of items in a Shopping campaign.
    &quot;description&quot;: &quot;A String&quot;, # Description of the item.
    &quot;destinations&quot;: [ # Specifies the intended destinations for the product.
      {
        &quot;destinationName&quot;: &quot;A String&quot;, # The name of the destination.
        &quot;intention&quot;: &quot;A String&quot;, # Whether the destination is required, excluded or should be validated. Acceptable values are: - &quot;`default`&quot; - &quot;`excluded`&quot; - &quot;`optional`&quot; - &quot;`required`&quot;
      },
    ],
    &quot;displayAdsId&quot;: &quot;A String&quot;, # An identifier for an item for dynamic remarketing campaigns.
    &quot;displayAdsLink&quot;: &quot;A String&quot;, # URL directly to your item&#x27;s landing page for dynamic remarketing campaigns.
    &quot;displayAdsSimilarIds&quot;: [ # Advertiser-specified recommendations.
      &quot;A String&quot;,
    ],
    &quot;displayAdsTitle&quot;: &quot;A String&quot;, # Title of an item for dynamic remarketing campaigns.
    &quot;displayAdsValue&quot;: 3.14, # Offer margin for dynamic remarketing campaigns.
    &quot;energyEfficiencyClass&quot;: &quot;A String&quot;, # The energy efficiency class as defined in EU directive 2010/30/EU. Acceptable values are: - &quot;`A`&quot; - &quot;`A+`&quot; - &quot;`A++`&quot; - &quot;`A+++`&quot; - &quot;`B`&quot; - &quot;`C`&quot; - &quot;`D`&quot; - &quot;`E`&quot; - &quot;`F`&quot; - &quot;`G`&quot;
    &quot;expirationDate&quot;: &quot;A String&quot;, # Date on which the item should expire, as specified upon insertion, in ISO 8601 format. The actual expiration date in Google Shopping is exposed in `productstatuses` as `googleExpirationDate` and might be earlier if `expirationDate` is too far in the future.
    &quot;gender&quot;: &quot;A String&quot;, # Target gender of the item. Acceptable values are: - &quot;`female`&quot; - &quot;`male`&quot; - &quot;`unisex`&quot;
    &quot;googleProductCategory&quot;: &quot;A String&quot;, # Google&#x27;s category of the item (see [Google product taxonomy](https://support.google.com/merchants/answer/1705911)). When querying products, this field will contain the user provided value. There is currently no way to get back the auto assigned google product categories through the API.
    &quot;gtin&quot;: &quot;A String&quot;, # Global Trade Item Number (GTIN) of the item.
    &quot;id&quot;: &quot;A String&quot;, # The REST ID of the product. Content API methods that operate on products take this as their `productId` parameter. The REST ID for a product is of the form channel:contentLanguage: targetCountry: offerId.
    &quot;identifierExists&quot;: True or False, # False when the item does not have unique product identifiers appropriate to its category, such as GTIN, MPN, and brand. Required according to the Unique Product Identifier Rules for all target countries except for Canada.
    &quot;imageLink&quot;: &quot;A String&quot;, # URL of an image of the item.
    &quot;installment&quot;: { # Number and amount of installments to pay for an item.
      &quot;amount&quot;: { # The amount the buyer has to pay per month.
        &quot;currency&quot;: &quot;A String&quot;, # The currency of the price.
        &quot;value&quot;: &quot;A String&quot;, # The price represented as a number.
      },
      &quot;months&quot;: &quot;A String&quot;, # The number of installments the buyer has to pay.
    },
    &quot;isBundle&quot;: True or False, # Whether the item is a merchant-defined bundle. A bundle is a custom grouping of different products sold by a merchant for a single price.
    &quot;itemGroupId&quot;: &quot;A String&quot;, # Shared identifier for all variants of the same product.
    &quot;kind&quot;: &quot;A String&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;`content#product`&quot;
    &quot;link&quot;: &quot;A String&quot;, # URL directly linking to your item&#x27;s page on your website.
    &quot;loyaltyPoints&quot;: { # Loyalty points that users receive after purchasing the item. Japan only.
      &quot;name&quot;: &quot;A String&quot;, # Name of loyalty points program. It is recommended to limit the name to 12 full-width characters or 24 Roman characters.
      &quot;pointsValue&quot;: &quot;A String&quot;, # The retailer&#x27;s loyalty points in absolute value.
      &quot;ratio&quot;: 3.14, # The ratio of a point when converted to currency. Google assumes currency based on Merchant Center settings. If ratio is left out, it defaults to 1.0.
    },
    &quot;material&quot;: &quot;A String&quot;, # The material of which the item is made.
    &quot;maxEnergyEfficiencyClass&quot;: &quot;A String&quot;, # The energy efficiency class as defined in EU directive 2010/30/EU. Acceptable values are: - &quot;`A`&quot; - &quot;`A+`&quot; - &quot;`A++`&quot; - &quot;`A+++`&quot; - &quot;`B`&quot; - &quot;`C`&quot; - &quot;`D`&quot; - &quot;`E`&quot; - &quot;`F`&quot; - &quot;`G`&quot;
    &quot;maxHandlingTime&quot;: &quot;A String&quot;, # Maximal product handling time (in business days).
    &quot;minEnergyEfficiencyClass&quot;: &quot;A String&quot;, # The energy efficiency class as defined in EU directive 2010/30/EU. Acceptable values are: - &quot;`A`&quot; - &quot;`A+`&quot; - &quot;`A++`&quot; - &quot;`A+++`&quot; - &quot;`B`&quot; - &quot;`C`&quot; - &quot;`D`&quot; - &quot;`E`&quot; - &quot;`F`&quot; - &quot;`G`&quot;
    &quot;minHandlingTime&quot;: &quot;A String&quot;, # Minimal product handling time (in business days).
    &quot;mobileLink&quot;: &quot;A String&quot;, # URL for the mobile-optimized version of your item&#x27;s landing page.
    &quot;mpn&quot;: &quot;A String&quot;, # Manufacturer Part Number (MPN) of the item.
    &quot;multipack&quot;: &quot;A String&quot;, # The number of identical products in a merchant-defined multipack.
    &quot;offerId&quot;: &quot;A String&quot;, # Required. A unique identifier for the item. Leading and trailing whitespaces are stripped and multiple whitespaces are replaced by a single whitespace upon submission. Only valid unicode characters are accepted. See the products feed specification for details. *Note:* Content API methods that operate on products take the REST ID of the product, *not* this identifier.
    &quot;onlineOnly&quot;: True or False, # Deprecated.
    &quot;pattern&quot;: &quot;A String&quot;, # The item&#x27;s pattern (e.g. polka dots).
    &quot;price&quot;: { # Price of the item.
      &quot;currency&quot;: &quot;A String&quot;, # The currency of the price.
      &quot;value&quot;: &quot;A String&quot;, # The price represented as a number.
    },
    &quot;productType&quot;: &quot;A String&quot;, # Your category of the item (formatted as in products data specification).
    &quot;promotionIds&quot;: [ # The unique ID of a promotion.
      &quot;A String&quot;,
    ],
    &quot;salePrice&quot;: { # Advertised sale price of the item.
      &quot;currency&quot;: &quot;A String&quot;, # The currency of the price.
      &quot;value&quot;: &quot;A String&quot;, # The price represented as a number.
    },
    &quot;salePriceEffectiveDate&quot;: &quot;A String&quot;, # Date range during which the item is on sale (see products data specification ).
    &quot;sellOnGoogleQuantity&quot;: &quot;A String&quot;, # The quantity of the product that is available for selling on Google. Supported only for online products.
    &quot;shipping&quot;: [ # Shipping rules.
      {
        &quot;country&quot;: &quot;A String&quot;, # The CLDR territory code of the country to which an item will ship.
        &quot;locationGroupName&quot;: &quot;A String&quot;, # The location where the shipping is applicable, represented by a location group name.
        &quot;locationId&quot;: &quot;A String&quot;, # The numeric ID of a location that the shipping rate applies to as defined in the AdWords API.
        &quot;postalCode&quot;: &quot;A String&quot;, # The postal code range that the shipping rate applies to, represented by a postal code, a postal code prefix followed by a * wildcard, a range between two postal codes or two postal code prefixes of equal length.
        &quot;price&quot;: { # Fixed shipping price, represented as a number.
          &quot;currency&quot;: &quot;A String&quot;, # The currency of the price.
          &quot;value&quot;: &quot;A String&quot;, # The price represented as a number.
        },
        &quot;region&quot;: &quot;A String&quot;, # The geographic region to which a shipping rate applies.
        &quot;service&quot;: &quot;A String&quot;, # A free-form description of the service class or delivery speed.
      },
    ],
    &quot;shippingHeight&quot;: { # Height of the item for shipping.
      &quot;unit&quot;: &quot;A String&quot;, # The unit of value.
      &quot;value&quot;: 3.14, # The dimension of the product used to calculate the shipping cost of the item.
    },
    &quot;shippingLabel&quot;: &quot;A String&quot;, # The shipping label of the product, used to group product in account-level shipping rules.
    &quot;shippingLength&quot;: { # Length of the item for shipping.
      &quot;unit&quot;: &quot;A String&quot;, # The unit of value.
      &quot;value&quot;: 3.14, # The dimension of the product used to calculate the shipping cost of the item.
    },
    &quot;shippingWeight&quot;: { # Weight of the item for shipping.
      &quot;unit&quot;: &quot;A String&quot;, # The unit of value.
      &quot;value&quot;: 3.14, # The weight of the product used to calculate the shipping cost of the item.
    },
    &quot;shippingWidth&quot;: { # Width of the item for shipping.
      &quot;unit&quot;: &quot;A String&quot;, # The unit of value.
      &quot;value&quot;: 3.14, # The dimension of the product used to calculate the shipping cost of the item.
    },
    &quot;sizeSystem&quot;: &quot;A String&quot;, # System in which the size is specified. Recommended for apparel items. Acceptable values are: - &quot;`AU`&quot; - &quot;`BR`&quot; - &quot;`CN`&quot; - &quot;`DE`&quot; - &quot;`EU`&quot; - &quot;`FR`&quot; - &quot;`IT`&quot; - &quot;`JP`&quot; - &quot;`MEX`&quot; - &quot;`UK`&quot; - &quot;`US`&quot;
    &quot;sizeType&quot;: &quot;A String&quot;, # The cut of the item. Recommended for apparel items. Acceptable values are: - &quot;`big and tall`&quot; - &quot;`maternity`&quot; - &quot;`oversize`&quot; - &quot;`petite`&quot; - &quot;`plus`&quot; - &quot;`regular`&quot;
    &quot;sizes&quot;: [ # Size of the item. Only one value is allowed. For variants with different sizes, insert a separate product for each size with the same `itemGroupId` value (see size definition).
      &quot;A String&quot;,
    ],
    &quot;source&quot;: &quot;A String&quot;, # The source of the offer, i.e., how the offer was created. Acceptable values are: - &quot;`api`&quot; - &quot;`crawl`&quot; - &quot;`feed`&quot;
    &quot;targetCountry&quot;: &quot;A String&quot;, # Required. The CLDR territory code for the item.
    &quot;taxes&quot;: [ # Tax information.
      {
        &quot;country&quot;: &quot;A String&quot;, # The country within which the item is taxed, specified as a CLDR territory code.
        &quot;locationId&quot;: &quot;A String&quot;, # The numeric ID of a location that the tax rate applies to as defined in the AdWords API.
        &quot;postalCode&quot;: &quot;A String&quot;, # The postal code range that the tax rate applies to, represented by a ZIP code, a ZIP code prefix using * wildcard, a range between two ZIP codes or two ZIP code prefixes of equal length. Examples: 94114, 94*, 94002-95460, 94*-95*.
        &quot;rate&quot;: 3.14, # The percentage of tax rate that applies to the item price.
        &quot;region&quot;: &quot;A String&quot;, # The geographic region to which the tax rate applies.
        &quot;taxShip&quot;: True or False, # Should be set to true if tax is charged on shipping.
      },
    ],
    &quot;title&quot;: &quot;A String&quot;, # Title of the item.
    &quot;unitPricingBaseMeasure&quot;: { # The preference of the denominator of the unit price.
      &quot;unit&quot;: &quot;A String&quot;, # The unit of the denominator.
      &quot;value&quot;: &quot;A String&quot;, # The denominator of the unit price.
    },
    &quot;unitPricingMeasure&quot;: { # The measure and dimension of an item.
      &quot;unit&quot;: &quot;A String&quot;, # The unit of the measure.
      &quot;value&quot;: 3.14, # The measure of an item.
    },
    &quot;validatedDestinations&quot;: [ # Deprecated. The read-only list of intended destinations which passed validation.
      &quot;A String&quot;,
    ],
    &quot;warnings&quot;: [ # Read-only warnings.
      { # An error returned by the API.
        &quot;domain&quot;: &quot;A String&quot;, # The domain of the error.
        &quot;message&quot;: &quot;A String&quot;, # A description of the error.
        &quot;reason&quot;: &quot;A String&quot;, # The error code.
      },
    ],
  },
  &quot;productId&quot;: &quot;A String&quot;, # The ID of the product for which status is reported.
  &quot;title&quot;: &quot;A String&quot;, # The title of the product.
}</pre>
</div>

<div class="method">
    <code class="details" id="list">list(merchantId, destinations=None, includeAttributes=None, includeInvalidInsertedItems=None, maxResults=None, pageToken=None, x__xgafv=None)</code>
  <pre>Lists the statuses of the products in your Merchant Center account.

Args:
  merchantId: string, The ID of the account that contains the products. This account cannot be a multi-client account. (required)
  destinations: string, If set, only issues for the specified destinations are returned, otherwise only issues for the Shopping destination. (repeated)
  includeAttributes: boolean, Flag to include full product data in the results of the list request. The default value is false.
  includeInvalidInsertedItems: boolean, Flag to include the invalid inserted items in the result of the list request. By default the invalid items are not shown (the default value is false).
  maxResults: integer, The maximum number of product statuses to return in the response, used for paging.
  pageToken: string, The token returned by the previous request.
  x__xgafv: string, V1 error format.
    Allowed values
      1 - v1 error format
      2 - v2 error format

Returns:
  An object of the form:

    {
  &quot;kind&quot;: &quot;A String&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;content#productstatusesListResponse&quot;.
  &quot;nextPageToken&quot;: &quot;A String&quot;, # The token for the retrieval of the next page of products statuses.
  &quot;resources&quot;: [
    { # The status of a product, i.e., information about a product computed asynchronously.
      &quot;creationDate&quot;: &quot;A String&quot;, # Date on which the item has been created, in ISO 8601 format.
      &quot;dataQualityIssues&quot;: [ # DEPRECATED - never populated
        {
          &quot;destination&quot;: &quot;A String&quot;,
          &quot;detail&quot;: &quot;A String&quot;,
          &quot;fetchStatus&quot;: &quot;A String&quot;,
          &quot;id&quot;: &quot;A String&quot;,
          &quot;location&quot;: &quot;A String&quot;,
          &quot;severity&quot;: &quot;A String&quot;,
          &quot;timestamp&quot;: &quot;A String&quot;,
          &quot;valueOnLandingPage&quot;: &quot;A String&quot;,
          &quot;valueProvided&quot;: &quot;A String&quot;,
        },
      ],
      &quot;destinationStatuses&quot;: [ # The intended destinations for the product.
        {
          &quot;approvalPending&quot;: True or False, # Whether the approval status might change due to further processing.
          &quot;approvalStatus&quot;: &quot;A String&quot;, # The destination&#x27;s approval status. Acceptable values are: - &quot;`approved`&quot; - &quot;`disapproved`&quot;
          &quot;destination&quot;: &quot;A String&quot;, # The name of the destination
          &quot;intention&quot;: &quot;A String&quot;, # Provided for backward compatibility only. Always set to &quot;required&quot;. Acceptable values are: - &quot;`default`&quot; - &quot;`excluded`&quot; - &quot;`optional`&quot; - &quot;`required`&quot;
        },
      ],
      &quot;googleExpirationDate&quot;: &quot;A String&quot;, # Date on which the item expires in Google Shopping, in ISO 8601 format.
      &quot;itemLevelIssues&quot;: [ # A list of all issues associated with the product.
        {
          &quot;attributeName&quot;: &quot;A String&quot;, # The attribute&#x27;s name, if the issue is caused by a single attribute.
          &quot;code&quot;: &quot;A String&quot;, # The error code of the issue.
          &quot;description&quot;: &quot;A String&quot;, # A short issue description in English.
          &quot;destination&quot;: &quot;A String&quot;, # The destination the issue applies to.
          &quot;detail&quot;: &quot;A String&quot;, # A detailed issue description in English.
          &quot;documentation&quot;: &quot;A String&quot;, # The URL of a web page to help with resolving this issue.
          &quot;resolution&quot;: &quot;A String&quot;, # Whether the issue can be resolved by the merchant.
          &quot;servability&quot;: &quot;A String&quot;, # How this issue affects serving of the offer.
        },
      ],
      &quot;kind&quot;: &quot;A String&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;`content#productStatus`&quot;
      &quot;lastUpdateDate&quot;: &quot;A String&quot;, # Date on which the item has been last updated, in ISO 8601 format.
      &quot;link&quot;: &quot;A String&quot;, # The link to the product.
      &quot;product&quot;: { #  Required product attributes are primarily defined by the products data specification. See the Products Data Specification Help Center article for information. Product data. After inserting, updating, or deleting a product, it may take several minutes before changes take effect. # Product data after applying all the join inputs.
        &quot;additionalImageLinks&quot;: [ # Additional URLs of images of the item.
          &quot;A String&quot;,
        ],
        &quot;additionalProductTypes&quot;: [ # Additional categories of the item (formatted as in products data specification).
          &quot;A String&quot;,
        ],
        &quot;adult&quot;: True or False, # Should be set to true if the item is targeted towards adults.
        &quot;adwordsGrouping&quot;: &quot;A String&quot;, # Used to group items in an arbitrary way. Only for CPA%, discouraged otherwise.
        &quot;adwordsLabels&quot;: [ # Similar to adwords_grouping, but only works on CPC.
          &quot;A String&quot;,
        ],
        &quot;adwordsRedirect&quot;: &quot;A String&quot;, # Allows advertisers to override the item URL when the product is shown within the context of Product Ads.
        &quot;ageGroup&quot;: &quot;A String&quot;, # Target age group of the item. Acceptable values are: - &quot;`adult`&quot; - &quot;`infant`&quot; - &quot;`kids`&quot; - &quot;`newborn`&quot; - &quot;`toddler`&quot; - &quot;`youngAdult`&quot;
        &quot;aspects&quot;: [ # Deprecated. Do not use.
          {
            &quot;aspectName&quot;: &quot;A String&quot;, # Deprecated.
            &quot;destinationName&quot;: &quot;A String&quot;, # Deprecated.
            &quot;intention&quot;: &quot;A String&quot;, # Deprecated.
          },
        ],
        &quot;availability&quot;: &quot;A String&quot;, # Availability status of the item. Acceptable values are: - &quot;`in stock`&quot; - &quot;`out of stock`&quot; - &quot;`preorder`&quot;
        &quot;availabilityDate&quot;: &quot;A String&quot;, # The day a pre-ordered product becomes available for delivery, in ISO 8601 format.
        &quot;brand&quot;: &quot;A String&quot;, # Brand of the item.
        &quot;canonicalLink&quot;: &quot;A String&quot;, # URL for the canonical version of your item&#x27;s landing page.
        &quot;channel&quot;: &quot;A String&quot;, # Required. The item&#x27;s channel (online or local). Acceptable values are: - &quot;`local`&quot; - &quot;`online`&quot;
        &quot;color&quot;: &quot;A String&quot;, # Color of the item.
        &quot;condition&quot;: &quot;A String&quot;, # Condition or state of the item. Acceptable values are: - &quot;`new`&quot; - &quot;`refurbished`&quot; - &quot;`used`&quot;
        &quot;contentLanguage&quot;: &quot;A String&quot;, # Required. The two-letter ISO 639-1 language code for the item.
        &quot;costOfGoodsSold&quot;: { # Cost of goods sold. Used for gross profit reporting.
          &quot;currency&quot;: &quot;A String&quot;, # The currency of the price.
          &quot;value&quot;: &quot;A String&quot;, # The price represented as a number.
        },
        &quot;customAttributes&quot;: [ # A list of custom (merchant-provided) attributes. It can also be used for submitting any attribute of the feed specification in its generic form (e.g., `{ &quot;name&quot;: &quot;size type&quot;, &quot;value&quot;: &quot;regular&quot; }`). This is useful for submitting attributes not explicitly exposed by the API, such as additional attributes used for Buy on Google (formerly known as Shopping Actions).
          {
            &quot;name&quot;: &quot;A String&quot;, # The name of the attribute. Underscores will be replaced by spaces upon insertion.
            &quot;type&quot;: &quot;A String&quot;, # The type of the attribute. Acceptable values are: - &quot;`boolean`&quot; - &quot;`datetimerange`&quot; - &quot;`float`&quot; - &quot;`group`&quot; - &quot;`int`&quot; - &quot;`price`&quot; - &quot;`text`&quot; - &quot;`time`&quot; - &quot;`url`&quot;
            &quot;unit&quot;: &quot;A String&quot;, # Free-form unit of the attribute. Unit can only be used for values of type int, float, or price.
            &quot;value&quot;: &quot;A String&quot;, # The value of the attribute.
          },
        ],
        &quot;customGroups&quot;: [ # A list of custom (merchant-provided) custom attribute groups.
          {
            &quot;attributes&quot;: [ # The sub-attributes.
              {
                &quot;name&quot;: &quot;A String&quot;, # The name of the attribute. Underscores will be replaced by spaces upon insertion.
                &quot;type&quot;: &quot;A String&quot;, # The type of the attribute. Acceptable values are: - &quot;`boolean`&quot; - &quot;`datetimerange`&quot; - &quot;`float`&quot; - &quot;`group`&quot; - &quot;`int`&quot; - &quot;`price`&quot; - &quot;`text`&quot; - &quot;`time`&quot; - &quot;`url`&quot;
                &quot;unit&quot;: &quot;A String&quot;, # Free-form unit of the attribute. Unit can only be used for values of type int, float, or price.
                &quot;value&quot;: &quot;A String&quot;, # The value of the attribute.
              },
            ],
            &quot;name&quot;: &quot;A String&quot;, # The name of the group. Underscores will be replaced by spaces upon insertion.
          },
        ],
        &quot;customLabel0&quot;: &quot;A String&quot;, # Custom label 0 for custom grouping of items in a Shopping campaign.
        &quot;customLabel1&quot;: &quot;A String&quot;, # Custom label 1 for custom grouping of items in a Shopping campaign.
        &quot;customLabel2&quot;: &quot;A String&quot;, # Custom label 2 for custom grouping of items in a Shopping campaign.
        &quot;customLabel3&quot;: &quot;A String&quot;, # Custom label 3 for custom grouping of items in a Shopping campaign.
        &quot;customLabel4&quot;: &quot;A String&quot;, # Custom label 4 for custom grouping of items in a Shopping campaign.
        &quot;description&quot;: &quot;A String&quot;, # Description of the item.
        &quot;destinations&quot;: [ # Specifies the intended destinations for the product.
          {
            &quot;destinationName&quot;: &quot;A String&quot;, # The name of the destination.
            &quot;intention&quot;: &quot;A String&quot;, # Whether the destination is required, excluded or should be validated. Acceptable values are: - &quot;`default`&quot; - &quot;`excluded`&quot; - &quot;`optional`&quot; - &quot;`required`&quot;
          },
        ],
        &quot;displayAdsId&quot;: &quot;A String&quot;, # An identifier for an item for dynamic remarketing campaigns.
        &quot;displayAdsLink&quot;: &quot;A String&quot;, # URL directly to your item&#x27;s landing page for dynamic remarketing campaigns.
        &quot;displayAdsSimilarIds&quot;: [ # Advertiser-specified recommendations.
          &quot;A String&quot;,
        ],
        &quot;displayAdsTitle&quot;: &quot;A String&quot;, # Title of an item for dynamic remarketing campaigns.
        &quot;displayAdsValue&quot;: 3.14, # Offer margin for dynamic remarketing campaigns.
        &quot;energyEfficiencyClass&quot;: &quot;A String&quot;, # The energy efficiency class as defined in EU directive 2010/30/EU. Acceptable values are: - &quot;`A`&quot; - &quot;`A+`&quot; - &quot;`A++`&quot; - &quot;`A+++`&quot; - &quot;`B`&quot; - &quot;`C`&quot; - &quot;`D`&quot; - &quot;`E`&quot; - &quot;`F`&quot; - &quot;`G`&quot;
        &quot;expirationDate&quot;: &quot;A String&quot;, # Date on which the item should expire, as specified upon insertion, in ISO 8601 format. The actual expiration date in Google Shopping is exposed in `productstatuses` as `googleExpirationDate` and might be earlier if `expirationDate` is too far in the future.
        &quot;gender&quot;: &quot;A String&quot;, # Target gender of the item. Acceptable values are: - &quot;`female`&quot; - &quot;`male`&quot; - &quot;`unisex`&quot;
        &quot;googleProductCategory&quot;: &quot;A String&quot;, # Google&#x27;s category of the item (see [Google product taxonomy](https://support.google.com/merchants/answer/1705911)). When querying products, this field will contain the user provided value. There is currently no way to get back the auto assigned google product categories through the API.
        &quot;gtin&quot;: &quot;A String&quot;, # Global Trade Item Number (GTIN) of the item.
        &quot;id&quot;: &quot;A String&quot;, # The REST ID of the product. Content API methods that operate on products take this as their `productId` parameter. The REST ID for a product is of the form channel:contentLanguage: targetCountry: offerId.
        &quot;identifierExists&quot;: True or False, # False when the item does not have unique product identifiers appropriate to its category, such as GTIN, MPN, and brand. Required according to the Unique Product Identifier Rules for all target countries except for Canada.
        &quot;imageLink&quot;: &quot;A String&quot;, # URL of an image of the item.
        &quot;installment&quot;: { # Number and amount of installments to pay for an item.
          &quot;amount&quot;: { # The amount the buyer has to pay per month.
            &quot;currency&quot;: &quot;A String&quot;, # The currency of the price.
            &quot;value&quot;: &quot;A String&quot;, # The price represented as a number.
          },
          &quot;months&quot;: &quot;A String&quot;, # The number of installments the buyer has to pay.
        },
        &quot;isBundle&quot;: True or False, # Whether the item is a merchant-defined bundle. A bundle is a custom grouping of different products sold by a merchant for a single price.
        &quot;itemGroupId&quot;: &quot;A String&quot;, # Shared identifier for all variants of the same product.
        &quot;kind&quot;: &quot;A String&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;`content#product`&quot;
        &quot;link&quot;: &quot;A String&quot;, # URL directly linking to your item&#x27;s page on your website.
        &quot;loyaltyPoints&quot;: { # Loyalty points that users receive after purchasing the item. Japan only.
          &quot;name&quot;: &quot;A String&quot;, # Name of loyalty points program. It is recommended to limit the name to 12 full-width characters or 24 Roman characters.
          &quot;pointsValue&quot;: &quot;A String&quot;, # The retailer&#x27;s loyalty points in absolute value.
          &quot;ratio&quot;: 3.14, # The ratio of a point when converted to currency. Google assumes currency based on Merchant Center settings. If ratio is left out, it defaults to 1.0.
        },
        &quot;material&quot;: &quot;A String&quot;, # The material of which the item is made.
        &quot;maxEnergyEfficiencyClass&quot;: &quot;A String&quot;, # The energy efficiency class as defined in EU directive 2010/30/EU. Acceptable values are: - &quot;`A`&quot; - &quot;`A+`&quot; - &quot;`A++`&quot; - &quot;`A+++`&quot; - &quot;`B`&quot; - &quot;`C`&quot; - &quot;`D`&quot; - &quot;`E`&quot; - &quot;`F`&quot; - &quot;`G`&quot;
        &quot;maxHandlingTime&quot;: &quot;A String&quot;, # Maximal product handling time (in business days).
        &quot;minEnergyEfficiencyClass&quot;: &quot;A String&quot;, # The energy efficiency class as defined in EU directive 2010/30/EU. Acceptable values are: - &quot;`A`&quot; - &quot;`A+`&quot; - &quot;`A++`&quot; - &quot;`A+++`&quot; - &quot;`B`&quot; - &quot;`C`&quot; - &quot;`D`&quot; - &quot;`E`&quot; - &quot;`F`&quot; - &quot;`G`&quot;
        &quot;minHandlingTime&quot;: &quot;A String&quot;, # Minimal product handling time (in business days).
        &quot;mobileLink&quot;: &quot;A String&quot;, # URL for the mobile-optimized version of your item&#x27;s landing page.
        &quot;mpn&quot;: &quot;A String&quot;, # Manufacturer Part Number (MPN) of the item.
        &quot;multipack&quot;: &quot;A String&quot;, # The number of identical products in a merchant-defined multipack.
        &quot;offerId&quot;: &quot;A String&quot;, # Required. A unique identifier for the item. Leading and trailing whitespaces are stripped and multiple whitespaces are replaced by a single whitespace upon submission. Only valid unicode characters are accepted. See the products feed specification for details. *Note:* Content API methods that operate on products take the REST ID of the product, *not* this identifier.
        &quot;onlineOnly&quot;: True or False, # Deprecated.
        &quot;pattern&quot;: &quot;A String&quot;, # The item&#x27;s pattern (e.g. polka dots).
        &quot;price&quot;: { # Price of the item.
          &quot;currency&quot;: &quot;A String&quot;, # The currency of the price.
          &quot;value&quot;: &quot;A String&quot;, # The price represented as a number.
        },
        &quot;productType&quot;: &quot;A String&quot;, # Your category of the item (formatted as in products data specification).
        &quot;promotionIds&quot;: [ # The unique ID of a promotion.
          &quot;A String&quot;,
        ],
        &quot;salePrice&quot;: { # Advertised sale price of the item.
          &quot;currency&quot;: &quot;A String&quot;, # The currency of the price.
          &quot;value&quot;: &quot;A String&quot;, # The price represented as a number.
        },
        &quot;salePriceEffectiveDate&quot;: &quot;A String&quot;, # Date range during which the item is on sale (see products data specification ).
        &quot;sellOnGoogleQuantity&quot;: &quot;A String&quot;, # The quantity of the product that is available for selling on Google. Supported only for online products.
        &quot;shipping&quot;: [ # Shipping rules.
          {
            &quot;country&quot;: &quot;A String&quot;, # The CLDR territory code of the country to which an item will ship.
            &quot;locationGroupName&quot;: &quot;A String&quot;, # The location where the shipping is applicable, represented by a location group name.
            &quot;locationId&quot;: &quot;A String&quot;, # The numeric ID of a location that the shipping rate applies to as defined in the AdWords API.
            &quot;postalCode&quot;: &quot;A String&quot;, # The postal code range that the shipping rate applies to, represented by a postal code, a postal code prefix followed by a * wildcard, a range between two postal codes or two postal code prefixes of equal length.
            &quot;price&quot;: { # Fixed shipping price, represented as a number.
              &quot;currency&quot;: &quot;A String&quot;, # The currency of the price.
              &quot;value&quot;: &quot;A String&quot;, # The price represented as a number.
            },
            &quot;region&quot;: &quot;A String&quot;, # The geographic region to which a shipping rate applies.
            &quot;service&quot;: &quot;A String&quot;, # A free-form description of the service class or delivery speed.
          },
        ],
        &quot;shippingHeight&quot;: { # Height of the item for shipping.
          &quot;unit&quot;: &quot;A String&quot;, # The unit of value.
          &quot;value&quot;: 3.14, # The dimension of the product used to calculate the shipping cost of the item.
        },
        &quot;shippingLabel&quot;: &quot;A String&quot;, # The shipping label of the product, used to group product in account-level shipping rules.
        &quot;shippingLength&quot;: { # Length of the item for shipping.
          &quot;unit&quot;: &quot;A String&quot;, # The unit of value.
          &quot;value&quot;: 3.14, # The dimension of the product used to calculate the shipping cost of the item.
        },
        &quot;shippingWeight&quot;: { # Weight of the item for shipping.
          &quot;unit&quot;: &quot;A String&quot;, # The unit of value.
          &quot;value&quot;: 3.14, # The weight of the product used to calculate the shipping cost of the item.
        },
        &quot;shippingWidth&quot;: { # Width of the item for shipping.
          &quot;unit&quot;: &quot;A String&quot;, # The unit of value.
          &quot;value&quot;: 3.14, # The dimension of the product used to calculate the shipping cost of the item.
        },
        &quot;sizeSystem&quot;: &quot;A String&quot;, # System in which the size is specified. Recommended for apparel items. Acceptable values are: - &quot;`AU`&quot; - &quot;`BR`&quot; - &quot;`CN`&quot; - &quot;`DE`&quot; - &quot;`EU`&quot; - &quot;`FR`&quot; - &quot;`IT`&quot; - &quot;`JP`&quot; - &quot;`MEX`&quot; - &quot;`UK`&quot; - &quot;`US`&quot;
        &quot;sizeType&quot;: &quot;A String&quot;, # The cut of the item. Recommended for apparel items. Acceptable values are: - &quot;`big and tall`&quot; - &quot;`maternity`&quot; - &quot;`oversize`&quot; - &quot;`petite`&quot; - &quot;`plus`&quot; - &quot;`regular`&quot;
        &quot;sizes&quot;: [ # Size of the item. Only one value is allowed. For variants with different sizes, insert a separate product for each size with the same `itemGroupId` value (see size definition).
          &quot;A String&quot;,
        ],
        &quot;source&quot;: &quot;A String&quot;, # The source of the offer, i.e., how the offer was created. Acceptable values are: - &quot;`api`&quot; - &quot;`crawl`&quot; - &quot;`feed`&quot;
        &quot;targetCountry&quot;: &quot;A String&quot;, # Required. The CLDR territory code for the item.
        &quot;taxes&quot;: [ # Tax information.
          {
            &quot;country&quot;: &quot;A String&quot;, # The country within which the item is taxed, specified as a CLDR territory code.
            &quot;locationId&quot;: &quot;A String&quot;, # The numeric ID of a location that the tax rate applies to as defined in the AdWords API.
            &quot;postalCode&quot;: &quot;A String&quot;, # The postal code range that the tax rate applies to, represented by a ZIP code, a ZIP code prefix using * wildcard, a range between two ZIP codes or two ZIP code prefixes of equal length. Examples: 94114, 94*, 94002-95460, 94*-95*.
            &quot;rate&quot;: 3.14, # The percentage of tax rate that applies to the item price.
            &quot;region&quot;: &quot;A String&quot;, # The geographic region to which the tax rate applies.
            &quot;taxShip&quot;: True or False, # Should be set to true if tax is charged on shipping.
          },
        ],
        &quot;title&quot;: &quot;A String&quot;, # Title of the item.
        &quot;unitPricingBaseMeasure&quot;: { # The preference of the denominator of the unit price.
          &quot;unit&quot;: &quot;A String&quot;, # The unit of the denominator.
          &quot;value&quot;: &quot;A String&quot;, # The denominator of the unit price.
        },
        &quot;unitPricingMeasure&quot;: { # The measure and dimension of an item.
          &quot;unit&quot;: &quot;A String&quot;, # The unit of the measure.
          &quot;value&quot;: 3.14, # The measure of an item.
        },
        &quot;validatedDestinations&quot;: [ # Deprecated. The read-only list of intended destinations which passed validation.
          &quot;A String&quot;,
        ],
        &quot;warnings&quot;: [ # Read-only warnings.
          { # An error returned by the API.
            &quot;domain&quot;: &quot;A String&quot;, # The domain of the error.
            &quot;message&quot;: &quot;A String&quot;, # A description of the error.
            &quot;reason&quot;: &quot;A String&quot;, # The error code.
          },
        ],
      },
      &quot;productId&quot;: &quot;A String&quot;, # The ID of the product for which status is reported.
      &quot;title&quot;: &quot;A String&quot;, # The title of the product.
    },
  ],
}</pre>
</div>

<div class="method">
    <code class="details" id="list_next">list_next()</code>
  <pre>Retrieves the next page of results.

        Args:
          previous_request: The request for the previous page. (required)
          previous_response: The response from the request for the previous page. (required)

        Returns:
          A request object that you can call &#x27;execute()&#x27; on to request the next
          page. Returns None if there are no more items in the collection.
        </pre>
</div>

</body></html>