Show / Hide Table of Contents

Class AccountsResource.OmnichannelSettingsResource

The "omnichannelSettings" collection of methods.

Inheritance
object
AccountsResource.OmnichannelSettingsResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Merchant.accounts_v1
Assembly: Google.Apis.Merchant.accounts_v1.dll
Syntax
public class AccountsResource.OmnichannelSettingsResource

Constructors

OmnichannelSettingsResource(IClientService)

Constructs a new resource.

Declaration
public OmnichannelSettingsResource(IClientService service)
Parameters
Type Name Description
IClientService service

Properties

LfpProviders

Gets the LfpProviders resource.

Declaration
public virtual AccountsResource.OmnichannelSettingsResource.LfpProvidersResource LfpProviders { get; }
Property Value
Type Description
AccountsResource.OmnichannelSettingsResource.LfpProvidersResource

Methods

Create(OmnichannelSetting, string)

Create the omnichannel settings for a given merchant.

Declaration
public virtual AccountsResource.OmnichannelSettingsResource.CreateRequest Create(OmnichannelSetting body, string parent)
Parameters
Type Name Description
OmnichannelSetting body

The body of the request.

string parent

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

Returns
Type Description
AccountsResource.OmnichannelSettingsResource.CreateRequest

Get(string)

Get the omnichannel settings for a given merchant.

Declaration
public virtual AccountsResource.OmnichannelSettingsResource.GetRequest Get(string name)
Parameters
Type Name Description
string name

Required. The name of the omnichannel setting to retrieve. Format: accounts/{account}/omnichannelSettings/{omnichannel_setting}

Returns
Type Description
AccountsResource.OmnichannelSettingsResource.GetRequest

List(string)

List all the omnichannel settings for a given merchant.

Declaration
public virtual AccountsResource.OmnichannelSettingsResource.ListRequest List(string parent)
Parameters
Type Name Description
string parent

Required. The parent, which owns this collection of omnichannel settings. Format: accounts/{account}

Returns
Type Description
AccountsResource.OmnichannelSettingsResource.ListRequest

Patch(OmnichannelSetting, string)

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

Declaration
public virtual AccountsResource.OmnichannelSettingsResource.PatchRequest Patch(OmnichannelSetting body, string name)
Parameters
Type Name Description
OmnichannelSetting body

The body of the request.

string name

Identifier. The resource name of the omnichannel setting. Format: accounts/{account}/omnichannelSettings/{omnichannel_setting}

Returns
Type Description
AccountsResource.OmnichannelSettingsResource.PatchRequest

RequestInventoryVerification(RequestInventoryVerificationRequest, string)

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

Declaration
public virtual AccountsResource.OmnichannelSettingsResource.RequestInventoryVerificationRequest RequestInventoryVerification(RequestInventoryVerificationRequest body, string name)
Parameters
Type Name Description
RequestInventoryVerificationRequest body

The body of the request.

string name

Required. The name of the omnichannel setting to request inventory verification. Format: accounts/{account}/omnichannelSettings/{omnichannel_setting}

Returns
Type Description
AccountsResource.OmnichannelSettingsResource.RequestInventoryVerificationRequest
In this article
Back to top Generated by DocFX