Liking cljdoc? Tell your friends :D

happygapi.content.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

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
raw docstring

custombatch$clj

(custombatch$ auth parameters 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.
sourceraw docstring

get$clj

(get$ auth parameters)

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.
sourceraw docstring

getaccessiblegmbaccounts$clj

(getaccessiblegmbaccounts$ auth parameters)

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.

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.
sourceraw docstring

list$clj

(list$ auth parameters)

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.
sourceraw docstring

listposdataproviders$clj

(listposdataproviders$ auth parameters)

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.

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.
sourceraw docstring

requestgmbaccess$clj

(requestgmbaccess$ auth parameters)

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.
sourceraw docstring

requestinventoryverification$clj

(requestinventoryverification$ auth parameters)

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.

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.
sourceraw docstring

setinventoryverificationcontact$clj

(setinventoryverificationcontact$ auth parameters)

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.

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.
sourceraw docstring

setposdataprovider$clj

(setposdataprovider$ auth parameters)

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.
sourceraw docstring

update$clj

(update$ auth parameters 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.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close