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)
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-02-25 UTC."],[[["Sets the omnichannel experience for a specified country for merchants using a trusted POS data provider."],["Requires specifying the `merchantId`, `accountId`, `country`, `lsfType`, and `pickupTypes` in the request."],["Supports Google-Hosted and Merchant-Hosted Local Store Fronts with various pickup options."],["Uses an empty request body and returns a `LiaOmnichannelExperience` object upon success."],["Requires authorization with the `https://www.googleapis.com/auth/content` scope."]]],["This document details setting the omnichannel experience for a specific country via an HTTP POST request. The request URL includes `merchantId` and `accountId` path parameters. Required query parameters are `country`, `lsfType` (e.g., \"ghlsf\"), and `pickupTypes` (e.g., \"pickupToday\"). The request body must be empty. A successful response contains an instance of `LiaOmnichannelExperience`. Authorization requires the `https://www.googleapis.com/auth/content` OAuth scope.\n"]]