For a list of methods for this resource, see the end of this page.
Resource representations
{ "kind": "content#liaSettings", "accountId": unsigned long, "countrySettings": [ { "country": string, "inventory": { "status": string, "inventoryVerificationContactStatus": string, "inventoryVerificationContactName": string, "inventoryVerificationContactEmail": string }, "onDisplayToOrder": { "status": string, "shippingCostPolicyUrl": string }, "about": { "status": string, "url": string }, "hostedLocalStorefrontActive": boolean, "storePickupActive": boolean } ] }
Property name | Value | Description | Notes |
---|---|---|---|
accountId |
unsigned long |
The ID of the account to which these LIA settings belong. Ignored upon update, always present in get request responses. | |
countrySettings[] |
list |
The LIA settings for each country. | writable |
countrySettings[].about |
nested object |
The settings for the About page. | writable |
countrySettings[].about.status |
string |
The status of the verification process for the About page.
Acceptable values are:
|
|
countrySettings[].about.url |
string |
The URL for the About page. | writable |
countrySettings[].country |
string |
CLDR country code (e.g. "US"). | writable |
countrySettings[].hostedLocalStorefrontActive |
boolean |
The status of the "Merchant hosted local storefront" feature. | |
countrySettings[].inventory |
nested object |
LIA inventory verification settings. | writable |
countrySettings[].inventory.inventoryVerificationContactEmail |
string |
The email of the contact for the inventory verification process. | |
countrySettings[].inventory.inventoryVerificationContactName |
string |
The name of the contact for the inventory verification process. | |
countrySettings[].inventory.inventoryVerificationContactStatus |
string |
The status of the verification contact.
Acceptable values are:
|
|
countrySettings[].inventory.status |
string |
The status of the inventory verification process.
Acceptable values are:
|
|
countrySettings[].onDisplayToOrder |
nested object |
LIA "On Display To Order" settings. | writable |
countrySettings[].onDisplayToOrder.shippingCostPolicyUrl |
string |
Shipping cost and policy URL. | writable |
countrySettings[].onDisplayToOrder.status |
string |
The status of the ?On display to order? feature.
Acceptable values are:
|
|
countrySettings[].storePickupActive |
boolean |
The status of the "Store pickup" feature. | |
kind |
string |
Identifies what kind of resource this is. Value: the fixed string "content#liaSettings" . |
Methods
- custombatch
- Retrieves and/or updates the LIA settings of multiple accounts in a single request.
- get
- Retrieves the LIA settings of the account.
- getaccessiblegmbaccounts
- Retrieves the list of accessible Google My Business accounts.
- list
- Lists the LIA settings of the sub-accounts in your Merchant Center account.
- patch
- Updates the LIA settings of the account. This method supports patch semantics.
- requestgmbaccess
- Requests access to a specified Google My Business account.
- requestinventoryverification
- Requests inventory validation for the specified country.
- setinventoryverificationcontact
- Sets the inventory verification contract for the specified country.
- update
- Updates the LIA settings of the account.