chore: update docs/dyn (#1162)

This PR was generated using Autosynth. :rainbow:

Synth log will be available here:
https://source.cloud.google.com/results/invocations/b5e48daa-1759-436b-9fe7-ffce1482b520/targets

- [ ] To automatically regenerate this PR, check this box.
diff --git a/docs/dyn/content_v2.accounts.html b/docs/dyn/content_v2.accounts.html
index 0e13782..ee55e97 100644
--- a/docs/dyn/content_v2.accounts.html
+++ b/docs/dyn/content_v2.accounts.html
@@ -99,7 +99,7 @@
   <code><a href="#link">link(merchantId, accountId, body=None, x__xgafv=None)</a></code></p>
 <p class="firstline">Performs an action on a link between two Merchant Center accounts, namely accountId and linkedAccountId.</p>
 <p class="toc_element">
-  <code><a href="#list">list(merchantId, pageToken=None, maxResults=None, x__xgafv=None)</a></code></p>
+  <code><a href="#list">list(merchantId, maxResults=None, pageToken=None, x__xgafv=None)</a></code></p>
 <p class="firstline">Lists the sub-accounts in your Merchant Center account.</p>
 <p class="toc_element">
   <code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p>
@@ -122,14 +122,14 @@
   An object of the form:
 
     {
-    &quot;kind&quot;: &quot;A String&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;content#accountsAuthInfoResponse&quot;.
-    &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.
-      {
-        &quot;merchantId&quot;: &quot;A String&quot;, # The merchant account ID, set for individual accounts and subaccounts.
-        &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).
-      },
-    ],
-  }</pre>
+  &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.
+    {
+      &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).
+      &quot;merchantId&quot;: &quot;A String&quot;, # The merchant account ID, set for individual accounts and subaccounts.
+    },
+  ],
+  &quot;kind&quot;: &quot;A String&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;content#accountsAuthInfoResponse&quot;.
+}</pre>
 </div>
 
 <div class="method">
@@ -149,8 +149,8 @@
   An object of the form:
 
     {
-    &quot;kind&quot;: &quot;A String&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;content#accountsClaimWebsiteResponse&quot;.
-  }</pre>
+  &quot;kind&quot;: &quot;A String&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;content#accountsClaimWebsiteResponse&quot;.
+}</pre>
 </div>
 
 <div class="method">
@@ -167,74 +167,74 @@
     The object takes the form of:
 
 {
-    &quot;entries&quot;: [ # The request entries to be processed in the batch.
-      { # A batch entry encoding a single non-batch accounts request.
-        &quot;linkRequest&quot;: { # Details about the `link` request.
-          &quot;linkType&quot;: &quot;A String&quot;, # Type of the link between the two accounts. Acceptable values are: - &quot;`channelPartner`&quot; - &quot;`eCommercePlatform`&quot;
-          &quot;linkedAccountId&quot;: &quot;A String&quot;, # The ID of the linked account.
-          &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;
-        },
-        &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;
-        &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.
-        &quot;merchantId&quot;: &quot;A String&quot;, # The ID of the managing account.
-        &quot;batchId&quot;: 42, # An entry ID, unique within the batch request.
-        &quot;labelIds&quot;: [ # Label IDs for the &#x27;updatelabels&#x27; request.
-          &quot;A String&quot;,
+  &quot;entries&quot;: [ # The request entries to be processed in the batch.
+    { # A batch entry encoding a single non-batch accounts request.
+      &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`.
+        &quot;adultContent&quot;: True or False, # Indicates whether the merchant sells adult content.
+        &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.
+          {
+            &quot;adwordsId&quot;: &quot;A String&quot;, # Customer ID of the AdWords account.
+            &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;
+          },
         ],
-        &quot;accountId&quot;: &quot;A String&quot;, # The ID of the targeted account. Only defined if the method is not `insert`.
-        &quot;force&quot;: True or False, # Whether the account should be deleted if the account has offers. Only applicable if the method is `delete`.
-        &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`.
-          &quot;id&quot;: &quot;A String&quot;, # Required for update. Merchant Center account ID.
-          &quot;users&quot;: [ # Users with access to the account. Every account (except for subaccounts) must have at least one admin user.
-            {
-              &quot;paymentsAnalyst&quot;: True or False, # Whether user can access payment statements.
-              &quot;orderManager&quot;: True or False, # Whether user is an order manager.
-              &quot;admin&quot;: True or False, # Whether user is an admin.
-              &quot;emailAddress&quot;: &quot;A String&quot;, # User&#x27;s email address.
-              &quot;paymentsManager&quot;: True or False, # Whether user can manage payment settings.
-            },
-          ],
-          &quot;sellerId&quot;: &quot;A String&quot;, # Client-specific, locally-unique, internal ID for the child account.
-          &quot;kind&quot;: &quot;A String&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;`content#account`&quot;
-          &quot;websiteUrl&quot;: &quot;A String&quot;, # The merchant&#x27;s website.
-          &quot;businessInformation&quot;: { # The business information of the account.
-            &quot;phoneNumber&quot;: &quot;A String&quot;, # The phone number of the business.
-            &quot;customerService&quot;: { # The customer service information of the business.
-              &quot;url&quot;: &quot;A String&quot;, # Customer service URL.
-              &quot;email&quot;: &quot;A String&quot;, # Customer service email.
-              &quot;phoneNumber&quot;: &quot;A String&quot;, # Customer service phone number.
-            },
-            &quot;address&quot;: { # The address of the business.
-              &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.
-              &quot;streetAddress&quot;: &quot;A String&quot;, # Street-level part of the address.
-              &quot;locality&quot;: &quot;A String&quot;, # City, town or commune. May also include dependent localities or sublocalities (e.g. neighborhoods or suburbs).
-              &quot;postalCode&quot;: &quot;A String&quot;, # Postal code or ZIP (e.g. &quot;94043&quot;).
-              &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;).
-            },
+        &quot;businessInformation&quot;: { # The business information of the account.
+          &quot;address&quot;: { # The address of the business.
+            &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.
+            &quot;locality&quot;: &quot;A String&quot;, # City, town or commune. May also include dependent localities or sublocalities (e.g. neighborhoods or suburbs).
+            &quot;postalCode&quot;: &quot;A String&quot;, # Postal code or ZIP (e.g. &quot;94043&quot;).
+            &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;).
+            &quot;streetAddress&quot;: &quot;A String&quot;, # Street-level part of the address.
           },
-          &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.
-            {
-              &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.
-              &quot;channelId&quot;: &quot;A String&quot;, # Channel ID.
-            },
-          ],
-          &quot;googleMyBusinessLink&quot;: { # The GMB account which is linked or in the process of being linked with the Merchant Center account.
-            &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.
-            &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;
+          &quot;customerService&quot;: { # The customer service information of the business.
+            &quot;email&quot;: &quot;A String&quot;, # Customer service email.
+            &quot;phoneNumber&quot;: &quot;A String&quot;, # Customer service phone number.
+            &quot;url&quot;: &quot;A String&quot;, # Customer service URL.
           },
-          &quot;name&quot;: &quot;A String&quot;, # Required. Display name for the account.
-          &quot;reviewsUrl&quot;: &quot;A String&quot;, # [DEPRECATED] This field is never returned and will be ignored if provided.
-          &quot;adultContent&quot;: True or False, # Indicates whether the merchant sells adult content.
-          &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.
-            {
-              &quot;adwordsId&quot;: &quot;A String&quot;, # Customer ID of the AdWords account.
-              &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;
-            },
-          ],
+          &quot;phoneNumber&quot;: &quot;A String&quot;, # The phone number of the business.
         },
+        &quot;googleMyBusinessLink&quot;: { # The GMB account which is linked or in the process of being linked with the Merchant Center account.
+          &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.
+          &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;
+        },
+        &quot;id&quot;: &quot;A String&quot;, # Required for update. Merchant Center account ID.
+        &quot;kind&quot;: &quot;A String&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;`content#account`&quot;
+        &quot;name&quot;: &quot;A String&quot;, # Required. Display name for the account.
+        &quot;reviewsUrl&quot;: &quot;A String&quot;, # [DEPRECATED] This field is never returned and will be ignored if provided.
+        &quot;sellerId&quot;: &quot;A String&quot;, # Client-specific, locally-unique, internal ID for the child account.
+        &quot;users&quot;: [ # Users with access to the account. Every account (except for subaccounts) must have at least one admin user.
+          {
+            &quot;admin&quot;: True or False, # Whether user is an admin.
+            &quot;emailAddress&quot;: &quot;A String&quot;, # User&#x27;s email address.
+            &quot;orderManager&quot;: True or False, # Whether user is an order manager.
+            &quot;paymentsAnalyst&quot;: True or False, # Whether user can access payment statements.
+            &quot;paymentsManager&quot;: True or False, # Whether user can manage payment settings.
+          },
+        ],
+        &quot;websiteUrl&quot;: &quot;A String&quot;, # The merchant&#x27;s website.
+        &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.
+          {
+            &quot;channelId&quot;: &quot;A String&quot;, # Channel ID.
+            &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.
+          },
+        ],
       },
-    ],
-  }
+      &quot;accountId&quot;: &quot;A String&quot;, # The ID of the targeted account. Only defined if the method is not `insert`.
+      &quot;batchId&quot;: 42, # An entry ID, unique within the batch request.
+      &quot;force&quot;: True or False, # Whether the account should be deleted if the account has offers. Only applicable if the method is `delete`.
+      &quot;labelIds&quot;: [ # Label IDs for the &#x27;updatelabels&#x27; request.
+        &quot;A String&quot;,
+      ],
+      &quot;linkRequest&quot;: { # Details about the `link` request.
+        &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;
+        &quot;linkType&quot;: &quot;A String&quot;, # Type of the link between the two accounts. Acceptable values are: - &quot;`channelPartner`&quot; - &quot;`eCommercePlatform`&quot;
+        &quot;linkedAccountId&quot;: &quot;A String&quot;, # The ID of the linked account.
+      },
+      &quot;merchantId&quot;: &quot;A String&quot;, # The ID of the managing account.
+      &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;
+      &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.
+    },
+  ],
+}
 
   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).
   x__xgafv: string, V1 error format.
@@ -246,75 +246,75 @@
   An object of the form:
 
     {
-    &quot;kind&quot;: &quot;A String&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;content#accountsCustomBatchResponse&quot;.
-    &quot;entries&quot;: [ # The result of the execution of the batch requests.
-      { # A batch entry encoding a single non-batch accounts response.
-        &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`.
-          &quot;id&quot;: &quot;A String&quot;, # Required for update. Merchant Center account ID.
-          &quot;users&quot;: [ # Users with access to the account. Every account (except for subaccounts) must have at least one admin user.
-            {
-              &quot;paymentsAnalyst&quot;: True or False, # Whether user can access payment statements.
-              &quot;orderManager&quot;: True or False, # Whether user is an order manager.
-              &quot;admin&quot;: True or False, # Whether user is an admin.
-              &quot;emailAddress&quot;: &quot;A String&quot;, # User&#x27;s email address.
-              &quot;paymentsManager&quot;: True or False, # Whether user can manage payment settings.
-            },
-          ],
-          &quot;sellerId&quot;: &quot;A String&quot;, # Client-specific, locally-unique, internal ID for the child account.
-          &quot;kind&quot;: &quot;A String&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;`content#account`&quot;
-          &quot;websiteUrl&quot;: &quot;A String&quot;, # The merchant&#x27;s website.
-          &quot;businessInformation&quot;: { # The business information of the account.
-            &quot;phoneNumber&quot;: &quot;A String&quot;, # The phone number of the business.
-            &quot;customerService&quot;: { # The customer service information of the business.
-              &quot;url&quot;: &quot;A String&quot;, # Customer service URL.
-              &quot;email&quot;: &quot;A String&quot;, # Customer service email.
-              &quot;phoneNumber&quot;: &quot;A String&quot;, # Customer service phone number.
-            },
-            &quot;address&quot;: { # The address of the business.
-              &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.
-              &quot;streetAddress&quot;: &quot;A String&quot;, # Street-level part of the address.
-              &quot;locality&quot;: &quot;A String&quot;, # City, town or commune. May also include dependent localities or sublocalities (e.g. neighborhoods or suburbs).
-              &quot;postalCode&quot;: &quot;A String&quot;, # Postal code or ZIP (e.g. &quot;94043&quot;).
-              &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;).
-            },
+  &quot;entries&quot;: [ # The result of the execution of the batch requests.
+    { # A batch entry encoding a single non-batch accounts response.
+      &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`.
+        &quot;adultContent&quot;: True or False, # Indicates whether the merchant sells adult content.
+        &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.
+          {
+            &quot;adwordsId&quot;: &quot;A String&quot;, # Customer ID of the AdWords account.
+            &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;
           },
-          &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.
-            {
-              &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.
-              &quot;channelId&quot;: &quot;A String&quot;, # Channel ID.
-            },
-          ],
-          &quot;googleMyBusinessLink&quot;: { # The GMB account which is linked or in the process of being linked with the Merchant Center account.
-            &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.
-            &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;
+        ],
+        &quot;businessInformation&quot;: { # The business information of the account.
+          &quot;address&quot;: { # The address of the business.
+            &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.
+            &quot;locality&quot;: &quot;A String&quot;, # City, town or commune. May also include dependent localities or sublocalities (e.g. neighborhoods or suburbs).
+            &quot;postalCode&quot;: &quot;A String&quot;, # Postal code or ZIP (e.g. &quot;94043&quot;).
+            &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;).
+            &quot;streetAddress&quot;: &quot;A String&quot;, # Street-level part of the address.
           },
-          &quot;name&quot;: &quot;A String&quot;, # Required. Display name for the account.
-          &quot;reviewsUrl&quot;: &quot;A String&quot;, # [DEPRECATED] This field is never returned and will be ignored if provided.
-          &quot;adultContent&quot;: True or False, # Indicates whether the merchant sells adult content.
-          &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.
-            {
-              &quot;adwordsId&quot;: &quot;A String&quot;, # Customer ID of the AdWords account.
-              &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;
-            },
-          ],
+          &quot;customerService&quot;: { # The customer service information of the business.
+            &quot;email&quot;: &quot;A String&quot;, # Customer service email.
+            &quot;phoneNumber&quot;: &quot;A String&quot;, # Customer service phone number.
+            &quot;url&quot;: &quot;A String&quot;, # Customer service URL.
+          },
+          &quot;phoneNumber&quot;: &quot;A String&quot;, # The phone number of the business.
         },
-        &quot;batchId&quot;: 42, # The ID of the request entry this entry responds to.
-        &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.
-          &quot;errors&quot;: [ # A list of errors.
-            { # An error returned by the API.
-              &quot;reason&quot;: &quot;A String&quot;, # The error code.
-              &quot;message&quot;: &quot;A String&quot;, # A description of the error.
-              &quot;domain&quot;: &quot;A String&quot;, # The domain of the error.
-            },
-          ],
-          &quot;code&quot;: 42, # The HTTP status of the first error in `errors`.
-          &quot;message&quot;: &quot;A String&quot;, # The message of the first error in `errors`.
+        &quot;googleMyBusinessLink&quot;: { # The GMB account which is linked or in the process of being linked with the Merchant Center account.
+          &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.
+          &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;
         },
-        &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;
-        &quot;kind&quot;: &quot;A String&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;`content#accountsCustomBatchResponseEntry`&quot;
+        &quot;id&quot;: &quot;A String&quot;, # Required for update. Merchant Center account ID.
+        &quot;kind&quot;: &quot;A String&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;`content#account`&quot;
+        &quot;name&quot;: &quot;A String&quot;, # Required. Display name for the account.
+        &quot;reviewsUrl&quot;: &quot;A String&quot;, # [DEPRECATED] This field is never returned and will be ignored if provided.
+        &quot;sellerId&quot;: &quot;A String&quot;, # Client-specific, locally-unique, internal ID for the child account.
+        &quot;users&quot;: [ # Users with access to the account. Every account (except for subaccounts) must have at least one admin user.
+          {
+            &quot;admin&quot;: True or False, # Whether user is an admin.
+            &quot;emailAddress&quot;: &quot;A String&quot;, # User&#x27;s email address.
+            &quot;orderManager&quot;: True or False, # Whether user is an order manager.
+            &quot;paymentsAnalyst&quot;: True or False, # Whether user can access payment statements.
+            &quot;paymentsManager&quot;: True or False, # Whether user can manage payment settings.
+          },
+        ],
+        &quot;websiteUrl&quot;: &quot;A String&quot;, # The merchant&#x27;s website.
+        &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.
+          {
+            &quot;channelId&quot;: &quot;A String&quot;, # Channel ID.
+            &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.
+          },
+        ],
       },
-    ],
-  }</pre>
+      &quot;batchId&quot;: 42, # The ID of the request entry this entry responds to.
+      &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.
+        &quot;code&quot;: 42, # The HTTP status of the first error in `errors`.
+        &quot;errors&quot;: [ # A list of errors.
+          { # An error returned by the API.
+            &quot;domain&quot;: &quot;A String&quot;, # The domain of the error.
+            &quot;message&quot;: &quot;A String&quot;, # A description of the error.
+            &quot;reason&quot;: &quot;A String&quot;, # The error code.
+          },
+        ],
+        &quot;message&quot;: &quot;A String&quot;, # The message of the first error in `errors`.
+      },
+      &quot;kind&quot;: &quot;A String&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;`content#accountsCustomBatchResponseEntry`&quot;
+      &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;
+    },
+  ],
+  &quot;kind&quot;: &quot;A String&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;content#accountsCustomBatchResponse&quot;.
+}</pre>
 </div>
 
 <div class="method">
@@ -349,54 +349,54 @@
   An object of the form:
 
     { # 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.
-    &quot;id&quot;: &quot;A String&quot;, # Required for update. Merchant Center account ID.
-    &quot;users&quot;: [ # Users with access to the account. Every account (except for subaccounts) must have at least one admin user.
-      {
-        &quot;paymentsAnalyst&quot;: True or False, # Whether user can access payment statements.
-        &quot;orderManager&quot;: True or False, # Whether user is an order manager.
-        &quot;admin&quot;: True or False, # Whether user is an admin.
-        &quot;emailAddress&quot;: &quot;A String&quot;, # User&#x27;s email address.
-        &quot;paymentsManager&quot;: True or False, # Whether user can manage payment settings.
-      },
-    ],
-    &quot;sellerId&quot;: &quot;A String&quot;, # Client-specific, locally-unique, internal ID for the child account.
-    &quot;kind&quot;: &quot;A String&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;`content#account`&quot;
-    &quot;websiteUrl&quot;: &quot;A String&quot;, # The merchant&#x27;s website.
-    &quot;businessInformation&quot;: { # The business information of the account.
-      &quot;phoneNumber&quot;: &quot;A String&quot;, # The phone number of the business.
-      &quot;customerService&quot;: { # The customer service information of the business.
-        &quot;url&quot;: &quot;A String&quot;, # Customer service URL.
-        &quot;email&quot;: &quot;A String&quot;, # Customer service email.
-        &quot;phoneNumber&quot;: &quot;A String&quot;, # Customer service phone number.
-      },
-      &quot;address&quot;: { # The address of the business.
-        &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.
-        &quot;streetAddress&quot;: &quot;A String&quot;, # Street-level part of the address.
-        &quot;locality&quot;: &quot;A String&quot;, # City, town or commune. May also include dependent localities or sublocalities (e.g. neighborhoods or suburbs).
-        &quot;postalCode&quot;: &quot;A String&quot;, # Postal code or ZIP (e.g. &quot;94043&quot;).
-        &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;).
-      },
+  &quot;adultContent&quot;: True or False, # Indicates whether the merchant sells adult content.
+  &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.
+    {
+      &quot;adwordsId&quot;: &quot;A String&quot;, # Customer ID of the AdWords account.
+      &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;
     },
-    &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.
-      {
-        &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.
-        &quot;channelId&quot;: &quot;A String&quot;, # Channel ID.
-      },
-    ],
-    &quot;googleMyBusinessLink&quot;: { # The GMB account which is linked or in the process of being linked with the Merchant Center account.
-      &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.
-      &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;
+  ],
+  &quot;businessInformation&quot;: { # The business information of the account.
+    &quot;address&quot;: { # The address of the business.
+      &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.
+      &quot;locality&quot;: &quot;A String&quot;, # City, town or commune. May also include dependent localities or sublocalities (e.g. neighborhoods or suburbs).
+      &quot;postalCode&quot;: &quot;A String&quot;, # Postal code or ZIP (e.g. &quot;94043&quot;).
+      &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;).
+      &quot;streetAddress&quot;: &quot;A String&quot;, # Street-level part of the address.
     },
-    &quot;name&quot;: &quot;A String&quot;, # Required. Display name for the account.
-    &quot;reviewsUrl&quot;: &quot;A String&quot;, # [DEPRECATED] This field is never returned and will be ignored if provided.
-    &quot;adultContent&quot;: True or False, # Indicates whether the merchant sells adult content.
-    &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.
-      {
-        &quot;adwordsId&quot;: &quot;A String&quot;, # Customer ID of the AdWords account.
-        &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;
-      },
-    ],
-  }</pre>
+    &quot;customerService&quot;: { # The customer service information of the business.
+      &quot;email&quot;: &quot;A String&quot;, # Customer service email.
+      &quot;phoneNumber&quot;: &quot;A String&quot;, # Customer service phone number.
+      &quot;url&quot;: &quot;A String&quot;, # Customer service URL.
+    },
+    &quot;phoneNumber&quot;: &quot;A String&quot;, # The phone number of the business.
+  },
+  &quot;googleMyBusinessLink&quot;: { # The GMB account which is linked or in the process of being linked with the Merchant Center account.
+    &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.
+    &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;
+  },
+  &quot;id&quot;: &quot;A String&quot;, # Required for update. Merchant Center account ID.
+  &quot;kind&quot;: &quot;A String&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;`content#account`&quot;
+  &quot;name&quot;: &quot;A String&quot;, # Required. Display name for the account.
+  &quot;reviewsUrl&quot;: &quot;A String&quot;, # [DEPRECATED] This field is never returned and will be ignored if provided.
+  &quot;sellerId&quot;: &quot;A String&quot;, # Client-specific, locally-unique, internal ID for the child account.
+  &quot;users&quot;: [ # Users with access to the account. Every account (except for subaccounts) must have at least one admin user.
+    {
+      &quot;admin&quot;: True or False, # Whether user is an admin.
+      &quot;emailAddress&quot;: &quot;A String&quot;, # User&#x27;s email address.
+      &quot;orderManager&quot;: True or False, # Whether user is an order manager.
+      &quot;paymentsAnalyst&quot;: True or False, # Whether user can access payment statements.
+      &quot;paymentsManager&quot;: True or False, # Whether user can manage payment settings.
+    },
+  ],
+  &quot;websiteUrl&quot;: &quot;A String&quot;, # The merchant&#x27;s website.
+  &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.
+    {
+      &quot;channelId&quot;: &quot;A String&quot;, # Channel ID.
+      &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.
+    },
+  ],
+}</pre>
 </div>
 
 <div class="method">
@@ -409,46 +409,6 @@
     The object takes the form of:
 
 { # 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.
-  &quot;id&quot;: &quot;A String&quot;, # Required for update. Merchant Center account ID.
-  &quot;users&quot;: [ # Users with access to the account. Every account (except for subaccounts) must have at least one admin user.
-    {
-      &quot;paymentsAnalyst&quot;: True or False, # Whether user can access payment statements.
-      &quot;orderManager&quot;: True or False, # Whether user is an order manager.
-      &quot;admin&quot;: True or False, # Whether user is an admin.
-      &quot;emailAddress&quot;: &quot;A String&quot;, # User&#x27;s email address.
-      &quot;paymentsManager&quot;: True or False, # Whether user can manage payment settings.
-    },
-  ],
-  &quot;sellerId&quot;: &quot;A String&quot;, # Client-specific, locally-unique, internal ID for the child account.
-  &quot;kind&quot;: &quot;A String&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;`content#account`&quot;
-  &quot;websiteUrl&quot;: &quot;A String&quot;, # The merchant&#x27;s website.
-  &quot;businessInformation&quot;: { # The business information of the account.
-    &quot;phoneNumber&quot;: &quot;A String&quot;, # The phone number of the business.
-    &quot;customerService&quot;: { # The customer service information of the business.
-      &quot;url&quot;: &quot;A String&quot;, # Customer service URL.
-      &quot;email&quot;: &quot;A String&quot;, # Customer service email.
-      &quot;phoneNumber&quot;: &quot;A String&quot;, # Customer service phone number.
-    },
-    &quot;address&quot;: { # The address of the business.
-      &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.
-      &quot;streetAddress&quot;: &quot;A String&quot;, # Street-level part of the address.
-      &quot;locality&quot;: &quot;A String&quot;, # City, town or commune. May also include dependent localities or sublocalities (e.g. neighborhoods or suburbs).
-      &quot;postalCode&quot;: &quot;A String&quot;, # Postal code or ZIP (e.g. &quot;94043&quot;).
-      &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;).
-    },
-  },
-  &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.
-    {
-      &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.
-      &quot;channelId&quot;: &quot;A String&quot;, # Channel ID.
-    },
-  ],
-  &quot;googleMyBusinessLink&quot;: { # The GMB account which is linked or in the process of being linked with the Merchant Center account.
-    &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.
-    &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;
-  },
-  &quot;name&quot;: &quot;A String&quot;, # Required. Display name for the account.
-  &quot;reviewsUrl&quot;: &quot;A String&quot;, # [DEPRECATED] This field is never returned and will be ignored if provided.
   &quot;adultContent&quot;: True or False, # Indicates whether the merchant sells adult content.
   &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.
     {
@@ -456,6 +416,46 @@
       &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;
     },
   ],
+  &quot;businessInformation&quot;: { # The business information of the account.
+    &quot;address&quot;: { # The address of the business.
+      &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.
+      &quot;locality&quot;: &quot;A String&quot;, # City, town or commune. May also include dependent localities or sublocalities (e.g. neighborhoods or suburbs).
+      &quot;postalCode&quot;: &quot;A String&quot;, # Postal code or ZIP (e.g. &quot;94043&quot;).
+      &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;).
+      &quot;streetAddress&quot;: &quot;A String&quot;, # Street-level part of the address.
+    },
+    &quot;customerService&quot;: { # The customer service information of the business.
+      &quot;email&quot;: &quot;A String&quot;, # Customer service email.
+      &quot;phoneNumber&quot;: &quot;A String&quot;, # Customer service phone number.
+      &quot;url&quot;: &quot;A String&quot;, # Customer service URL.
+    },
+    &quot;phoneNumber&quot;: &quot;A String&quot;, # The phone number of the business.
+  },
+  &quot;googleMyBusinessLink&quot;: { # The GMB account which is linked or in the process of being linked with the Merchant Center account.
+    &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.
+    &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;
+  },
+  &quot;id&quot;: &quot;A String&quot;, # Required for update. Merchant Center account ID.
+  &quot;kind&quot;: &quot;A String&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;`content#account`&quot;
+  &quot;name&quot;: &quot;A String&quot;, # Required. Display name for the account.
+  &quot;reviewsUrl&quot;: &quot;A String&quot;, # [DEPRECATED] This field is never returned and will be ignored if provided.
+  &quot;sellerId&quot;: &quot;A String&quot;, # Client-specific, locally-unique, internal ID for the child account.
+  &quot;users&quot;: [ # Users with access to the account. Every account (except for subaccounts) must have at least one admin user.
+    {
+      &quot;admin&quot;: True or False, # Whether user is an admin.
+      &quot;emailAddress&quot;: &quot;A String&quot;, # User&#x27;s email address.
+      &quot;orderManager&quot;: True or False, # Whether user is an order manager.
+      &quot;paymentsAnalyst&quot;: True or False, # Whether user can access payment statements.
+      &quot;paymentsManager&quot;: True or False, # Whether user can manage payment settings.
+    },
+  ],
+  &quot;websiteUrl&quot;: &quot;A String&quot;, # The merchant&#x27;s website.
+  &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.
+    {
+      &quot;channelId&quot;: &quot;A String&quot;, # Channel ID.
+      &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.
+    },
+  ],
 }
 
   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).
@@ -468,54 +468,54 @@
   An object of the form:
 
     { # 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.
-    &quot;id&quot;: &quot;A String&quot;, # Required for update. Merchant Center account ID.
-    &quot;users&quot;: [ # Users with access to the account. Every account (except for subaccounts) must have at least one admin user.
-      {
-        &quot;paymentsAnalyst&quot;: True or False, # Whether user can access payment statements.
-        &quot;orderManager&quot;: True or False, # Whether user is an order manager.
-        &quot;admin&quot;: True or False, # Whether user is an admin.
-        &quot;emailAddress&quot;: &quot;A String&quot;, # User&#x27;s email address.
-        &quot;paymentsManager&quot;: True or False, # Whether user can manage payment settings.
-      },
-    ],
-    &quot;sellerId&quot;: &quot;A String&quot;, # Client-specific, locally-unique, internal ID for the child account.
-    &quot;kind&quot;: &quot;A String&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;`content#account`&quot;
-    &quot;websiteUrl&quot;: &quot;A String&quot;, # The merchant&#x27;s website.
-    &quot;businessInformation&quot;: { # The business information of the account.
-      &quot;phoneNumber&quot;: &quot;A String&quot;, # The phone number of the business.
-      &quot;customerService&quot;: { # The customer service information of the business.
-        &quot;url&quot;: &quot;A String&quot;, # Customer service URL.
-        &quot;email&quot;: &quot;A String&quot;, # Customer service email.
-        &quot;phoneNumber&quot;: &quot;A String&quot;, # Customer service phone number.
-      },
-      &quot;address&quot;: { # The address of the business.
-        &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.
-        &quot;streetAddress&quot;: &quot;A String&quot;, # Street-level part of the address.
-        &quot;locality&quot;: &quot;A String&quot;, # City, town or commune. May also include dependent localities or sublocalities (e.g. neighborhoods or suburbs).
-        &quot;postalCode&quot;: &quot;A String&quot;, # Postal code or ZIP (e.g. &quot;94043&quot;).
-        &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;).
-      },
+  &quot;adultContent&quot;: True or False, # Indicates whether the merchant sells adult content.
+  &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.
+    {
+      &quot;adwordsId&quot;: &quot;A String&quot;, # Customer ID of the AdWords account.
+      &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;
     },
-    &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.
-      {
-        &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.
-        &quot;channelId&quot;: &quot;A String&quot;, # Channel ID.
-      },
-    ],
-    &quot;googleMyBusinessLink&quot;: { # The GMB account which is linked or in the process of being linked with the Merchant Center account.
-      &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.
-      &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;
+  ],
+  &quot;businessInformation&quot;: { # The business information of the account.
+    &quot;address&quot;: { # The address of the business.
+      &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.
+      &quot;locality&quot;: &quot;A String&quot;, # City, town or commune. May also include dependent localities or sublocalities (e.g. neighborhoods or suburbs).
+      &quot;postalCode&quot;: &quot;A String&quot;, # Postal code or ZIP (e.g. &quot;94043&quot;).
+      &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;).
+      &quot;streetAddress&quot;: &quot;A String&quot;, # Street-level part of the address.
     },
-    &quot;name&quot;: &quot;A String&quot;, # Required. Display name for the account.
-    &quot;reviewsUrl&quot;: &quot;A String&quot;, # [DEPRECATED] This field is never returned and will be ignored if provided.
-    &quot;adultContent&quot;: True or False, # Indicates whether the merchant sells adult content.
-    &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.
-      {
-        &quot;adwordsId&quot;: &quot;A String&quot;, # Customer ID of the AdWords account.
-        &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;
-      },
-    ],
-  }</pre>
+    &quot;customerService&quot;: { # The customer service information of the business.
+      &quot;email&quot;: &quot;A String&quot;, # Customer service email.
+      &quot;phoneNumber&quot;: &quot;A String&quot;, # Customer service phone number.
+      &quot;url&quot;: &quot;A String&quot;, # Customer service URL.
+    },
+    &quot;phoneNumber&quot;: &quot;A String&quot;, # The phone number of the business.
+  },
+  &quot;googleMyBusinessLink&quot;: { # The GMB account which is linked or in the process of being linked with the Merchant Center account.
+    &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.
+    &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;
+  },
+  &quot;id&quot;: &quot;A String&quot;, # Required for update. Merchant Center account ID.
+  &quot;kind&quot;: &quot;A String&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;`content#account`&quot;
+  &quot;name&quot;: &quot;A String&quot;, # Required. Display name for the account.
+  &quot;reviewsUrl&quot;: &quot;A String&quot;, # [DEPRECATED] This field is never returned and will be ignored if provided.
+  &quot;sellerId&quot;: &quot;A String&quot;, # Client-specific, locally-unique, internal ID for the child account.
+  &quot;users&quot;: [ # Users with access to the account. Every account (except for subaccounts) must have at least one admin user.
+    {
+      &quot;admin&quot;: True or False, # Whether user is an admin.
+      &quot;emailAddress&quot;: &quot;A String&quot;, # User&#x27;s email address.
+      &quot;orderManager&quot;: True or False, # Whether user is an order manager.
+      &quot;paymentsAnalyst&quot;: True or False, # Whether user can access payment statements.
+      &quot;paymentsManager&quot;: True or False, # Whether user can manage payment settings.
+    },
+  ],
+  &quot;websiteUrl&quot;: &quot;A String&quot;, # The merchant&#x27;s website.
+  &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.
+    {
+      &quot;channelId&quot;: &quot;A String&quot;, # Channel ID.
+      &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.
+    },
+  ],
+}</pre>
 </div>
 
 <div class="method">
@@ -529,10 +529,10 @@
     The object takes the form of:
 
 {
-    &quot;linkType&quot;: &quot;A String&quot;, # Type of the link between the two accounts. Acceptable values are: - &quot;`channelPartner`&quot; - &quot;`eCommercePlatform`&quot;
-    &quot;linkedAccountId&quot;: &quot;A String&quot;, # The ID of the linked account.
-    &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;
-  }
+  &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;
+  &quot;linkType&quot;: &quot;A String&quot;, # Type of the link between the two accounts. Acceptable values are: - &quot;`channelPartner`&quot; - &quot;`eCommercePlatform`&quot;
+  &quot;linkedAccountId&quot;: &quot;A String&quot;, # The ID of the linked account.
+}
 
   x__xgafv: string, V1 error format.
     Allowed values
@@ -543,18 +543,18 @@
   An object of the form:
 
     {
-    &quot;kind&quot;: &quot;A String&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;content#accountsLinkResponse&quot;.
-  }</pre>
+  &quot;kind&quot;: &quot;A String&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;content#accountsLinkResponse&quot;.
+}</pre>
 </div>
 
 <div class="method">
-    <code class="details" id="list">list(merchantId, pageToken=None, maxResults=None, x__xgafv=None)</code>
+    <code class="details" id="list">list(merchantId, maxResults=None, pageToken=None, x__xgafv=None)</code>
   <pre>Lists the sub-accounts in your Merchant Center account.
 
 Args:
   merchantId: string, The ID of the managing account. This must be a multi-client account. (required)
-  pageToken: string, The token returned by the previous request.
   maxResults: integer, The maximum number of accounts to return in the response, used for paging.
+  pageToken: string, The token returned by the previous request.
   x__xgafv: string, V1 error format.
     Allowed values
       1 - v1 error format
@@ -564,60 +564,60 @@
   An object of the form:
 
     {
-    &quot;kind&quot;: &quot;A String&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;content#accountsListResponse&quot;.
-    &quot;nextPageToken&quot;: &quot;A String&quot;, # The token for the retrieval of the next page of accounts.
-    &quot;resources&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.
-        &quot;id&quot;: &quot;A String&quot;, # Required for update. Merchant Center account ID.
-        &quot;users&quot;: [ # Users with access to the account. Every account (except for subaccounts) must have at least one admin user.
-          {
-            &quot;paymentsAnalyst&quot;: True or False, # Whether user can access payment statements.
-            &quot;orderManager&quot;: True or False, # Whether user is an order manager.
-            &quot;admin&quot;: True or False, # Whether user is an admin.
-            &quot;emailAddress&quot;: &quot;A String&quot;, # User&#x27;s email address.
-            &quot;paymentsManager&quot;: True or False, # Whether user can manage payment settings.
-          },
-        ],
-        &quot;sellerId&quot;: &quot;A String&quot;, # Client-specific, locally-unique, internal ID for the child account.
-        &quot;kind&quot;: &quot;A String&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;`content#account`&quot;
-        &quot;websiteUrl&quot;: &quot;A String&quot;, # The merchant&#x27;s website.
-        &quot;businessInformation&quot;: { # The business information of the account.
-          &quot;phoneNumber&quot;: &quot;A String&quot;, # The phone number of the business.
-          &quot;customerService&quot;: { # The customer service information of the business.
-            &quot;url&quot;: &quot;A String&quot;, # Customer service URL.
-            &quot;email&quot;: &quot;A String&quot;, # Customer service email.
-            &quot;phoneNumber&quot;: &quot;A String&quot;, # Customer service phone number.
-          },
-          &quot;address&quot;: { # The address of the business.
-            &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.
-            &quot;streetAddress&quot;: &quot;A String&quot;, # Street-level part of the address.
-            &quot;locality&quot;: &quot;A String&quot;, # City, town or commune. May also include dependent localities or sublocalities (e.g. neighborhoods or suburbs).
-            &quot;postalCode&quot;: &quot;A String&quot;, # Postal code or ZIP (e.g. &quot;94043&quot;).
-            &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;).
-          },
+  &quot;kind&quot;: &quot;A String&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;content#accountsListResponse&quot;.
+  &quot;nextPageToken&quot;: &quot;A String&quot;, # The token for the retrieval of the next page of accounts.
+  &quot;resources&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.
+      &quot;adultContent&quot;: True or False, # Indicates whether the merchant sells adult content.
+      &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.
+        {
+          &quot;adwordsId&quot;: &quot;A String&quot;, # Customer ID of the AdWords account.
+          &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;
         },
-        &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.
-          {
-            &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.
-            &quot;channelId&quot;: &quot;A String&quot;, # Channel ID.
-          },
-        ],
-        &quot;googleMyBusinessLink&quot;: { # The GMB account which is linked or in the process of being linked with the Merchant Center account.
-          &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.
-          &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;
+      ],
+      &quot;businessInformation&quot;: { # The business information of the account.
+        &quot;address&quot;: { # The address of the business.
+          &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.
+          &quot;locality&quot;: &quot;A String&quot;, # City, town or commune. May also include dependent localities or sublocalities (e.g. neighborhoods or suburbs).
+          &quot;postalCode&quot;: &quot;A String&quot;, # Postal code or ZIP (e.g. &quot;94043&quot;).
+          &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;).
+          &quot;streetAddress&quot;: &quot;A String&quot;, # Street-level part of the address.
         },
-        &quot;name&quot;: &quot;A String&quot;, # Required. Display name for the account.
-        &quot;reviewsUrl&quot;: &quot;A String&quot;, # [DEPRECATED] This field is never returned and will be ignored if provided.
-        &quot;adultContent&quot;: True or False, # Indicates whether the merchant sells adult content.
-        &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.
-          {
-            &quot;adwordsId&quot;: &quot;A String&quot;, # Customer ID of the AdWords account.
-            &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;
-          },
-        ],
+        &quot;customerService&quot;: { # The customer service information of the business.
+          &quot;email&quot;: &quot;A String&quot;, # Customer service email.
+          &quot;phoneNumber&quot;: &quot;A String&quot;, # Customer service phone number.
+          &quot;url&quot;: &quot;A String&quot;, # Customer service URL.
+        },
+        &quot;phoneNumber&quot;: &quot;A String&quot;, # The phone number of the business.
       },
-    ],
-  }</pre>
+      &quot;googleMyBusinessLink&quot;: { # The GMB account which is linked or in the process of being linked with the Merchant Center account.
+        &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.
+        &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;
+      },
+      &quot;id&quot;: &quot;A String&quot;, # Required for update. Merchant Center account ID.
+      &quot;kind&quot;: &quot;A String&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;`content#account`&quot;
+      &quot;name&quot;: &quot;A String&quot;, # Required. Display name for the account.
+      &quot;reviewsUrl&quot;: &quot;A String&quot;, # [DEPRECATED] This field is never returned and will be ignored if provided.
+      &quot;sellerId&quot;: &quot;A String&quot;, # Client-specific, locally-unique, internal ID for the child account.
+      &quot;users&quot;: [ # Users with access to the account. Every account (except for subaccounts) must have at least one admin user.
+        {
+          &quot;admin&quot;: True or False, # Whether user is an admin.
+          &quot;emailAddress&quot;: &quot;A String&quot;, # User&#x27;s email address.
+          &quot;orderManager&quot;: True or False, # Whether user is an order manager.
+          &quot;paymentsAnalyst&quot;: True or False, # Whether user can access payment statements.
+          &quot;paymentsManager&quot;: True or False, # Whether user can manage payment settings.
+        },
+      ],
+      &quot;websiteUrl&quot;: &quot;A String&quot;, # The merchant&#x27;s website.
+      &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.
+        {
+          &quot;channelId&quot;: &quot;A String&quot;, # Channel ID.
+          &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.
+        },
+      ],
+    },
+  ],
+}</pre>
 </div>
 
 <div class="method">
@@ -645,46 +645,6 @@
     The object takes the form of:
 
 { # 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.
-  &quot;id&quot;: &quot;A String&quot;, # Required for update. Merchant Center account ID.
-  &quot;users&quot;: [ # Users with access to the account. Every account (except for subaccounts) must have at least one admin user.
-    {
-      &quot;paymentsAnalyst&quot;: True or False, # Whether user can access payment statements.
-      &quot;orderManager&quot;: True or False, # Whether user is an order manager.
-      &quot;admin&quot;: True or False, # Whether user is an admin.
-      &quot;emailAddress&quot;: &quot;A String&quot;, # User&#x27;s email address.
-      &quot;paymentsManager&quot;: True or False, # Whether user can manage payment settings.
-    },
-  ],
-  &quot;sellerId&quot;: &quot;A String&quot;, # Client-specific, locally-unique, internal ID for the child account.
-  &quot;kind&quot;: &quot;A String&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;`content#account`&quot;
-  &quot;websiteUrl&quot;: &quot;A String&quot;, # The merchant&#x27;s website.
-  &quot;businessInformation&quot;: { # The business information of the account.
-    &quot;phoneNumber&quot;: &quot;A String&quot;, # The phone number of the business.
-    &quot;customerService&quot;: { # The customer service information of the business.
-      &quot;url&quot;: &quot;A String&quot;, # Customer service URL.
-      &quot;email&quot;: &quot;A String&quot;, # Customer service email.
-      &quot;phoneNumber&quot;: &quot;A String&quot;, # Customer service phone number.
-    },
-    &quot;address&quot;: { # The address of the business.
-      &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.
-      &quot;streetAddress&quot;: &quot;A String&quot;, # Street-level part of the address.
-      &quot;locality&quot;: &quot;A String&quot;, # City, town or commune. May also include dependent localities or sublocalities (e.g. neighborhoods or suburbs).
-      &quot;postalCode&quot;: &quot;A String&quot;, # Postal code or ZIP (e.g. &quot;94043&quot;).
-      &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;).
-    },
-  },
-  &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.
-    {
-      &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.
-      &quot;channelId&quot;: &quot;A String&quot;, # Channel ID.
-    },
-  ],
-  &quot;googleMyBusinessLink&quot;: { # The GMB account which is linked or in the process of being linked with the Merchant Center account.
-    &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.
-    &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;
-  },
-  &quot;name&quot;: &quot;A String&quot;, # Required. Display name for the account.
-  &quot;reviewsUrl&quot;: &quot;A String&quot;, # [DEPRECATED] This field is never returned and will be ignored if provided.
   &quot;adultContent&quot;: True or False, # Indicates whether the merchant sells adult content.
   &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.
     {
@@ -692,6 +652,46 @@
       &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;
     },
   ],
+  &quot;businessInformation&quot;: { # The business information of the account.
+    &quot;address&quot;: { # The address of the business.
+      &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.
+      &quot;locality&quot;: &quot;A String&quot;, # City, town or commune. May also include dependent localities or sublocalities (e.g. neighborhoods or suburbs).
+      &quot;postalCode&quot;: &quot;A String&quot;, # Postal code or ZIP (e.g. &quot;94043&quot;).
+      &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;).
+      &quot;streetAddress&quot;: &quot;A String&quot;, # Street-level part of the address.
+    },
+    &quot;customerService&quot;: { # The customer service information of the business.
+      &quot;email&quot;: &quot;A String&quot;, # Customer service email.
+      &quot;phoneNumber&quot;: &quot;A String&quot;, # Customer service phone number.
+      &quot;url&quot;: &quot;A String&quot;, # Customer service URL.
+    },
+    &quot;phoneNumber&quot;: &quot;A String&quot;, # The phone number of the business.
+  },
+  &quot;googleMyBusinessLink&quot;: { # The GMB account which is linked or in the process of being linked with the Merchant Center account.
+    &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.
+    &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;
+  },
+  &quot;id&quot;: &quot;A String&quot;, # Required for update. Merchant Center account ID.
+  &quot;kind&quot;: &quot;A String&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;`content#account`&quot;
+  &quot;name&quot;: &quot;A String&quot;, # Required. Display name for the account.
+  &quot;reviewsUrl&quot;: &quot;A String&quot;, # [DEPRECATED] This field is never returned and will be ignored if provided.
+  &quot;sellerId&quot;: &quot;A String&quot;, # Client-specific, locally-unique, internal ID for the child account.
+  &quot;users&quot;: [ # Users with access to the account. Every account (except for subaccounts) must have at least one admin user.
+    {
+      &quot;admin&quot;: True or False, # Whether user is an admin.
+      &quot;emailAddress&quot;: &quot;A String&quot;, # User&#x27;s email address.
+      &quot;orderManager&quot;: True or False, # Whether user is an order manager.
+      &quot;paymentsAnalyst&quot;: True or False, # Whether user can access payment statements.
+      &quot;paymentsManager&quot;: True or False, # Whether user can manage payment settings.
+    },
+  ],
+  &quot;websiteUrl&quot;: &quot;A String&quot;, # The merchant&#x27;s website.
+  &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.
+    {
+      &quot;channelId&quot;: &quot;A String&quot;, # Channel ID.
+      &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.
+    },
+  ],
 }
 
   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).
@@ -704,54 +704,54 @@
   An object of the form:
 
     { # 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.
-    &quot;id&quot;: &quot;A String&quot;, # Required for update. Merchant Center account ID.
-    &quot;users&quot;: [ # Users with access to the account. Every account (except for subaccounts) must have at least one admin user.
-      {
-        &quot;paymentsAnalyst&quot;: True or False, # Whether user can access payment statements.
-        &quot;orderManager&quot;: True or False, # Whether user is an order manager.
-        &quot;admin&quot;: True or False, # Whether user is an admin.
-        &quot;emailAddress&quot;: &quot;A String&quot;, # User&#x27;s email address.
-        &quot;paymentsManager&quot;: True or False, # Whether user can manage payment settings.
-      },
-    ],
-    &quot;sellerId&quot;: &quot;A String&quot;, # Client-specific, locally-unique, internal ID for the child account.
-    &quot;kind&quot;: &quot;A String&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;`content#account`&quot;
-    &quot;websiteUrl&quot;: &quot;A String&quot;, # The merchant&#x27;s website.
-    &quot;businessInformation&quot;: { # The business information of the account.
-      &quot;phoneNumber&quot;: &quot;A String&quot;, # The phone number of the business.
-      &quot;customerService&quot;: { # The customer service information of the business.
-        &quot;url&quot;: &quot;A String&quot;, # Customer service URL.
-        &quot;email&quot;: &quot;A String&quot;, # Customer service email.
-        &quot;phoneNumber&quot;: &quot;A String&quot;, # Customer service phone number.
-      },
-      &quot;address&quot;: { # The address of the business.
-        &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.
-        &quot;streetAddress&quot;: &quot;A String&quot;, # Street-level part of the address.
-        &quot;locality&quot;: &quot;A String&quot;, # City, town or commune. May also include dependent localities or sublocalities (e.g. neighborhoods or suburbs).
-        &quot;postalCode&quot;: &quot;A String&quot;, # Postal code or ZIP (e.g. &quot;94043&quot;).
-        &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;).
-      },
+  &quot;adultContent&quot;: True or False, # Indicates whether the merchant sells adult content.
+  &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.
+    {
+      &quot;adwordsId&quot;: &quot;A String&quot;, # Customer ID of the AdWords account.
+      &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;
     },
-    &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.
-      {
-        &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.
-        &quot;channelId&quot;: &quot;A String&quot;, # Channel ID.
-      },
-    ],
-    &quot;googleMyBusinessLink&quot;: { # The GMB account which is linked or in the process of being linked with the Merchant Center account.
-      &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.
-      &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;
+  ],
+  &quot;businessInformation&quot;: { # The business information of the account.
+    &quot;address&quot;: { # The address of the business.
+      &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.
+      &quot;locality&quot;: &quot;A String&quot;, # City, town or commune. May also include dependent localities or sublocalities (e.g. neighborhoods or suburbs).
+      &quot;postalCode&quot;: &quot;A String&quot;, # Postal code or ZIP (e.g. &quot;94043&quot;).
+      &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;).
+      &quot;streetAddress&quot;: &quot;A String&quot;, # Street-level part of the address.
     },
-    &quot;name&quot;: &quot;A String&quot;, # Required. Display name for the account.
-    &quot;reviewsUrl&quot;: &quot;A String&quot;, # [DEPRECATED] This field is never returned and will be ignored if provided.
-    &quot;adultContent&quot;: True or False, # Indicates whether the merchant sells adult content.
-    &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.
-      {
-        &quot;adwordsId&quot;: &quot;A String&quot;, # Customer ID of the AdWords account.
-        &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;
-      },
-    ],
-  }</pre>
+    &quot;customerService&quot;: { # The customer service information of the business.
+      &quot;email&quot;: &quot;A String&quot;, # Customer service email.
+      &quot;phoneNumber&quot;: &quot;A String&quot;, # Customer service phone number.
+      &quot;url&quot;: &quot;A String&quot;, # Customer service URL.
+    },
+    &quot;phoneNumber&quot;: &quot;A String&quot;, # The phone number of the business.
+  },
+  &quot;googleMyBusinessLink&quot;: { # The GMB account which is linked or in the process of being linked with the Merchant Center account.
+    &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.
+    &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;
+  },
+  &quot;id&quot;: &quot;A String&quot;, # Required for update. Merchant Center account ID.
+  &quot;kind&quot;: &quot;A String&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;`content#account`&quot;
+  &quot;name&quot;: &quot;A String&quot;, # Required. Display name for the account.
+  &quot;reviewsUrl&quot;: &quot;A String&quot;, # [DEPRECATED] This field is never returned and will be ignored if provided.
+  &quot;sellerId&quot;: &quot;A String&quot;, # Client-specific, locally-unique, internal ID for the child account.
+  &quot;users&quot;: [ # Users with access to the account. Every account (except for subaccounts) must have at least one admin user.
+    {
+      &quot;admin&quot;: True or False, # Whether user is an admin.
+      &quot;emailAddress&quot;: &quot;A String&quot;, # User&#x27;s email address.
+      &quot;orderManager&quot;: True or False, # Whether user is an order manager.
+      &quot;paymentsAnalyst&quot;: True or False, # Whether user can access payment statements.
+      &quot;paymentsManager&quot;: True or False, # Whether user can manage payment settings.
+    },
+  ],
+  &quot;websiteUrl&quot;: &quot;A String&quot;, # The merchant&#x27;s website.
+  &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.
+    {
+      &quot;channelId&quot;: &quot;A String&quot;, # Channel ID.
+      &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.
+    },
+  ],
+}</pre>
 </div>
 
 </body></html>
\ No newline at end of file