You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
channelToStoreLink - A link that is connecting (or about to connect) a channel with a store on a merchandising platform in order to enable retail commerce capabilities for that channel on YouTube.
108
+
externalChannelId: string, Channel ID to which changes should be applied, for delegation.
108
109
part: string, Do not use. Required for compatibility. (repeated)
<pre>Retrieves a list of resources, possibly filtered.
169
171
170
172
Args:
171
173
part: string, The *part* parameter specifies the thirdPartyLink resource parts that the API response will include. Supported values are linkingToken, status, and snippet. (required) (repeated)
174
+
externalChannelId: string, Channel ID to which changes should be applied, for delegation.
172
175
linkingToken: string, Get a third party link with the given linking token.
173
176
type: string, Get a third party link of the given type.
Copy file name to clipboardExpand all lines: googleapiclient/discovery_cache/documents/youtube.v3.json
+21-1Lines changed: 21 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -3049,6 +3049,11 @@
3049
3049
"type"
3050
3050
],
3051
3051
"parameters": {
3052
+
"externalChannelId": {
3053
+
"description": "Channel ID to which changes should be applied, for delegation.",
3054
+
"location": "query",
3055
+
"type": "string"
3056
+
},
3052
3057
"linkingToken": {
3053
3058
"description": "Delete the partner links with the given linking token.",
3054
3059
"location": "query",
@@ -3087,6 +3092,11 @@
3087
3092
"part"
3088
3093
],
3089
3094
"parameters": {
3095
+
"externalChannelId": {
3096
+
"description": "Channel ID to which changes should be applied, for delegation.",
3097
+
"location": "query",
3098
+
"type": "string"
3099
+
},
3090
3100
"part": {
3091
3101
"description": "The *part* parameter specifies the thirdPartyLink resource parts that the API request and response will include. Supported values are linkingToken, status, and snippet.",
3092
3102
"location": "query",
@@ -3112,6 +3122,11 @@
3112
3122
"part"
3113
3123
],
3114
3124
"parameters": {
3125
+
"externalChannelId": {
3126
+
"description": "Channel ID to which changes should be applied, for delegation.",
3127
+
"location": "query",
3128
+
"type": "string"
3129
+
},
3115
3130
"linkingToken": {
3116
3131
"description": "Get a third party link with the given linking token.",
3117
3132
"location": "query",
@@ -3152,6 +3167,11 @@
3152
3167
"part"
3153
3168
],
3154
3169
"parameters": {
3170
+
"externalChannelId": {
3171
+
"description": "Channel ID to which changes should be applied, for delegation.",
3172
+
"location": "query",
3173
+
"type": "string"
3174
+
},
3155
3175
"part": {
3156
3176
"description": "The *part* parameter specifies the thirdPartyLink resource parts that the API request and response will include. Supported values are linkingToken, status, and snippet.",
0 commit comments