Method: accounts.omnichannelSettings.create

Create the omnichannel settings for a given merchant.

HTTP request

POST https://merchantapi.googleapis.com/accounts/v1beta/{parent=accounts/*}/omnichannelSettings

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
parent

string

Required. The parent resource where this omnichannel setting will be created. Format: accounts/{account}

Request body

The request body contains an instance of OmnichannelSetting.

Response body

If successful, the response body contains a newly created instance of OmnichannelSetting.

Authorization scopes

Requires the following OAuth scope:

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

For more information, see the OAuth 2.0 Overview.