blob: 44080b0421120f4785b2967cb7b355453c5c99a2 [file] [log] [blame]
Craig Citro065b5302014-08-14 00:47:23 -07001<html><body>
2<style>
3
4body, h1, h2, h3, div, span, p, pre, a {
5 margin: 0;
6 padding: 0;
7 border: 0;
8 font-weight: inherit;
9 font-style: inherit;
10 font-size: 100%;
11 font-family: inherit;
12 vertical-align: baseline;
13}
14
15body {
16 font-size: 13px;
17 padding: 1em;
18}
19
20h1 {
21 font-size: 26px;
22 margin-bottom: 1em;
23}
24
25h2 {
26 font-size: 24px;
27 margin-bottom: 1em;
28}
29
30h3 {
31 font-size: 20px;
32 margin-bottom: 1em;
33 margin-top: 1em;
34}
35
36pre, code {
37 line-height: 1.5;
38 font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
39}
40
41pre {
42 margin-top: 0.5em;
43}
44
45h1, h2, h3, p {
46 font-family: Arial, sans serif;
47}
48
49h1, h2, h3 {
50 border-bottom: solid #CCC 1px;
51}
52
53.toc_element {
54 margin-top: 0.5em;
55}
56
57.firstline {
58 margin-left: 2 em;
59}
60
61.method {
62 margin-top: 1em;
63 border: solid 1px #CCC;
64 padding: 1em;
65 background: #EEE;
66}
67
68.details {
69 font-weight: bold;
70 font-size: 14px;
71}
72
73</style>
74
75<h1><a href="content_v2.html">Content API for Shopping</a> . <a href="content_v2.accounts.html">accounts</a></h1>
76<h2>Instance Methods</h2>
77<p class="toc_element">
Bu Sun Kim673ec5c2020-11-16 11:05:03 -070078 <code><a href="#authinfo">authinfo(x__xgafv=None)</a></code></p>
Nathaniel Manista5cbe5ba2015-03-10 23:29:22 +000079<p class="firstline">Returns information about the authenticated user.</p>
80<p class="toc_element">
Bu Sun Kim673ec5c2020-11-16 11:05:03 -070081 <code><a href="#claimwebsite">claimwebsite(merchantId, accountId, overwrite=None, x__xgafv=None)</a></code></p>
Bu Sun Kim715bd7f2019-06-14 16:50:42 -070082<p class="firstline">Claims the website of a Merchant Center sub-account.</p>
Sai Cheemalapati4ba8c232017-06-06 18:46:08 -040083<p class="toc_element">
Dmitry Frenkel3e17f892020-10-06 16:46:05 -070084 <code><a href="#close">close()</a></code></p>
85<p class="firstline">Close httplib2 connections.</p>
86<p class="toc_element">
Bu Sun Kim673ec5c2020-11-16 11:05:03 -070087 <code><a href="#custombatch">custombatch(body=None, dryRun=None, x__xgafv=None)</a></code></p>
Craig Citro065b5302014-08-14 00:47:23 -070088<p class="firstline">Retrieves, inserts, updates, and deletes multiple Merchant Center (sub-)accounts in a single request.</p>
89<p class="toc_element">
Yoshi Automation Botc2228be2020-11-24 15:48:03 -080090 <code><a href="#delete">delete(merchantId, accountId, dryRun=None, force=None, x__xgafv=None)</a></code></p>
Bu Sun Kim715bd7f2019-06-14 16:50:42 -070091<p class="firstline">Deletes a Merchant Center sub-account.</p>
Craig Citro065b5302014-08-14 00:47:23 -070092<p class="toc_element">
Bu Sun Kim673ec5c2020-11-16 11:05:03 -070093 <code><a href="#get">get(merchantId, accountId, x__xgafv=None)</a></code></p>
Bu Sun Kim715bd7f2019-06-14 16:50:42 -070094<p class="firstline">Retrieves a Merchant Center account.</p>
Craig Citro065b5302014-08-14 00:47:23 -070095<p class="toc_element">
Bu Sun Kim673ec5c2020-11-16 11:05:03 -070096 <code><a href="#insert">insert(merchantId, body=None, dryRun=None, x__xgafv=None)</a></code></p>
Bu Sun Kim715bd7f2019-06-14 16:50:42 -070097<p class="firstline">Creates a Merchant Center sub-account.</p>
98<p class="toc_element">
Bu Sun Kim673ec5c2020-11-16 11:05:03 -070099 <code><a href="#link">link(merchantId, accountId, body=None, x__xgafv=None)</a></code></p>
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700100<p class="firstline">Performs an action on a link between two Merchant Center accounts, namely accountId and linkedAccountId.</p>
Craig Citro065b5302014-08-14 00:47:23 -0700101<p class="toc_element">
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700102 <code><a href="#list">list(merchantId, pageToken=None, maxResults=None, x__xgafv=None)</a></code></p>
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700103<p class="firstline">Lists the sub-accounts in your Merchant Center account.</p>
Craig Citro065b5302014-08-14 00:47:23 -0700104<p class="toc_element">
105 <code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p>
106<p class="firstline">Retrieves the next page of results.</p>
107<p class="toc_element">
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700108 <code><a href="#update">update(merchantId, accountId, body=None, dryRun=None, x__xgafv=None)</a></code></p>
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700109<p class="firstline">Updates a Merchant Center account. Any fields that are not provided are deleted from the resource.</p>
Craig Citro065b5302014-08-14 00:47:23 -0700110<h3>Method Details</h3>
111<div class="method">
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700112 <code class="details" id="authinfo">authinfo(x__xgafv=None)</code>
Nathaniel Manista5cbe5ba2015-03-10 23:29:22 +0000113 <pre>Returns information about the authenticated user.
114
115Args:
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700116 x__xgafv: string, V1 error format.
117 Allowed values
118 1 - v1 error format
119 2 - v2 error format
Nathaniel Manista5cbe5ba2015-03-10 23:29:22 +0000120
121Returns:
122 An object of the form:
123
124 {
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700125 &quot;accountIdentifiers&quot;: [ # The account identifiers corresponding to the authenticated user. - For an individual account: only the merchant ID is defined - For an aggregator: only the aggregator ID is defined - For a subaccount of an MCA: both the merchant ID and the aggregator ID are defined.
Nathaniel Manista4f877e52015-06-15 16:44:50 +0000126 {
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800127 &quot;aggregatorId&quot;: &quot;A String&quot;, # The aggregator ID, set for aggregators and subaccounts (in that case, it represents the aggregator of the subaccount).
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800128 &quot;merchantId&quot;: &quot;A String&quot;, # The merchant account ID, set for individual accounts and subaccounts.
Nathaniel Manista5cbe5ba2015-03-10 23:29:22 +0000129 },
130 ],
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800131 &quot;kind&quot;: &quot;A String&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;content#accountsAuthInfoResponse&quot;.
Nathaniel Manista5cbe5ba2015-03-10 23:29:22 +0000132 }</pre>
133</div>
134
135<div class="method">
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700136 <code class="details" id="claimwebsite">claimwebsite(merchantId, accountId, overwrite=None, x__xgafv=None)</code>
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700137 <pre>Claims the website of a Merchant Center sub-account.
Sai Cheemalapati4ba8c232017-06-06 18:46:08 -0400138
139Args:
Dan O'Mearadd494642020-05-01 07:42:23 -0700140 merchantId: string, The ID of the managing account. If this parameter is not the same as accountId, then this account must be a multi-client account and `accountId` must be the ID of a sub-account of this account. (required)
Sai Cheemalapati4ba8c232017-06-06 18:46:08 -0400141 accountId: string, The ID of the account whose website is claimed. (required)
Dan O'Mearadd494642020-05-01 07:42:23 -0700142 overwrite: boolean, Only available to selected merchants. When set to `True`, this flag removes any existing claim on the requested website by another account and replaces it with a claim from this account.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700143 x__xgafv: string, V1 error format.
144 Allowed values
145 1 - v1 error format
146 2 - v2 error format
Sai Cheemalapati4ba8c232017-06-06 18:46:08 -0400147
148Returns:
149 An object of the form:
150
151 {
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700152 &quot;kind&quot;: &quot;A String&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;content#accountsClaimWebsiteResponse&quot;.
Sai Cheemalapati4ba8c232017-06-06 18:46:08 -0400153 }</pre>
154</div>
155
156<div class="method">
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700157 <code class="details" id="close">close()</code>
158 <pre>Close httplib2 connections.</pre>
159</div>
160
161<div class="method">
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700162 <code class="details" id="custombatch">custombatch(body=None, dryRun=None, x__xgafv=None)</code>
Craig Citro065b5302014-08-14 00:47:23 -0700163 <pre>Retrieves, inserts, updates, and deletes multiple Merchant Center (sub-)accounts in a single request.
164
165Args:
Dan O'Mearadd494642020-05-01 07:42:23 -0700166 body: object, The request body.
Craig Citro065b5302014-08-14 00:47:23 -0700167 The object takes the form of:
168
169{
Bu Sun Kim65020912020-05-20 12:08:20 -0700170 &quot;entries&quot;: [ # The request entries to be processed in the batch.
Craig Citroe633be12015-03-02 13:40:36 -0800171 { # A batch entry encoding a single non-batch accounts request.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800172 &quot;accountId&quot;: &quot;A String&quot;, # The ID of the targeted account. Only defined if the method is not `insert`.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800173 &quot;batchId&quot;: 42, # An entry ID, unique within the batch request.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700174 &quot;account&quot;: { # Account data. After the creation of a new account it may take a few minutes before it is fully operational. The methods delete, insert, and update require the admin role. # The account to create or update. Only defined if the method is `insert` or `update`.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800175 &quot;youtubeChannelLinks&quot;: [ # List of linked YouTube channels that are active or pending approval. To create a new link request, add a new link with status `active` to the list. It will remain in a `pending` state until approved or rejected in the YT Creator Studio interface. To delete an active link, or to cancel a link request, remove it from the list.
176 {
177 &quot;status&quot;: &quot;A String&quot;, # Status of the link between this Merchant Center account and the YouTube channel. Upon retrieval, it represents the actual status of the link and can be either `active` if it was approved in YT Creator Studio or `pending` if it&#x27;s pending approval. Upon insertion, it represents the *intended* status of the link. Re-uploading a link with status `active` when it&#x27;s still pending or with status `pending` when it&#x27;s already active will have no effect: the status will remain unchanged. Re-uploading a link with deprecated status `inactive` is equivalent to not submitting the link at all and will delete the link if it was active or cancel the link request if it was pending.
178 &quot;channelId&quot;: &quot;A String&quot;, # Channel ID.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700179 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800180 ],
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800181 &quot;id&quot;: &quot;A String&quot;, # Required for update. Merchant Center account ID.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800182 &quot;adwordsLinks&quot;: [ # List of linked AdWords accounts that are active or pending approval. To create a new link request, add a new link with status `active` to the list. It will remain in a `pending` state until approved or rejected either in the AdWords interface or through the AdWords API. To delete an active link, or to cancel a link request, remove it from the list.
183 {
184 &quot;adwordsId&quot;: &quot;A String&quot;, # Customer ID of the AdWords account.
185 &quot;status&quot;: &quot;A String&quot;, # Status of the link between this Merchant Center account and the AdWords account. Upon retrieval, it represents the actual status of the link and can be either `active` if it was approved in Google AdWords or `pending` if it&#x27;s pending approval. Upon insertion, it represents the *intended* status of the link. Re-uploading a link with status `active` when it&#x27;s still pending or with status `pending` when it&#x27;s already active will have no effect: the status will remain unchanged. Re-uploading a link with deprecated status `inactive` is equivalent to not submitting the link at all and will delete the link if it was active or cancel the link request if it was pending. Acceptable values are: - &quot;`active`&quot; - &quot;`pending`&quot;
186 },
187 ],
188 &quot;name&quot;: &quot;A String&quot;, # Required. Display name for the account.
189 &quot;websiteUrl&quot;: &quot;A String&quot;, # The merchant&#x27;s website.
190 &quot;sellerId&quot;: &quot;A String&quot;, # Client-specific, locally-unique, internal ID for the child account.
191 &quot;users&quot;: [ # Users with access to the account. Every account (except for subaccounts) must have at least one admin user.
192 {
193 &quot;paymentsManager&quot;: True or False, # Whether user can manage payment settings.
194 &quot;emailAddress&quot;: &quot;A String&quot;, # User&#x27;s email address.
195 &quot;orderManager&quot;: True or False, # Whether user is an order manager.
196 &quot;admin&quot;: True or False, # Whether user is an admin.
197 &quot;paymentsAnalyst&quot;: True or False, # Whether user can access payment statements.
198 },
199 ],
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800200 &quot;googleMyBusinessLink&quot;: { # The GMB account which is linked or in the process of being linked with the Merchant Center account.
201 &quot;status&quot;: &quot;A String&quot;, # Status of the link between this Merchant Center account and the GMB account. Acceptable values are: - &quot;`active`&quot; - &quot;`pending`&quot;
202 &quot;gmbEmail&quot;: &quot;A String&quot;, # The GMB email address of which a specific account within a GMB account. A sample account within a GMB account could be a business account with set of locations, managed under the GMB account.
203 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800204 &quot;kind&quot;: &quot;A String&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;`content#account`&quot;
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800205 &quot;reviewsUrl&quot;: &quot;A String&quot;, # [DEPRECATED] This field is never returned and will be ignored if provided.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800206 &quot;adultContent&quot;: True or False, # Indicates whether the merchant sells adult content.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800207 &quot;businessInformation&quot;: { # The business information of the account.
208 &quot;customerService&quot;: { # The customer service information of the business.
209 &quot;phoneNumber&quot;: &quot;A String&quot;, # Customer service phone number.
210 &quot;email&quot;: &quot;A String&quot;, # Customer service email.
211 &quot;url&quot;: &quot;A String&quot;, # Customer service URL.
212 },
213 &quot;address&quot;: { # The address of the business.
214 &quot;region&quot;: &quot;A String&quot;, # Top-level administrative subdivision of the country. For example, a state like California (&quot;CA&quot;) or a province like Quebec (&quot;QC&quot;).
215 &quot;postalCode&quot;: &quot;A String&quot;, # Postal code or ZIP (e.g. &quot;94043&quot;).
216 &quot;locality&quot;: &quot;A String&quot;, # City, town or commune. May also include dependent localities or sublocalities (e.g. neighborhoods or suburbs).
217 &quot;streetAddress&quot;: &quot;A String&quot;, # Street-level part of the address.
218 &quot;country&quot;: &quot;A String&quot;, # CLDR country code (e.g. &quot;US&quot;). This value cannot be set for a sub-account of an MCA. All MCA sub-accounts inherit the country of their parent MCA.
219 },
220 &quot;phoneNumber&quot;: &quot;A String&quot;, # The phone number of the business.
221 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800222 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800223 &quot;linkRequest&quot;: { # Details about the `link` request.
224 &quot;action&quot;: &quot;A String&quot;, # Action to perform for this link. The `&quot;request&quot;` action is only available to select merchants. Acceptable values are: - &quot;`approve`&quot; - &quot;`remove`&quot; - &quot;`request`&quot;
225 &quot;linkType&quot;: &quot;A String&quot;, # Type of the link between the two accounts. Acceptable values are: - &quot;`channelPartner`&quot; - &quot;`eCommercePlatform`&quot;
226 &quot;linkedAccountId&quot;: &quot;A String&quot;, # The ID of the linked account.
227 },
228 &quot;labelIds&quot;: [ # Label IDs for the &#x27;updatelabels&#x27; request.
229 &quot;A String&quot;,
230 ],
231 &quot;method&quot;: &quot;A String&quot;, # The method of the batch entry. Acceptable values are: - &quot;`claimWebsite`&quot; - &quot;`delete`&quot; - &quot;`get`&quot; - &quot;`insert`&quot; - &quot;`link`&quot; - &quot;`update`&quot;
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700232 &quot;force&quot;: True or False, # Whether the account should be deleted if the account has offers. Only applicable if the method is `delete`.
233 &quot;merchantId&quot;: &quot;A String&quot;, # The ID of the managing account.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800234 &quot;overwrite&quot;: True or False, # Only applicable if the method is `claimwebsite`. Indicates whether or not to take the claim from another account in case there is a conflict.
Craig Citro065b5302014-08-14 00:47:23 -0700235 },
236 ],
237 }
238
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700239 dryRun: boolean, Flag to simulate a request like in a live environment. If set to true, dry-run mode checks the validity of the request and returns errors (if any).
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700240 x__xgafv: string, V1 error format.
241 Allowed values
242 1 - v1 error format
243 2 - v2 error format
Craig Citro065b5302014-08-14 00:47:23 -0700244
245Returns:
246 An object of the form:
247
248 {
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800249 &quot;kind&quot;: &quot;A String&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;content#accountsCustomBatchResponse&quot;.
Bu Sun Kim65020912020-05-20 12:08:20 -0700250 &quot;entries&quot;: [ # The result of the execution of the batch requests.
Craig Citroe633be12015-03-02 13:40:36 -0800251 { # A batch entry encoding a single non-batch accounts response.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800252 &quot;kind&quot;: &quot;A String&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;`content#accountsCustomBatchResponseEntry`&quot;
Bu Sun Kim65020912020-05-20 12:08:20 -0700253 &quot;batchId&quot;: 42, # The ID of the request entry this entry responds to.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800254 &quot;linkStatus&quot;: &quot;A String&quot;, # Deprecated. This field is never set. Acceptable values are: - &quot;`active`&quot; - &quot;`inactive`&quot; - &quot;`pending`&quot;
255 &quot;account&quot;: { # Account data. After the creation of a new account it may take a few minutes before it is fully operational. The methods delete, insert, and update require the admin role. # The retrieved, created, or updated account. Not defined if the method was `delete`, `claimwebsite` or `link`.
256 &quot;youtubeChannelLinks&quot;: [ # List of linked YouTube channels that are active or pending approval. To create a new link request, add a new link with status `active` to the list. It will remain in a `pending` state until approved or rejected in the YT Creator Studio interface. To delete an active link, or to cancel a link request, remove it from the list.
257 {
258 &quot;status&quot;: &quot;A String&quot;, # Status of the link between this Merchant Center account and the YouTube channel. Upon retrieval, it represents the actual status of the link and can be either `active` if it was approved in YT Creator Studio or `pending` if it&#x27;s pending approval. Upon insertion, it represents the *intended* status of the link. Re-uploading a link with status `active` when it&#x27;s still pending or with status `pending` when it&#x27;s already active will have no effect: the status will remain unchanged. Re-uploading a link with deprecated status `inactive` is equivalent to not submitting the link at all and will delete the link if it was active or cancel the link request if it was pending.
259 &quot;channelId&quot;: &quot;A String&quot;, # Channel ID.
Bu Sun Kim65020912020-05-20 12:08:20 -0700260 },
261 ],
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800262 &quot;id&quot;: &quot;A String&quot;, # Required for update. Merchant Center account ID.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800263 &quot;adwordsLinks&quot;: [ # List of linked AdWords accounts that are active or pending approval. To create a new link request, add a new link with status `active` to the list. It will remain in a `pending` state until approved or rejected either in the AdWords interface or through the AdWords API. To delete an active link, or to cancel a link request, remove it from the list.
264 {
265 &quot;adwordsId&quot;: &quot;A String&quot;, # Customer ID of the AdWords account.
266 &quot;status&quot;: &quot;A String&quot;, # Status of the link between this Merchant Center account and the AdWords account. Upon retrieval, it represents the actual status of the link and can be either `active` if it was approved in Google AdWords or `pending` if it&#x27;s pending approval. Upon insertion, it represents the *intended* status of the link. Re-uploading a link with status `active` when it&#x27;s still pending or with status `pending` when it&#x27;s already active will have no effect: the status will remain unchanged. Re-uploading a link with deprecated status `inactive` is equivalent to not submitting the link at all and will delete the link if it was active or cancel the link request if it was pending. Acceptable values are: - &quot;`active`&quot; - &quot;`pending`&quot;
267 },
268 ],
269 &quot;name&quot;: &quot;A String&quot;, # Required. Display name for the account.
270 &quot;websiteUrl&quot;: &quot;A String&quot;, # The merchant&#x27;s website.
271 &quot;sellerId&quot;: &quot;A String&quot;, # Client-specific, locally-unique, internal ID for the child account.
272 &quot;users&quot;: [ # Users with access to the account. Every account (except for subaccounts) must have at least one admin user.
273 {
274 &quot;paymentsManager&quot;: True or False, # Whether user can manage payment settings.
275 &quot;emailAddress&quot;: &quot;A String&quot;, # User&#x27;s email address.
276 &quot;orderManager&quot;: True or False, # Whether user is an order manager.
277 &quot;admin&quot;: True or False, # Whether user is an admin.
278 &quot;paymentsAnalyst&quot;: True or False, # Whether user can access payment statements.
279 },
280 ],
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800281 &quot;googleMyBusinessLink&quot;: { # The GMB account which is linked or in the process of being linked with the Merchant Center account.
282 &quot;status&quot;: &quot;A String&quot;, # Status of the link between this Merchant Center account and the GMB account. Acceptable values are: - &quot;`active`&quot; - &quot;`pending`&quot;
283 &quot;gmbEmail&quot;: &quot;A String&quot;, # The GMB email address of which a specific account within a GMB account. A sample account within a GMB account could be a business account with set of locations, managed under the GMB account.
284 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800285 &quot;kind&quot;: &quot;A String&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;`content#account`&quot;
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800286 &quot;reviewsUrl&quot;: &quot;A String&quot;, # [DEPRECATED] This field is never returned and will be ignored if provided.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800287 &quot;adultContent&quot;: True or False, # Indicates whether the merchant sells adult content.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800288 &quot;businessInformation&quot;: { # The business information of the account.
289 &quot;customerService&quot;: { # The customer service information of the business.
290 &quot;phoneNumber&quot;: &quot;A String&quot;, # Customer service phone number.
291 &quot;email&quot;: &quot;A String&quot;, # Customer service email.
292 &quot;url&quot;: &quot;A String&quot;, # Customer service URL.
293 },
294 &quot;address&quot;: { # The address of the business.
295 &quot;region&quot;: &quot;A String&quot;, # Top-level administrative subdivision of the country. For example, a state like California (&quot;CA&quot;) or a province like Quebec (&quot;QC&quot;).
296 &quot;postalCode&quot;: &quot;A String&quot;, # Postal code or ZIP (e.g. &quot;94043&quot;).
297 &quot;locality&quot;: &quot;A String&quot;, # City, town or commune. May also include dependent localities or sublocalities (e.g. neighborhoods or suburbs).
298 &quot;streetAddress&quot;: &quot;A String&quot;, # Street-level part of the address.
299 &quot;country&quot;: &quot;A String&quot;, # CLDR country code (e.g. &quot;US&quot;). This value cannot be set for a sub-account of an MCA. All MCA sub-accounts inherit the country of their parent MCA.
300 },
301 &quot;phoneNumber&quot;: &quot;A String&quot;, # The phone number of the business.
302 },
303 },
304 &quot;errors&quot;: { # A list of errors returned by a failed batch entry. # A list of errors defined if and only if the request failed.
305 &quot;errors&quot;: [ # A list of errors.
306 { # An error returned by the API.
307 &quot;domain&quot;: &quot;A String&quot;, # The domain of the error.
308 &quot;message&quot;: &quot;A String&quot;, # A description of the error.
309 &quot;reason&quot;: &quot;A String&quot;, # The error code.
310 },
311 ],
312 &quot;message&quot;: &quot;A String&quot;, # The message of the first error in `errors`.
313 &quot;code&quot;: 42, # The HTTP status of the first error in `errors`.
Bu Sun Kim65020912020-05-20 12:08:20 -0700314 },
Craig Citro065b5302014-08-14 00:47:23 -0700315 },
316 ],
317 }</pre>
318</div>
319
320<div class="method">
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800321 <code class="details" id="delete">delete(merchantId, accountId, dryRun=None, force=None, x__xgafv=None)</code>
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700322 <pre>Deletes a Merchant Center sub-account.
Craig Citro065b5302014-08-14 00:47:23 -0700323
324Args:
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700325 merchantId: string, The ID of the managing account. This must be a multi-client account, and accountId must be the ID of a sub-account of this account. (required)
Craig Citro065b5302014-08-14 00:47:23 -0700326 accountId: string, The ID of the account. (required)
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700327 dryRun: boolean, Flag to simulate a request like in a live environment. If set to true, dry-run mode checks the validity of the request and returns errors (if any).
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800328 force: boolean, Flag to delete sub-accounts with products. The default value is false.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700329 x__xgafv: string, V1 error format.
330 Allowed values
331 1 - v1 error format
332 2 - v2 error format
Craig Citro065b5302014-08-14 00:47:23 -0700333</pre>
334</div>
335
336<div class="method">
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700337 <code class="details" id="get">get(merchantId, accountId, x__xgafv=None)</code>
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700338 <pre>Retrieves a Merchant Center account.
Craig Citro065b5302014-08-14 00:47:23 -0700339
340Args:
Dan O'Mearadd494642020-05-01 07:42:23 -0700341 merchantId: string, The ID of the managing account. If this parameter is not the same as accountId, then this account must be a multi-client account and `accountId` must be the ID of a sub-account of this account. (required)
Craig Citro065b5302014-08-14 00:47:23 -0700342 accountId: string, The ID of the account. (required)
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700343 x__xgafv: string, V1 error format.
344 Allowed values
345 1 - v1 error format
346 2 - v2 error format
Craig Citro065b5302014-08-14 00:47:23 -0700347
348Returns:
349 An object of the form:
350
Dan O'Mearadd494642020-05-01 07:42:23 -0700351 { # Account data. After the creation of a new account it may take a few minutes before it is fully operational. The methods delete, insert, and update require the admin role.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800352 &quot;youtubeChannelLinks&quot;: [ # List of linked YouTube channels that are active or pending approval. To create a new link request, add a new link with status `active` to the list. It will remain in a `pending` state until approved or rejected in the YT Creator Studio interface. To delete an active link, or to cancel a link request, remove it from the list.
353 {
354 &quot;status&quot;: &quot;A String&quot;, # Status of the link between this Merchant Center account and the YouTube channel. Upon retrieval, it represents the actual status of the link and can be either `active` if it was approved in YT Creator Studio or `pending` if it&#x27;s pending approval. Upon insertion, it represents the *intended* status of the link. Re-uploading a link with status `active` when it&#x27;s still pending or with status `pending` when it&#x27;s already active will have no effect: the status will remain unchanged. Re-uploading a link with deprecated status `inactive` is equivalent to not submitting the link at all and will delete the link if it was active or cancel the link request if it was pending.
355 &quot;channelId&quot;: &quot;A String&quot;, # Channel ID.
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700356 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800357 ],
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800358 &quot;id&quot;: &quot;A String&quot;, # Required for update. Merchant Center account ID.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800359 &quot;adwordsLinks&quot;: [ # List of linked AdWords accounts that are active or pending approval. To create a new link request, add a new link with status `active` to the list. It will remain in a `pending` state until approved or rejected either in the AdWords interface or through the AdWords API. To delete an active link, or to cancel a link request, remove it from the list.
360 {
361 &quot;adwordsId&quot;: &quot;A String&quot;, # Customer ID of the AdWords account.
362 &quot;status&quot;: &quot;A String&quot;, # Status of the link between this Merchant Center account and the AdWords account. Upon retrieval, it represents the actual status of the link and can be either `active` if it was approved in Google AdWords or `pending` if it&#x27;s pending approval. Upon insertion, it represents the *intended* status of the link. Re-uploading a link with status `active` when it&#x27;s still pending or with status `pending` when it&#x27;s already active will have no effect: the status will remain unchanged. Re-uploading a link with deprecated status `inactive` is equivalent to not submitting the link at all and will delete the link if it was active or cancel the link request if it was pending. Acceptable values are: - &quot;`active`&quot; - &quot;`pending`&quot;
363 },
364 ],
365 &quot;name&quot;: &quot;A String&quot;, # Required. Display name for the account.
366 &quot;websiteUrl&quot;: &quot;A String&quot;, # The merchant&#x27;s website.
367 &quot;sellerId&quot;: &quot;A String&quot;, # Client-specific, locally-unique, internal ID for the child account.
368 &quot;users&quot;: [ # Users with access to the account. Every account (except for subaccounts) must have at least one admin user.
369 {
370 &quot;paymentsManager&quot;: True or False, # Whether user can manage payment settings.
371 &quot;emailAddress&quot;: &quot;A String&quot;, # User&#x27;s email address.
372 &quot;orderManager&quot;: True or False, # Whether user is an order manager.
373 &quot;admin&quot;: True or False, # Whether user is an admin.
374 &quot;paymentsAnalyst&quot;: True or False, # Whether user can access payment statements.
375 },
376 ],
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800377 &quot;googleMyBusinessLink&quot;: { # The GMB account which is linked or in the process of being linked with the Merchant Center account.
378 &quot;status&quot;: &quot;A String&quot;, # Status of the link between this Merchant Center account and the GMB account. Acceptable values are: - &quot;`active`&quot; - &quot;`pending`&quot;
379 &quot;gmbEmail&quot;: &quot;A String&quot;, # The GMB email address of which a specific account within a GMB account. A sample account within a GMB account could be a business account with set of locations, managed under the GMB account.
380 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800381 &quot;kind&quot;: &quot;A String&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;`content#account`&quot;
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800382 &quot;reviewsUrl&quot;: &quot;A String&quot;, # [DEPRECATED] This field is never returned and will be ignored if provided.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800383 &quot;adultContent&quot;: True or False, # Indicates whether the merchant sells adult content.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800384 &quot;businessInformation&quot;: { # The business information of the account.
385 &quot;customerService&quot;: { # The customer service information of the business.
386 &quot;phoneNumber&quot;: &quot;A String&quot;, # Customer service phone number.
387 &quot;email&quot;: &quot;A String&quot;, # Customer service email.
388 &quot;url&quot;: &quot;A String&quot;, # Customer service URL.
389 },
390 &quot;address&quot;: { # The address of the business.
391 &quot;region&quot;: &quot;A String&quot;, # Top-level administrative subdivision of the country. For example, a state like California (&quot;CA&quot;) or a province like Quebec (&quot;QC&quot;).
392 &quot;postalCode&quot;: &quot;A String&quot;, # Postal code or ZIP (e.g. &quot;94043&quot;).
393 &quot;locality&quot;: &quot;A String&quot;, # City, town or commune. May also include dependent localities or sublocalities (e.g. neighborhoods or suburbs).
394 &quot;streetAddress&quot;: &quot;A String&quot;, # Street-level part of the address.
395 &quot;country&quot;: &quot;A String&quot;, # CLDR country code (e.g. &quot;US&quot;). This value cannot be set for a sub-account of an MCA. All MCA sub-accounts inherit the country of their parent MCA.
396 },
397 &quot;phoneNumber&quot;: &quot;A String&quot;, # The phone number of the business.
398 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800399 }</pre>
Craig Citro065b5302014-08-14 00:47:23 -0700400</div>
401
402<div class="method">
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700403 <code class="details" id="insert">insert(merchantId, body=None, dryRun=None, x__xgafv=None)</code>
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700404 <pre>Creates a Merchant Center sub-account.
Craig Citro065b5302014-08-14 00:47:23 -0700405
406Args:
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700407 merchantId: string, The ID of the managing account. This must be a multi-client account. (required)
Dan O'Mearadd494642020-05-01 07:42:23 -0700408 body: object, The request body.
Craig Citro065b5302014-08-14 00:47:23 -0700409 The object takes the form of:
410
Dan O'Mearadd494642020-05-01 07:42:23 -0700411{ # Account data. After the creation of a new account it may take a few minutes before it is fully operational. The methods delete, insert, and update require the admin role.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800412 &quot;youtubeChannelLinks&quot;: [ # List of linked YouTube channels that are active or pending approval. To create a new link request, add a new link with status `active` to the list. It will remain in a `pending` state until approved or rejected in the YT Creator Studio interface. To delete an active link, or to cancel a link request, remove it from the list.
413 {
414 &quot;status&quot;: &quot;A String&quot;, # Status of the link between this Merchant Center account and the YouTube channel. Upon retrieval, it represents the actual status of the link and can be either `active` if it was approved in YT Creator Studio or `pending` if it&#x27;s pending approval. Upon insertion, it represents the *intended* status of the link. Re-uploading a link with status `active` when it&#x27;s still pending or with status `pending` when it&#x27;s already active will have no effect: the status will remain unchanged. Re-uploading a link with deprecated status `inactive` is equivalent to not submitting the link at all and will delete the link if it was active or cancel the link request if it was pending.
415 &quot;channelId&quot;: &quot;A String&quot;, # Channel ID.
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700416 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800417 ],
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800418 &quot;id&quot;: &quot;A String&quot;, # Required for update. Merchant Center account ID.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800419 &quot;adwordsLinks&quot;: [ # List of linked AdWords accounts that are active or pending approval. To create a new link request, add a new link with status `active` to the list. It will remain in a `pending` state until approved or rejected either in the AdWords interface or through the AdWords API. To delete an active link, or to cancel a link request, remove it from the list.
420 {
421 &quot;adwordsId&quot;: &quot;A String&quot;, # Customer ID of the AdWords account.
422 &quot;status&quot;: &quot;A String&quot;, # Status of the link between this Merchant Center account and the AdWords account. Upon retrieval, it represents the actual status of the link and can be either `active` if it was approved in Google AdWords or `pending` if it&#x27;s pending approval. Upon insertion, it represents the *intended* status of the link. Re-uploading a link with status `active` when it&#x27;s still pending or with status `pending` when it&#x27;s already active will have no effect: the status will remain unchanged. Re-uploading a link with deprecated status `inactive` is equivalent to not submitting the link at all and will delete the link if it was active or cancel the link request if it was pending. Acceptable values are: - &quot;`active`&quot; - &quot;`pending`&quot;
423 },
424 ],
425 &quot;name&quot;: &quot;A String&quot;, # Required. Display name for the account.
426 &quot;websiteUrl&quot;: &quot;A String&quot;, # The merchant&#x27;s website.
427 &quot;sellerId&quot;: &quot;A String&quot;, # Client-specific, locally-unique, internal ID for the child account.
428 &quot;users&quot;: [ # Users with access to the account. Every account (except for subaccounts) must have at least one admin user.
429 {
430 &quot;paymentsManager&quot;: True or False, # Whether user can manage payment settings.
431 &quot;emailAddress&quot;: &quot;A String&quot;, # User&#x27;s email address.
432 &quot;orderManager&quot;: True or False, # Whether user is an order manager.
433 &quot;admin&quot;: True or False, # Whether user is an admin.
434 &quot;paymentsAnalyst&quot;: True or False, # Whether user can access payment statements.
435 },
436 ],
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800437 &quot;googleMyBusinessLink&quot;: { # The GMB account which is linked or in the process of being linked with the Merchant Center account.
438 &quot;status&quot;: &quot;A String&quot;, # Status of the link between this Merchant Center account and the GMB account. Acceptable values are: - &quot;`active`&quot; - &quot;`pending`&quot;
439 &quot;gmbEmail&quot;: &quot;A String&quot;, # The GMB email address of which a specific account within a GMB account. A sample account within a GMB account could be a business account with set of locations, managed under the GMB account.
440 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800441 &quot;kind&quot;: &quot;A String&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;`content#account`&quot;
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800442 &quot;reviewsUrl&quot;: &quot;A String&quot;, # [DEPRECATED] This field is never returned and will be ignored if provided.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800443 &quot;adultContent&quot;: True or False, # Indicates whether the merchant sells adult content.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800444 &quot;businessInformation&quot;: { # The business information of the account.
445 &quot;customerService&quot;: { # The customer service information of the business.
446 &quot;phoneNumber&quot;: &quot;A String&quot;, # Customer service phone number.
447 &quot;email&quot;: &quot;A String&quot;, # Customer service email.
448 &quot;url&quot;: &quot;A String&quot;, # Customer service URL.
449 },
450 &quot;address&quot;: { # The address of the business.
451 &quot;region&quot;: &quot;A String&quot;, # Top-level administrative subdivision of the country. For example, a state like California (&quot;CA&quot;) or a province like Quebec (&quot;QC&quot;).
452 &quot;postalCode&quot;: &quot;A String&quot;, # Postal code or ZIP (e.g. &quot;94043&quot;).
453 &quot;locality&quot;: &quot;A String&quot;, # City, town or commune. May also include dependent localities or sublocalities (e.g. neighborhoods or suburbs).
454 &quot;streetAddress&quot;: &quot;A String&quot;, # Street-level part of the address.
455 &quot;country&quot;: &quot;A String&quot;, # CLDR country code (e.g. &quot;US&quot;). This value cannot be set for a sub-account of an MCA. All MCA sub-accounts inherit the country of their parent MCA.
456 },
457 &quot;phoneNumber&quot;: &quot;A String&quot;, # The phone number of the business.
458 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800459}
Craig Citro065b5302014-08-14 00:47:23 -0700460
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700461 dryRun: boolean, Flag to simulate a request like in a live environment. If set to true, dry-run mode checks the validity of the request and returns errors (if any).
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700462 x__xgafv: string, V1 error format.
463 Allowed values
464 1 - v1 error format
465 2 - v2 error format
Craig Citro065b5302014-08-14 00:47:23 -0700466
467Returns:
468 An object of the form:
469
Dan O'Mearadd494642020-05-01 07:42:23 -0700470 { # Account data. After the creation of a new account it may take a few minutes before it is fully operational. The methods delete, insert, and update require the admin role.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800471 &quot;youtubeChannelLinks&quot;: [ # List of linked YouTube channels that are active or pending approval. To create a new link request, add a new link with status `active` to the list. It will remain in a `pending` state until approved or rejected in the YT Creator Studio interface. To delete an active link, or to cancel a link request, remove it from the list.
472 {
473 &quot;status&quot;: &quot;A String&quot;, # Status of the link between this Merchant Center account and the YouTube channel. Upon retrieval, it represents the actual status of the link and can be either `active` if it was approved in YT Creator Studio or `pending` if it&#x27;s pending approval. Upon insertion, it represents the *intended* status of the link. Re-uploading a link with status `active` when it&#x27;s still pending or with status `pending` when it&#x27;s already active will have no effect: the status will remain unchanged. Re-uploading a link with deprecated status `inactive` is equivalent to not submitting the link at all and will delete the link if it was active or cancel the link request if it was pending.
474 &quot;channelId&quot;: &quot;A String&quot;, # Channel ID.
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700475 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800476 ],
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800477 &quot;id&quot;: &quot;A String&quot;, # Required for update. Merchant Center account ID.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800478 &quot;adwordsLinks&quot;: [ # List of linked AdWords accounts that are active or pending approval. To create a new link request, add a new link with status `active` to the list. It will remain in a `pending` state until approved or rejected either in the AdWords interface or through the AdWords API. To delete an active link, or to cancel a link request, remove it from the list.
479 {
480 &quot;adwordsId&quot;: &quot;A String&quot;, # Customer ID of the AdWords account.
481 &quot;status&quot;: &quot;A String&quot;, # Status of the link between this Merchant Center account and the AdWords account. Upon retrieval, it represents the actual status of the link and can be either `active` if it was approved in Google AdWords or `pending` if it&#x27;s pending approval. Upon insertion, it represents the *intended* status of the link. Re-uploading a link with status `active` when it&#x27;s still pending or with status `pending` when it&#x27;s already active will have no effect: the status will remain unchanged. Re-uploading a link with deprecated status `inactive` is equivalent to not submitting the link at all and will delete the link if it was active or cancel the link request if it was pending. Acceptable values are: - &quot;`active`&quot; - &quot;`pending`&quot;
482 },
483 ],
484 &quot;name&quot;: &quot;A String&quot;, # Required. Display name for the account.
485 &quot;websiteUrl&quot;: &quot;A String&quot;, # The merchant&#x27;s website.
486 &quot;sellerId&quot;: &quot;A String&quot;, # Client-specific, locally-unique, internal ID for the child account.
487 &quot;users&quot;: [ # Users with access to the account. Every account (except for subaccounts) must have at least one admin user.
488 {
489 &quot;paymentsManager&quot;: True or False, # Whether user can manage payment settings.
490 &quot;emailAddress&quot;: &quot;A String&quot;, # User&#x27;s email address.
491 &quot;orderManager&quot;: True or False, # Whether user is an order manager.
492 &quot;admin&quot;: True or False, # Whether user is an admin.
493 &quot;paymentsAnalyst&quot;: True or False, # Whether user can access payment statements.
494 },
495 ],
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800496 &quot;googleMyBusinessLink&quot;: { # The GMB account which is linked or in the process of being linked with the Merchant Center account.
497 &quot;status&quot;: &quot;A String&quot;, # Status of the link between this Merchant Center account and the GMB account. Acceptable values are: - &quot;`active`&quot; - &quot;`pending`&quot;
498 &quot;gmbEmail&quot;: &quot;A String&quot;, # The GMB email address of which a specific account within a GMB account. A sample account within a GMB account could be a business account with set of locations, managed under the GMB account.
499 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800500 &quot;kind&quot;: &quot;A String&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;`content#account`&quot;
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800501 &quot;reviewsUrl&quot;: &quot;A String&quot;, # [DEPRECATED] This field is never returned and will be ignored if provided.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800502 &quot;adultContent&quot;: True or False, # Indicates whether the merchant sells adult content.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800503 &quot;businessInformation&quot;: { # The business information of the account.
504 &quot;customerService&quot;: { # The customer service information of the business.
505 &quot;phoneNumber&quot;: &quot;A String&quot;, # Customer service phone number.
506 &quot;email&quot;: &quot;A String&quot;, # Customer service email.
507 &quot;url&quot;: &quot;A String&quot;, # Customer service URL.
508 },
509 &quot;address&quot;: { # The address of the business.
510 &quot;region&quot;: &quot;A String&quot;, # Top-level administrative subdivision of the country. For example, a state like California (&quot;CA&quot;) or a province like Quebec (&quot;QC&quot;).
511 &quot;postalCode&quot;: &quot;A String&quot;, # Postal code or ZIP (e.g. &quot;94043&quot;).
512 &quot;locality&quot;: &quot;A String&quot;, # City, town or commune. May also include dependent localities or sublocalities (e.g. neighborhoods or suburbs).
513 &quot;streetAddress&quot;: &quot;A String&quot;, # Street-level part of the address.
514 &quot;country&quot;: &quot;A String&quot;, # CLDR country code (e.g. &quot;US&quot;). This value cannot be set for a sub-account of an MCA. All MCA sub-accounts inherit the country of their parent MCA.
515 },
516 &quot;phoneNumber&quot;: &quot;A String&quot;, # The phone number of the business.
517 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800518 }</pre>
Craig Citro065b5302014-08-14 00:47:23 -0700519</div>
520
521<div class="method">
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700522 <code class="details" id="link">link(merchantId, accountId, body=None, x__xgafv=None)</code>
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700523 <pre>Performs an action on a link between two Merchant Center accounts, namely accountId and linkedAccountId.
Craig Citro065b5302014-08-14 00:47:23 -0700524
525Args:
Dan O'Mearadd494642020-05-01 07:42:23 -0700526 merchantId: string, The ID of the managing account. If this parameter is not the same as accountId, then this account must be a multi-client account and `accountId` must be the ID of a sub-account of this account. (required)
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700527 accountId: string, The ID of the account that should be linked. (required)
Dan O'Mearadd494642020-05-01 07:42:23 -0700528 body: object, The request body.
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700529 The object takes the form of:
530
531{
Bu Sun Kim65020912020-05-20 12:08:20 -0700532 &quot;linkedAccountId&quot;: &quot;A String&quot;, # The ID of the linked account.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800533 &quot;action&quot;: &quot;A String&quot;, # Action to perform for this link. The `&quot;request&quot;` action is only available to select merchants. Acceptable values are: - &quot;`approve`&quot; - &quot;`remove`&quot; - &quot;`request`&quot;
534 &quot;linkType&quot;: &quot;A String&quot;, # Type of the link between the two accounts. Acceptable values are: - &quot;`channelPartner`&quot; - &quot;`eCommercePlatform`&quot;
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700535 }
536
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700537 x__xgafv: string, V1 error format.
538 Allowed values
539 1 - v1 error format
540 2 - v2 error format
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700541
542Returns:
543 An object of the form:
544
545 {
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700546 &quot;kind&quot;: &quot;A String&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;content#accountsLinkResponse&quot;.
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700547 }</pre>
548</div>
549
550<div class="method">
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700551 <code class="details" id="list">list(merchantId, pageToken=None, maxResults=None, x__xgafv=None)</code>
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700552 <pre>Lists the sub-accounts in your Merchant Center account.
553
554Args:
555 merchantId: string, The ID of the managing account. This must be a multi-client account. (required)
Bu Sun Kim65020912020-05-20 12:08:20 -0700556 pageToken: string, The token returned by the previous request.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700557 maxResults: integer, The maximum number of accounts to return in the response, used for paging.
558 x__xgafv: string, V1 error format.
559 Allowed values
560 1 - v1 error format
561 2 - v2 error format
Craig Citro065b5302014-08-14 00:47:23 -0700562
563Returns:
564 An object of the form:
565
566 {
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800567 &quot;kind&quot;: &quot;A String&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;content#accountsListResponse&quot;.
Bu Sun Kim65020912020-05-20 12:08:20 -0700568 &quot;resources&quot;: [
Dan O'Mearadd494642020-05-01 07:42:23 -0700569 { # Account data. After the creation of a new account it may take a few minutes before it is fully operational. The methods delete, insert, and update require the admin role.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800570 &quot;youtubeChannelLinks&quot;: [ # List of linked YouTube channels that are active or pending approval. To create a new link request, add a new link with status `active` to the list. It will remain in a `pending` state until approved or rejected in the YT Creator Studio interface. To delete an active link, or to cancel a link request, remove it from the list.
571 {
572 &quot;status&quot;: &quot;A String&quot;, # Status of the link between this Merchant Center account and the YouTube channel. Upon retrieval, it represents the actual status of the link and can be either `active` if it was approved in YT Creator Studio or `pending` if it&#x27;s pending approval. Upon insertion, it represents the *intended* status of the link. Re-uploading a link with status `active` when it&#x27;s still pending or with status `pending` when it&#x27;s already active will have no effect: the status will remain unchanged. Re-uploading a link with deprecated status `inactive` is equivalent to not submitting the link at all and will delete the link if it was active or cancel the link request if it was pending.
573 &quot;channelId&quot;: &quot;A String&quot;, # Channel ID.
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700574 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800575 ],
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800576 &quot;id&quot;: &quot;A String&quot;, # Required for update. Merchant Center account ID.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800577 &quot;adwordsLinks&quot;: [ # List of linked AdWords accounts that are active or pending approval. To create a new link request, add a new link with status `active` to the list. It will remain in a `pending` state until approved or rejected either in the AdWords interface or through the AdWords API. To delete an active link, or to cancel a link request, remove it from the list.
578 {
579 &quot;adwordsId&quot;: &quot;A String&quot;, # Customer ID of the AdWords account.
580 &quot;status&quot;: &quot;A String&quot;, # Status of the link between this Merchant Center account and the AdWords account. Upon retrieval, it represents the actual status of the link and can be either `active` if it was approved in Google AdWords or `pending` if it&#x27;s pending approval. Upon insertion, it represents the *intended* status of the link. Re-uploading a link with status `active` when it&#x27;s still pending or with status `pending` when it&#x27;s already active will have no effect: the status will remain unchanged. Re-uploading a link with deprecated status `inactive` is equivalent to not submitting the link at all and will delete the link if it was active or cancel the link request if it was pending. Acceptable values are: - &quot;`active`&quot; - &quot;`pending`&quot;
581 },
582 ],
583 &quot;name&quot;: &quot;A String&quot;, # Required. Display name for the account.
584 &quot;websiteUrl&quot;: &quot;A String&quot;, # The merchant&#x27;s website.
585 &quot;sellerId&quot;: &quot;A String&quot;, # Client-specific, locally-unique, internal ID for the child account.
586 &quot;users&quot;: [ # Users with access to the account. Every account (except for subaccounts) must have at least one admin user.
587 {
588 &quot;paymentsManager&quot;: True or False, # Whether user can manage payment settings.
589 &quot;emailAddress&quot;: &quot;A String&quot;, # User&#x27;s email address.
590 &quot;orderManager&quot;: True or False, # Whether user is an order manager.
591 &quot;admin&quot;: True or False, # Whether user is an admin.
592 &quot;paymentsAnalyst&quot;: True or False, # Whether user can access payment statements.
593 },
594 ],
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800595 &quot;googleMyBusinessLink&quot;: { # The GMB account which is linked or in the process of being linked with the Merchant Center account.
596 &quot;status&quot;: &quot;A String&quot;, # Status of the link between this Merchant Center account and the GMB account. Acceptable values are: - &quot;`active`&quot; - &quot;`pending`&quot;
597 &quot;gmbEmail&quot;: &quot;A String&quot;, # The GMB email address of which a specific account within a GMB account. A sample account within a GMB account could be a business account with set of locations, managed under the GMB account.
598 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800599 &quot;kind&quot;: &quot;A String&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;`content#account`&quot;
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800600 &quot;reviewsUrl&quot;: &quot;A String&quot;, # [DEPRECATED] This field is never returned and will be ignored if provided.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800601 &quot;adultContent&quot;: True or False, # Indicates whether the merchant sells adult content.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800602 &quot;businessInformation&quot;: { # The business information of the account.
603 &quot;customerService&quot;: { # The customer service information of the business.
604 &quot;phoneNumber&quot;: &quot;A String&quot;, # Customer service phone number.
605 &quot;email&quot;: &quot;A String&quot;, # Customer service email.
606 &quot;url&quot;: &quot;A String&quot;, # Customer service URL.
607 },
608 &quot;address&quot;: { # The address of the business.
609 &quot;region&quot;: &quot;A String&quot;, # Top-level administrative subdivision of the country. For example, a state like California (&quot;CA&quot;) or a province like Quebec (&quot;QC&quot;).
610 &quot;postalCode&quot;: &quot;A String&quot;, # Postal code or ZIP (e.g. &quot;94043&quot;).
611 &quot;locality&quot;: &quot;A String&quot;, # City, town or commune. May also include dependent localities or sublocalities (e.g. neighborhoods or suburbs).
612 &quot;streetAddress&quot;: &quot;A String&quot;, # Street-level part of the address.
613 &quot;country&quot;: &quot;A String&quot;, # CLDR country code (e.g. &quot;US&quot;). This value cannot be set for a sub-account of an MCA. All MCA sub-accounts inherit the country of their parent MCA.
614 },
615 &quot;phoneNumber&quot;: &quot;A String&quot;, # The phone number of the business.
616 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800617 },
Craig Citro065b5302014-08-14 00:47:23 -0700618 ],
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800619 &quot;nextPageToken&quot;: &quot;A String&quot;, # The token for the retrieval of the next page of accounts.
Craig Citro065b5302014-08-14 00:47:23 -0700620 }</pre>
621</div>
622
623<div class="method">
624 <code class="details" id="list_next">list_next(previous_request, previous_response)</code>
625 <pre>Retrieves the next page of results.
626
627Args:
628 previous_request: The request for the previous page. (required)
629 previous_response: The response from the request for the previous page. (required)
630
631Returns:
Bu Sun Kim65020912020-05-20 12:08:20 -0700632 A request object that you can call &#x27;execute()&#x27; on to request the next
Craig Citro065b5302014-08-14 00:47:23 -0700633 page. Returns None if there are no more items in the collection.
634 </pre>
635</div>
636
637<div class="method">
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700638 <code class="details" id="update">update(merchantId, accountId, body=None, dryRun=None, x__xgafv=None)</code>
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700639 <pre>Updates a Merchant Center account. Any fields that are not provided are deleted from the resource.
Craig Citro065b5302014-08-14 00:47:23 -0700640
641Args:
Dan O'Mearadd494642020-05-01 07:42:23 -0700642 merchantId: string, The ID of the managing account. If this parameter is not the same as accountId, then this account must be a multi-client account and `accountId` must be the ID of a sub-account of this account. (required)
Craig Citro065b5302014-08-14 00:47:23 -0700643 accountId: string, The ID of the account. (required)
Dan O'Mearadd494642020-05-01 07:42:23 -0700644 body: object, The request body.
Craig Citro065b5302014-08-14 00:47:23 -0700645 The object takes the form of:
646
Dan O'Mearadd494642020-05-01 07:42:23 -0700647{ # Account data. After the creation of a new account it may take a few minutes before it is fully operational. The methods delete, insert, and update require the admin role.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800648 &quot;youtubeChannelLinks&quot;: [ # List of linked YouTube channels that are active or pending approval. To create a new link request, add a new link with status `active` to the list. It will remain in a `pending` state until approved or rejected in the YT Creator Studio interface. To delete an active link, or to cancel a link request, remove it from the list.
649 {
650 &quot;status&quot;: &quot;A String&quot;, # Status of the link between this Merchant Center account and the YouTube channel. Upon retrieval, it represents the actual status of the link and can be either `active` if it was approved in YT Creator Studio or `pending` if it&#x27;s pending approval. Upon insertion, it represents the *intended* status of the link. Re-uploading a link with status `active` when it&#x27;s still pending or with status `pending` when it&#x27;s already active will have no effect: the status will remain unchanged. Re-uploading a link with deprecated status `inactive` is equivalent to not submitting the link at all and will delete the link if it was active or cancel the link request if it was pending.
651 &quot;channelId&quot;: &quot;A String&quot;, # Channel ID.
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700652 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800653 ],
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800654 &quot;id&quot;: &quot;A String&quot;, # Required for update. Merchant Center account ID.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800655 &quot;adwordsLinks&quot;: [ # List of linked AdWords accounts that are active or pending approval. To create a new link request, add a new link with status `active` to the list. It will remain in a `pending` state until approved or rejected either in the AdWords interface or through the AdWords API. To delete an active link, or to cancel a link request, remove it from the list.
656 {
657 &quot;adwordsId&quot;: &quot;A String&quot;, # Customer ID of the AdWords account.
658 &quot;status&quot;: &quot;A String&quot;, # Status of the link between this Merchant Center account and the AdWords account. Upon retrieval, it represents the actual status of the link and can be either `active` if it was approved in Google AdWords or `pending` if it&#x27;s pending approval. Upon insertion, it represents the *intended* status of the link. Re-uploading a link with status `active` when it&#x27;s still pending or with status `pending` when it&#x27;s already active will have no effect: the status will remain unchanged. Re-uploading a link with deprecated status `inactive` is equivalent to not submitting the link at all and will delete the link if it was active or cancel the link request if it was pending. Acceptable values are: - &quot;`active`&quot; - &quot;`pending`&quot;
659 },
660 ],
661 &quot;name&quot;: &quot;A String&quot;, # Required. Display name for the account.
662 &quot;websiteUrl&quot;: &quot;A String&quot;, # The merchant&#x27;s website.
663 &quot;sellerId&quot;: &quot;A String&quot;, # Client-specific, locally-unique, internal ID for the child account.
664 &quot;users&quot;: [ # Users with access to the account. Every account (except for subaccounts) must have at least one admin user.
665 {
666 &quot;paymentsManager&quot;: True or False, # Whether user can manage payment settings.
667 &quot;emailAddress&quot;: &quot;A String&quot;, # User&#x27;s email address.
668 &quot;orderManager&quot;: True or False, # Whether user is an order manager.
669 &quot;admin&quot;: True or False, # Whether user is an admin.
670 &quot;paymentsAnalyst&quot;: True or False, # Whether user can access payment statements.
671 },
672 ],
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800673 &quot;googleMyBusinessLink&quot;: { # The GMB account which is linked or in the process of being linked with the Merchant Center account.
674 &quot;status&quot;: &quot;A String&quot;, # Status of the link between this Merchant Center account and the GMB account. Acceptable values are: - &quot;`active`&quot; - &quot;`pending`&quot;
675 &quot;gmbEmail&quot;: &quot;A String&quot;, # The GMB email address of which a specific account within a GMB account. A sample account within a GMB account could be a business account with set of locations, managed under the GMB account.
676 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800677 &quot;kind&quot;: &quot;A String&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;`content#account`&quot;
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800678 &quot;reviewsUrl&quot;: &quot;A String&quot;, # [DEPRECATED] This field is never returned and will be ignored if provided.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800679 &quot;adultContent&quot;: True or False, # Indicates whether the merchant sells adult content.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800680 &quot;businessInformation&quot;: { # The business information of the account.
681 &quot;customerService&quot;: { # The customer service information of the business.
682 &quot;phoneNumber&quot;: &quot;A String&quot;, # Customer service phone number.
683 &quot;email&quot;: &quot;A String&quot;, # Customer service email.
684 &quot;url&quot;: &quot;A String&quot;, # Customer service URL.
685 },
686 &quot;address&quot;: { # The address of the business.
687 &quot;region&quot;: &quot;A String&quot;, # Top-level administrative subdivision of the country. For example, a state like California (&quot;CA&quot;) or a province like Quebec (&quot;QC&quot;).
688 &quot;postalCode&quot;: &quot;A String&quot;, # Postal code or ZIP (e.g. &quot;94043&quot;).
689 &quot;locality&quot;: &quot;A String&quot;, # City, town or commune. May also include dependent localities or sublocalities (e.g. neighborhoods or suburbs).
690 &quot;streetAddress&quot;: &quot;A String&quot;, # Street-level part of the address.
691 &quot;country&quot;: &quot;A String&quot;, # CLDR country code (e.g. &quot;US&quot;). This value cannot be set for a sub-account of an MCA. All MCA sub-accounts inherit the country of their parent MCA.
692 },
693 &quot;phoneNumber&quot;: &quot;A String&quot;, # The phone number of the business.
694 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800695}
Craig Citro065b5302014-08-14 00:47:23 -0700696
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700697 dryRun: boolean, Flag to simulate a request like in a live environment. If set to true, dry-run mode checks the validity of the request and returns errors (if any).
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700698 x__xgafv: string, V1 error format.
699 Allowed values
700 1 - v1 error format
701 2 - v2 error format
Craig Citro065b5302014-08-14 00:47:23 -0700702
703Returns:
704 An object of the form:
705
Dan O'Mearadd494642020-05-01 07:42:23 -0700706 { # Account data. After the creation of a new account it may take a few minutes before it is fully operational. The methods delete, insert, and update require the admin role.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800707 &quot;youtubeChannelLinks&quot;: [ # List of linked YouTube channels that are active or pending approval. To create a new link request, add a new link with status `active` to the list. It will remain in a `pending` state until approved or rejected in the YT Creator Studio interface. To delete an active link, or to cancel a link request, remove it from the list.
708 {
709 &quot;status&quot;: &quot;A String&quot;, # Status of the link between this Merchant Center account and the YouTube channel. Upon retrieval, it represents the actual status of the link and can be either `active` if it was approved in YT Creator Studio or `pending` if it&#x27;s pending approval. Upon insertion, it represents the *intended* status of the link. Re-uploading a link with status `active` when it&#x27;s still pending or with status `pending` when it&#x27;s already active will have no effect: the status will remain unchanged. Re-uploading a link with deprecated status `inactive` is equivalent to not submitting the link at all and will delete the link if it was active or cancel the link request if it was pending.
710 &quot;channelId&quot;: &quot;A String&quot;, # Channel ID.
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700711 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800712 ],
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800713 &quot;id&quot;: &quot;A String&quot;, # Required for update. Merchant Center account ID.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800714 &quot;adwordsLinks&quot;: [ # List of linked AdWords accounts that are active or pending approval. To create a new link request, add a new link with status `active` to the list. It will remain in a `pending` state until approved or rejected either in the AdWords interface or through the AdWords API. To delete an active link, or to cancel a link request, remove it from the list.
715 {
716 &quot;adwordsId&quot;: &quot;A String&quot;, # Customer ID of the AdWords account.
717 &quot;status&quot;: &quot;A String&quot;, # Status of the link between this Merchant Center account and the AdWords account. Upon retrieval, it represents the actual status of the link and can be either `active` if it was approved in Google AdWords or `pending` if it&#x27;s pending approval. Upon insertion, it represents the *intended* status of the link. Re-uploading a link with status `active` when it&#x27;s still pending or with status `pending` when it&#x27;s already active will have no effect: the status will remain unchanged. Re-uploading a link with deprecated status `inactive` is equivalent to not submitting the link at all and will delete the link if it was active or cancel the link request if it was pending. Acceptable values are: - &quot;`active`&quot; - &quot;`pending`&quot;
718 },
719 ],
720 &quot;name&quot;: &quot;A String&quot;, # Required. Display name for the account.
721 &quot;websiteUrl&quot;: &quot;A String&quot;, # The merchant&#x27;s website.
722 &quot;sellerId&quot;: &quot;A String&quot;, # Client-specific, locally-unique, internal ID for the child account.
723 &quot;users&quot;: [ # Users with access to the account. Every account (except for subaccounts) must have at least one admin user.
724 {
725 &quot;paymentsManager&quot;: True or False, # Whether user can manage payment settings.
726 &quot;emailAddress&quot;: &quot;A String&quot;, # User&#x27;s email address.
727 &quot;orderManager&quot;: True or False, # Whether user is an order manager.
728 &quot;admin&quot;: True or False, # Whether user is an admin.
729 &quot;paymentsAnalyst&quot;: True or False, # Whether user can access payment statements.
730 },
731 ],
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800732 &quot;googleMyBusinessLink&quot;: { # The GMB account which is linked or in the process of being linked with the Merchant Center account.
733 &quot;status&quot;: &quot;A String&quot;, # Status of the link between this Merchant Center account and the GMB account. Acceptable values are: - &quot;`active`&quot; - &quot;`pending`&quot;
734 &quot;gmbEmail&quot;: &quot;A String&quot;, # The GMB email address of which a specific account within a GMB account. A sample account within a GMB account could be a business account with set of locations, managed under the GMB account.
735 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800736 &quot;kind&quot;: &quot;A String&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;`content#account`&quot;
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800737 &quot;reviewsUrl&quot;: &quot;A String&quot;, # [DEPRECATED] This field is never returned and will be ignored if provided.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800738 &quot;adultContent&quot;: True or False, # Indicates whether the merchant sells adult content.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800739 &quot;businessInformation&quot;: { # The business information of the account.
740 &quot;customerService&quot;: { # The customer service information of the business.
741 &quot;phoneNumber&quot;: &quot;A String&quot;, # Customer service phone number.
742 &quot;email&quot;: &quot;A String&quot;, # Customer service email.
743 &quot;url&quot;: &quot;A String&quot;, # Customer service URL.
744 },
745 &quot;address&quot;: { # The address of the business.
746 &quot;region&quot;: &quot;A String&quot;, # Top-level administrative subdivision of the country. For example, a state like California (&quot;CA&quot;) or a province like Quebec (&quot;QC&quot;).
747 &quot;postalCode&quot;: &quot;A String&quot;, # Postal code or ZIP (e.g. &quot;94043&quot;).
748 &quot;locality&quot;: &quot;A String&quot;, # City, town or commune. May also include dependent localities or sublocalities (e.g. neighborhoods or suburbs).
749 &quot;streetAddress&quot;: &quot;A String&quot;, # Street-level part of the address.
750 &quot;country&quot;: &quot;A String&quot;, # CLDR country code (e.g. &quot;US&quot;). This value cannot be set for a sub-account of an MCA. All MCA sub-accounts inherit the country of their parent MCA.
751 },
752 &quot;phoneNumber&quot;: &quot;A String&quot;, # The phone number of the business.
753 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800754 }</pre>
Craig Citro065b5302014-08-14 00:47:23 -0700755</div>
756
757</body></html>