Skip to content

Commit 25bf19f

Browse files
feat(manufacturers): update the api
#### manufacturers:v1 The following keys were added: - schemas.Attributes.properties.sizeType.items.type (Total Keys: 1) The following keys were changed: - schemas.Attributes.properties.sizeType.type (Total Keys: 1)
1 parent 77508c7 commit 25bf19f

File tree

2 files changed

+14
-5
lines changed

2 files changed

+14
-5
lines changed

docs/dyn/manufacturers_v1.accounts.products.html

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,9 @@ <h3>Method Details</h3>
215215
&quot;scent&quot;: &quot;A String&quot;, # The scent of the product. For more information, see https://support.google.com/manufacturers/answer/6124116#scent.
216216
&quot;size&quot;: &quot;A String&quot;, # The size of the product. For more information, see https://support.google.com/manufacturers/answer/6124116#size.
217217
&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;: &quot;A String&quot;, # The size type of the product. For more information, see https://support.google.com/manufacturers/answer/6124116#sizetype.
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+
],
219221
&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.
220222
&quot;amount&quot;: &quot;A String&quot;, # The numeric value of the price.
221223
&quot;currency&quot;: &quot;A String&quot;, # The currency in which the price is denoted.
@@ -355,7 +357,9 @@ <h3>Method Details</h3>
355357
&quot;scent&quot;: &quot;A String&quot;, # The scent of the product. For more information, see https://support.google.com/manufacturers/answer/6124116#scent.
356358
&quot;size&quot;: &quot;A String&quot;, # The size of the product. For more information, see https://support.google.com/manufacturers/answer/6124116#size.
357359
&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.
358-
&quot;sizeType&quot;: &quot;A String&quot;, # The size type of the product. For more information, see https://support.google.com/manufacturers/answer/6124116#sizetype.
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+
],
359363
&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.
360364
&quot;amount&quot;: &quot;A String&quot;, # The numeric value of the price.
361365
&quot;currency&quot;: &quot;A String&quot;, # The currency in which the price is denoted.
@@ -495,7 +499,9 @@ <h3>Method Details</h3>
495499
&quot;scent&quot;: &quot;A String&quot;, # The scent of the product. For more information, see https://support.google.com/manufacturers/answer/6124116#scent.
496500
&quot;size&quot;: &quot;A String&quot;, # The size of the product. For more information, see https://support.google.com/manufacturers/answer/6124116#size.
497501
&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.
498-
&quot;sizeType&quot;: &quot;A String&quot;, # The size type of the product. For more information, see https://support.google.com/manufacturers/answer/6124116#sizetype.
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+
],
499505
&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.
500506
&quot;amount&quot;: &quot;A String&quot;, # The numeric value of the price.
501507
&quot;currency&quot;: &quot;A String&quot;, # The currency in which the price is denoted.

googleapiclient/discovery_cache/documents/manufacturers.v1.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@
287287
}
288288
}
289289
},
290-
"revision": "20210505",
290+
"revision": "20210512",
291291
"rootUrl": "https://manufacturers.googleapis.com/",
292292
"schemas": {
293293
"Attributes": {
@@ -447,7 +447,10 @@
447447
},
448448
"sizeType": {
449449
"description": "The size type of the product. For more information, see https://support.google.com/manufacturers/answer/6124116#sizetype.",
450-
"type": "string"
450+
"items": {
451+
"type": "string"
452+
},
453+
"type": "array"
451454
},
452455
"suggestedRetailPrice": {
453456
"$ref": "Price",

0 commit comments

Comments
 (0)