Show / Hide Table of Contents

Class LiasettingsResource.SetomnichannelexperienceRequest

Sets the omnichannel experience for the specified country. Only supported for merchants whose POS data provider is trusted to enable the corresponding experience. For more context, see these help articles about LFP and how to get started with it.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<LiaOmnichannelExperience>
ShoppingContentBaseServiceRequest<LiaOmnichannelExperience>
LiasettingsResource.SetomnichannelexperienceRequest
Implements
IClientServiceRequest<LiaOmnichannelExperience>
IClientServiceRequest
Inherited Members
ShoppingContentBaseServiceRequest<LiaOmnichannelExperience>.Xgafv
ShoppingContentBaseServiceRequest<LiaOmnichannelExperience>.AccessToken
ShoppingContentBaseServiceRequest<LiaOmnichannelExperience>.Alt
ShoppingContentBaseServiceRequest<LiaOmnichannelExperience>.Callback
ShoppingContentBaseServiceRequest<LiaOmnichannelExperience>.Fields
ShoppingContentBaseServiceRequest<LiaOmnichannelExperience>.Key
ShoppingContentBaseServiceRequest<LiaOmnichannelExperience>.OauthToken
ShoppingContentBaseServiceRequest<LiaOmnichannelExperience>.PrettyPrint
ShoppingContentBaseServiceRequest<LiaOmnichannelExperience>.QuotaUser
ShoppingContentBaseServiceRequest<LiaOmnichannelExperience>.UploadType
ShoppingContentBaseServiceRequest<LiaOmnichannelExperience>.UploadProtocol
ClientServiceRequest<LiaOmnichannelExperience>.Execute()
ClientServiceRequest<LiaOmnichannelExperience>.ExecuteAsStream()
ClientServiceRequest<LiaOmnichannelExperience>.ExecuteAsync()
ClientServiceRequest<LiaOmnichannelExperience>.ExecuteAsync(CancellationToken)
ClientServiceRequest<LiaOmnichannelExperience>.ExecuteAsStreamAsync()
ClientServiceRequest<LiaOmnichannelExperience>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<LiaOmnichannelExperience>.CreateRequest(bool?)
ClientServiceRequest<LiaOmnichannelExperience>.GenerateRequestUri()
ClientServiceRequest<LiaOmnichannelExperience>.GetBody()
ClientServiceRequest<LiaOmnichannelExperience>.GetDefaultETagAction(string)
ClientServiceRequest<LiaOmnichannelExperience>.ETagAction
ClientServiceRequest<LiaOmnichannelExperience>.ModifyRequest
ClientServiceRequest<LiaOmnichannelExperience>.ValidateParameters
ClientServiceRequest<LiaOmnichannelExperience>.ApiVersion
ClientServiceRequest<LiaOmnichannelExperience>.RequestParameters
ClientServiceRequest<LiaOmnichannelExperience>.Service
ClientServiceRequest._unsuccessfulResponseHandlers
ClientServiceRequest._exceptionHandlers
ClientServiceRequest._executeInterceptors
ClientServiceRequest.AddUnsuccessfulResponseHandler(IHttpUnsuccessfulResponseHandler)
ClientServiceRequest.AddExceptionHandler(IHttpExceptionHandler)
ClientServiceRequest.AddExecuteInterceptor(IHttpExecuteInterceptor)
ClientServiceRequest.Credential
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.ShoppingContent.v2_1
Assembly: Google.Apis.ShoppingContent.v2_1.dll
Syntax
public class LiasettingsResource.SetomnichannelexperienceRequest : ShoppingContentBaseServiceRequest<LiaOmnichannelExperience>, IClientServiceRequest<LiaOmnichannelExperience>, IClientServiceRequest

Constructors

SetomnichannelexperienceRequest(IClientService, ulong, ulong)

Constructs a new Setomnichannelexperience request.

Declaration
public SetomnichannelexperienceRequest(IClientService service, ulong merchantId, ulong accountId)
Parameters
Type Name Description
IClientService service
ulong merchantId
ulong accountId

Properties

AccountId

The ID of the account for which to retrieve accessible Business Profiles.

Declaration
[RequestParameter("accountId", RequestParameterType.Path)]
public virtual ulong AccountId { get; }
Property Value
Type Description
ulong

Country

The CLDR country code (for example, "US") for which the omnichannel experience is selected.

Declaration
[RequestParameter("country", RequestParameterType.Query)]
public virtual string Country { get; set; }
Property Value
Type Description
string

HttpMethod

Gets the HTTP method.

Declaration
public override string HttpMethod { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<LiaOmnichannelExperience>.HttpMethod

LsfType

The Local Store Front (LSF) type for this country. Acceptable values are: - "ghlsf" (Google-Hosted Local Store Front) - "mhlsfBasic" (Merchant-Hosted Local Store Front Basic) - "mhlsfFull" (Merchant-Hosted Local Store Front Full) More details about these types can be found here.

Declaration
[RequestParameter("lsfType", RequestParameterType.Query)]
public virtual string LsfType { get; set; }
Property Value
Type Description
string

MerchantId

The ID of the managing account. If this parameter is not the same as accountId, then this account must be a multi-client account and accountId must be the ID of a sub-account of this account.

Declaration
[RequestParameter("merchantId", RequestParameterType.Path)]
public virtual ulong MerchantId { get; }
Property Value
Type Description
ulong

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<LiaOmnichannelExperience>.MethodName

PickupTypes

The Pickup types for this country. Acceptable values are: - "pickupToday" - "pickupLater"

Declaration
[RequestParameter("pickupTypes", RequestParameterType.Query)]
public virtual Repeatable<string> PickupTypes { get; set; }
Property Value
Type Description
Repeatable<string>

RestPath

Gets the REST path.

Declaration
public override string RestPath { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<LiaOmnichannelExperience>.RestPath

Methods

InitParameters()

Initializes Setomnichannelexperience parameter list.

Declaration
protected override void InitParameters()
Overrides
ShoppingContentBaseServiceRequest<LiaOmnichannelExperience>.InitParameters()

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
In this article
Back to top Generated by DocFX