Method: liasettings.setomnichannelexperience

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.

HTTP request

POST https://shoppingcontent.googleapis.com/content/v2.1/{merchantId}/liasettings/{accountId}/setomnichannelexperience

Path parameters

Parameters
merchantId

string

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.

accountId

string

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

Query parameters

Parameters
country

string

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

lsfType

string

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.

pickupTypes[]

string

The Pickup types for this country.

Acceptable values are:

  • "pickupToday"
  • "pickupLater"

Request body

The request body must be empty.

Response body

If successful, the response body contains an instance of LiaOmnichannelExperience.

Authorization scopes

Requires one of the following OAuth scopes:

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

For more information, see the OAuth 2.0 Overview.