Content API for Shopping: liasettings. Manages product items, inventory, and Merchant Center accounts for Google Shopping. See: https://developers.google.com/shopping-contentapi/reference/rest/v2.1/liasettings
Content API for Shopping: liasettings. Manages product items, inventory, and Merchant Center accounts for Google Shopping. See: https://developers.google.com/shopping-contentapi/reference/rest/v2.1/liasettings
(custombatch$ auth args body)
https://developers.google.com/shopping-contentapi/reference/rest/v2.1/liasettings/custombatch
Required parameters: none
Optional parameters: none
Body:
{:entries [{:contactName string, :posDataProviderId string, :method string, :gmbEmail string, :posExternalAccountId string, :contactEmail string, :batchId integer, :accountId string, :country string, :merchantId string, :liaSettings LiaSettings}]}
Retrieves and/or updates the LIA settings of multiple accounts in a single request.
https://developers.google.com/shopping-contentapi/reference/rest/v2.1/liasettings/custombatch Required parameters: none Optional parameters: none Body: {:entries [{:contactName string, :posDataProviderId string, :method string, :gmbEmail string, :posExternalAccountId string, :contactEmail string, :batchId integer, :accountId string, :country string, :merchantId string, :liaSettings LiaSettings}]} Retrieves and/or updates the LIA settings of multiple accounts in a single request.
(get$ auth args)
https://developers.google.com/shopping-contentapi/reference/rest/v2.1/liasettings/get
Required parameters: accountId, merchantId
Optional parameters: none Retrieves the LIA settings of the account.
https://developers.google.com/shopping-contentapi/reference/rest/v2.1/liasettings/get Required parameters: accountId, merchantId Optional parameters: none Retrieves the LIA settings of the account.
(getaccessiblegmbaccounts$ auth args)
Required parameters: accountId, merchantId
Optional parameters: none Retrieves the list of accessible Google My Business accounts.
https://developers.google.com/shopping-contentapi/reference/rest/v2.1/liasettings/getaccessiblegmbaccounts Required parameters: accountId, merchantId Optional parameters: none Retrieves the list of accessible Google My Business accounts.
(list$ auth args)
https://developers.google.com/shopping-contentapi/reference/rest/v2.1/liasettings/list
Required parameters: merchantId
Optional parameters: maxResults, pageToken Lists the LIA settings of the sub-accounts in your Merchant Center account.
https://developers.google.com/shopping-contentapi/reference/rest/v2.1/liasettings/list Required parameters: merchantId Optional parameters: maxResults, pageToken Lists the LIA settings of the sub-accounts in your Merchant Center account.
(listposdataproviders$ auth args)
Required parameters: none
Optional parameters: none Retrieves the list of POS data providers that have active settings for the all eiligible countries.
https://developers.google.com/shopping-contentapi/reference/rest/v2.1/liasettings/listposdataproviders Required parameters: none Optional parameters: none Retrieves the list of POS data providers that have active settings for the all eiligible countries.
(requestgmbaccess$ auth args)
https://developers.google.com/shopping-contentapi/reference/rest/v2.1/liasettings/requestgmbaccess
Required parameters: accountId, gmbEmail, merchantId
Optional parameters: none Requests access to a specified Google My Business account.
https://developers.google.com/shopping-contentapi/reference/rest/v2.1/liasettings/requestgmbaccess Required parameters: accountId, gmbEmail, merchantId Optional parameters: none Requests access to a specified Google My Business account.
(requestinventoryverification$ auth args)
Required parameters: accountId, country, merchantId
Optional parameters: none Requests inventory validation for the specified country.
https://developers.google.com/shopping-contentapi/reference/rest/v2.1/liasettings/requestinventoryverification Required parameters: accountId, country, merchantId Optional parameters: none Requests inventory validation for the specified country.
(setinventoryverificationcontact$ auth args)
Required parameters: accountId, contactEmail, contactName, country, language, merchantId
Optional parameters: none Sets the inventory verification contract for the specified country.
https://developers.google.com/shopping-contentapi/reference/rest/v2.1/liasettings/setinventoryverificationcontact Required parameters: accountId, contactEmail, contactName, country, language, merchantId Optional parameters: none Sets the inventory verification contract for the specified country.
(setposdataprovider$ auth args)
https://developers.google.com/shopping-contentapi/reference/rest/v2.1/liasettings/setposdataprovider
Required parameters: accountId, country, merchantId
Optional parameters: posDataProviderId, posExternalAccountId Sets the POS data provider for the specified country.
https://developers.google.com/shopping-contentapi/reference/rest/v2.1/liasettings/setposdataprovider Required parameters: accountId, country, merchantId Optional parameters: posDataProviderId, posExternalAccountId Sets the POS data provider for the specified country.
(update$ auth args body)
https://developers.google.com/shopping-contentapi/reference/rest/v2.1/liasettings/update
Required parameters: accountId, merchantId
Optional parameters: none
Body:
{:accountId string, :countrySettings [{:about LiaAboutPageSettings, :country string, :hostedLocalStorefrontActive boolean, :inventory LiaInventorySettings, :onDisplayToOrder LiaOnDisplayToOrderSettings, :posDataProvider LiaPosDataProvider, :storePickupActive boolean}], :kind string}
Updates the LIA settings of the account.
https://developers.google.com/shopping-contentapi/reference/rest/v2.1/liasettings/update Required parameters: accountId, merchantId Optional parameters: none Body: {:accountId string, :countrySettings [{:about LiaAboutPageSettings, :country string, :hostedLocalStorefrontActive boolean, :inventory LiaInventorySettings, :onDisplayToOrder LiaOnDisplayToOrderSettings, :posDataProvider LiaPosDataProvider, :storePickupActive boolean}], :kind string} Updates the LIA settings of the account.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close