• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1<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="manufacturers_v1.html">Manufacturer Center API</a> . <a href="manufacturers_v1.accounts.html">accounts</a> . <a href="manufacturers_v1.accounts.products.html">products</a></h1>
76<h2>Instance Methods</h2>
77<p class="toc_element">
78  <code><a href="#close">close()</a></code></p>
79<p class="firstline">Close httplib2 connections.</p>
80<p class="toc_element">
81  <code><a href="#delete">delete(parent, name, x__xgafv=None)</a></code></p>
82<p class="firstline">Deletes the product from a Manufacturer Center account.</p>
83<p class="toc_element">
84  <code><a href="#get">get(parent, name, include=None, x__xgafv=None)</a></code></p>
85<p class="firstline">Gets the product from a Manufacturer Center account, including product issues. A recently updated product takes around 15 minutes to process. Changes are only visible after it has been processed. While some issues may be available once the product has been processed, other issues may take days to appear.</p>
86<p class="toc_element">
87  <code><a href="#list">list(parent, include=None, pageSize=None, pageToken=None, x__xgafv=None)</a></code></p>
88<p class="firstline">Lists all the products in a Manufacturer Center account.</p>
89<p class="toc_element">
90  <code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p>
91<p class="firstline">Retrieves the next page of results.</p>
92<p class="toc_element">
93  <code><a href="#update">update(parent, name, body=None, x__xgafv=None)</a></code></p>
94<p class="firstline">Inserts or updates the attributes of the product in a Manufacturer Center account. Creates a product with the provided attributes. If the product already exists, then all attributes are replaced with the new ones. The checks at upload time are minimal. All required attributes need to be present for a product to be valid. Issues may show up later after the API has accepted a new upload for a product and it is possible to overwrite an existing valid product with an invalid product. To detect this, you should retrieve the product and check it for issues once the new version is available. Uploaded attributes first need to be processed before they can be retrieved. Until then, new products will be unavailable, and retrieval of previously uploaded products will return the original state of the product.</p>
95<h3>Method Details</h3>
96<div class="method">
97    <code class="details" id="close">close()</code>
98  <pre>Close httplib2 connections.</pre>
99</div>
100
101<div class="method">
102    <code class="details" id="delete">delete(parent, name, x__xgafv=None)</code>
103  <pre>Deletes the product from a Manufacturer Center account.
104
105Args:
106  parent: string, Parent ID in the format `accounts/{account_id}`. `account_id` - The ID of the Manufacturer Center account. (required)
107  name: string, Name in the format `{target_country}:{content_language}:{product_id}`. `target_country` - The target country of the product as a CLDR territory code (for example, US). `content_language` - The content language of the product as a two-letter ISO 639-1 language code (for example, en). `product_id` - The ID of the product. For more information, see https://support.google.com/manufacturers/answer/6124116#id. (required)
108  x__xgafv: string, V1 error format.
109    Allowed values
110      1 - v1 error format
111      2 - v2 error format
112
113Returns:
114  An object of the form:
115
116    { # A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical example is to use it as the request or the response type of an API method. For instance: service Foo { rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); } The JSON representation for `Empty` is empty JSON object `{}`.
117}</pre>
118</div>
119
120<div class="method">
121    <code class="details" id="get">get(parent, name, include=None, x__xgafv=None)</code>
122  <pre>Gets the product from a Manufacturer Center account, including product issues. A recently updated product takes around 15 minutes to process. Changes are only visible after it has been processed. While some issues may be available once the product has been processed, other issues may take days to appear.
123
124Args:
125  parent: string, Parent ID in the format `accounts/{account_id}`. `account_id` - The ID of the Manufacturer Center account. (required)
126  name: string, Name in the format `{target_country}:{content_language}:{product_id}`. `target_country` - The target country of the product as a CLDR territory code (for example, US). `content_language` - The content language of the product as a two-letter ISO 639-1 language code (for example, en). `product_id` - The ID of the product. For more information, see https://support.google.com/manufacturers/answer/6124116#id. (required)
127  include: string, The information to be included in the response. Only sections listed here will be returned. (repeated)
128    Allowed values
129      UNKNOWN - Unknown, never used.
130      ATTRIBUTES - Include the attributes of the product.
131      ISSUES - Include the issues of the product.
132      DESTINATION_STATUSES - Include the destination statuses of the product.
133  x__xgafv: string, V1 error format.
134    Allowed values
135      1 - v1 error format
136      2 - v2 error format
137
138Returns:
139  An object of the form:
140
141    { # Product data.
142  &quot;attributes&quot;: { # Attributes of the product. For more information, see https://support.google.com/manufacturers/answer/6124116. # Attributes of the product uploaded to the Manufacturer Center. Manually edited attributes are taken into account.
143    &quot;additionalImageLink&quot;: [ # The additional images of the product. For more information, see https://support.google.com/manufacturers/answer/6124116#addlimage.
144      { # An image.
145        &quot;imageUrl&quot;: &quot;A String&quot;, # The URL of the image. For crawled images, this is the provided URL. For uploaded images, this is a serving URL from Google if the image has been processed successfully.
146        &quot;status&quot;: &quot;A String&quot;, # The status of the image. @OutputOnly
147        &quot;type&quot;: &quot;A String&quot;, # The type of the image, i.e., crawled or uploaded. @OutputOnly
148      },
149    ],
150    &quot;ageGroup&quot;: &quot;A String&quot;, # The target age group of the product. For more information, see https://support.google.com/manufacturers/answer/6124116#agegroup.
151    &quot;brand&quot;: &quot;A String&quot;, # The brand name of the product. For more information, see https://support.google.com/manufacturers/answer/6124116#brand.
152    &quot;capacity&quot;: { # The capacity of a product. For more information, see https://support.google.com/manufacturers/answer/6124116#capacity. # The capacity of the product. For more information, see https://support.google.com/manufacturers/answer/6124116#capacity.
153      &quot;unit&quot;: &quot;A String&quot;, # The unit of the capacity, i.e., MB, GB, or TB.
154      &quot;value&quot;: &quot;A String&quot;, # The numeric value of the capacity.
155    },
156    &quot;color&quot;: &quot;A String&quot;, # The color of the product. For more information, see https://support.google.com/manufacturers/answer/6124116#color.
157    &quot;count&quot;: { # The number of products in a single package. For more information, see https://support.google.com/manufacturers/answer/6124116#count. # The count of the product. For more information, see https://support.google.com/manufacturers/answer/6124116#count.
158      &quot;unit&quot;: &quot;A String&quot;, # The unit in which these products are counted.
159      &quot;value&quot;: &quot;A String&quot;, # The numeric value of the number of products in a package.
160    },
161    &quot;description&quot;: &quot;A String&quot;, # The description of the product. For more information, see https://support.google.com/manufacturers/answer/6124116#description.
162    &quot;disclosureDate&quot;: &quot;A String&quot;, # The disclosure date of the product. For more information, see https://support.google.com/manufacturers/answer/6124116#disclosure.
163    &quot;excludedDestination&quot;: [ # A list of excluded destinations.
164      &quot;A String&quot;,
165    ],
166    &quot;featureDescription&quot;: [ # The rich format description of the product. For more information, see https://support.google.com/manufacturers/answer/6124116#featuredesc.
167      { # A feature description of the product. For more information, see https://support.google.com/manufacturers/answer/6124116#featuredesc.
168        &quot;headline&quot;: &quot;A String&quot;, # A short description of the feature.
169        &quot;image&quot;: { # An image. # An optional image describing the feature.
170          &quot;imageUrl&quot;: &quot;A String&quot;, # The URL of the image. For crawled images, this is the provided URL. For uploaded images, this is a serving URL from Google if the image has been processed successfully.
171          &quot;status&quot;: &quot;A String&quot;, # The status of the image. @OutputOnly
172          &quot;type&quot;: &quot;A String&quot;, # The type of the image, i.e., crawled or uploaded. @OutputOnly
173        },
174        &quot;text&quot;: &quot;A String&quot;, # A detailed description of the feature.
175      },
176    ],
177    &quot;flavor&quot;: &quot;A String&quot;, # The flavor of the product. For more information, see https://support.google.com/manufacturers/answer/6124116#flavor.
178    &quot;format&quot;: &quot;A String&quot;, # The format of the product. For more information, see https://support.google.com/manufacturers/answer/6124116#format.
179    &quot;gender&quot;: &quot;A String&quot;, # The target gender of the product. For more information, see https://support.google.com/manufacturers/answer/6124116#gender.
180    &quot;gtin&quot;: [ # The Global Trade Item Number (GTIN) of the product. For more information, see https://support.google.com/manufacturers/answer/6124116#gtin.
181      &quot;A String&quot;,
182    ],
183    &quot;imageLink&quot;: { # An image. # The image of the product. For more information, see https://support.google.com/manufacturers/answer/6124116#image.
184      &quot;imageUrl&quot;: &quot;A String&quot;, # The URL of the image. For crawled images, this is the provided URL. For uploaded images, this is a serving URL from Google if the image has been processed successfully.
185      &quot;status&quot;: &quot;A String&quot;, # The status of the image. @OutputOnly
186      &quot;type&quot;: &quot;A String&quot;, # The type of the image, i.e., crawled or uploaded. @OutputOnly
187    },
188    &quot;includedDestination&quot;: [ # A list of included destinations.
189      &quot;A String&quot;,
190    ],
191    &quot;itemGroupId&quot;: &quot;A String&quot;, # The item group id of the product. For more information, see https://support.google.com/manufacturers/answer/6124116#itemgroupid.
192    &quot;material&quot;: &quot;A String&quot;, # The material of the product. For more information, see https://support.google.com/manufacturers/answer/6124116#material.
193    &quot;mpn&quot;: &quot;A String&quot;, # The Manufacturer Part Number (MPN) of the product. For more information, see https://support.google.com/manufacturers/answer/6124116#mpn.
194    &quot;pattern&quot;: &quot;A String&quot;, # The pattern of the product. For more information, see https://support.google.com/manufacturers/answer/6124116#pattern.
195    &quot;productDetail&quot;: [ # The details of the product. For more information, see https://support.google.com/manufacturers/answer/6124116#productdetail.
196      { # A product detail of the product. For more information, see https://support.google.com/manufacturers/answer/6124116#productdetail.
197        &quot;attributeName&quot;: &quot;A String&quot;, # The name of the attribute.
198        &quot;attributeValue&quot;: &quot;A String&quot;, # The value of the attribute.
199        &quot;sectionName&quot;: &quot;A String&quot;, # A short section name that can be reused between multiple product details.
200      },
201    ],
202    &quot;productHighlight&quot;: [ # The product highlights. For more information, see https://support.google.com/manufacturers/answer/10066942
203      &quot;A String&quot;,
204    ],
205    &quot;productLine&quot;: &quot;A String&quot;, # The name of the group of products related to the product. For more information, see https://support.google.com/manufacturers/answer/6124116#productline.
206    &quot;productName&quot;: &quot;A String&quot;, # The canonical name of the product. For more information, see https://support.google.com/manufacturers/answer/6124116#productname.
207    &quot;productPageUrl&quot;: &quot;A String&quot;, # The URL of the detail page of the product. For more information, see https://support.google.com/manufacturers/answer/6124116#productpage.
208    &quot;productType&quot;: [ # The type or category of the product. For more information, see https://support.google.com/manufacturers/answer/6124116#producttype.
209      &quot;A String&quot;,
210    ],
211    &quot;releaseDate&quot;: &quot;A String&quot;, # The release date of the product. For more information, see https://support.google.com/manufacturers/answer/6124116#release.
212    &quot;richProductContent&quot;: [ # Rich product content. For more information, see https://support.google.com/manufacturers/answer/9389865
213      &quot;A String&quot;,
214    ],
215    &quot;scent&quot;: &quot;A String&quot;, # The scent of the product. For more information, see https://support.google.com/manufacturers/answer/6124116#scent.
216    &quot;size&quot;: &quot;A String&quot;, # The size of the product. For more information, see https://support.google.com/manufacturers/answer/6124116#size.
217    &quot;sizeSystem&quot;: &quot;A String&quot;, # The size system of the product. For more information, see https://support.google.com/manufacturers/answer/6124116#sizesystem.
218    &quot;sizeType&quot;: [ # The size type of the product. For more information, see https://support.google.com/manufacturers/answer/6124116#sizetype.
219      &quot;A String&quot;,
220    ],
221    &quot;suggestedRetailPrice&quot;: { # A price. # The suggested retail price (MSRP) of the product. For more information, see https://support.google.com/manufacturers/answer/6124116#price.
222      &quot;amount&quot;: &quot;A String&quot;, # The numeric value of the price.
223      &quot;currency&quot;: &quot;A String&quot;, # The currency in which the price is denoted.
224    },
225    &quot;targetClientId&quot;: &quot;A String&quot;, # The target client id. Should only be used in the accounts of the data partners.
226    &quot;theme&quot;: &quot;A String&quot;, # The theme of the product. For more information, see https://support.google.com/manufacturers/answer/6124116#theme.
227    &quot;title&quot;: &quot;A String&quot;, # The title of the product. For more information, see https://support.google.com/manufacturers/answer/6124116#title.
228    &quot;videoLink&quot;: [ # The videos of the product. For more information, see https://support.google.com/manufacturers/answer/6124116#video.
229      &quot;A String&quot;,
230    ],
231  },
232  &quot;contentLanguage&quot;: &quot;A String&quot;, # The content language of the product as a two-letter ISO 639-1 language code (for example, en).
233  &quot;destinationStatuses&quot;: [ # The status of the destinations.
234    { # The destination status.
235      &quot;destination&quot;: &quot;A String&quot;, # The name of the destination.
236      &quot;status&quot;: &quot;A String&quot;, # The status of the destination.
237    },
238  ],
239  &quot;issues&quot;: [ # A server-generated list of issues associated with the product.
240    { # Product issue.
241      &quot;attribute&quot;: &quot;A String&quot;, # If present, the attribute that triggered the issue. For more information about attributes, see https://support.google.com/manufacturers/answer/6124116.
242      &quot;description&quot;: &quot;A String&quot;, # Longer description of the issue focused on how to resolve it.
243      &quot;destination&quot;: &quot;A String&quot;, # The destination this issue applies to.
244      &quot;resolution&quot;: &quot;A String&quot;, # What needs to happen to resolve the issue.
245      &quot;severity&quot;: &quot;A String&quot;, # The severity of the issue.
246      &quot;timestamp&quot;: &quot;A String&quot;, # The timestamp when this issue appeared.
247      &quot;title&quot;: &quot;A String&quot;, # Short title describing the nature of the issue.
248      &quot;type&quot;: &quot;A String&quot;, # The server-generated type of the issue, for example, “INCORRECT_TEXT_FORMATTING”, “IMAGE_NOT_SERVEABLE”, etc.
249    },
250  ],
251  &quot;name&quot;: &quot;A String&quot;, # Name in the format `{target_country}:{content_language}:{product_id}`. `target_country` - The target country of the product as a CLDR territory code (for example, US). `content_language` - The content language of the product as a two-letter ISO 639-1 language code (for example, en). `product_id` - The ID of the product. For more information, see https://support.google.com/manufacturers/answer/6124116#id.
252  &quot;parent&quot;: &quot;A String&quot;, # Parent ID in the format `accounts/{account_id}`. `account_id` - The ID of the Manufacturer Center account.
253  &quot;productId&quot;: &quot;A String&quot;, # The ID of the product. For more information, see https://support.google.com/manufacturers/answer/6124116#id.
254  &quot;targetCountry&quot;: &quot;A String&quot;, # The target country of the product as a CLDR territory code (for example, US).
255}</pre>
256</div>
257
258<div class="method">
259    <code class="details" id="list">list(parent, include=None, pageSize=None, pageToken=None, x__xgafv=None)</code>
260  <pre>Lists all the products in a Manufacturer Center account.
261
262Args:
263  parent: string, Parent ID in the format `accounts/{account_id}`. `account_id` - The ID of the Manufacturer Center account. (required)
264  include: string, The information to be included in the response. Only sections listed here will be returned. (repeated)
265    Allowed values
266      UNKNOWN - Unknown, never used.
267      ATTRIBUTES - Include the attributes of the product.
268      ISSUES - Include the issues of the product.
269      DESTINATION_STATUSES - Include the destination statuses of the product.
270  pageSize: integer, Maximum number of product statuses to return in the response, used for paging.
271  pageToken: string, The token returned by the previous request.
272  x__xgafv: string, V1 error format.
273    Allowed values
274      1 - v1 error format
275      2 - v2 error format
276
277Returns:
278  An object of the form:
279
280    {
281  &quot;nextPageToken&quot;: &quot;A String&quot;, # The token for the retrieval of the next page of product statuses.
282  &quot;products&quot;: [ # List of the products.
283    { # Product data.
284      &quot;attributes&quot;: { # Attributes of the product. For more information, see https://support.google.com/manufacturers/answer/6124116. # Attributes of the product uploaded to the Manufacturer Center. Manually edited attributes are taken into account.
285        &quot;additionalImageLink&quot;: [ # The additional images of the product. For more information, see https://support.google.com/manufacturers/answer/6124116#addlimage.
286          { # An image.
287            &quot;imageUrl&quot;: &quot;A String&quot;, # The URL of the image. For crawled images, this is the provided URL. For uploaded images, this is a serving URL from Google if the image has been processed successfully.
288            &quot;status&quot;: &quot;A String&quot;, # The status of the image. @OutputOnly
289            &quot;type&quot;: &quot;A String&quot;, # The type of the image, i.e., crawled or uploaded. @OutputOnly
290          },
291        ],
292        &quot;ageGroup&quot;: &quot;A String&quot;, # The target age group of the product. For more information, see https://support.google.com/manufacturers/answer/6124116#agegroup.
293        &quot;brand&quot;: &quot;A String&quot;, # The brand name of the product. For more information, see https://support.google.com/manufacturers/answer/6124116#brand.
294        &quot;capacity&quot;: { # The capacity of a product. For more information, see https://support.google.com/manufacturers/answer/6124116#capacity. # The capacity of the product. For more information, see https://support.google.com/manufacturers/answer/6124116#capacity.
295          &quot;unit&quot;: &quot;A String&quot;, # The unit of the capacity, i.e., MB, GB, or TB.
296          &quot;value&quot;: &quot;A String&quot;, # The numeric value of the capacity.
297        },
298        &quot;color&quot;: &quot;A String&quot;, # The color of the product. For more information, see https://support.google.com/manufacturers/answer/6124116#color.
299        &quot;count&quot;: { # The number of products in a single package. For more information, see https://support.google.com/manufacturers/answer/6124116#count. # The count of the product. For more information, see https://support.google.com/manufacturers/answer/6124116#count.
300          &quot;unit&quot;: &quot;A String&quot;, # The unit in which these products are counted.
301          &quot;value&quot;: &quot;A String&quot;, # The numeric value of the number of products in a package.
302        },
303        &quot;description&quot;: &quot;A String&quot;, # The description of the product. For more information, see https://support.google.com/manufacturers/answer/6124116#description.
304        &quot;disclosureDate&quot;: &quot;A String&quot;, # The disclosure date of the product. For more information, see https://support.google.com/manufacturers/answer/6124116#disclosure.
305        &quot;excludedDestination&quot;: [ # A list of excluded destinations.
306          &quot;A String&quot;,
307        ],
308        &quot;featureDescription&quot;: [ # The rich format description of the product. For more information, see https://support.google.com/manufacturers/answer/6124116#featuredesc.
309          { # A feature description of the product. For more information, see https://support.google.com/manufacturers/answer/6124116#featuredesc.
310            &quot;headline&quot;: &quot;A String&quot;, # A short description of the feature.
311            &quot;image&quot;: { # An image. # An optional image describing the feature.
312              &quot;imageUrl&quot;: &quot;A String&quot;, # The URL of the image. For crawled images, this is the provided URL. For uploaded images, this is a serving URL from Google if the image has been processed successfully.
313              &quot;status&quot;: &quot;A String&quot;, # The status of the image. @OutputOnly
314              &quot;type&quot;: &quot;A String&quot;, # The type of the image, i.e., crawled or uploaded. @OutputOnly
315            },
316            &quot;text&quot;: &quot;A String&quot;, # A detailed description of the feature.
317          },
318        ],
319        &quot;flavor&quot;: &quot;A String&quot;, # The flavor of the product. For more information, see https://support.google.com/manufacturers/answer/6124116#flavor.
320        &quot;format&quot;: &quot;A String&quot;, # The format of the product. For more information, see https://support.google.com/manufacturers/answer/6124116#format.
321        &quot;gender&quot;: &quot;A String&quot;, # The target gender of the product. For more information, see https://support.google.com/manufacturers/answer/6124116#gender.
322        &quot;gtin&quot;: [ # The Global Trade Item Number (GTIN) of the product. For more information, see https://support.google.com/manufacturers/answer/6124116#gtin.
323          &quot;A String&quot;,
324        ],
325        &quot;imageLink&quot;: { # An image. # The image of the product. For more information, see https://support.google.com/manufacturers/answer/6124116#image.
326          &quot;imageUrl&quot;: &quot;A String&quot;, # The URL of the image. For crawled images, this is the provided URL. For uploaded images, this is a serving URL from Google if the image has been processed successfully.
327          &quot;status&quot;: &quot;A String&quot;, # The status of the image. @OutputOnly
328          &quot;type&quot;: &quot;A String&quot;, # The type of the image, i.e., crawled or uploaded. @OutputOnly
329        },
330        &quot;includedDestination&quot;: [ # A list of included destinations.
331          &quot;A String&quot;,
332        ],
333        &quot;itemGroupId&quot;: &quot;A String&quot;, # The item group id of the product. For more information, see https://support.google.com/manufacturers/answer/6124116#itemgroupid.
334        &quot;material&quot;: &quot;A String&quot;, # The material of the product. For more information, see https://support.google.com/manufacturers/answer/6124116#material.
335        &quot;mpn&quot;: &quot;A String&quot;, # The Manufacturer Part Number (MPN) of the product. For more information, see https://support.google.com/manufacturers/answer/6124116#mpn.
336        &quot;pattern&quot;: &quot;A String&quot;, # The pattern of the product. For more information, see https://support.google.com/manufacturers/answer/6124116#pattern.
337        &quot;productDetail&quot;: [ # The details of the product. For more information, see https://support.google.com/manufacturers/answer/6124116#productdetail.
338          { # A product detail of the product. For more information, see https://support.google.com/manufacturers/answer/6124116#productdetail.
339            &quot;attributeName&quot;: &quot;A String&quot;, # The name of the attribute.
340            &quot;attributeValue&quot;: &quot;A String&quot;, # The value of the attribute.
341            &quot;sectionName&quot;: &quot;A String&quot;, # A short section name that can be reused between multiple product details.
342          },
343        ],
344        &quot;productHighlight&quot;: [ # The product highlights. For more information, see https://support.google.com/manufacturers/answer/10066942
345          &quot;A String&quot;,
346        ],
347        &quot;productLine&quot;: &quot;A String&quot;, # The name of the group of products related to the product. For more information, see https://support.google.com/manufacturers/answer/6124116#productline.
348        &quot;productName&quot;: &quot;A String&quot;, # The canonical name of the product. For more information, see https://support.google.com/manufacturers/answer/6124116#productname.
349        &quot;productPageUrl&quot;: &quot;A String&quot;, # The URL of the detail page of the product. For more information, see https://support.google.com/manufacturers/answer/6124116#productpage.
350        &quot;productType&quot;: [ # The type or category of the product. For more information, see https://support.google.com/manufacturers/answer/6124116#producttype.
351          &quot;A String&quot;,
352        ],
353        &quot;releaseDate&quot;: &quot;A String&quot;, # The release date of the product. For more information, see https://support.google.com/manufacturers/answer/6124116#release.
354        &quot;richProductContent&quot;: [ # Rich product content. For more information, see https://support.google.com/manufacturers/answer/9389865
355          &quot;A String&quot;,
356        ],
357        &quot;scent&quot;: &quot;A String&quot;, # The scent of the product. For more information, see https://support.google.com/manufacturers/answer/6124116#scent.
358        &quot;size&quot;: &quot;A String&quot;, # The size of the product. For more information, see https://support.google.com/manufacturers/answer/6124116#size.
359        &quot;sizeSystem&quot;: &quot;A String&quot;, # The size system of the product. For more information, see https://support.google.com/manufacturers/answer/6124116#sizesystem.
360        &quot;sizeType&quot;: [ # The size type of the product. For more information, see https://support.google.com/manufacturers/answer/6124116#sizetype.
361          &quot;A String&quot;,
362        ],
363        &quot;suggestedRetailPrice&quot;: { # A price. # The suggested retail price (MSRP) of the product. For more information, see https://support.google.com/manufacturers/answer/6124116#price.
364          &quot;amount&quot;: &quot;A String&quot;, # The numeric value of the price.
365          &quot;currency&quot;: &quot;A String&quot;, # The currency in which the price is denoted.
366        },
367        &quot;targetClientId&quot;: &quot;A String&quot;, # The target client id. Should only be used in the accounts of the data partners.
368        &quot;theme&quot;: &quot;A String&quot;, # The theme of the product. For more information, see https://support.google.com/manufacturers/answer/6124116#theme.
369        &quot;title&quot;: &quot;A String&quot;, # The title of the product. For more information, see https://support.google.com/manufacturers/answer/6124116#title.
370        &quot;videoLink&quot;: [ # The videos of the product. For more information, see https://support.google.com/manufacturers/answer/6124116#video.
371          &quot;A String&quot;,
372        ],
373      },
374      &quot;contentLanguage&quot;: &quot;A String&quot;, # The content language of the product as a two-letter ISO 639-1 language code (for example, en).
375      &quot;destinationStatuses&quot;: [ # The status of the destinations.
376        { # The destination status.
377          &quot;destination&quot;: &quot;A String&quot;, # The name of the destination.
378          &quot;status&quot;: &quot;A String&quot;, # The status of the destination.
379        },
380      ],
381      &quot;issues&quot;: [ # A server-generated list of issues associated with the product.
382        { # Product issue.
383          &quot;attribute&quot;: &quot;A String&quot;, # If present, the attribute that triggered the issue. For more information about attributes, see https://support.google.com/manufacturers/answer/6124116.
384          &quot;description&quot;: &quot;A String&quot;, # Longer description of the issue focused on how to resolve it.
385          &quot;destination&quot;: &quot;A String&quot;, # The destination this issue applies to.
386          &quot;resolution&quot;: &quot;A String&quot;, # What needs to happen to resolve the issue.
387          &quot;severity&quot;: &quot;A String&quot;, # The severity of the issue.
388          &quot;timestamp&quot;: &quot;A String&quot;, # The timestamp when this issue appeared.
389          &quot;title&quot;: &quot;A String&quot;, # Short title describing the nature of the issue.
390          &quot;type&quot;: &quot;A String&quot;, # The server-generated type of the issue, for example, “INCORRECT_TEXT_FORMATTING”, “IMAGE_NOT_SERVEABLE”, etc.
391        },
392      ],
393      &quot;name&quot;: &quot;A String&quot;, # Name in the format `{target_country}:{content_language}:{product_id}`. `target_country` - The target country of the product as a CLDR territory code (for example, US). `content_language` - The content language of the product as a two-letter ISO 639-1 language code (for example, en). `product_id` - The ID of the product. For more information, see https://support.google.com/manufacturers/answer/6124116#id.
394      &quot;parent&quot;: &quot;A String&quot;, # Parent ID in the format `accounts/{account_id}`. `account_id` - The ID of the Manufacturer Center account.
395      &quot;productId&quot;: &quot;A String&quot;, # The ID of the product. For more information, see https://support.google.com/manufacturers/answer/6124116#id.
396      &quot;targetCountry&quot;: &quot;A String&quot;, # The target country of the product as a CLDR territory code (for example, US).
397    },
398  ],
399}</pre>
400</div>
401
402<div class="method">
403    <code class="details" id="list_next">list_next(previous_request, previous_response)</code>
404  <pre>Retrieves the next page of results.
405
406Args:
407  previous_request: The request for the previous page. (required)
408  previous_response: The response from the request for the previous page. (required)
409
410Returns:
411  A request object that you can call &#x27;execute()&#x27; on to request the next
412  page. Returns None if there are no more items in the collection.
413    </pre>
414</div>
415
416<div class="method">
417    <code class="details" id="update">update(parent, name, body=None, x__xgafv=None)</code>
418  <pre>Inserts or updates the attributes of the product in a Manufacturer Center account. Creates a product with the provided attributes. If the product already exists, then all attributes are replaced with the new ones. The checks at upload time are minimal. All required attributes need to be present for a product to be valid. Issues may show up later after the API has accepted a new upload for a product and it is possible to overwrite an existing valid product with an invalid product. To detect this, you should retrieve the product and check it for issues once the new version is available. Uploaded attributes first need to be processed before they can be retrieved. Until then, new products will be unavailable, and retrieval of previously uploaded products will return the original state of the product.
419
420Args:
421  parent: string, Parent ID in the format `accounts/{account_id}`. `account_id` - The ID of the Manufacturer Center account. (required)
422  name: string, Name in the format `{target_country}:{content_language}:{product_id}`. `target_country` - The target country of the product as a CLDR territory code (for example, US). `content_language` - The content language of the product as a two-letter ISO 639-1 language code (for example, en). `product_id` - The ID of the product. For more information, see https://support.google.com/manufacturers/answer/6124116#id. (required)
423  body: object, The request body.
424    The object takes the form of:
425
426{ # Attributes of the product. For more information, see https://support.google.com/manufacturers/answer/6124116.
427  &quot;additionalImageLink&quot;: [ # The additional images of the product. For more information, see https://support.google.com/manufacturers/answer/6124116#addlimage.
428    { # An image.
429      &quot;imageUrl&quot;: &quot;A String&quot;, # The URL of the image. For crawled images, this is the provided URL. For uploaded images, this is a serving URL from Google if the image has been processed successfully.
430      &quot;status&quot;: &quot;A String&quot;, # The status of the image. @OutputOnly
431      &quot;type&quot;: &quot;A String&quot;, # The type of the image, i.e., crawled or uploaded. @OutputOnly
432    },
433  ],
434  &quot;ageGroup&quot;: &quot;A String&quot;, # The target age group of the product. For more information, see https://support.google.com/manufacturers/answer/6124116#agegroup.
435  &quot;brand&quot;: &quot;A String&quot;, # The brand name of the product. For more information, see https://support.google.com/manufacturers/answer/6124116#brand.
436  &quot;capacity&quot;: { # The capacity of a product. For more information, see https://support.google.com/manufacturers/answer/6124116#capacity. # The capacity of the product. For more information, see https://support.google.com/manufacturers/answer/6124116#capacity.
437    &quot;unit&quot;: &quot;A String&quot;, # The unit of the capacity, i.e., MB, GB, or TB.
438    &quot;value&quot;: &quot;A String&quot;, # The numeric value of the capacity.
439  },
440  &quot;color&quot;: &quot;A String&quot;, # The color of the product. For more information, see https://support.google.com/manufacturers/answer/6124116#color.
441  &quot;count&quot;: { # The number of products in a single package. For more information, see https://support.google.com/manufacturers/answer/6124116#count. # The count of the product. For more information, see https://support.google.com/manufacturers/answer/6124116#count.
442    &quot;unit&quot;: &quot;A String&quot;, # The unit in which these products are counted.
443    &quot;value&quot;: &quot;A String&quot;, # The numeric value of the number of products in a package.
444  },
445  &quot;description&quot;: &quot;A String&quot;, # The description of the product. For more information, see https://support.google.com/manufacturers/answer/6124116#description.
446  &quot;disclosureDate&quot;: &quot;A String&quot;, # The disclosure date of the product. For more information, see https://support.google.com/manufacturers/answer/6124116#disclosure.
447  &quot;excludedDestination&quot;: [ # A list of excluded destinations.
448    &quot;A String&quot;,
449  ],
450  &quot;featureDescription&quot;: [ # The rich format description of the product. For more information, see https://support.google.com/manufacturers/answer/6124116#featuredesc.
451    { # A feature description of the product. For more information, see https://support.google.com/manufacturers/answer/6124116#featuredesc.
452      &quot;headline&quot;: &quot;A String&quot;, # A short description of the feature.
453      &quot;image&quot;: { # An image. # An optional image describing the feature.
454        &quot;imageUrl&quot;: &quot;A String&quot;, # The URL of the image. For crawled images, this is the provided URL. For uploaded images, this is a serving URL from Google if the image has been processed successfully.
455        &quot;status&quot;: &quot;A String&quot;, # The status of the image. @OutputOnly
456        &quot;type&quot;: &quot;A String&quot;, # The type of the image, i.e., crawled or uploaded. @OutputOnly
457      },
458      &quot;text&quot;: &quot;A String&quot;, # A detailed description of the feature.
459    },
460  ],
461  &quot;flavor&quot;: &quot;A String&quot;, # The flavor of the product. For more information, see https://support.google.com/manufacturers/answer/6124116#flavor.
462  &quot;format&quot;: &quot;A String&quot;, # The format of the product. For more information, see https://support.google.com/manufacturers/answer/6124116#format.
463  &quot;gender&quot;: &quot;A String&quot;, # The target gender of the product. For more information, see https://support.google.com/manufacturers/answer/6124116#gender.
464  &quot;gtin&quot;: [ # The Global Trade Item Number (GTIN) of the product. For more information, see https://support.google.com/manufacturers/answer/6124116#gtin.
465    &quot;A String&quot;,
466  ],
467  &quot;imageLink&quot;: { # An image. # The image of the product. For more information, see https://support.google.com/manufacturers/answer/6124116#image.
468    &quot;imageUrl&quot;: &quot;A String&quot;, # The URL of the image. For crawled images, this is the provided URL. For uploaded images, this is a serving URL from Google if the image has been processed successfully.
469    &quot;status&quot;: &quot;A String&quot;, # The status of the image. @OutputOnly
470    &quot;type&quot;: &quot;A String&quot;, # The type of the image, i.e., crawled or uploaded. @OutputOnly
471  },
472  &quot;includedDestination&quot;: [ # A list of included destinations.
473    &quot;A String&quot;,
474  ],
475  &quot;itemGroupId&quot;: &quot;A String&quot;, # The item group id of the product. For more information, see https://support.google.com/manufacturers/answer/6124116#itemgroupid.
476  &quot;material&quot;: &quot;A String&quot;, # The material of the product. For more information, see https://support.google.com/manufacturers/answer/6124116#material.
477  &quot;mpn&quot;: &quot;A String&quot;, # The Manufacturer Part Number (MPN) of the product. For more information, see https://support.google.com/manufacturers/answer/6124116#mpn.
478  &quot;pattern&quot;: &quot;A String&quot;, # The pattern of the product. For more information, see https://support.google.com/manufacturers/answer/6124116#pattern.
479  &quot;productDetail&quot;: [ # The details of the product. For more information, see https://support.google.com/manufacturers/answer/6124116#productdetail.
480    { # A product detail of the product. For more information, see https://support.google.com/manufacturers/answer/6124116#productdetail.
481      &quot;attributeName&quot;: &quot;A String&quot;, # The name of the attribute.
482      &quot;attributeValue&quot;: &quot;A String&quot;, # The value of the attribute.
483      &quot;sectionName&quot;: &quot;A String&quot;, # A short section name that can be reused between multiple product details.
484    },
485  ],
486  &quot;productHighlight&quot;: [ # The product highlights. For more information, see https://support.google.com/manufacturers/answer/10066942
487    &quot;A String&quot;,
488  ],
489  &quot;productLine&quot;: &quot;A String&quot;, # The name of the group of products related to the product. For more information, see https://support.google.com/manufacturers/answer/6124116#productline.
490  &quot;productName&quot;: &quot;A String&quot;, # The canonical name of the product. For more information, see https://support.google.com/manufacturers/answer/6124116#productname.
491  &quot;productPageUrl&quot;: &quot;A String&quot;, # The URL of the detail page of the product. For more information, see https://support.google.com/manufacturers/answer/6124116#productpage.
492  &quot;productType&quot;: [ # The type or category of the product. For more information, see https://support.google.com/manufacturers/answer/6124116#producttype.
493    &quot;A String&quot;,
494  ],
495  &quot;releaseDate&quot;: &quot;A String&quot;, # The release date of the product. For more information, see https://support.google.com/manufacturers/answer/6124116#release.
496  &quot;richProductContent&quot;: [ # Rich product content. For more information, see https://support.google.com/manufacturers/answer/9389865
497    &quot;A String&quot;,
498  ],
499  &quot;scent&quot;: &quot;A String&quot;, # The scent of the product. For more information, see https://support.google.com/manufacturers/answer/6124116#scent.
500  &quot;size&quot;: &quot;A String&quot;, # The size of the product. For more information, see https://support.google.com/manufacturers/answer/6124116#size.
501  &quot;sizeSystem&quot;: &quot;A String&quot;, # The size system of the product. For more information, see https://support.google.com/manufacturers/answer/6124116#sizesystem.
502  &quot;sizeType&quot;: [ # The size type of the product. For more information, see https://support.google.com/manufacturers/answer/6124116#sizetype.
503    &quot;A String&quot;,
504  ],
505  &quot;suggestedRetailPrice&quot;: { # A price. # The suggested retail price (MSRP) of the product. For more information, see https://support.google.com/manufacturers/answer/6124116#price.
506    &quot;amount&quot;: &quot;A String&quot;, # The numeric value of the price.
507    &quot;currency&quot;: &quot;A String&quot;, # The currency in which the price is denoted.
508  },
509  &quot;targetClientId&quot;: &quot;A String&quot;, # The target client id. Should only be used in the accounts of the data partners.
510  &quot;theme&quot;: &quot;A String&quot;, # The theme of the product. For more information, see https://support.google.com/manufacturers/answer/6124116#theme.
511  &quot;title&quot;: &quot;A String&quot;, # The title of the product. For more information, see https://support.google.com/manufacturers/answer/6124116#title.
512  &quot;videoLink&quot;: [ # The videos of the product. For more information, see https://support.google.com/manufacturers/answer/6124116#video.
513    &quot;A String&quot;,
514  ],
515}
516
517  x__xgafv: string, V1 error format.
518    Allowed values
519      1 - v1 error format
520      2 - v2 error format
521
522Returns:
523  An object of the form:
524
525    { # A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical example is to use it as the request or the response type of an API method. For instance: service Foo { rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); } The JSON representation for `Empty` is empty JSON object `{}`.
526}</pre>
527</div>
528
529</body></html>