Required. The resource name of the terms of service version. Format: accounts/{account}/termsOfServiceAgreementStates/{identifier} The identifier format is: {TermsOfServiceKind}-{country}
[[["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-04-08 UTC."],[[["Retrieves the status of a terms of service agreement using a GET request to a specified URL."],["Requires a resource name in the URL path identifying the specific terms of service version and agreement state."],["An empty request body is necessary, and a successful response provides the `TermsOfServiceAgreementState` object."],["Utilizes OAuth 2.0 for authorization and necessitates the `https://www.googleapis.com/auth/content` scope."]]],["This document details retrieving the state of a terms of service agreement. The core action is a `GET` HTTP request to a specific URL: `https://merchantapi.googleapis.com/accounts/v1beta/{name=accounts/*/termsOfServiceAgreementStates/*}`. The `name` parameter, formatted as `accounts/{account}/termsOfServiceAgreementState/{identifier}`, is required in the URL path. The request body must be empty, and a successful response returns a `TermsOfServiceAgreementState` object. Authorization requires the `https://www.googleapis.com/auth/content` OAuth scope.\n"]]