CheckoutSettings

CheckoutSettings

CheckoutSettings for a specific merchant.

Fields
name

string

Identifier. The resource name of the program configuration settings. Format: accounts/{account}/programs/{program}/checkoutSettings

eligible_destinations[]

DestinationEnum

Optional. Required for the create operation. The destinations (also known as Marketing methods ) to which the checkout program applies. Valid destination values are SHOPPING_ADS and FREE_LISTINGS .

effective_uri_settings

UriSettings

Output only. The effective value of uri_settings for a given merchant. If account level settings are present then this value will be a copy of url settings. Otherwise, it will have the value of the parent account (for only marketplace sellers).

uri_settings

UriSettings

URI settings for cart or checkout URL.

enrollment_state

CheckoutEnrollmentState

Output only. Reflects the merchant enrollment state in Checkout program.

review_state

CheckoutReviewState

Output only. Reflects the merchant review state in Checkout program. This is set based on the data quality reviews of the URL provided by the merchant. A merchant with enrollment state as ENROLLED can be in the following review states: IN_REVIEW , APPROVED or DISAPPROVED . A merchant must be in an enrollment_state of ENROLLED before a review can begin for the merchant.For more details, check the help center doc.

effective_enrollment_state

CheckoutEnrollmentState

Output only. The effective value of enrollment_state for a given merchant ID. If account level settings are present then this value will be a copy of the account level settings. Otherwise, it will have the value of the parent account (for only marketplace sellers).

effective_review_state

CheckoutReviewState

Output only. The effective value of review_state for a given merchant ID. If account level settings are present then this value will be a copy of the account level settings. Otherwise, it will have the value of the parent account (for only marketplace sellers).