OmnichannelSettingsService

The service facilitates the management of a merchant's omnichannel settings.

This API defines the following resource model:

OmnichannelSetting

CreateOmnichannelSetting

rpc CreateOmnichannelSetting(CreateOmnichannelSettingRequest) returns (OmnichannelSetting)

Create the omnichannel settings for a given merchant.

Authorization scopes

Requires the following OAuth scope:

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

For more information, see the OAuth 2.0 Overview.

GetOmnichannelSetting

rpc GetOmnichannelSetting(GetOmnichannelSettingRequest) returns (OmnichannelSetting)

Get the omnichannel settings for a given merchant.

Authorization scopes

Requires the following OAuth scope:

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

For more information, see the OAuth 2.0 Overview.

ListOmnichannelSettings

rpc ListOmnichannelSettings(ListOmnichannelSettingsRequest) returns (ListOmnichannelSettingsResponse)

List all the omnichannel settings for a given merchant.

Authorization scopes

Requires the following OAuth scope:

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

For more information, see the OAuth 2.0 Overview.

RequestInventoryVerification

rpc RequestInventoryVerification(RequestInventoryVerificationRequest) returns (RequestInventoryVerificationResponse)

Requests inventory verification for a given merchant in a given country.

Authorization scopes

Requires the following OAuth scope:

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

For more information, see the OAuth 2.0 Overview.

UpdateOmnichannelSetting

rpc UpdateOmnichannelSetting(UpdateOmnichannelSettingRequest) returns (OmnichannelSetting)

Update the omnichannel setting for a given merchant in a given country.

Authorization scopes

Requires the following OAuth scope:

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

For more information, see the OAuth 2.0 Overview.