Liasettings
class Liasettings extends Resource (View source)
The "liasettings" collection of methods.
Typical usage is:
$contentService = new Google\Service\ShoppingContent(...);
$liasettings = $contentService->liasettings;
Methods
Retrieves and/or updates the LIA settings of multiple accounts in a single request. (liasettings.custombatch)
Retrieves the LIA settings of the account. (liasettings.get)
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. (liasettings.listposdataproviders)
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. Only supported for merchants whose POS data provider is trusted to enable the corresponding experience. For more context, see these help articles about LFP and how to get started with it.
Sets the POS data provider for the specified country.
Updates the LIA settings of the account. Any fields that are not provided are deleted from the resource. (liasettings.update)
Details
LiasettingsCustomBatchResponse
custombatch(LiasettingsCustomBatchRequest $postBody, array $optParams = [])
Retrieves and/or updates the LIA settings of multiple accounts in a single request. (liasettings.custombatch)
LiaSettings
get(string $merchantId, string $accountId, array $optParams = [])
Retrieves the LIA settings of the account. (liasettings.get)
LiasettingsGetAccessibleGmbAccountsResponse
getaccessiblegmbaccounts(string $merchantId, string $accountId, array $optParams = [])
Retrieves the list of accessible Business Profiles.
(liasettings.getaccessiblegmbaccounts)
LiasettingsListResponse
listLiasettings(string $merchantId, array $optParams = [])
Lists the LIA settings of the sub-accounts in your Merchant Center account.
(liasettings.listLiasettings)
LiasettingsListPosDataProvidersResponse
listposdataproviders(array $optParams = [])
Retrieves the list of POS data providers that have active settings for the all eiligible countries. (liasettings.listposdataproviders)
LiasettingsRequestGmbAccessResponse
requestgmbaccess(string $merchantId, string $accountId, string $gmbEmail, array $optParams = [])
Requests access to a specified Business Profile.
(liasettings.requestgmbaccess)
LiasettingsRequestInventoryVerificationResponse
requestinventoryverification(string $merchantId, string $accountId, string $country, array $optParams = [])
Requests inventory validation for the specified country.
(liasettings.requestinventoryverification)
LiasettingsSetInventoryVerificationContactResponse
setinventoryverificationcontact(string $merchantId, string $accountId, string $country, string $language, string $contactName, string $contactEmail, array $optParams = [])
Sets the inventory verification contract for the specified country.
(liasettings.setinventoryverificationcontact)
LiaOmnichannelExperience
setomnichannelexperience(string $merchantId, string $accountId, array $optParams = [])
Sets the omnichannel experience for the specified country. Only supported for merchants whose POS data provider is trusted to enable the corresponding experience. For more context, see these help articles about LFP and how to get started with it.
(liasettings.setomnichannelexperience)
LiasettingsSetPosDataProviderResponse
setposdataprovider(string $merchantId, string $accountId, string $country, array $optParams = [])
Sets the POS data provider for the specified country.
(liasettings.setposdataprovider)
LiaSettings
update(string $merchantId, string $accountId, LiaSettings $postBody, array $optParams = [])
Updates the LIA settings of the account. Any fields that are not provided are deleted from the resource. (liasettings.update)