Skip to content

Commit

Permalink
feat(manufacturers): update the api
Browse files Browse the repository at this point in the history
#### 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)
  • Loading branch information
yoshi-automation committed May 20, 2021
1 parent 77508c7 commit 25bf19f
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 5 deletions.
12 changes: 9 additions & 3 deletions docs/dyn/manufacturers_v1.accounts.products.html
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,9 @@ <h3>Method Details</h3>
&quot;scent&quot;: &quot;A String&quot;, # The scent of the product. For more information, see https://support.google.com/manufacturers/answer/6124116#scent.
&quot;size&quot;: &quot;A String&quot;, # The size of the product. For more information, see https://support.google.com/manufacturers/answer/6124116#size.
&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.
&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.
&quot;sizeType&quot;: [ # The size type of the product. For more information, see https://support.google.com/manufacturers/answer/6124116#sizetype.
&quot;A String&quot;,
],
&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.
&quot;amount&quot;: &quot;A String&quot;, # The numeric value of the price.
&quot;currency&quot;: &quot;A String&quot;, # The currency in which the price is denoted.
Expand Down Expand Up @@ -355,7 +357,9 @@ <h3>Method Details</h3>
&quot;scent&quot;: &quot;A String&quot;, # The scent of the product. For more information, see https://support.google.com/manufacturers/answer/6124116#scent.
&quot;size&quot;: &quot;A String&quot;, # The size of the product. For more information, see https://support.google.com/manufacturers/answer/6124116#size.
&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.
&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.
&quot;sizeType&quot;: [ # The size type of the product. For more information, see https://support.google.com/manufacturers/answer/6124116#sizetype.
&quot;A String&quot;,
],
&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.
&quot;amount&quot;: &quot;A String&quot;, # The numeric value of the price.
&quot;currency&quot;: &quot;A String&quot;, # The currency in which the price is denoted.
Expand Down Expand Up @@ -495,7 +499,9 @@ <h3>Method Details</h3>
&quot;scent&quot;: &quot;A String&quot;, # The scent of the product. For more information, see https://support.google.com/manufacturers/answer/6124116#scent.
&quot;size&quot;: &quot;A String&quot;, # The size of the product. For more information, see https://support.google.com/manufacturers/answer/6124116#size.
&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.
&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.
&quot;sizeType&quot;: [ # The size type of the product. For more information, see https://support.google.com/manufacturers/answer/6124116#sizetype.
&quot;A String&quot;,
],
&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.
&quot;amount&quot;: &quot;A String&quot;, # The numeric value of the price.
&quot;currency&quot;: &quot;A String&quot;, # The currency in which the price is denoted.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@
}
}
},
"revision": "20210505",
"revision": "20210512",
"rootUrl": "https://manufacturers.googleapis.com/",
"schemas": {
"Attributes": {
Expand Down Expand Up @@ -447,7 +447,10 @@
},
"sizeType": {
"description": "The size type of the product. For more information, see https://support.google.com/manufacturers/answer/6124116#sizetype.",
"type": "string"
"items": {
"type": "string"
},
"type": "array"
},
"suggestedRetailPrice": {
"$ref": "Price",
Expand Down

0 comments on commit 25bf19f

Please sign in to comment.