Skip to content

Commit c920b71

Browse files
feat(manufacturers): update the api
#### manufacturers:v1 The following keys were added: - schemas.Attributes.properties.virtualModelLink.type (Total Keys: 1)
1 parent 74adc09 commit c920b71

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

docs/dyn/manufacturers_v1.accounts.products.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -363,6 +363,7 @@ <h3>Method Details</h3>
363363
&quot;videoLink&quot;: [ # The videos of the product. For more information, see https://support.google.com/manufacturers/answer/6124116#video.
364364
&quot;A String&quot;,
365365
],
366+
&quot;virtualModelLink&quot;: &quot;A String&quot;, # Virtual Model (3d) asset link.
366367
},
367368
&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).
368369
&quot;destinationStatuses&quot;: [ # The status of the destinations.
@@ -640,6 +641,7 @@ <h3>Method Details</h3>
640641
&quot;videoLink&quot;: [ # The videos of the product. For more information, see https://support.google.com/manufacturers/answer/6124116#video.
641642
&quot;A String&quot;,
642643
],
644+
&quot;virtualModelLink&quot;: &quot;A String&quot;, # Virtual Model (3d) asset link.
643645
},
644646
&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).
645647
&quot;destinationStatuses&quot;: [ # The status of the destinations.
@@ -917,6 +919,7 @@ <h3>Method Details</h3>
917919
&quot;videoLink&quot;: [ # The videos of the product. For more information, see https://support.google.com/manufacturers/answer/6124116#video.
918920
&quot;A String&quot;,
919921
],
922+
&quot;virtualModelLink&quot;: &quot;A String&quot;, # Virtual Model (3d) asset link.
920923
}
921924

922925
x__xgafv: string, V1 error format.

googleapiclient/discovery_cache/documents/manufacturers.v1.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -416,7 +416,7 @@
416416
}
417417
}
418418
},
419-
"revision": "20230209",
419+
"revision": "20230602",
420420
"rootUrl": "https://manufacturers.googleapis.com/",
421421
"schemas": {
422422
"Attributes": {
@@ -611,6 +611,10 @@
611611
"type": "string"
612612
},
613613
"type": "array"
614+
},
615+
"virtualModelLink": {
616+
"description": "Virtual Model (3d) asset link.",
617+
"type": "string"
614618
}
615619
},
616620
"type": "object"

0 commit comments

Comments
 (0)