Class AccountsResource.OmnichannelSettingsResource
The "omnichannelSettings" collection of methods.
Inherited Members
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:
|
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:
|
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: |
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:
|
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:
|
Returns
| Type | Description |
|---|---|
| AccountsResource.OmnichannelSettingsResource.RequestInventoryVerificationRequest |