openapi-directory
Version:
Building & bundling https://github.com/APIs-guru/openapi-directory for easy use from JS
1 lines • 617 kB
JSON
{"openapi":"3.0.0","servers":[{"url":"https://shoppingcontent.googleapis.com/content/v2.1"}],"info":{"contact":{"name":"Google","url":"https://google.com","x-twitter":"youtube"},"description":"Manage your product listings and accounts for Google Shopping","license":{"name":"Creative Commons Attribution 3.0","url":"http://creativecommons.org/licenses/by/3.0/"},"termsOfService":"https://developers.google.com/terms/","title":"Content API for Shopping","version":"v2.1","x-apiClientRegistration":{"url":"https://console.developers.google.com"},"x-apisguru-categories":["analytics","media"],"x-logo":{"url":"https://www.google.com/images/branding/googlelogo/2x/googlelogo_color_272x92dp.png"},"x-origin":[{"format":"openapi","url":"https://shoppingcontent.googleapis.com/$discovery/rest?version=v2.1","version":"3.0"}],"x-preferred":true,"x-providerName":"googleapis.com","x-serviceName":"content"},"externalDocs":{"url":"https://developers.google.com/shopping-content/v2/"},"tags":[{"name":"accounts"},{"name":"accountstatuses"},{"name":"accounttax"},{"name":"buyongoogleprograms"},{"name":"collections"},{"name":"collectionstatuses"},{"name":"conversionsources"},{"name":"csses"},{"name":"datafeeds"},{"name":"datafeedstatuses"},{"name":"freelistingsprogram"},{"name":"liasettings"},{"name":"localinventory"},{"name":"merchantsupport"},{"name":"orderinvoices"},{"name":"orderreports"},{"name":"orderreturns"},{"name":"orders"},{"name":"ordertrackingsignals"},{"name":"pos"},{"name":"productdeliverytime"},{"name":"products"},{"name":"productstatuses"},{"name":"promotions"},{"name":"pubsubnotificationsettings"},{"name":"quotas"},{"name":"recommendations"},{"name":"regionalinventory"},{"name":"regions"},{"name":"reports"},{"name":"returnaddress"},{"name":"returnpolicy"},{"name":"returnpolicyonline"},{"name":"settlementreports"},{"name":"settlementtransactions"},{"name":"shippingsettings"},{"name":"shoppingadsprogram"}],"paths":{"/accounts/authinfo":{"get":{"description":"Returns information about the authenticated user.","operationId":"content.accounts.authinfo","responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/AccountsAuthInfoResponse"}}},"description":"Successful response"}},"security":[{"Oauth2":["https://www.googleapis.com/auth/content"],"Oauth2c":["https://www.googleapis.com/auth/content"]}],"tags":["accounts"]},"parameters":[{"$ref":"#/components/parameters/_.xgafv"},{"$ref":"#/components/parameters/access_token"},{"$ref":"#/components/parameters/alt"},{"$ref":"#/components/parameters/callback"},{"$ref":"#/components/parameters/fields"},{"$ref":"#/components/parameters/key"},{"$ref":"#/components/parameters/oauth_token"},{"$ref":"#/components/parameters/prettyPrint"},{"$ref":"#/components/parameters/quotaUser"},{"$ref":"#/components/parameters/upload_protocol"},{"$ref":"#/components/parameters/uploadType"}]},"/accounts/batch":{"parameters":[{"$ref":"#/components/parameters/_.xgafv"},{"$ref":"#/components/parameters/access_token"},{"$ref":"#/components/parameters/alt"},{"$ref":"#/components/parameters/callback"},{"$ref":"#/components/parameters/fields"},{"$ref":"#/components/parameters/key"},{"$ref":"#/components/parameters/oauth_token"},{"$ref":"#/components/parameters/prettyPrint"},{"$ref":"#/components/parameters/quotaUser"},{"$ref":"#/components/parameters/upload_protocol"},{"$ref":"#/components/parameters/uploadType"}],"post":{"description":"Retrieves, inserts, updates, and deletes multiple Merchant Center (sub-)accounts in a single request.","operationId":"content.accounts.custombatch","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/AccountsCustomBatchRequest"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/AccountsCustomBatchResponse"}}},"description":"Successful response"}},"security":[{"Oauth2":["https://www.googleapis.com/auth/content"],"Oauth2c":["https://www.googleapis.com/auth/content"]}],"tags":["accounts"]}},"/accounts/{accountId}/credentials":{"parameters":[{"$ref":"#/components/parameters/_.xgafv"},{"$ref":"#/components/parameters/access_token"},{"$ref":"#/components/parameters/alt"},{"$ref":"#/components/parameters/callback"},{"$ref":"#/components/parameters/fields"},{"$ref":"#/components/parameters/key"},{"$ref":"#/components/parameters/oauth_token"},{"$ref":"#/components/parameters/prettyPrint"},{"$ref":"#/components/parameters/quotaUser"},{"$ref":"#/components/parameters/upload_protocol"},{"$ref":"#/components/parameters/uploadType"}],"post":{"description":"Uploads credentials for the Merchant Center account. If credentials already exist for this Merchant Center account and purpose, this method updates them.","operationId":"content.accounts.credentials.create","parameters":[{"description":"Required. The merchant id of the account these credentials belong to.","in":"path","name":"accountId","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/AccountCredentials"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/AccountCredentials"}}},"description":"Successful response"}},"security":[{"Oauth2":["https://www.googleapis.com/auth/content"],"Oauth2c":["https://www.googleapis.com/auth/content"]}],"tags":["accounts"]}},"/accounts/{accountId}/labels":{"get":{"description":"Lists the labels assigned to an account.","operationId":"content.accounts.labels.list","parameters":[{"description":"Required. The account id for whose labels are to be listed.","in":"path","name":"accountId","required":true,"schema":{"type":"string"}},{"description":"The maximum number of labels to return. The service may return fewer than this value. If unspecified, at most 50 labels will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.","in":"query","name":"pageSize","schema":{"type":"integer"}},{"description":"A page token, received from a previous `ListAccountLabels` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListAccountLabels` must match the call that provided the page token.","in":"query","name":"pageToken","schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ListAccountLabelsResponse"}}},"description":"Successful response"}},"security":[{"Oauth2":["https://www.googleapis.com/auth/content"],"Oauth2c":["https://www.googleapis.com/auth/content"]}],"tags":["accounts"]},"parameters":[{"$ref":"#/components/parameters/_.xgafv"},{"$ref":"#/components/parameters/access_token"},{"$ref":"#/components/parameters/alt"},{"$ref":"#/components/parameters/callback"},{"$ref":"#/components/parameters/fields"},{"$ref":"#/components/parameters/key"},{"$ref":"#/components/parameters/oauth_token"},{"$ref":"#/components/parameters/prettyPrint"},{"$ref":"#/components/parameters/quotaUser"},{"$ref":"#/components/parameters/upload_protocol"},{"$ref":"#/components/parameters/uploadType"}],"post":{"description":"Creates a new label, not assigned to any account.","operationId":"content.accounts.labels.create","parameters":[{"description":"Required. The id of the account this label belongs to.","in":"path","name":"accountId","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/AccountLabel"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/AccountLabel"}}},"description":"Successful response"}},"security":[{"Oauth2":["https://www.googleapis.com/auth/content"],"Oauth2c":["https://www.googleapis.com/auth/content"]}],"tags":["accounts"]}},"/accounts/{accountId}/labels/{labelId}":{"delete":{"description":"Deletes a label and removes it from all accounts to which it was assigned.","operationId":"content.accounts.labels.delete","parameters":[{"description":"Required. The id of the account that owns the label.","in":"path","name":"accountId","required":true,"schema":{"type":"string"}},{"description":"Required. The id of the label to delete.","in":"path","name":"labelId","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful response"}},"security":[{"Oauth2":["https://www.googleapis.com/auth/content"],"Oauth2c":["https://www.googleapis.com/auth/content"]}],"tags":["accounts"]},"parameters":[{"$ref":"#/components/parameters/_.xgafv"},{"$ref":"#/components/parameters/access_token"},{"$ref":"#/components/parameters/alt"},{"$ref":"#/components/parameters/callback"},{"$ref":"#/components/parameters/fields"},{"$ref":"#/components/parameters/key"},{"$ref":"#/components/parameters/oauth_token"},{"$ref":"#/components/parameters/prettyPrint"},{"$ref":"#/components/parameters/quotaUser"},{"$ref":"#/components/parameters/upload_protocol"},{"$ref":"#/components/parameters/uploadType"}],"patch":{"description":"Updates a label.","operationId":"content.accounts.labels.patch","parameters":[{"description":"Required. The id of the account this label belongs to.","in":"path","name":"accountId","required":true,"schema":{"type":"string"}},{"description":"Required. The id of the label to update.","in":"path","name":"labelId","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/AccountLabel"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/AccountLabel"}}},"description":"Successful response"}},"security":[{"Oauth2":["https://www.googleapis.com/auth/content"],"Oauth2c":["https://www.googleapis.com/auth/content"]}],"tags":["accounts"]}},"/accounts/{accountId}/returncarrier":{"get":{"description":"Lists available return carriers in the merchant account.","operationId":"content.accounts.returncarrier.list","parameters":[{"description":"Required. The Merchant Center Account Id under which the Return Carrier is to be linked.","in":"path","name":"accountId","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ListAccountReturnCarrierResponse"}}},"description":"Successful response"}},"security":[{"Oauth2":["https://www.googleapis.com/auth/content"],"Oauth2c":["https://www.googleapis.com/auth/content"]}],"tags":["accounts"]},"parameters":[{"$ref":"#/components/parameters/_.xgafv"},{"$ref":"#/components/parameters/access_token"},{"$ref":"#/components/parameters/alt"},{"$ref":"#/components/parameters/callback"},{"$ref":"#/components/parameters/fields"},{"$ref":"#/components/parameters/key"},{"$ref":"#/components/parameters/oauth_token"},{"$ref":"#/components/parameters/prettyPrint"},{"$ref":"#/components/parameters/quotaUser"},{"$ref":"#/components/parameters/upload_protocol"},{"$ref":"#/components/parameters/uploadType"}],"post":{"description":"Links return carrier to a merchant account.","operationId":"content.accounts.returncarrier.create","parameters":[{"description":"Required. The Merchant Center Account Id under which the Return Carrier is to be linked.","in":"path","name":"accountId","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/AccountReturnCarrier"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/AccountReturnCarrier"}}},"description":"Successful response"}},"security":[{"Oauth2":["https://www.googleapis.com/auth/content"],"Oauth2c":["https://www.googleapis.com/auth/content"]}],"tags":["accounts"]}},"/accounts/{accountId}/returncarrier/{carrierAccountId}":{"delete":{"description":"Delete a return carrier in the merchant account.","operationId":"content.accounts.returncarrier.delete","parameters":[{"description":"Required. The Merchant Center Account Id under which the Return Carrier is to be linked.","in":"path","name":"accountId","required":true,"schema":{"type":"string"}},{"description":"Required. The Google-provided unique carrier ID, used to update the resource.","in":"path","name":"carrierAccountId","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful response"}},"security":[{"Oauth2":["https://www.googleapis.com/auth/content"],"Oauth2c":["https://www.googleapis.com/auth/content"]}],"tags":["accounts"]},"parameters":[{"$ref":"#/components/parameters/_.xgafv"},{"$ref":"#/components/parameters/access_token"},{"$ref":"#/components/parameters/alt"},{"$ref":"#/components/parameters/callback"},{"$ref":"#/components/parameters/fields"},{"$ref":"#/components/parameters/key"},{"$ref":"#/components/parameters/oauth_token"},{"$ref":"#/components/parameters/prettyPrint"},{"$ref":"#/components/parameters/quotaUser"},{"$ref":"#/components/parameters/upload_protocol"},{"$ref":"#/components/parameters/uploadType"}],"patch":{"description":"Updates a return carrier in the merchant account.","operationId":"content.accounts.returncarrier.patch","parameters":[{"description":"Required. The Merchant Center Account Id under which the Return Carrier is to be linked.","in":"path","name":"accountId","required":true,"schema":{"type":"string"}},{"description":"Required. The Google-provided unique carrier ID, used to update the resource.","in":"path","name":"carrierAccountId","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/AccountReturnCarrier"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/AccountReturnCarrier"}}},"description":"Successful response"}},"security":[{"Oauth2":["https://www.googleapis.com/auth/content"],"Oauth2c":["https://www.googleapis.com/auth/content"]}],"tags":["accounts"]}},"/accountstatuses/batch":{"parameters":[{"$ref":"#/components/parameters/_.xgafv"},{"$ref":"#/components/parameters/access_token"},{"$ref":"#/components/parameters/alt"},{"$ref":"#/components/parameters/callback"},{"$ref":"#/components/parameters/fields"},{"$ref":"#/components/parameters/key"},{"$ref":"#/components/parameters/oauth_token"},{"$ref":"#/components/parameters/prettyPrint"},{"$ref":"#/components/parameters/quotaUser"},{"$ref":"#/components/parameters/upload_protocol"},{"$ref":"#/components/parameters/uploadType"}],"post":{"description":"Retrieves multiple Merchant Center account statuses in a single request.","operationId":"content.accountstatuses.custombatch","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/AccountstatusesCustomBatchRequest"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/AccountstatusesCustomBatchResponse"}}},"description":"Successful response"}},"security":[{"Oauth2":["https://www.googleapis.com/auth/content"],"Oauth2c":["https://www.googleapis.com/auth/content"]}],"tags":["accountstatuses"]}},"/accounttax/batch":{"parameters":[{"$ref":"#/components/parameters/_.xgafv"},{"$ref":"#/components/parameters/access_token"},{"$ref":"#/components/parameters/alt"},{"$ref":"#/components/parameters/callback"},{"$ref":"#/components/parameters/fields"},{"$ref":"#/components/parameters/key"},{"$ref":"#/components/parameters/oauth_token"},{"$ref":"#/components/parameters/prettyPrint"},{"$ref":"#/components/parameters/quotaUser"},{"$ref":"#/components/parameters/upload_protocol"},{"$ref":"#/components/parameters/uploadType"}],"post":{"description":"Retrieves and updates tax settings of multiple accounts in a single request.","operationId":"content.accounttax.custombatch","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/AccounttaxCustomBatchRequest"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/AccounttaxCustomBatchResponse"}}},"description":"Successful response"}},"security":[{"Oauth2":["https://www.googleapis.com/auth/content"],"Oauth2c":["https://www.googleapis.com/auth/content"]}],"tags":["accounttax"]}},"/datafeeds/batch":{"parameters":[{"$ref":"#/components/parameters/_.xgafv"},{"$ref":"#/components/parameters/access_token"},{"$ref":"#/components/parameters/alt"},{"$ref":"#/components/parameters/callback"},{"$ref":"#/components/parameters/fields"},{"$ref":"#/components/parameters/key"},{"$ref":"#/components/parameters/oauth_token"},{"$ref":"#/components/parameters/prettyPrint"},{"$ref":"#/components/parameters/quotaUser"},{"$ref":"#/components/parameters/upload_protocol"},{"$ref":"#/components/parameters/uploadType"}],"post":{"description":"Deletes, fetches, gets, inserts and updates multiple datafeeds in a single request.","operationId":"content.datafeeds.custombatch","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DatafeedsCustomBatchRequest"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DatafeedsCustomBatchResponse"}}},"description":"Successful response"}},"security":[{"Oauth2":["https://www.googleapis.com/auth/content"],"Oauth2c":["https://www.googleapis.com/auth/content"]}],"tags":["datafeeds"]}},"/datafeedstatuses/batch":{"parameters":[{"$ref":"#/components/parameters/_.xgafv"},{"$ref":"#/components/parameters/access_token"},{"$ref":"#/components/parameters/alt"},{"$ref":"#/components/parameters/callback"},{"$ref":"#/components/parameters/fields"},{"$ref":"#/components/parameters/key"},{"$ref":"#/components/parameters/oauth_token"},{"$ref":"#/components/parameters/prettyPrint"},{"$ref":"#/components/parameters/quotaUser"},{"$ref":"#/components/parameters/upload_protocol"},{"$ref":"#/components/parameters/uploadType"}],"post":{"description":"Gets multiple Merchant Center datafeed statuses in a single request.","operationId":"content.datafeedstatuses.custombatch","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DatafeedstatusesCustomBatchRequest"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DatafeedstatusesCustomBatchResponse"}}},"description":"Successful response"}},"security":[{"Oauth2":["https://www.googleapis.com/auth/content"],"Oauth2c":["https://www.googleapis.com/auth/content"]}],"tags":["datafeedstatuses"]}},"/liasettings/batch":{"parameters":[{"$ref":"#/components/parameters/_.xgafv"},{"$ref":"#/components/parameters/access_token"},{"$ref":"#/components/parameters/alt"},{"$ref":"#/components/parameters/callback"},{"$ref":"#/components/parameters/fields"},{"$ref":"#/components/parameters/key"},{"$ref":"#/components/parameters/oauth_token"},{"$ref":"#/components/parameters/prettyPrint"},{"$ref":"#/components/parameters/quotaUser"},{"$ref":"#/components/parameters/upload_protocol"},{"$ref":"#/components/parameters/uploadType"}],"post":{"description":"Retrieves and/or updates the LIA settings of multiple accounts in a single request.","operationId":"content.liasettings.custombatch","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/LiasettingsCustomBatchRequest"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/LiasettingsCustomBatchResponse"}}},"description":"Successful response"}},"security":[{"Oauth2":["https://www.googleapis.com/auth/content"],"Oauth2c":["https://www.googleapis.com/auth/content"]}],"tags":["liasettings"]}},"/liasettings/posdataproviders":{"get":{"description":"Retrieves the list of POS data providers that have active settings for the all eiligible countries.","operationId":"content.liasettings.listposdataproviders","responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/LiasettingsListPosDataProvidersResponse"}}},"description":"Successful response"}},"security":[{"Oauth2":["https://www.googleapis.com/auth/content"],"Oauth2c":["https://www.googleapis.com/auth/content"]}],"tags":["liasettings"]},"parameters":[{"$ref":"#/components/parameters/_.xgafv"},{"$ref":"#/components/parameters/access_token"},{"$ref":"#/components/parameters/alt"},{"$ref":"#/components/parameters/callback"},{"$ref":"#/components/parameters/fields"},{"$ref":"#/components/parameters/key"},{"$ref":"#/components/parameters/oauth_token"},{"$ref":"#/components/parameters/prettyPrint"},{"$ref":"#/components/parameters/quotaUser"},{"$ref":"#/components/parameters/upload_protocol"},{"$ref":"#/components/parameters/uploadType"}]},"/localinventory/batch":{"parameters":[{"$ref":"#/components/parameters/_.xgafv"},{"$ref":"#/components/parameters/access_token"},{"$ref":"#/components/parameters/alt"},{"$ref":"#/components/parameters/callback"},{"$ref":"#/components/parameters/fields"},{"$ref":"#/components/parameters/key"},{"$ref":"#/components/parameters/oauth_token"},{"$ref":"#/components/parameters/prettyPrint"},{"$ref":"#/components/parameters/quotaUser"},{"$ref":"#/components/parameters/upload_protocol"},{"$ref":"#/components/parameters/uploadType"}],"post":{"description":"Updates local inventory for multiple products or stores in a single request.","operationId":"content.localinventory.custombatch","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/LocalinventoryCustomBatchRequest"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/LocalinventoryCustomBatchResponse"}}},"description":"Successful response"}},"security":[{"Oauth2":["https://www.googleapis.com/auth/content"],"Oauth2c":["https://www.googleapis.com/auth/content"]}],"tags":["localinventory"]}},"/pos/batch":{"parameters":[{"$ref":"#/components/parameters/_.xgafv"},{"$ref":"#/components/parameters/access_token"},{"$ref":"#/components/parameters/alt"},{"$ref":"#/components/parameters/callback"},{"$ref":"#/components/parameters/fields"},{"$ref":"#/components/parameters/key"},{"$ref":"#/components/parameters/oauth_token"},{"$ref":"#/components/parameters/prettyPrint"},{"$ref":"#/components/parameters/quotaUser"},{"$ref":"#/components/parameters/upload_protocol"},{"$ref":"#/components/parameters/uploadType"}],"post":{"description":"Batches multiple POS-related calls in a single request.","operationId":"content.pos.custombatch","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PosCustomBatchRequest"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PosCustomBatchResponse"}}},"description":"Successful response"}},"security":[{"Oauth2":["https://www.googleapis.com/auth/content"],"Oauth2c":["https://www.googleapis.com/auth/content"]}],"tags":["pos"]}},"/products/batch":{"parameters":[{"$ref":"#/components/parameters/_.xgafv"},{"$ref":"#/components/parameters/access_token"},{"$ref":"#/components/parameters/alt"},{"$ref":"#/components/parameters/callback"},{"$ref":"#/components/parameters/fields"},{"$ref":"#/components/parameters/key"},{"$ref":"#/components/parameters/oauth_token"},{"$ref":"#/components/parameters/prettyPrint"},{"$ref":"#/components/parameters/quotaUser"},{"$ref":"#/components/parameters/upload_protocol"},{"$ref":"#/components/parameters/uploadType"}],"post":{"description":"Retrieves, inserts, and deletes multiple products in a single request.","operationId":"content.products.custombatch","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ProductsCustomBatchRequest"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ProductsCustomBatchResponse"}}},"description":"Successful response"}},"security":[{"Oauth2":["https://www.googleapis.com/auth/content"],"Oauth2c":["https://www.googleapis.com/auth/content"]}],"tags":["products"]}},"/productstatuses/batch":{"parameters":[{"$ref":"#/components/parameters/_.xgafv"},{"$ref":"#/components/parameters/access_token"},{"$ref":"#/components/parameters/alt"},{"$ref":"#/components/parameters/callback"},{"$ref":"#/components/parameters/fields"},{"$ref":"#/components/parameters/key"},{"$ref":"#/components/parameters/oauth_token"},{"$ref":"#/components/parameters/prettyPrint"},{"$ref":"#/components/parameters/quotaUser"},{"$ref":"#/components/parameters/upload_protocol"},{"$ref":"#/components/parameters/uploadType"}],"post":{"description":"Gets the statuses of multiple products in a single request.","operationId":"content.productstatuses.custombatch","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ProductstatusesCustomBatchRequest"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ProductstatusesCustomBatchResponse"}}},"description":"Successful response"}},"security":[{"Oauth2":["https://www.googleapis.com/auth/content"],"Oauth2c":["https://www.googleapis.com/auth/content"]}],"tags":["productstatuses"]}},"/regionalinventory/batch":{"parameters":[{"$ref":"#/components/parameters/_.xgafv"},{"$ref":"#/components/parameters/access_token"},{"$ref":"#/components/parameters/alt"},{"$ref":"#/components/parameters/callback"},{"$ref":"#/components/parameters/fields"},{"$ref":"#/components/parameters/key"},{"$ref":"#/components/parameters/oauth_token"},{"$ref":"#/components/parameters/prettyPrint"},{"$ref":"#/components/parameters/quotaUser"},{"$ref":"#/components/parameters/upload_protocol"},{"$ref":"#/components/parameters/uploadType"}],"post":{"description":"Updates regional inventory for multiple products or regions in a single request.","operationId":"content.regionalinventory.custombatch","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/RegionalinventoryCustomBatchRequest"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/RegionalinventoryCustomBatchResponse"}}},"description":"Successful response"}},"security":[{"Oauth2":["https://www.googleapis.com/auth/content"],"Oauth2c":["https://www.googleapis.com/auth/content"]}],"tags":["regionalinventory"]}},"/returnaddress/batch":{"parameters":[{"$ref":"#/components/parameters/_.xgafv"},{"$ref":"#/components/parameters/access_token"},{"$ref":"#/components/parameters/alt"},{"$ref":"#/components/parameters/callback"},{"$ref":"#/components/parameters/fields"},{"$ref":"#/components/parameters/key"},{"$ref":"#/components/parameters/oauth_token"},{"$ref":"#/components/parameters/prettyPrint"},{"$ref":"#/components/parameters/quotaUser"},{"$ref":"#/components/parameters/upload_protocol"},{"$ref":"#/components/parameters/uploadType"}],"post":{"description":"Batches multiple return address related calls in a single request.","operationId":"content.returnaddress.custombatch","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ReturnaddressCustomBatchRequest"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ReturnaddressCustomBatchResponse"}}},"description":"Successful response"}},"security":[{"Oauth2":["https://www.googleapis.com/auth/content"],"Oauth2c":["https://www.googleapis.com/auth/content"]}],"tags":["returnaddress"]}},"/returnpolicy/batch":{"parameters":[{"$ref":"#/components/parameters/_.xgafv"},{"$ref":"#/components/parameters/access_token"},{"$ref":"#/components/parameters/alt"},{"$ref":"#/components/parameters/callback"},{"$ref":"#/components/parameters/fields"},{"$ref":"#/components/parameters/key"},{"$ref":"#/components/parameters/oauth_token"},{"$ref":"#/components/parameters/prettyPrint"},{"$ref":"#/components/parameters/quotaUser"},{"$ref":"#/components/parameters/upload_protocol"},{"$ref":"#/components/parameters/uploadType"}],"post":{"description":"Batches multiple return policy related calls in a single request.","operationId":"content.returnpolicy.custombatch","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ReturnpolicyCustomBatchRequest"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ReturnpolicyCustomBatchResponse"}}},"description":"Successful response"}},"security":[{"Oauth2":["https://www.googleapis.com/auth/content"],"Oauth2c":["https://www.googleapis.com/auth/content"]}],"tags":["returnpolicy"]}},"/shippingsettings/batch":{"parameters":[{"$ref":"#/components/parameters/_.xgafv"},{"$ref":"#/components/parameters/access_token"},{"$ref":"#/components/parameters/alt"},{"$ref":"#/components/parameters/callback"},{"$ref":"#/components/parameters/fields"},{"$ref":"#/components/parameters/key"},{"$ref":"#/components/parameters/oauth_token"},{"$ref":"#/components/parameters/prettyPrint"},{"$ref":"#/components/parameters/quotaUser"},{"$ref":"#/components/parameters/upload_protocol"},{"$ref":"#/components/parameters/uploadType"}],"post":{"description":"Retrieves and updates the shipping settings of multiple accounts in a single request.","operationId":"content.shippingsettings.custombatch","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ShippingsettingsCustomBatchRequest"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ShippingsettingsCustomBatchResponse"}}},"description":"Successful response"}},"security":[{"Oauth2":["https://www.googleapis.com/auth/content"],"Oauth2c":["https://www.googleapis.com/auth/content"]}],"tags":["shippingsettings"]}},"/{cssGroupId}/csses":{"get":{"description":"Lists CSS domains affiliated with a CSS group.","operationId":"content.csses.list","parameters":[{"description":"Required. The CSS group ID of CSS domains to be listed.","in":"path","name":"cssGroupId","required":true,"schema":{"type":"string"}},{"description":"The maximum number of CSS domains to return. The service may return fewer than this value. If unspecified, at most 50 CSS domains will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.","in":"query","name":"pageSize","schema":{"type":"integer"}},{"description":"A page token, received from a previous `ListCsses` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListCsses` must match the call that provided the page token.","in":"query","name":"pageToken","schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ListCssesResponse"}}},"description":"Successful response"}},"security":[{"Oauth2":["https://www.googleapis.com/auth/content"],"Oauth2c":["https://www.googleapis.com/auth/content"]}],"tags":["csses"]},"parameters":[{"$ref":"#/components/parameters/_.xgafv"},{"$ref":"#/components/parameters/access_token"},{"$ref":"#/components/parameters/alt"},{"$ref":"#/components/parameters/callback"},{"$ref":"#/components/parameters/fields"},{"$ref":"#/components/parameters/key"},{"$ref":"#/components/parameters/oauth_token"},{"$ref":"#/components/parameters/prettyPrint"},{"$ref":"#/components/parameters/quotaUser"},{"$ref":"#/components/parameters/upload_protocol"},{"$ref":"#/components/parameters/uploadType"}]},"/{cssGroupId}/csses/{cssDomainId}":{"get":{"description":"Retrieves a single CSS domain by ID.","operationId":"content.csses.get","parameters":[{"description":"Required. The ID of the managing account. If this parameter is not the same as [cssDomainId](#cssDomainId), then this ID must be a CSS group ID and `cssDomainId` must be the ID of a CSS domain affiliated with this group.","in":"path","name":"cssGroupId","required":true,"schema":{"type":"string"}},{"description":"Required. The ID of the CSS domain to return.","in":"path","name":"cssDomainId","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Css"}}},"description":"Successful response"}},"security":[{"Oauth2":["https://www.googleapis.com/auth/content"],"Oauth2c":["https://www.googleapis.com/auth/content"]}],"tags":["csses"]},"parameters":[{"$ref":"#/components/parameters/_.xgafv"},{"$ref":"#/components/parameters/access_token"},{"$ref":"#/components/parameters/alt"},{"$ref":"#/components/parameters/callback"},{"$ref":"#/components/parameters/fields"},{"$ref":"#/components/parameters/key"},{"$ref":"#/components/parameters/oauth_token"},{"$ref":"#/components/parameters/prettyPrint"},{"$ref":"#/components/parameters/quotaUser"},{"$ref":"#/components/parameters/upload_protocol"},{"$ref":"#/components/parameters/uploadType"}]},"/{cssGroupId}/csses/{cssDomainId}/updatelabels":{"parameters":[{"$ref":"#/components/parameters/_.xgafv"},{"$ref":"#/components/parameters/access_token"},{"$ref":"#/components/parameters/alt"},{"$ref":"#/components/parameters/callback"},{"$ref":"#/components/parameters/fields"},{"$ref":"#/components/parameters/key"},{"$ref":"#/components/parameters/oauth_token"},{"$ref":"#/components/parameters/prettyPrint"},{"$ref":"#/components/parameters/quotaUser"},{"$ref":"#/components/parameters/upload_protocol"},{"$ref":"#/components/parameters/uploadType"}],"post":{"description":"Updates labels that are assigned to a CSS domain by its CSS group.","operationId":"content.csses.updatelabels","parameters":[{"description":"Required. The CSS group ID of the updated CSS domain.","in":"path","name":"cssGroupId","required":true,"schema":{"type":"string"}},{"description":"Required. The ID of the updated CSS domain.","in":"path","name":"cssDomainId","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/LabelIds"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Css"}}},"description":"Successful response"}},"security":[{"Oauth2":["https://www.googleapis.com/auth/content"],"Oauth2c":["https://www.googleapis.com/auth/content"]}],"tags":["csses"]}},"/{merchantId}/accounts":{"get":{"description":"Lists the sub-accounts in your Merchant Center account.","operationId":"content.accounts.list","parameters":[{"description":"The ID of the managing account. This must be a multi-client account.","in":"path","name":"merchantId","required":true,"schema":{"type":"string"}},{"description":"If view is set to \"css\", only return accounts that are assigned label with given ID.","in":"query","name":"label","schema":{"type":"string"}},{"description":"The maximum number of accounts to return in the response, used for paging.","in":"query","name":"maxResults","schema":{"type":"integer"}},{"description":"If set, only the accounts with the given name (case sensitive) will be returned.","in":"query","name":"name","schema":{"type":"string"}},{"description":"The token returned by the previous request.","in":"query","name":"pageToken","schema":{"type":"string"}},{"description":"Controls which fields will be populated. Acceptable values are: \"merchant\" and \"css\". The default value is \"merchant\".","in":"query","name":"view","schema":{"enum":["MERCHANT","CSS"],"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/AccountsListResponse"}}},"description":"Successful response"}},"security":[{"Oauth2":["https://www.googleapis.com/auth/content"],"Oauth2c":["https://www.googleapis.com/auth/content"]}],"tags":["accounts"]},"parameters":[{"$ref":"#/components/parameters/_.xgafv"},{"$ref":"#/components/parameters/access_token"},{"$ref":"#/components/parameters/alt"},{"$ref":"#/components/parameters/callback"},{"$ref":"#/components/parameters/fields"},{"$ref":"#/components/parameters/key"},{"$ref":"#/components/parameters/oauth_token"},{"$ref":"#/components/parameters/prettyPrint"},{"$ref":"#/components/parameters/quotaUser"},{"$ref":"#/components/parameters/upload_protocol"},{"$ref":"#/components/parameters/uploadType"}],"post":{"description":"Creates a Merchant Center sub-account.","operationId":"content.accounts.insert","parameters":[{"description":"The ID of the managing account. This must be a multi-client account.","in":"path","name":"merchantId","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Account"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Account"}}},"description":"Successful response"}},"security":[{"Oauth2":["https://www.googleapis.com/auth/content"],"Oauth2c":["https://www.googleapis.com/auth/content"]}],"tags":["accounts"]}},"/{merchantId}/accounts/{accountId}":{"delete":{"description":"Deletes a Merchant Center sub-account.","operationId":"content.accounts.delete","parameters":[{"description":"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.","in":"path","name":"merchantId","required":true,"schema":{"type":"string"}},{"description":"The ID of the account.","in":"path","name":"accountId","required":true,"schema":{"type":"string"}},{"description":"Option to delete sub-accounts with products. The default value is false.","in":"query","name":"force","schema":{"type":"boolean"}}],"responses":{"200":{"description":"Successful response"}},"security":[{"Oauth2":["https://www.googleapis.com/auth/content"],"Oauth2c":["https://www.googleapis.com/auth/content"]}],"tags":["accounts"]},"get":{"description":"Retrieves a Merchant Center account.","operationId":"content.accounts.get","parameters":[{"description":"The ID of the managing account. If this parameter is not the same as accountId, then this account must be a multi-client account and `accountId` must be the ID of a sub-account of this account.","in":"path","name":"merchantId","required":true,"schema":{"type":"string"}},{"description":"The ID of the account.","in":"path","name":"accountId","required":true,"schema":{"type":"string"}},{"description":"Controls which fields will be populated. Acceptable values are: \"merchant\" and \"css\". The default value is \"merchant\".","in":"query","name":"view","schema":{"enum":["MERCHANT","CSS"],"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Account"}}},"description":"Successful response"}},"security":[{"Oauth2":["https://www.googleapis.com/auth/content"],"Oauth2c":["https://www.googleapis.com/auth/content"]}],"tags":["accounts"]},"parameters":[{"$ref":"#/components/parameters/_.xgafv"},{"$ref":"#/components/parameters/access_token"},{"$ref":"#/components/parameters/alt"},{"$ref":"#/components/parameters/callback"},{"$ref":"#/components/parameters/fields"},{"$ref":"#/components/parameters/key"},{"$ref":"#/components/parameters/oauth_token"},{"$ref":"#/components/parameters/prettyPrint"},{"$ref":"#/components/parameters/quotaUser"},{"$ref":"#/components/parameters/upload_protocol"},{"$ref":"#/components/parameters/uploadType"}],"put":{"description":"Updates a Merchant Center account. Any fields that are not provided are deleted from the resource.","operationId":"content.accounts.update","parameters":[{"description":"The ID of the managing account. If this parameter is not the same as accountId, then this account must be a multi-client account and `accountId` must be the ID of a sub-account of this account.","in":"path","name":"merchantId","required":true,"schema":{"type":"string"}},{"description":"The ID of the account.","in":"path","name":"accountId","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Account"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Account"}}},"description":"Successful response"}},"security":[{"Oauth2":["https://www.googleapis.com/auth/content"],"Oauth2c":["https://www.googleapis.com/auth/content"]}],"tags":["accounts"]}},"/{merchantId}/accounts/{accountId}/claimwebsite":{"parameters":[{"$ref":"#/components/parameters/_.xgafv"},{"$ref":"#/components/parameters/access_token"},{"$ref":"#/components/parameters/alt"},{"$ref":"#/components/parameters/callback"},{"$ref":"#/components/parameters/fields"},{"$ref":"#/components/parameters/key"},{"$ref":"#/components/parameters/oauth_token"},{"$ref":"#/components/parameters/prettyPrint"},{"$ref":"#/components/parameters/quotaUser"},{"$ref":"#/components/parameters/upload_protocol"},{"$ref":"#/components/parameters/uploadType"}],"post":{"description":"Claims the website of a Merchant Center sub-account. Merchant accounts with approved third-party CSSs aren't required to claim a website.","operationId":"content.accounts.claimwebsite","parameters":[{"description":"The ID of the managing account. If this parameter is not the same as accountId, then this account must be a multi-client account and `accountId` must be the ID of a sub-account of this account.","in":"path","name":"merchantId","required":true,"schema":{"type":"string"}},{"description":"The ID of the account whose website is claimed.","in":"path","name":"accountId","required":true,"schema":{"type":"string"}},{"description":"Only available to selected merchants, for example multi-client accounts (MCAs) and their sub-accounts. When set to `True`, this option removes any existing claim on the requested website and replaces it with a claim from the account that makes the request.","in":"query","name":"overwrite","schema":{"type":"boolean"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/AccountsClaimWebsiteResponse"}}},"description":"Successful response"}},"security":[{"Oauth2":["https://www.googleapis.com/auth/content"],"Oauth2c":["https://www.googleapis.com/auth/content"]}],"tags":["accounts"]}},"/{merchantId}/accounts/{accountId}/link":{"parameters":[{"$ref":"#/components/parameters/_.xgafv"},{"$ref":"#/components/parameters/access_token"},{"$ref":"#/components/parameters/alt"},{"$ref":"#/components/parameters/callback"},{"$ref":"#/components/parameters/fields"},{"$ref":"#/components/parameters/key"},{"$ref":"#/components/parameters/oauth_token"},{"$ref":"#/components/parameters/prettyPrint"},{"$ref":"#/components/parameters/quotaUser"},{"$ref":"#/components/parameters/upload_protocol"},{"$ref":"#/components/parameters/uploadType"}],"post":{"description":"Performs an action on a link between two Merchant Center accounts, namely accountId and linkedAccountId.","operationId":"content.accounts.link","parameters":[{"description":"The ID of the managing account. If this parameter is not the same as accountId, then this account must be a multi-client account and `accountId` must be the ID of a sub-account of this account.","in":"path","name":"merchantId","required":true,"schema":{"type":"string"}},{"description":"The ID of the account that should be linked.","in":"path","name":"accountId","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/AccountsLinkRequest"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/AccountsLinkResponse"}}},"description":"Successful response"}},"security":[{"Oauth2":["https://www.googleapis.com/auth/content"],"Oauth2c":["https://www.googleapis.com/auth/content"]}],"tags":["accounts"]}},"/{merchantId}/accounts/{accountId}/listlinks":{"get":{"description":"Returns the list of accounts linked to your Merchant Center account.","operationId":"content.accounts.listlinks","parameters":[{"description":"The ID of the managing account. If this parameter is not the same as accountId, then this account must be a multi-client account and `accountId` must be the ID of a sub-account of this account.","in":"path","name":"merchantId","required":true,"schema":{"type":"string"}},{"description":"The ID of the account for which to list links.","in":"path","name":"accountId","required":true,"schema":{"type":"string"}},{"description":"The maximum number of links to return in the response, used for pagination. The minimum allowed value is 5 results per page. If provided value is lower than 5, it will be automatically increased to 5.","in":"query","name":"maxResults","schema":{"type":"integer"}},{"description":"The token returned by the previous request.","in":"query","name":"pageToken","schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/AccountsListLinksResponse"}}},"description":"Successful response"}},"security":[{"Oauth2":["https://www.googleapis.com/auth/content"],"Oauth2c":["https://www.googleapis.com/auth/content"]}],"tags":["accounts"]},"parameters":[{"$ref":"#/components/parameters/_.xgafv"},{"$ref":"#/components/parameters/access_token"},{"$ref":"#/components/parameters/alt"},{"$ref":"#/components/parameters/callback"},{"$ref":"#/components/parameters/fields"},{"$ref":"#/components/parameters/key"},{"$ref":"#/components/parameters/oauth_token"},{"$ref":"#/components/parameters/prettyPrint"},{"$ref":"#/components/parameters/quotaUser"},{"$ref":"#/components/parameters/upload_protocol"},{"$ref":"#/components/parameters/uploadType"}]},"/{merchantId}/accounts/{accountId}/requestphoneverification":{"parameters":[{"$ref":"#/components/parameters/_.xgafv"},{"$ref":"#/components/parameters/access_token"},{"$ref":"#/components/parameters/alt"},{"$ref":"#/components/parameters/callback"},{"$ref":"#/components/parameters/fields"},{"$ref":"#/components/parameters/key"},{"$ref":"#/components/parameters/oauth_token"},{"$ref":"#/components/parameters/prettyPrint"},{"$ref":"#/components/parameters/quotaUser"},{"$ref":"#/components/parameters/upload_protocol"},{"$ref":"#/components/parameters/uploadType"}],"post":{"description":"Request verification code to start phone verification.","operationId":"content.accounts.requestphoneverification","parameters":[{"description":"Required. The ID of the managing account. If this parameter is not the same as accountId, then this account must be a multi-client account and accountId must be the ID of a sub-account of this account.","in":"path","name":"merchantId","required":true,"schema":{"type":"string"}},{"description":"Required. The ID of the account.","in":"path","name":"accountId","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/RequestPhoneVerificationRequest"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/RequestPhoneVerificationResponse"}}},"description":"Successful response"}},"security":[{"Oauth2":["https://www.googleapis.com/auth/content"],"Oauth2c":["https://www.googleapis.com/auth/content"]}],"tags":["accounts"]}},"/{merchantId}/accounts/{accountId}/updatelabels":{"parameters":[{"$ref":"#/components/parameters/_.xgafv"},{"$ref":"#/components/parameters/access_token"},{"$ref":"#/components/parameters/alt"},{"$ref":"#/components/parameters/callback"},{"$ref":"#/components/parameters/fields"},{"$ref":"#/components/parameters/key"},{"$ref":"#/components/parameters/oauth_token"},{"$ref":"#/components/parameters/prettyPrint"},{"$ref":"#/components/parameters/quotaUser"},{"$ref":"#/components/parameters/upload_protocol"},{"$ref":"#/components/parameters/uploadType"}],"post":{"description":"Updates labels that are assigned to the Merchant Center account by CSS user.","operationId":"content.accounts.updatelabels","parameters":[{"description":"The ID of the managing account.","in":"path","name":"merchantId","required":true,"schema":{"type":"string"}},{"description":"The ID of the account whose labels are updated.","in":"path","name":"accountId","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/AccountsUpdateLabelsRequest"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/AccountsUpdateLabelsResponse"}}},"description":"Successful response"}},"security":[{"Oauth2":["https://www.googleapis.com/auth/content"],"Oauth2c":["https://www.googleapis.com/auth/content"]}],"tags":["accounts"]}},"/{merchantId}/accounts/{accountId}/verifyphonenumber":{"parameters":[{"$ref":"#/components/parameters/_.xgafv"},{"$ref":"#/components/parameters/access_token"},{"$ref":"#/components/parameters/alt"},{"$ref":"#/components/parameters/callback"},{"$ref":"#/components/parameters/fields"},{"$ref":"#/components/parameters/key"},{"$ref":"#/components/parameters/oauth_token"},{"$ref":"#/components/parameters/prettyPrint"},{"$ref":"#/components/parameters/quotaUser"},{"$ref":"#/components/parameters/upload_protocol"},{"$ref":"#/components/parameters/uploadType"}],"post":{"description":"Validates verification code to verify phone number for the account. If successful this will overwrite the value of `accounts.businessinformation.phoneNumber`. Only verified phone number will replace an existing verified phone number.","operationId":"content.accounts.verifyphonenumber","parameters":[{"description":"Required. The ID of the managing account. If this parameter is not the same as accountId, then this account must be a multi-client account and accountId must be the ID of a sub-account of this account.","in":"path","name":"merchantId","required":true,"schema":{"type":"string"}},{"description":"Required. The ID of the account.","in":"path","name":"accountId","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/VerifyPhoneNumberRequest"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/VerifyPhoneNumberResponse"}}},"description":"Successful response"}},"security":[{"Oauth2":["https://www.googleapis.com/auth/content"],"Oauth2c":["https://www.googleapis.com/auth/content"]}],"tags":["accounts"]}},"/{merchantId}/accountstatuses":{"get":{"description":"Lists the statuses of the sub-accounts in your Merchant Center account.","operationId":"content.accountstatuses.list","parameters":[{"description":"The ID of the managing account. This must be a multi-client account.","in":"path","name":"merchantId","required":true,"schema":{"type":"string"}},{"description":"If set, only issues for the specified destinations are returned, otherwise only issues for the Shoppin