Skip to content

Commit

Permalink
feat(youtube): update the api
Browse files Browse the repository at this point in the history
#### youtube:v3

The following keys were added:
- schemas.ChannelToStoreLinkDetails.properties.merchantId (Total Keys: 2)
  • Loading branch information
yoshi-automation committed Mar 22, 2022
1 parent 8aea2ac commit a165ea2
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
5 changes: 5 additions & 0 deletions docs/dyn/youtube_v3.thirdPartyLinks.html
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ <h3>Method Details</h3>
&quot;linkingToken&quot;: &quot;A String&quot;, # The linking_token identifies a YouTube account and channel with which the third party account is linked.
&quot;snippet&quot;: { # Basic information about a third party account link, including its type and type-specific information. # The snippet object contains basic details about the third- party account link.
&quot;channelToStoreLink&quot;: { # Information specific to a store on a merchandising platform linked to a YouTube channel. # Information specific to a link between a channel and a store on a merchandising platform.
&quot;merchantId&quot;: &quot;A String&quot;, # Google Merchant Center id of the store.
&quot;storeName&quot;: &quot;A String&quot;, # Name of the store.
&quot;storeUrl&quot;: &quot;A String&quot;, # Landing page of the store.
},
Expand All @@ -154,6 +155,7 @@ <h3>Method Details</h3>
&quot;linkingToken&quot;: &quot;A String&quot;, # The linking_token identifies a YouTube account and channel with which the third party account is linked.
&quot;snippet&quot;: { # Basic information about a third party account link, including its type and type-specific information. # The snippet object contains basic details about the third- party account link.
&quot;channelToStoreLink&quot;: { # Information specific to a store on a merchandising platform linked to a YouTube channel. # Information specific to a link between a channel and a store on a merchandising platform.
&quot;merchantId&quot;: &quot;A String&quot;, # Google Merchant Center id of the store.
&quot;storeName&quot;: &quot;A String&quot;, # Name of the store.
&quot;storeUrl&quot;: &quot;A String&quot;, # Landing page of the store.
},
Expand Down Expand Up @@ -191,6 +193,7 @@ <h3>Method Details</h3>
&quot;linkingToken&quot;: &quot;A String&quot;, # The linking_token identifies a YouTube account and channel with which the third party account is linked.
&quot;snippet&quot;: { # Basic information about a third party account link, including its type and type-specific information. # The snippet object contains basic details about the third- party account link.
&quot;channelToStoreLink&quot;: { # Information specific to a store on a merchandising platform linked to a YouTube channel. # Information specific to a link between a channel and a store on a merchandising platform.
&quot;merchantId&quot;: &quot;A String&quot;, # Google Merchant Center id of the store.
&quot;storeName&quot;: &quot;A String&quot;, # Name of the store.
&quot;storeUrl&quot;: &quot;A String&quot;, # Landing page of the store.
},
Expand All @@ -217,6 +220,7 @@ <h3>Method Details</h3>
&quot;linkingToken&quot;: &quot;A String&quot;, # The linking_token identifies a YouTube account and channel with which the third party account is linked.
&quot;snippet&quot;: { # Basic information about a third party account link, including its type and type-specific information. # The snippet object contains basic details about the third- party account link.
&quot;channelToStoreLink&quot;: { # Information specific to a store on a merchandising platform linked to a YouTube channel. # Information specific to a link between a channel and a store on a merchandising platform.
&quot;merchantId&quot;: &quot;A String&quot;, # Google Merchant Center id of the store.
&quot;storeName&quot;: &quot;A String&quot;, # Name of the store.
&quot;storeUrl&quot;: &quot;A String&quot;, # Landing page of the store.
},
Expand All @@ -242,6 +246,7 @@ <h3>Method Details</h3>
&quot;linkingToken&quot;: &quot;A String&quot;, # The linking_token identifies a YouTube account and channel with which the third party account is linked.
&quot;snippet&quot;: { # Basic information about a third party account link, including its type and type-specific information. # The snippet object contains basic details about the third- party account link.
&quot;channelToStoreLink&quot;: { # Information specific to a store on a merchandising platform linked to a YouTube channel. # Information specific to a link between a channel and a store on a merchandising platform.
&quot;merchantId&quot;: &quot;A String&quot;, # Google Merchant Center id of the store.
&quot;storeName&quot;: &quot;A String&quot;, # Name of the store.
&quot;storeUrl&quot;: &quot;A String&quot;, # Landing page of the store.
},
Expand Down
7 changes: 6 additions & 1 deletion googleapiclient/discovery_cache/documents/youtube.v3.json
Original file line number Diff line number Diff line change
Expand Up @@ -3789,7 +3789,7 @@
}
}
},
"revision": "20220312",
"revision": "20220320",
"rootUrl": "https://youtube.googleapis.com/",
"schemas": {
"AbuseReport": {
Expand Down Expand Up @@ -5214,6 +5214,11 @@
"description": "Information specific to a store on a merchandising platform linked to a YouTube channel.",
"id": "ChannelToStoreLinkDetails",
"properties": {
"merchantId": {
"description": "Google Merchant Center id of the store.",
"format": "uint64",
"type": "string"
},
"storeName": {
"description": "Name of the store.",
"type": "string"
Expand Down

0 comments on commit a165ea2

Please sign in to comment.