---
title: "PUT /{merchantId}/liasettings/{accountId}"
method: PUT
path: "/{merchantId}/liasettings/{accountId}"
tags: ["liasettings"]
---

# PUT /{merchantId}/liasettings/{accountId}

`PUT /{merchantId}/liasettings/{accountId}`

Updates the LIA settings of the account. Any fields that are not provided are deleted from the resource.

## Path parameters

- `merchantId` string, required
- `accountId` string, required

## Request body

- LiaSettings — Local Inventory ads (LIA) settings. All methods except listposdataproviders require the admin role.
  - `countrySettings` LiaCountrySettings[] — The LIA settings for each country.
    - `inventory` LiaInventorySettings
      - `inventoryVerificationContactName` string — The name of the contact for the inventory verification process.
      - `inventoryVerificationContactEmail` string — The email of the contact for the inventory verification process.
      - `status` string — The status of the inventory verification process. Acceptable values are: - "`active`" - "`inactive`" - "`pending`"
      - `inventoryVerificationContactStatus` string — The status of the verification contact. Acceptable values are: - "`active`" - "`inactive`" - "`pending`"
    - `onDisplayToOrder` LiaOnDisplayToOrderSettings
      - `shippingCostPolicyUrl` string — Shipping cost and policy URL.
      - `status` string — The status of the ?On display to order? feature. Acceptable values are: - "`active`" - "`inactive`" - "`pending`"
    - `posDataProvider` LiaPosDataProvider
      - `posDataProviderId` string, uint64 — The ID of the POS data provider.
      - `posExternalAccountId` string — The account ID by which this merchant is known to the POS data provider.
    - `omnichannelExperience` LiaOmnichannelExperience — Omnichannel experience details.
      - `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.
      - `country` string — The CLDR country code (for example, "US").
      - `pickupTypes` string[] — The Pickup types for this country. Acceptable values are: - "`pickupToday`" - "`pickupLater`"
    - `hostedLocalStorefrontActive` boolean — The status of the "Merchant hosted local storefront" feature.
    - `about` LiaAboutPageSettings
      - `url` string — The URL for the About page.
      - `status` string — The status of the verification process for the About page. Supported values are: - "`active`" - "`inactive`" - "`pending`"
    - `country` string — Required. CLDR country code (for example, "US").
    - `storePickupActive` boolean — The status of the "Store pickup" feature.
  - `kind` string — Identifies what kind of resource this is. Value: the fixed string "`content#liaSettings`"
  - `accountId` string, uint64 — The ID of the account to which these LIA settings belong. Ignored upon update, always present in get request responses.

## Response `200`

Successful response

---

[API](https://skmtc.net/google/apis/content.md) · [All operations](https://skmtc.net/google/apis/content/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/google/content/versions/1033388fc86f/schema)
