public class ShoppingContent.Liasettings extends Object
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ShoppingContent.Liasettings.Custombatch  | 
class  | 
ShoppingContent.Liasettings.Get  | 
class  | 
ShoppingContent.Liasettings.Getaccessiblegmbaccounts  | 
class  | 
ShoppingContent.Liasettings.List  | 
class  | 
ShoppingContent.Liasettings.Listposdataproviders  | 
class  | 
ShoppingContent.Liasettings.Requestgmbaccess  | 
class  | 
ShoppingContent.Liasettings.Requestinventoryverification  | 
class  | 
ShoppingContent.Liasettings.Setinventoryverificationcontact  | 
class  | 
ShoppingContent.Liasettings.Setomnichannelexperience  | 
class  | 
ShoppingContent.Liasettings.Setposdataprovider  | 
class  | 
ShoppingContent.Liasettings.Update  | 
| Constructor and Description | 
|---|
Liasettings()  | 
| Modifier and Type | Method and Description | 
|---|---|
ShoppingContent.Liasettings.Custombatch | 
custombatch(LiasettingsCustomBatchRequest content)
Retrieves and/or updates the LIA settings of multiple accounts in a single request. 
 | 
ShoppingContent.Liasettings.Get | 
get(BigInteger merchantId,
   BigInteger accountId)
Retrieves the LIA settings of the account. 
 | 
ShoppingContent.Liasettings.Getaccessiblegmbaccounts | 
getaccessiblegmbaccounts(BigInteger merchantId,
                        BigInteger accountId)
Retrieves the list of accessible Business Profiles. 
 | 
ShoppingContent.Liasettings.List | 
list(BigInteger merchantId)
Lists the LIA settings of the sub-accounts in your Merchant Center account. 
 | 
ShoppingContent.Liasettings.Listposdataproviders | 
listposdataproviders()
Retrieves the list of POS data providers that have active settings for the all eiligible
 countries. 
 | 
ShoppingContent.Liasettings.Requestgmbaccess | 
requestgmbaccess(BigInteger merchantId,
                BigInteger accountId,
                String gmbEmail)
Requests access to a specified Business Profile. 
 | 
ShoppingContent.Liasettings.Requestinventoryverification | 
requestinventoryverification(BigInteger merchantId,
                            BigInteger accountId,
                            String country)
Requests inventory validation for the specified country. 
 | 
ShoppingContent.Liasettings.Setinventoryverificationcontact | 
setinventoryverificationcontact(BigInteger merchantId,
                               BigInteger accountId,
                               String country,
                               String language,
                               String contactName,
                               String contactEmail)
Sets the inventory verification contract for the specified country. 
 | 
ShoppingContent.Liasettings.Setomnichannelexperience | 
setomnichannelexperience(BigInteger merchantId,
                        BigInteger accountId)
Sets the omnichannel experience for the specified country. 
 | 
ShoppingContent.Liasettings.Setposdataprovider | 
setposdataprovider(BigInteger merchantId,
                  BigInteger accountId,
                  String country)
Sets the POS data provider for the specified country. 
 | 
ShoppingContent.Liasettings.Update | 
update(BigInteger merchantId,
      BigInteger accountId,
      LiaSettings content)
Updates the LIA settings of the account. 
 | 
public ShoppingContent.Liasettings.Custombatch custombatch(LiasettingsCustomBatchRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.content - the LiasettingsCustomBatchRequestIOExceptionpublic ShoppingContent.Liasettings.Get get(BigInteger merchantId, BigInteger accountId) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.merchantId - The ID of the managing account. If this parameter is not the same as accountId, then this account
        must be a multi-client account and `accountId` must be the ID of a sub-account of this
        account.accountId - The ID of the account for which to get or update LIA settings.IOExceptionpublic ShoppingContent.Liasettings.Getaccessiblegmbaccounts getaccessiblegmbaccounts(BigInteger merchantId, BigInteger accountId) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote
 operation.merchantId - The ID of the managing account. If this parameter is not the same as accountId, then this account
        must be a multi-client account and `accountId` must be the ID of a sub-account of this
        account.accountId - The ID of the account for which to retrieve accessible Business Profiles.IOExceptionpublic ShoppingContent.Liasettings.List list(BigInteger merchantId) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.merchantId - The ID of the managing account. This must be a multi-client account.IOExceptionpublic ShoppingContent.Liasettings.Listposdataproviders listposdataproviders() throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote
 operation.IOExceptionpublic ShoppingContent.Liasettings.Requestgmbaccess requestgmbaccess(BigInteger merchantId, BigInteger accountId, String gmbEmail) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.merchantId - The ID of the managing account. If this parameter is not the same as accountId, then this account
        must be a multi-client account and `accountId` must be the ID of a sub-account of this
        account.accountId - The ID of the account for which Business Profile access is requested.gmbEmail - The email of the Business Profile.IOExceptionpublic ShoppingContent.Liasettings.Requestinventoryverification requestinventoryverification(BigInteger merchantId, BigInteger accountId, String country) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote
 operation.merchantId - The ID of the managing account. If this parameter is not the same as accountId, then this account
        must be a multi-client account and `accountId` must be the ID of a sub-account of this
        account.accountId - The ID of the account that manages the order. This cannot be a multi-client account.country - The country for which inventory validation is requested.IOExceptionpublic ShoppingContent.Liasettings.Setinventoryverificationcontact setinventoryverificationcontact(BigInteger merchantId, BigInteger accountId, String country, String language, String contactName, String contactEmail) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the
 remote operation.merchantId - The ID of the managing account. If this parameter is not the same as accountId, then this account
        must be a multi-client account and `accountId` must be the ID of a sub-account of this
        account.accountId - The ID of the account that manages the order. This cannot be a multi-client account.country - The country for which inventory verification is requested.language - The language for which inventory verification is requested.contactName - The name of the inventory verification contact.contactEmail - The email of the inventory verification contact.IOExceptionpublic ShoppingContent.Liasettings.Setomnichannelexperience setomnichannelexperience(BigInteger merchantId, BigInteger accountId) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote
 operation.merchantId - The ID of the managing account. If this parameter is not the same as accountId, then this account
        must be a multi-client account and `accountId` must be the ID of a sub-account of this
        account.accountId - The ID of the account for which to retrieve accessible Business Profiles.IOExceptionpublic ShoppingContent.Liasettings.Setposdataprovider setposdataprovider(BigInteger merchantId, BigInteger accountId, String country) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.merchantId - The ID of the managing account. If this parameter is not the same as accountId, then this account
        must be a multi-client account and `accountId` must be the ID of a sub-account of this
        account.accountId - The ID of the account for which to retrieve accessible Business Profiles.country - The country for which the POS data provider is selected.IOExceptionpublic ShoppingContent.Liasettings.Update update(BigInteger merchantId, BigInteger accountId, LiaSettings content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.merchantId - The ID of the managing account. If this parameter is not the same as accountId, then this account
        must be a multi-client account and `accountId` must be the ID of a sub-account of this
        account.accountId - The ID of the account for which to get or update LIA settings.content - the LiaSettingsIOExceptionCopyright © 2011–2024 Google. All rights reserved.