---
title: "POST /liasettings/batch"
method: POST
path: "/liasettings/batch"
tags: ["liasettings"]
---

# POST /liasettings/batch

`POST /liasettings/batch`

Retrieves and/or updates the LIA settings of multiple accounts in a single request.

## Request body

- LiasettingsCustomBatchRequest
  - `entries` LiasettingsCustomBatchRequestEntry[] — The request entries to be processed in the batch.
    - `method` string — The method of the batch entry. Acceptable values are: - "`get`" - "`getAccessibleGmbAccounts`" - "`requestGmbAccess`" - "`requestInventoryVerification`" - "`setInventoryVerificationContact`" - "`update`"
    - `country` string — The country code. Required only for RequestInventoryVerification.
    - `accountId` string, uint64 — The ID of the account for which to get/update account LIA settings.
    - `posDataProviderId` string, uint64 — The ID of POS data provider. Required only for SetPosProvider.
    - `liaSettings` 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.
    - `merchantId` string, uint64 — The ID of the managing account.
    - `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`"
    - `gmbEmail` string — The Business Profile. Required only for RequestGmbAccess.
    - `contactEmail` string — Inventory validation contact email. Required only for SetInventoryValidationContact.
    - `contactName` string — Inventory validation contact name. Required only for SetInventoryValidationContact.
    - `posExternalAccountId` string — The account ID by which this merchant is known to the POS provider.
    - `batchId` integer — An entry ID, unique within the batch request.

## 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)
