- Resource: LiaSettings
- LiaCountrySettings
- LiaInventorySettings
- LiaOnDisplayToOrderSettings
- LiaAboutPageSettings
- LiaPosDataProvider
- LiaOmnichannelExperience
- Methods
Resource: LiaSettings
Local pos.inventory ads (LIA) settings. All methods except listposdataproviders require the admin role.
| JSON representation | 
|---|
| {
  "accountId": string,
  "countrySettings": [
    {
      object ( | 
| Fields | |
|---|---|
| accountId | 
 The ID of the account to which these LIA settings belong. Ignored upon update, always present in get request responses. | 
| countrySettings[] | 
 The LIA settings for each country. | 
| kind | 
 Identifies what kind of resource this is. Value: the fixed string " | 
LiaCountrySettings
| JSON representation | 
|---|
| { "country": string, "inventory": { object ( | 
| Fields | |
|---|---|
| country | 
 Required. CLDR country code (for example, "US"). | 
| inventory | 
 LIA inventory verification settings. | 
| onDisplayToOrder | 
 LIA "On Display To Order" settings. | 
| hostedLocalStorefrontActive | 
 The status of the "Merchant hosted local storefront" feature. | 
| storePickupActive | 
 The status of the "Store pickup" feature. | 
| about | 
 The settings for the About page. | 
| posDataProvider | 
 The POS data provider linked with this country. | 
| omnichannelExperience | 
 The omnichannel experience configured for this country. | 
LiaInventorySettings
| JSON representation | 
|---|
| { "status": string, "inventoryVerificationContactName": string, "inventoryVerificationContactEmail": string, "inventoryVerificationContactStatus": string } | 
| Fields | |
|---|---|
| status | 
 The status of the inventory verification process. Acceptable values are: 
 | 
| inventoryVerificationContactName | 
 The name of the contact for the inventory verification process. | 
| inventoryVerificationContactEmail | 
 The email of the contact for the inventory verification process. | 
| inventoryVerificationContactStatus | 
 The status of the verification contact. Acceptable values are: 
 | 
LiaOnDisplayToOrderSettings
| JSON representation | 
|---|
| { "status": string, "shippingCostPolicyUrl": string } | 
| Fields | |
|---|---|
| status | 
 The status of the ?On display to order? feature. Acceptable values are: 
 | 
| shippingCostPolicyUrl | 
 Shipping cost and policy URL. | 
LiaAboutPageSettings
| JSON representation | 
|---|
| { "status": string, "url": string } | 
| Fields | |
|---|---|
| status | 
 The status of the verification process for the About page. Supported values are: 
 | 
| url | 
 The URL for the About page. | 
LiaPosDataProvider
| JSON representation | 
|---|
| { "posDataProviderId": string, "posExternalAccountId": string } | 
| Fields | |
|---|---|
| posDataProviderId | 
 The ID of the POS data provider. | 
| posExternalAccountId | 
 The account ID by which this merchant is known to the POS data provider. | 
LiaOmnichannelExperience
Omnichannel experience details.
| JSON representation | 
|---|
| { "country": string, "lsfType": string, "pickupTypes": [ string ] } | 
| Fields | |
|---|---|
| country | 
 The CLDR country code (for example, "US"). | 
| lsfType | 
 The Local Store Front (LSF) type for this country. Acceptable values are: 
 | 
| pickupTypes[] | 
 The Pickup types for this country. Acceptable values are: 
 | 
| Methods | |
|---|---|
| 
 | Retrieves and/or updates the LIA settings of multiple accounts in a single request. | 
| 
 | Retrieves the LIA settings of the account. | 
| 
 | Retrieves the list of accessible Business Profiles. | 
| 
 | Lists the LIA settings of the sub-accounts in your Merchant Center account. | 
| 
 | Retrieves the list of POS data providers that have active settings for the all eiligible countries. | 
| 
 | Requests access to a specified Business Profile. | 
| 
 | Requests inventory validation for the specified country. | 
| 
 | Sets the inventory verification contact for the specified country. | 
| 
 | Sets the omnichannel experience for the specified country. | 
| 
 | Sets the POS data provider for the specified country. | 
| 
 | Updates the LIA settings of the account. |