Retrieves the state of the agreement for the application terms of service.
Application terms of service covers permissions related to the usage of data provided through Merchant Center, CSS Center, Manufacturer Center, and more.
HTTP request
GET https://merchantapi.googleapis.com/accounts/v1beta/{parent=accounts/*}/termsOfServiceAgreementStates:retrieveForApplication
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-06-10 UTC."],[[["Retrieves the Terms of Service agreement state for a specific application within a Merchant Center account."],["Uses a `GET` request with the account ID specified as a path parameter."],["Requires an empty request body and returns the agreement state in the response."],["Needs authorization with the `https://www.googleapis.com/auth/content` scope."]]],["This document outlines the process to retrieve the application terms of service agreement state. It uses a `GET` HTTP request to a specific URL, including the account ID in the `parent` path parameter. The request body must be empty. The successful response will contain a `TermsOfServiceAgreementState` instance. This operation requires the `https://www.googleapis.com/auth/content` OAuth scope for authorization. There is also a function of \"try it!\" available.\n"]]