- 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 | |
---|---|
account |
The ID of the account to which these LIA settings belong. Ignored upon update, always present in get request responses. |
country |
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. |
on |
LIA "On Display To Order" settings. |
hosted |
The status of the "Merchant hosted local storefront" feature. |
store |
The status of the "Store pickup" feature. |
about |
The settings for the About page. |
pos |
The POS data provider linked with this country. |
omnichannel |
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:
|
inventory |
The name of the contact for the inventory verification process. |
inventory |
The email of the contact for the inventory verification process. |
inventory |
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:
|
shipping |
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 | |
---|---|
pos |
The ID of the POS data provider. |
pos |
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"). |
lsf |
The Local Store Front (LSF) type for this country. Acceptable values are:
|
pickup |
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 contract 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. |