chore: update generated docs (#1115)
This PR was generated using Autosynth. :rainbow:
Synth log will be available here:
https://source.cloud.google.com/results/invocations/2ed9ab0e-55b4-4ab2-aede-c95e765f7376/targets
- [x] To automatically regenerate this PR, check this box.
Source-Link: https://github.com/googleapis/discovery-artifact-manager/commit/0bed8bdae25d545e796cfcdd7a9bfffff11e69da
Source-Link: https://github.com/googleapis/synthtool/commit/c2de32114ec484aa708d32012d1fa8d75232daf5
diff --git a/docs/dyn/content_v2.accounts.html b/docs/dyn/content_v2.accounts.html
index 6a8c18c..0e13782 100644
--- a/docs/dyn/content_v2.accounts.html
+++ b/docs/dyn/content_v2.accounts.html
@@ -87,7 +87,7 @@
<code><a href="#custombatch">custombatch(body=None, dryRun=None, x__xgafv=None)</a></code></p>
<p class="firstline">Retrieves, inserts, updates, and deletes multiple Merchant Center (sub-)accounts in a single request.</p>
<p class="toc_element">
- <code><a href="#delete">delete(merchantId, accountId, force=None, dryRun=None, x__xgafv=None)</a></code></p>
+ <code><a href="#delete">delete(merchantId, accountId, dryRun=None, force=None, x__xgafv=None)</a></code></p>
<p class="firstline">Deletes a Merchant Center sub-account.</p>
<p class="toc_element">
<code><a href="#get">get(merchantId, accountId, x__xgafv=None)</a></code></p>
@@ -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, maxResults=None, pageToken=None, x__xgafv=None)</a></code></p>
+ <code><a href="#list">list(merchantId, pageToken=None, maxResults=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,13 +122,13 @@
An object of the form:
{
+ "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string "content#accountsAuthInfoResponse".
"accountIdentifiers": [ # 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.
{
- "aggregatorId": "A String", # The aggregator ID, set for aggregators and subaccounts (in that case, it represents the aggregator of the subaccount).
"merchantId": "A String", # The merchant account ID, set for individual accounts and subaccounts.
+ "aggregatorId": "A String", # The aggregator ID, set for aggregators and subaccounts (in that case, it represents the aggregator of the subaccount).
},
],
- "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string "content#accountsAuthInfoResponse".
}</pre>
</div>
@@ -170,68 +170,68 @@
"entries": [ # The request entries to be processed in the batch.
{ # A batch entry encoding a single non-batch accounts request.
"linkRequest": { # Details about the `link` request.
- "action": "A String", # Action to perform for this link. The `"request"` action is only available to select merchants. Acceptable values are: - "`approve`" - "`remove`" - "`request`"
- "linkedAccountId": "A String", # The ID of the linked account.
"linkType": "A String", # Type of the link between the two accounts. Acceptable values are: - "`channelPartner`" - "`eCommercePlatform`"
+ "linkedAccountId": "A String", # The ID of the linked account.
+ "action": "A String", # Action to perform for this link. The `"request"` action is only available to select merchants. Acceptable values are: - "`approve`" - "`remove`" - "`request`"
},
- "force": True or False, # Whether the account should be deleted if the account has offers. Only applicable if the method is `delete`.
- "accountId": "A String", # The ID of the targeted account. Only defined if the method is not `insert`.
+ "method": "A String", # The method of the batch entry. Acceptable values are: - "`claimWebsite`" - "`delete`" - "`get`" - "`insert`" - "`link`" - "`update`"
"overwrite": 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.
- "account": { # 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`.
- "websiteUrl": "A String", # The merchant's website.
- "googleMyBusinessLink": { # The GMB account which is linked or in the process of being linked with the Merchant Center account.
- "status": "A String", # Status of the link between this Merchant Center account and the GMB account. Acceptable values are: - "`active`" - "`pending`"
- "gmbEmail": "A String", # 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.
- },
- "sellerId": "A String", # Client-specific, locally-unique, internal ID for the child account.
- "adultContent": True or False, # Indicates whether the merchant sells adult content.
- "name": "A String", # Required. Display name for the account.
- "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string "`content#account`"
- "businessInformation": { # The business information of the account.
- "customerService": { # The customer service information of the business.
- "url": "A String", # Customer service URL.
- "email": "A String", # Customer service email.
- "phoneNumber": "A String", # Customer service phone number.
- },
- "phoneNumber": "A String", # The phone number of the business.
- "address": { # The address of the business.
- "country": "A String", # CLDR country code (e.g. "US"). This value cannot be set for a sub-account of an MCA. All MCA sub-accounts inherit the country of their parent MCA.
- "postalCode": "A String", # Postal code or ZIP (e.g. "94043").
- "streetAddress": "A String", # Street-level part of the address.
- "locality": "A String", # City, town or commune. May also include dependent localities or sublocalities (e.g. neighborhoods or suburbs).
- "region": "A String", # Top-level administrative subdivision of the country. For example, a state like California ("CA") or a province like Quebec ("QC").
- },
- },
- "id": "A String", # Required for update. Merchant Center account ID.
- "adwordsLinks": [ # 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.
- {
- "adwordsId": "A String", # Customer ID of the AdWords account.
- "status": "A String", # 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's pending approval. Upon insertion, it represents the *intended* status of the link. Re-uploading a link with status `active` when it's still pending or with status `pending` when it'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: - "`active`" - "`pending`"
- },
- ],
- "users": [ # Users with access to the account. Every account (except for subaccounts) must have at least one admin user.
- {
- "paymentsAnalyst": True or False, # Whether user can access payment statements.
- "paymentsManager": True or False, # Whether user can manage payment settings.
- "orderManager": True or False, # Whether user is an order manager.
- "admin": True or False, # Whether user is an admin.
- "emailAddress": "A String", # User's email address.
- },
- ],
- "reviewsUrl": "A String", # [DEPRECATED] This field is never returned and will be ignored if provided.
- "youtubeChannelLinks": [ # 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.
- {
- "channelId": "A String", # Channel ID.
- "status": "A String", # 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's pending approval. Upon insertion, it represents the *intended* status of the link. Re-uploading a link with status `active` when it's still pending or with status `pending` when it'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.
- },
- ],
- },
"merchantId": "A String", # The ID of the managing account.
"batchId": 42, # An entry ID, unique within the batch request.
"labelIds": [ # Label IDs for the 'updatelabels' request.
"A String",
],
- "method": "A String", # The method of the batch entry. Acceptable values are: - "`claimWebsite`" - "`delete`" - "`get`" - "`insert`" - "`link`" - "`update`"
+ "accountId": "A String", # The ID of the targeted account. Only defined if the method is not `insert`.
+ "force": True or False, # Whether the account should be deleted if the account has offers. Only applicable if the method is `delete`.
+ "account": { # 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`.
+ "id": "A String", # Required for update. Merchant Center account ID.
+ "users": [ # Users with access to the account. Every account (except for subaccounts) must have at least one admin user.
+ {
+ "paymentsAnalyst": True or False, # Whether user can access payment statements.
+ "orderManager": True or False, # Whether user is an order manager.
+ "admin": True or False, # Whether user is an admin.
+ "emailAddress": "A String", # User's email address.
+ "paymentsManager": True or False, # Whether user can manage payment settings.
+ },
+ ],
+ "sellerId": "A String", # Client-specific, locally-unique, internal ID for the child account.
+ "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string "`content#account`"
+ "websiteUrl": "A String", # The merchant's website.
+ "businessInformation": { # The business information of the account.
+ "phoneNumber": "A String", # The phone number of the business.
+ "customerService": { # The customer service information of the business.
+ "url": "A String", # Customer service URL.
+ "email": "A String", # Customer service email.
+ "phoneNumber": "A String", # Customer service phone number.
+ },
+ "address": { # The address of the business.
+ "country": "A String", # CLDR country code (e.g. "US"). This value cannot be set for a sub-account of an MCA. All MCA sub-accounts inherit the country of their parent MCA.
+ "streetAddress": "A String", # Street-level part of the address.
+ "locality": "A String", # City, town or commune. May also include dependent localities or sublocalities (e.g. neighborhoods or suburbs).
+ "postalCode": "A String", # Postal code or ZIP (e.g. "94043").
+ "region": "A String", # Top-level administrative subdivision of the country. For example, a state like California ("CA") or a province like Quebec ("QC").
+ },
+ },
+ "youtubeChannelLinks": [ # 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.
+ {
+ "status": "A String", # 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's pending approval. Upon insertion, it represents the *intended* status of the link. Re-uploading a link with status `active` when it's still pending or with status `pending` when it'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.
+ "channelId": "A String", # Channel ID.
+ },
+ ],
+ "googleMyBusinessLink": { # The GMB account which is linked or in the process of being linked with the Merchant Center account.
+ "gmbEmail": "A String", # 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.
+ "status": "A String", # Status of the link between this Merchant Center account and the GMB account. Acceptable values are: - "`active`" - "`pending`"
+ },
+ "name": "A String", # Required. Display name for the account.
+ "reviewsUrl": "A String", # [DEPRECATED] This field is never returned and will be ignored if provided.
+ "adultContent": True or False, # Indicates whether the merchant sells adult content.
+ "adwordsLinks": [ # 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.
+ {
+ "adwordsId": "A String", # Customer ID of the AdWords account.
+ "status": "A String", # 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's pending approval. Upon insertion, it represents the *intended* status of the link. Re-uploading a link with status `active` when it's still pending or with status `pending` when it'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: - "`active`" - "`pending`"
+ },
+ ],
+ },
},
],
}
@@ -246,86 +246,86 @@
An object of the form:
{
+ "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string "content#accountsCustomBatchResponse".
"entries": [ # The result of the execution of the batch requests.
{ # A batch entry encoding a single non-batch accounts response.
- "batchId": 42, # The ID of the request entry this entry responds to.
"account": { # 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`.
- "websiteUrl": "A String", # The merchant's website.
- "googleMyBusinessLink": { # The GMB account which is linked or in the process of being linked with the Merchant Center account.
- "status": "A String", # Status of the link between this Merchant Center account and the GMB account. Acceptable values are: - "`active`" - "`pending`"
- "gmbEmail": "A String", # 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.
+ "id": "A String", # Required for update. Merchant Center account ID.
+ "users": [ # Users with access to the account. Every account (except for subaccounts) must have at least one admin user.
+ {
+ "paymentsAnalyst": True or False, # Whether user can access payment statements.
+ "orderManager": True or False, # Whether user is an order manager.
+ "admin": True or False, # Whether user is an admin.
+ "emailAddress": "A String", # User's email address.
+ "paymentsManager": True or False, # Whether user can manage payment settings.
},
- "sellerId": "A String", # Client-specific, locally-unique, internal ID for the child account.
- "adultContent": True or False, # Indicates whether the merchant sells adult content.
- "name": "A String", # Required. Display name for the account.
- "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string "`content#account`"
- "businessInformation": { # The business information of the account.
- "customerService": { # The customer service information of the business.
- "url": "A String", # Customer service URL.
- "email": "A String", # Customer service email.
- "phoneNumber": "A String", # Customer service phone number.
- },
- "phoneNumber": "A String", # The phone number of the business.
- "address": { # The address of the business.
- "country": "A String", # CLDR country code (e.g. "US"). This value cannot be set for a sub-account of an MCA. All MCA sub-accounts inherit the country of their parent MCA.
- "postalCode": "A String", # Postal code or ZIP (e.g. "94043").
- "streetAddress": "A String", # Street-level part of the address.
- "locality": "A String", # City, town or commune. May also include dependent localities or sublocalities (e.g. neighborhoods or suburbs).
- "region": "A String", # Top-level administrative subdivision of the country. For example, a state like California ("CA") or a province like Quebec ("QC").
- },
+ ],
+ "sellerId": "A String", # Client-specific, locally-unique, internal ID for the child account.
+ "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string "`content#account`"
+ "websiteUrl": "A String", # The merchant's website.
+ "businessInformation": { # The business information of the account.
+ "phoneNumber": "A String", # The phone number of the business.
+ "customerService": { # The customer service information of the business.
+ "url": "A String", # Customer service URL.
+ "email": "A String", # Customer service email.
+ "phoneNumber": "A String", # Customer service phone number.
},
- "id": "A String", # Required for update. Merchant Center account ID.
- "adwordsLinks": [ # 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.
- {
- "adwordsId": "A String", # Customer ID of the AdWords account.
- "status": "A String", # 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's pending approval. Upon insertion, it represents the *intended* status of the link. Re-uploading a link with status `active` when it's still pending or with status `pending` when it'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: - "`active`" - "`pending`"
- },
- ],
- "users": [ # Users with access to the account. Every account (except for subaccounts) must have at least one admin user.
- {
- "paymentsAnalyst": True or False, # Whether user can access payment statements.
- "paymentsManager": True or False, # Whether user can manage payment settings.
- "orderManager": True or False, # Whether user is an order manager.
- "admin": True or False, # Whether user is an admin.
- "emailAddress": "A String", # User's email address.
- },
- ],
- "reviewsUrl": "A String", # [DEPRECATED] This field is never returned and will be ignored if provided.
- "youtubeChannelLinks": [ # 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.
- {
- "channelId": "A String", # Channel ID.
- "status": "A String", # 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's pending approval. Upon insertion, it represents the *intended* status of the link. Re-uploading a link with status `active` when it's still pending or with status `pending` when it'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.
- },
- ],
+ "address": { # The address of the business.
+ "country": "A String", # CLDR country code (e.g. "US"). This value cannot be set for a sub-account of an MCA. All MCA sub-accounts inherit the country of their parent MCA.
+ "streetAddress": "A String", # Street-level part of the address.
+ "locality": "A String", # City, town or commune. May also include dependent localities or sublocalities (e.g. neighborhoods or suburbs).
+ "postalCode": "A String", # Postal code or ZIP (e.g. "94043").
+ "region": "A String", # Top-level administrative subdivision of the country. For example, a state like California ("CA") or a province like Quebec ("QC").
+ },
},
- "linkStatus": "A String", # Deprecated. This field is never set. Acceptable values are: - "`active`" - "`inactive`" - "`pending`"
- "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string "`content#accountsCustomBatchResponseEntry`"
- "errors": { # A list of errors returned by a failed batch entry. # A list of errors defined if and only if the request failed.
- "message": "A String", # The message of the first error in `errors`.
- "code": 42, # The HTTP status of the first error in `errors`.
- "errors": [ # A list of errors.
- { # An error returned by the API.
- "message": "A String", # A description of the error.
- "reason": "A String", # The error code.
- "domain": "A String", # The domain of the error.
+ "youtubeChannelLinks": [ # 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.
+ {
+ "status": "A String", # 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's pending approval. Upon insertion, it represents the *intended* status of the link. Re-uploading a link with status `active` when it's still pending or with status `pending` when it'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.
+ "channelId": "A String", # Channel ID.
+ },
+ ],
+ "googleMyBusinessLink": { # The GMB account which is linked or in the process of being linked with the Merchant Center account.
+ "gmbEmail": "A String", # 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.
+ "status": "A String", # Status of the link between this Merchant Center account and the GMB account. Acceptable values are: - "`active`" - "`pending`"
+ },
+ "name": "A String", # Required. Display name for the account.
+ "reviewsUrl": "A String", # [DEPRECATED] This field is never returned and will be ignored if provided.
+ "adultContent": True or False, # Indicates whether the merchant sells adult content.
+ "adwordsLinks": [ # 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.
+ {
+ "adwordsId": "A String", # Customer ID of the AdWords account.
+ "status": "A String", # 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's pending approval. Upon insertion, it represents the *intended* status of the link. Re-uploading a link with status `active` when it's still pending or with status `pending` when it'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: - "`active`" - "`pending`"
},
],
},
+ "batchId": 42, # The ID of the request entry this entry responds to.
+ "errors": { # A list of errors returned by a failed batch entry. # A list of errors defined if and only if the request failed.
+ "errors": [ # A list of errors.
+ { # An error returned by the API.
+ "reason": "A String", # The error code.
+ "message": "A String", # A description of the error.
+ "domain": "A String", # The domain of the error.
+ },
+ ],
+ "code": 42, # The HTTP status of the first error in `errors`.
+ "message": "A String", # The message of the first error in `errors`.
+ },
+ "linkStatus": "A String", # Deprecated. This field is never set. Acceptable values are: - "`active`" - "`inactive`" - "`pending`"
+ "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string "`content#accountsCustomBatchResponseEntry`"
},
],
- "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string "content#accountsCustomBatchResponse".
}</pre>
</div>
<div class="method">
- <code class="details" id="delete">delete(merchantId, accountId, force=None, dryRun=None, x__xgafv=None)</code>
+ <code class="details" id="delete">delete(merchantId, accountId, dryRun=None, force=None, x__xgafv=None)</code>
<pre>Deletes a Merchant Center sub-account.
Args:
merchantId: string, The ID of the managing account. This must be a multi-client account, and accountId must be the ID of a sub-account of this account. (required)
accountId: string, The ID of the account. (required)
- force: boolean, Flag to delete sub-accounts with products. The default value is false.
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).
+ force: boolean, Flag to delete sub-accounts with products. The default value is false.
x__xgafv: string, V1 error format.
Allowed values
1 - v1 error format
@@ -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.
- "websiteUrl": "A String", # The merchant's website.
- "googleMyBusinessLink": { # The GMB account which is linked or in the process of being linked with the Merchant Center account.
- "status": "A String", # Status of the link between this Merchant Center account and the GMB account. Acceptable values are: - "`active`" - "`pending`"
- "gmbEmail": "A String", # 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.
+ "id": "A String", # Required for update. Merchant Center account ID.
+ "users": [ # Users with access to the account. Every account (except for subaccounts) must have at least one admin user.
+ {
+ "paymentsAnalyst": True or False, # Whether user can access payment statements.
+ "orderManager": True or False, # Whether user is an order manager.
+ "admin": True or False, # Whether user is an admin.
+ "emailAddress": "A String", # User's email address.
+ "paymentsManager": True or False, # Whether user can manage payment settings.
},
- "sellerId": "A String", # Client-specific, locally-unique, internal ID for the child account.
- "adultContent": True or False, # Indicates whether the merchant sells adult content.
- "name": "A String", # Required. Display name for the account.
- "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string "`content#account`"
- "businessInformation": { # The business information of the account.
- "customerService": { # The customer service information of the business.
- "url": "A String", # Customer service URL.
- "email": "A String", # Customer service email.
- "phoneNumber": "A String", # Customer service phone number.
- },
- "phoneNumber": "A String", # The phone number of the business.
- "address": { # The address of the business.
- "country": "A String", # CLDR country code (e.g. "US"). This value cannot be set for a sub-account of an MCA. All MCA sub-accounts inherit the country of their parent MCA.
- "postalCode": "A String", # Postal code or ZIP (e.g. "94043").
- "streetAddress": "A String", # Street-level part of the address.
- "locality": "A String", # City, town or commune. May also include dependent localities or sublocalities (e.g. neighborhoods or suburbs).
- "region": "A String", # Top-level administrative subdivision of the country. For example, a state like California ("CA") or a province like Quebec ("QC").
- },
+ ],
+ "sellerId": "A String", # Client-specific, locally-unique, internal ID for the child account.
+ "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string "`content#account`"
+ "websiteUrl": "A String", # The merchant's website.
+ "businessInformation": { # The business information of the account.
+ "phoneNumber": "A String", # The phone number of the business.
+ "customerService": { # The customer service information of the business.
+ "url": "A String", # Customer service URL.
+ "email": "A String", # Customer service email.
+ "phoneNumber": "A String", # Customer service phone number.
},
- "id": "A String", # Required for update. Merchant Center account ID.
- "adwordsLinks": [ # 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.
- {
- "adwordsId": "A String", # Customer ID of the AdWords account.
- "status": "A String", # 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's pending approval. Upon insertion, it represents the *intended* status of the link. Re-uploading a link with status `active` when it's still pending or with status `pending` when it'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: - "`active`" - "`pending`"
- },
- ],
- "users": [ # Users with access to the account. Every account (except for subaccounts) must have at least one admin user.
- {
- "paymentsAnalyst": True or False, # Whether user can access payment statements.
- "paymentsManager": True or False, # Whether user can manage payment settings.
- "orderManager": True or False, # Whether user is an order manager.
- "admin": True or False, # Whether user is an admin.
- "emailAddress": "A String", # User's email address.
- },
- ],
- "reviewsUrl": "A String", # [DEPRECATED] This field is never returned and will be ignored if provided.
- "youtubeChannelLinks": [ # 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.
- {
- "channelId": "A String", # Channel ID.
- "status": "A String", # 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's pending approval. Upon insertion, it represents the *intended* status of the link. Re-uploading a link with status `active` when it's still pending or with status `pending` when it'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>
+ "address": { # The address of the business.
+ "country": "A String", # CLDR country code (e.g. "US"). This value cannot be set for a sub-account of an MCA. All MCA sub-accounts inherit the country of their parent MCA.
+ "streetAddress": "A String", # Street-level part of the address.
+ "locality": "A String", # City, town or commune. May also include dependent localities or sublocalities (e.g. neighborhoods or suburbs).
+ "postalCode": "A String", # Postal code or ZIP (e.g. "94043").
+ "region": "A String", # Top-level administrative subdivision of the country. For example, a state like California ("CA") or a province like Quebec ("QC").
+ },
+ },
+ "youtubeChannelLinks": [ # 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.
+ {
+ "status": "A String", # 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's pending approval. Upon insertion, it represents the *intended* status of the link. Re-uploading a link with status `active` when it's still pending or with status `pending` when it'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.
+ "channelId": "A String", # Channel ID.
+ },
+ ],
+ "googleMyBusinessLink": { # The GMB account which is linked or in the process of being linked with the Merchant Center account.
+ "gmbEmail": "A String", # 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.
+ "status": "A String", # Status of the link between this Merchant Center account and the GMB account. Acceptable values are: - "`active`" - "`pending`"
+ },
+ "name": "A String", # Required. Display name for the account.
+ "reviewsUrl": "A String", # [DEPRECATED] This field is never returned and will be ignored if provided.
+ "adultContent": True or False, # Indicates whether the merchant sells adult content.
+ "adwordsLinks": [ # 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.
+ {
+ "adwordsId": "A String", # Customer ID of the AdWords account.
+ "status": "A String", # 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's pending approval. Upon insertion, it represents the *intended* status of the link. Re-uploading a link with status `active` when it's still pending or with status `pending` when it'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: - "`active`" - "`pending`"
+ },
+ ],
+ }</pre>
</div>
<div class="method">
@@ -409,54 +409,54 @@
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.
- "websiteUrl": "A String", # The merchant's website.
- "googleMyBusinessLink": { # The GMB account which is linked or in the process of being linked with the Merchant Center account.
- "status": "A String", # Status of the link between this Merchant Center account and the GMB account. Acceptable values are: - "`active`" - "`pending`"
- "gmbEmail": "A String", # 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.
+ "id": "A String", # Required for update. Merchant Center account ID.
+ "users": [ # Users with access to the account. Every account (except for subaccounts) must have at least one admin user.
+ {
+ "paymentsAnalyst": True or False, # Whether user can access payment statements.
+ "orderManager": True or False, # Whether user is an order manager.
+ "admin": True or False, # Whether user is an admin.
+ "emailAddress": "A String", # User's email address.
+ "paymentsManager": True or False, # Whether user can manage payment settings.
},
- "sellerId": "A String", # Client-specific, locally-unique, internal ID for the child account.
- "adultContent": True or False, # Indicates whether the merchant sells adult content.
- "name": "A String", # Required. Display name for the account.
- "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string "`content#account`"
- "businessInformation": { # The business information of the account.
- "customerService": { # The customer service information of the business.
- "url": "A String", # Customer service URL.
- "email": "A String", # Customer service email.
- "phoneNumber": "A String", # Customer service phone number.
- },
- "phoneNumber": "A String", # The phone number of the business.
- "address": { # The address of the business.
- "country": "A String", # CLDR country code (e.g. "US"). This value cannot be set for a sub-account of an MCA. All MCA sub-accounts inherit the country of their parent MCA.
- "postalCode": "A String", # Postal code or ZIP (e.g. "94043").
- "streetAddress": "A String", # Street-level part of the address.
- "locality": "A String", # City, town or commune. May also include dependent localities or sublocalities (e.g. neighborhoods or suburbs).
- "region": "A String", # Top-level administrative subdivision of the country. For example, a state like California ("CA") or a province like Quebec ("QC").
- },
+ ],
+ "sellerId": "A String", # Client-specific, locally-unique, internal ID for the child account.
+ "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string "`content#account`"
+ "websiteUrl": "A String", # The merchant's website.
+ "businessInformation": { # The business information of the account.
+ "phoneNumber": "A String", # The phone number of the business.
+ "customerService": { # The customer service information of the business.
+ "url": "A String", # Customer service URL.
+ "email": "A String", # Customer service email.
+ "phoneNumber": "A String", # Customer service phone number.
},
- "id": "A String", # Required for update. Merchant Center account ID.
- "adwordsLinks": [ # 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.
- {
- "adwordsId": "A String", # Customer ID of the AdWords account.
- "status": "A String", # 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's pending approval. Upon insertion, it represents the *intended* status of the link. Re-uploading a link with status `active` when it's still pending or with status `pending` when it'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: - "`active`" - "`pending`"
- },
- ],
- "users": [ # Users with access to the account. Every account (except for subaccounts) must have at least one admin user.
- {
- "paymentsAnalyst": True or False, # Whether user can access payment statements.
- "paymentsManager": True or False, # Whether user can manage payment settings.
- "orderManager": True or False, # Whether user is an order manager.
- "admin": True or False, # Whether user is an admin.
- "emailAddress": "A String", # User's email address.
- },
- ],
- "reviewsUrl": "A String", # [DEPRECATED] This field is never returned and will be ignored if provided.
- "youtubeChannelLinks": [ # 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.
- {
- "channelId": "A String", # Channel ID.
- "status": "A String", # 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's pending approval. Upon insertion, it represents the *intended* status of the link. Re-uploading a link with status `active` when it's still pending or with status `pending` when it'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.
- },
- ],
- }
+ "address": { # The address of the business.
+ "country": "A String", # CLDR country code (e.g. "US"). This value cannot be set for a sub-account of an MCA. All MCA sub-accounts inherit the country of their parent MCA.
+ "streetAddress": "A String", # Street-level part of the address.
+ "locality": "A String", # City, town or commune. May also include dependent localities or sublocalities (e.g. neighborhoods or suburbs).
+ "postalCode": "A String", # Postal code or ZIP (e.g. "94043").
+ "region": "A String", # Top-level administrative subdivision of the country. For example, a state like California ("CA") or a province like Quebec ("QC").
+ },
+ },
+ "youtubeChannelLinks": [ # 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.
+ {
+ "status": "A String", # 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's pending approval. Upon insertion, it represents the *intended* status of the link. Re-uploading a link with status `active` when it's still pending or with status `pending` when it'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.
+ "channelId": "A String", # Channel ID.
+ },
+ ],
+ "googleMyBusinessLink": { # The GMB account which is linked or in the process of being linked with the Merchant Center account.
+ "gmbEmail": "A String", # 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.
+ "status": "A String", # Status of the link between this Merchant Center account and the GMB account. Acceptable values are: - "`active`" - "`pending`"
+ },
+ "name": "A String", # Required. Display name for the account.
+ "reviewsUrl": "A String", # [DEPRECATED] This field is never returned and will be ignored if provided.
+ "adultContent": True or False, # Indicates whether the merchant sells adult content.
+ "adwordsLinks": [ # 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.
+ {
+ "adwordsId": "A String", # Customer ID of the AdWords account.
+ "status": "A String", # 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's pending approval. Upon insertion, it represents the *intended* status of the link. Re-uploading a link with status `active` when it's still pending or with status `pending` when it'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: - "`active`" - "`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).
x__xgafv: string, V1 error format.
@@ -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.
- "websiteUrl": "A String", # The merchant's website.
- "googleMyBusinessLink": { # The GMB account which is linked or in the process of being linked with the Merchant Center account.
- "status": "A String", # Status of the link between this Merchant Center account and the GMB account. Acceptable values are: - "`active`" - "`pending`"
- "gmbEmail": "A String", # 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.
+ "id": "A String", # Required for update. Merchant Center account ID.
+ "users": [ # Users with access to the account. Every account (except for subaccounts) must have at least one admin user.
+ {
+ "paymentsAnalyst": True or False, # Whether user can access payment statements.
+ "orderManager": True or False, # Whether user is an order manager.
+ "admin": True or False, # Whether user is an admin.
+ "emailAddress": "A String", # User's email address.
+ "paymentsManager": True or False, # Whether user can manage payment settings.
},
- "sellerId": "A String", # Client-specific, locally-unique, internal ID for the child account.
- "adultContent": True or False, # Indicates whether the merchant sells adult content.
- "name": "A String", # Required. Display name for the account.
- "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string "`content#account`"
- "businessInformation": { # The business information of the account.
- "customerService": { # The customer service information of the business.
- "url": "A String", # Customer service URL.
- "email": "A String", # Customer service email.
- "phoneNumber": "A String", # Customer service phone number.
- },
- "phoneNumber": "A String", # The phone number of the business.
- "address": { # The address of the business.
- "country": "A String", # CLDR country code (e.g. "US"). This value cannot be set for a sub-account of an MCA. All MCA sub-accounts inherit the country of their parent MCA.
- "postalCode": "A String", # Postal code or ZIP (e.g. "94043").
- "streetAddress": "A String", # Street-level part of the address.
- "locality": "A String", # City, town or commune. May also include dependent localities or sublocalities (e.g. neighborhoods or suburbs).
- "region": "A String", # Top-level administrative subdivision of the country. For example, a state like California ("CA") or a province like Quebec ("QC").
- },
+ ],
+ "sellerId": "A String", # Client-specific, locally-unique, internal ID for the child account.
+ "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string "`content#account`"
+ "websiteUrl": "A String", # The merchant's website.
+ "businessInformation": { # The business information of the account.
+ "phoneNumber": "A String", # The phone number of the business.
+ "customerService": { # The customer service information of the business.
+ "url": "A String", # Customer service URL.
+ "email": "A String", # Customer service email.
+ "phoneNumber": "A String", # Customer service phone number.
},
- "id": "A String", # Required for update. Merchant Center account ID.
- "adwordsLinks": [ # 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.
- {
- "adwordsId": "A String", # Customer ID of the AdWords account.
- "status": "A String", # 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's pending approval. Upon insertion, it represents the *intended* status of the link. Re-uploading a link with status `active` when it's still pending or with status `pending` when it'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: - "`active`" - "`pending`"
- },
- ],
- "users": [ # Users with access to the account. Every account (except for subaccounts) must have at least one admin user.
- {
- "paymentsAnalyst": True or False, # Whether user can access payment statements.
- "paymentsManager": True or False, # Whether user can manage payment settings.
- "orderManager": True or False, # Whether user is an order manager.
- "admin": True or False, # Whether user is an admin.
- "emailAddress": "A String", # User's email address.
- },
- ],
- "reviewsUrl": "A String", # [DEPRECATED] This field is never returned and will be ignored if provided.
- "youtubeChannelLinks": [ # 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.
- {
- "channelId": "A String", # Channel ID.
- "status": "A String", # 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's pending approval. Upon insertion, it represents the *intended* status of the link. Re-uploading a link with status `active` when it's still pending or with status `pending` when it'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>
+ "address": { # The address of the business.
+ "country": "A String", # CLDR country code (e.g. "US"). This value cannot be set for a sub-account of an MCA. All MCA sub-accounts inherit the country of their parent MCA.
+ "streetAddress": "A String", # Street-level part of the address.
+ "locality": "A String", # City, town or commune. May also include dependent localities or sublocalities (e.g. neighborhoods or suburbs).
+ "postalCode": "A String", # Postal code or ZIP (e.g. "94043").
+ "region": "A String", # Top-level administrative subdivision of the country. For example, a state like California ("CA") or a province like Quebec ("QC").
+ },
+ },
+ "youtubeChannelLinks": [ # 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.
+ {
+ "status": "A String", # 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's pending approval. Upon insertion, it represents the *intended* status of the link. Re-uploading a link with status `active` when it's still pending or with status `pending` when it'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.
+ "channelId": "A String", # Channel ID.
+ },
+ ],
+ "googleMyBusinessLink": { # The GMB account which is linked or in the process of being linked with the Merchant Center account.
+ "gmbEmail": "A String", # 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.
+ "status": "A String", # Status of the link between this Merchant Center account and the GMB account. Acceptable values are: - "`active`" - "`pending`"
+ },
+ "name": "A String", # Required. Display name for the account.
+ "reviewsUrl": "A String", # [DEPRECATED] This field is never returned and will be ignored if provided.
+ "adultContent": True or False, # Indicates whether the merchant sells adult content.
+ "adwordsLinks": [ # 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.
+ {
+ "adwordsId": "A String", # Customer ID of the AdWords account.
+ "status": "A String", # 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's pending approval. Upon insertion, it represents the *intended* status of the link. Re-uploading a link with status `active` when it's still pending or with status `pending` when it'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: - "`active`" - "`pending`"
+ },
+ ],
+ }</pre>
</div>
<div class="method">
@@ -530,8 +530,8 @@
{
"linkType": "A String", # Type of the link between the two accounts. Acceptable values are: - "`channelPartner`" - "`eCommercePlatform`"
- "action": "A String", # Action to perform for this link. The `"request"` action is only available to select merchants. Acceptable values are: - "`approve`" - "`remove`" - "`request`"
"linkedAccountId": "A String", # The ID of the linked account.
+ "action": "A String", # Action to perform for this link. The `"request"` action is only available to select merchants. Acceptable values are: - "`approve`" - "`remove`" - "`request`"
}
x__xgafv: string, V1 error format.
@@ -548,13 +548,13 @@
</div>
<div class="method">
- <code class="details" id="list">list(merchantId, maxResults=None, pageToken=None, x__xgafv=None)</code>
+ <code class="details" id="list">list(merchantId, pageToken=None, maxResults=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)
- maxResults: integer, The maximum number of accounts to return in the response, used for paging.
pageToken: string, The token returned by the previous request.
+ maxResults: integer, The maximum number of accounts to return in the response, used for paging.
x__xgafv: string, V1 error format.
Allowed values
1 - v1 error format
@@ -565,58 +565,58 @@
{
"kind": "A String", # Identifies what kind of resource this is. Value: the fixed string "content#accountsListResponse".
+ "nextPageToken": "A String", # The token for the retrieval of the next page of accounts.
"resources": [
{ # 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.
- "websiteUrl": "A String", # The merchant's website.
- "googleMyBusinessLink": { # The GMB account which is linked or in the process of being linked with the Merchant Center account.
- "status": "A String", # Status of the link between this Merchant Center account and the GMB account. Acceptable values are: - "`active`" - "`pending`"
- "gmbEmail": "A String", # 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.
+ "id": "A String", # Required for update. Merchant Center account ID.
+ "users": [ # Users with access to the account. Every account (except for subaccounts) must have at least one admin user.
+ {
+ "paymentsAnalyst": True or False, # Whether user can access payment statements.
+ "orderManager": True or False, # Whether user is an order manager.
+ "admin": True or False, # Whether user is an admin.
+ "emailAddress": "A String", # User's email address.
+ "paymentsManager": True or False, # Whether user can manage payment settings.
},
- "sellerId": "A String", # Client-specific, locally-unique, internal ID for the child account.
- "adultContent": True or False, # Indicates whether the merchant sells adult content.
- "name": "A String", # Required. Display name for the account.
- "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string "`content#account`"
- "businessInformation": { # The business information of the account.
- "customerService": { # The customer service information of the business.
- "url": "A String", # Customer service URL.
- "email": "A String", # Customer service email.
- "phoneNumber": "A String", # Customer service phone number.
- },
- "phoneNumber": "A String", # The phone number of the business.
- "address": { # The address of the business.
- "country": "A String", # CLDR country code (e.g. "US"). This value cannot be set for a sub-account of an MCA. All MCA sub-accounts inherit the country of their parent MCA.
- "postalCode": "A String", # Postal code or ZIP (e.g. "94043").
- "streetAddress": "A String", # Street-level part of the address.
- "locality": "A String", # City, town or commune. May also include dependent localities or sublocalities (e.g. neighborhoods or suburbs).
- "region": "A String", # Top-level administrative subdivision of the country. For example, a state like California ("CA") or a province like Quebec ("QC").
- },
+ ],
+ "sellerId": "A String", # Client-specific, locally-unique, internal ID for the child account.
+ "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string "`content#account`"
+ "websiteUrl": "A String", # The merchant's website.
+ "businessInformation": { # The business information of the account.
+ "phoneNumber": "A String", # The phone number of the business.
+ "customerService": { # The customer service information of the business.
+ "url": "A String", # Customer service URL.
+ "email": "A String", # Customer service email.
+ "phoneNumber": "A String", # Customer service phone number.
},
- "id": "A String", # Required for update. Merchant Center account ID.
- "adwordsLinks": [ # 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.
- {
- "adwordsId": "A String", # Customer ID of the AdWords account.
- "status": "A String", # 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's pending approval. Upon insertion, it represents the *intended* status of the link. Re-uploading a link with status `active` when it's still pending or with status `pending` when it'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: - "`active`" - "`pending`"
- },
- ],
- "users": [ # Users with access to the account. Every account (except for subaccounts) must have at least one admin user.
- {
- "paymentsAnalyst": True or False, # Whether user can access payment statements.
- "paymentsManager": True or False, # Whether user can manage payment settings.
- "orderManager": True or False, # Whether user is an order manager.
- "admin": True or False, # Whether user is an admin.
- "emailAddress": "A String", # User's email address.
- },
- ],
- "reviewsUrl": "A String", # [DEPRECATED] This field is never returned and will be ignored if provided.
- "youtubeChannelLinks": [ # 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.
- {
- "channelId": "A String", # Channel ID.
- "status": "A String", # 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's pending approval. Upon insertion, it represents the *intended* status of the link. Re-uploading a link with status `active` when it's still pending or with status `pending` when it'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.
- },
- ],
+ "address": { # The address of the business.
+ "country": "A String", # CLDR country code (e.g. "US"). This value cannot be set for a sub-account of an MCA. All MCA sub-accounts inherit the country of their parent MCA.
+ "streetAddress": "A String", # Street-level part of the address.
+ "locality": "A String", # City, town or commune. May also include dependent localities or sublocalities (e.g. neighborhoods or suburbs).
+ "postalCode": "A String", # Postal code or ZIP (e.g. "94043").
+ "region": "A String", # Top-level administrative subdivision of the country. For example, a state like California ("CA") or a province like Quebec ("QC").
+ },
},
+ "youtubeChannelLinks": [ # 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.
+ {
+ "status": "A String", # 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's pending approval. Upon insertion, it represents the *intended* status of the link. Re-uploading a link with status `active` when it's still pending or with status `pending` when it'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.
+ "channelId": "A String", # Channel ID.
+ },
+ ],
+ "googleMyBusinessLink": { # The GMB account which is linked or in the process of being linked with the Merchant Center account.
+ "gmbEmail": "A String", # 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.
+ "status": "A String", # Status of the link between this Merchant Center account and the GMB account. Acceptable values are: - "`active`" - "`pending`"
+ },
+ "name": "A String", # Required. Display name for the account.
+ "reviewsUrl": "A String", # [DEPRECATED] This field is never returned and will be ignored if provided.
+ "adultContent": True or False, # Indicates whether the merchant sells adult content.
+ "adwordsLinks": [ # 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.
+ {
+ "adwordsId": "A String", # Customer ID of the AdWords account.
+ "status": "A String", # 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's pending approval. Upon insertion, it represents the *intended* status of the link. Re-uploading a link with status `active` when it's still pending or with status `pending` when it'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: - "`active`" - "`pending`"
+ },
+ ],
+ },
],
- "nextPageToken": "A String", # The token for the retrieval of the next page of accounts.
}</pre>
</div>
@@ -645,54 +645,54 @@
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.
- "websiteUrl": "A String", # The merchant's website.
- "googleMyBusinessLink": { # The GMB account which is linked or in the process of being linked with the Merchant Center account.
- "status": "A String", # Status of the link between this Merchant Center account and the GMB account. Acceptable values are: - "`active`" - "`pending`"
- "gmbEmail": "A String", # 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.
+ "id": "A String", # Required for update. Merchant Center account ID.
+ "users": [ # Users with access to the account. Every account (except for subaccounts) must have at least one admin user.
+ {
+ "paymentsAnalyst": True or False, # Whether user can access payment statements.
+ "orderManager": True or False, # Whether user is an order manager.
+ "admin": True or False, # Whether user is an admin.
+ "emailAddress": "A String", # User's email address.
+ "paymentsManager": True or False, # Whether user can manage payment settings.
},
- "sellerId": "A String", # Client-specific, locally-unique, internal ID for the child account.
- "adultContent": True or False, # Indicates whether the merchant sells adult content.
- "name": "A String", # Required. Display name for the account.
- "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string "`content#account`"
- "businessInformation": { # The business information of the account.
- "customerService": { # The customer service information of the business.
- "url": "A String", # Customer service URL.
- "email": "A String", # Customer service email.
- "phoneNumber": "A String", # Customer service phone number.
- },
- "phoneNumber": "A String", # The phone number of the business.
- "address": { # The address of the business.
- "country": "A String", # CLDR country code (e.g. "US"). This value cannot be set for a sub-account of an MCA. All MCA sub-accounts inherit the country of their parent MCA.
- "postalCode": "A String", # Postal code or ZIP (e.g. "94043").
- "streetAddress": "A String", # Street-level part of the address.
- "locality": "A String", # City, town or commune. May also include dependent localities or sublocalities (e.g. neighborhoods or suburbs).
- "region": "A String", # Top-level administrative subdivision of the country. For example, a state like California ("CA") or a province like Quebec ("QC").
- },
+ ],
+ "sellerId": "A String", # Client-specific, locally-unique, internal ID for the child account.
+ "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string "`content#account`"
+ "websiteUrl": "A String", # The merchant's website.
+ "businessInformation": { # The business information of the account.
+ "phoneNumber": "A String", # The phone number of the business.
+ "customerService": { # The customer service information of the business.
+ "url": "A String", # Customer service URL.
+ "email": "A String", # Customer service email.
+ "phoneNumber": "A String", # Customer service phone number.
},
- "id": "A String", # Required for update. Merchant Center account ID.
- "adwordsLinks": [ # 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.
- {
- "adwordsId": "A String", # Customer ID of the AdWords account.
- "status": "A String", # 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's pending approval. Upon insertion, it represents the *intended* status of the link. Re-uploading a link with status `active` when it's still pending or with status `pending` when it'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: - "`active`" - "`pending`"
- },
- ],
- "users": [ # Users with access to the account. Every account (except for subaccounts) must have at least one admin user.
- {
- "paymentsAnalyst": True or False, # Whether user can access payment statements.
- "paymentsManager": True or False, # Whether user can manage payment settings.
- "orderManager": True or False, # Whether user is an order manager.
- "admin": True or False, # Whether user is an admin.
- "emailAddress": "A String", # User's email address.
- },
- ],
- "reviewsUrl": "A String", # [DEPRECATED] This field is never returned and will be ignored if provided.
- "youtubeChannelLinks": [ # 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.
- {
- "channelId": "A String", # Channel ID.
- "status": "A String", # 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's pending approval. Upon insertion, it represents the *intended* status of the link. Re-uploading a link with status `active` when it's still pending or with status `pending` when it'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.
- },
- ],
- }
+ "address": { # The address of the business.
+ "country": "A String", # CLDR country code (e.g. "US"). This value cannot be set for a sub-account of an MCA. All MCA sub-accounts inherit the country of their parent MCA.
+ "streetAddress": "A String", # Street-level part of the address.
+ "locality": "A String", # City, town or commune. May also include dependent localities or sublocalities (e.g. neighborhoods or suburbs).
+ "postalCode": "A String", # Postal code or ZIP (e.g. "94043").
+ "region": "A String", # Top-level administrative subdivision of the country. For example, a state like California ("CA") or a province like Quebec ("QC").
+ },
+ },
+ "youtubeChannelLinks": [ # 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.
+ {
+ "status": "A String", # 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's pending approval. Upon insertion, it represents the *intended* status of the link. Re-uploading a link with status `active` when it's still pending or with status `pending` when it'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.
+ "channelId": "A String", # Channel ID.
+ },
+ ],
+ "googleMyBusinessLink": { # The GMB account which is linked or in the process of being linked with the Merchant Center account.
+ "gmbEmail": "A String", # 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.
+ "status": "A String", # Status of the link between this Merchant Center account and the GMB account. Acceptable values are: - "`active`" - "`pending`"
+ },
+ "name": "A String", # Required. Display name for the account.
+ "reviewsUrl": "A String", # [DEPRECATED] This field is never returned and will be ignored if provided.
+ "adultContent": True or False, # Indicates whether the merchant sells adult content.
+ "adwordsLinks": [ # 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.
+ {
+ "adwordsId": "A String", # Customer ID of the AdWords account.
+ "status": "A String", # 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's pending approval. Upon insertion, it represents the *intended* status of the link. Re-uploading a link with status `active` when it's still pending or with status `pending` when it'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: - "`active`" - "`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).
x__xgafv: string, V1 error format.
@@ -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.
- "websiteUrl": "A String", # The merchant's website.
- "googleMyBusinessLink": { # The GMB account which is linked or in the process of being linked with the Merchant Center account.
- "status": "A String", # Status of the link between this Merchant Center account and the GMB account. Acceptable values are: - "`active`" - "`pending`"
- "gmbEmail": "A String", # 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.
+ "id": "A String", # Required for update. Merchant Center account ID.
+ "users": [ # Users with access to the account. Every account (except for subaccounts) must have at least one admin user.
+ {
+ "paymentsAnalyst": True or False, # Whether user can access payment statements.
+ "orderManager": True or False, # Whether user is an order manager.
+ "admin": True or False, # Whether user is an admin.
+ "emailAddress": "A String", # User's email address.
+ "paymentsManager": True or False, # Whether user can manage payment settings.
},
- "sellerId": "A String", # Client-specific, locally-unique, internal ID for the child account.
- "adultContent": True or False, # Indicates whether the merchant sells adult content.
- "name": "A String", # Required. Display name for the account.
- "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string "`content#account`"
- "businessInformation": { # The business information of the account.
- "customerService": { # The customer service information of the business.
- "url": "A String", # Customer service URL.
- "email": "A String", # Customer service email.
- "phoneNumber": "A String", # Customer service phone number.
- },
- "phoneNumber": "A String", # The phone number of the business.
- "address": { # The address of the business.
- "country": "A String", # CLDR country code (e.g. "US"). This value cannot be set for a sub-account of an MCA. All MCA sub-accounts inherit the country of their parent MCA.
- "postalCode": "A String", # Postal code or ZIP (e.g. "94043").
- "streetAddress": "A String", # Street-level part of the address.
- "locality": "A String", # City, town or commune. May also include dependent localities or sublocalities (e.g. neighborhoods or suburbs).
- "region": "A String", # Top-level administrative subdivision of the country. For example, a state like California ("CA") or a province like Quebec ("QC").
- },
+ ],
+ "sellerId": "A String", # Client-specific, locally-unique, internal ID for the child account.
+ "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string "`content#account`"
+ "websiteUrl": "A String", # The merchant's website.
+ "businessInformation": { # The business information of the account.
+ "phoneNumber": "A String", # The phone number of the business.
+ "customerService": { # The customer service information of the business.
+ "url": "A String", # Customer service URL.
+ "email": "A String", # Customer service email.
+ "phoneNumber": "A String", # Customer service phone number.
},
- "id": "A String", # Required for update. Merchant Center account ID.
- "adwordsLinks": [ # 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.
- {
- "adwordsId": "A String", # Customer ID of the AdWords account.
- "status": "A String", # 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's pending approval. Upon insertion, it represents the *intended* status of the link. Re-uploading a link with status `active` when it's still pending or with status `pending` when it'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: - "`active`" - "`pending`"
- },
- ],
- "users": [ # Users with access to the account. Every account (except for subaccounts) must have at least one admin user.
- {
- "paymentsAnalyst": True or False, # Whether user can access payment statements.
- "paymentsManager": True or False, # Whether user can manage payment settings.
- "orderManager": True or False, # Whether user is an order manager.
- "admin": True or False, # Whether user is an admin.
- "emailAddress": "A String", # User's email address.
- },
- ],
- "reviewsUrl": "A String", # [DEPRECATED] This field is never returned and will be ignored if provided.
- "youtubeChannelLinks": [ # 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.
- {
- "channelId": "A String", # Channel ID.
- "status": "A String", # 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's pending approval. Upon insertion, it represents the *intended* status of the link. Re-uploading a link with status `active` when it's still pending or with status `pending` when it'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>
+ "address": { # The address of the business.
+ "country": "A String", # CLDR country code (e.g. "US"). This value cannot be set for a sub-account of an MCA. All MCA sub-accounts inherit the country of their parent MCA.
+ "streetAddress": "A String", # Street-level part of the address.
+ "locality": "A String", # City, town or commune. May also include dependent localities or sublocalities (e.g. neighborhoods or suburbs).
+ "postalCode": "A String", # Postal code or ZIP (e.g. "94043").
+ "region": "A String", # Top-level administrative subdivision of the country. For example, a state like California ("CA") or a province like Quebec ("QC").
+ },
+ },
+ "youtubeChannelLinks": [ # 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.
+ {
+ "status": "A String", # 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's pending approval. Upon insertion, it represents the *intended* status of the link. Re-uploading a link with status `active` when it's still pending or with status `pending` when it'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.
+ "channelId": "A String", # Channel ID.
+ },
+ ],
+ "googleMyBusinessLink": { # The GMB account which is linked or in the process of being linked with the Merchant Center account.
+ "gmbEmail": "A String", # 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.
+ "status": "A String", # Status of the link between this Merchant Center account and the GMB account. Acceptable values are: - "`active`" - "`pending`"
+ },
+ "name": "A String", # Required. Display name for the account.
+ "reviewsUrl": "A String", # [DEPRECATED] This field is never returned and will be ignored if provided.
+ "adultContent": True or False, # Indicates whether the merchant sells adult content.
+ "adwordsLinks": [ # 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.
+ {
+ "adwordsId": "A String", # Customer ID of the AdWords account.
+ "status": "A String", # 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's pending approval. Upon insertion, it represents the *intended* status of the link. Re-uploading a link with status `active` when it's still pending or with status `pending` when it'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: - "`active`" - "`pending`"
+ },
+ ],
+ }</pre>
</div>
</body></html>
\ No newline at end of file