CheckoutSettingsService

Service for supporting checkout settings.

CreateCheckoutSettings

rpc CreateCheckoutSettings(CreateCheckoutSettingsRequest) returns (CheckoutSettings)

Creates CheckoutSettings for the given merchant.

Authorization scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/content

For more information, see the OAuth 2.0 Overview.

DeleteCheckoutSettings

rpc DeleteCheckoutSettings(DeleteCheckoutSettingsRequest) returns (Empty)

Deletes CheckoutSettings and unenrolls merchant from Checkout program.

Authorization scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/content

For more information, see the OAuth 2.0 Overview.

GetCheckoutSettings

rpc GetCheckoutSettings(GetCheckoutSettingsRequest) returns (CheckoutSettings)

Gets CheckoutSettings for the given merchant. This includes information about review state, enrollment state and URL settings.

Authorization scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/content

For more information, see the OAuth 2.0 Overview.

UpdateCheckoutSettings

rpc UpdateCheckoutSettings(UpdateCheckoutSettingsRequest) returns (CheckoutSettings)

Updates CheckoutSettings for the given merchant.

Authorization scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/content

For more information, see the OAuth 2.0 Overview.