- 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 } |
status
string
The status of the inventory verification process.
Acceptable values are:
- "
active
" - "
inactive
" - "
pending
"
inventoryVerificationContactName
string
The name of the contact for the inventory verification process.
inventoryVerificationContactEmail
string
The email of the contact for the inventory verification process.
inventoryVerificationContactStatus
string
The status of the verification contact.
Acceptable values are:
- "
active
" - "
inactive
" - "
pending
"
LiaOnDisplayToOrderSettings
JSON representation |
---|
{ "status" : string , "shippingCostPolicyUrl" : string } |
status
string
The status of the ?On display to order? feature.
Acceptable values are:
- "
active
" - "
inactive
" - "
pending
"
shippingCostPolicyUrl
string
Shipping cost and policy URL.
LiaAboutPageSettings
JSON representation |
---|
{ "status" : string , "url" : string } |
status
string
The status of the verification process for the About page.
Supported values are:
- "
active
" - "
inactive
" - "
pending
"
url
string
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 ] } |
country
string
The CLDR country code (for example, "US").
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)
pickupTypes[]
string
The Pickup types for this country.
Acceptable values are:
- "
pickupToday
" - "
pickupLater
"
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. |