This resource represents the agreement state for a given account and terms of
service kind.
The state is as follows:
If the business has accepted a terms of service,
accepted
will be populated, otherwise it will be empty
If the business must sign a terms of service,
required
will be populated, otherwise it will be empty.
Note that both required and accepted can be present. In this case the
accepted terms of services will have an expiration date set in the
valid_until
field. The required terms of services need to be accepted before
valid_until in order for the account to continue having a valid agreement.
When accepting new terms of services we expect third-party providers to
display the text associated with the given terms of service agreement (the
url to the file containing the text is added in the Required message below as
tos_file_uri).
The actual acceptance of the terms of service is done by calling accept on
the
TermsOfService
resource.
valid_until field.
Protobuf type google.shopping.merchant.accounts.v1.TermsOfServiceAgreementState
Identifier. The resource name of the terms of service version.
Format: accounts/{account}/termsOfServiceAgreementState/{identifier}
The identifier format is:
{TermsOfServiceKind}-{country}
For example, an identifier could be: MERCHANT_CENTER-EU or
MERCHANT_CENTER-US.
string name = 1 [(.google.api.field_behavior) = IDENTIFIER];
Identifier. The resource name of the terms of service version.
Format: accounts/{account}/termsOfServiceAgreementState/{identifier}
The identifier format is:
{TermsOfServiceKind}-{country}
For example, an identifier could be: MERCHANT_CENTER-EU or
MERCHANT_CENTER-US.
string name = 1 [(.google.api.field_behavior) = IDENTIFIER];
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-10-11 UTC."],[],[]]