- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- Try it!
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 | |
---|---|
merchant |
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 |
account |
The ID of the account for which to retrieve accessible Business Profiles. |
Query parameters
Parameters | |
---|---|
country |
The CLDR country code (for example, "US") for which the omnichannel experience is selected. |
lsf |
The Local Store Front (LSF) type for this country. Acceptable values are:
|
pickup |
The Pickup types for this country. Acceptable values are:
|
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.