Liking cljdoc? Tell your friends :D

happygapi.content.liasettings

Content API for Shopping: liasettings. Manage your product listings and accounts for Google Shopping See: https://developers.google.com/shopping-content/v2/api/reference/rest/v2.1/liasettings

Content API for Shopping: liasettings.
Manage your product listings and accounts for Google Shopping
See: https://developers.google.com/shopping-content/v2/api/reference/rest/v2.1/liasettings
raw docstring

custombatch$clj

(custombatch$ auth parameters body)

https://developers.google.com/shopping-content/v2/api/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-content/v2/api/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-content/v2/api/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-content/v2/api/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-content/v2/api/reference/rest/v2.1/liasettings/getaccessiblegmbaccounts

Required parameters: merchantId, accountId

Optional parameters: none

Retrieves the list of accessible Google My Business accounts.

https://developers.google.com/shopping-content/v2/api/reference/rest/v2.1/liasettings/getaccessiblegmbaccounts

Required parameters: merchantId, accountId

Optional parameters: none

Retrieves the list of accessible Google My Business accounts.
sourceraw docstring

list$clj

(list$ auth parameters)

https://developers.google.com/shopping-content/v2/api/reference/rest/v2.1/liasettings/list

Required parameters: merchantId

Optional parameters: pageToken, maxResults

Lists the LIA settings of the sub-accounts in your Merchant Center account.

https://developers.google.com/shopping-content/v2/api/reference/rest/v2.1/liasettings/list

Required parameters: merchantId

Optional parameters: pageToken, maxResults

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-content/v2/api/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-content/v2/api/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-content/v2/api/reference/rest/v2.1/liasettings/requestgmbaccess

Required parameters: gmbEmail, accountId, merchantId

Optional parameters: none

Requests access to a specified Google My Business account.

https://developers.google.com/shopping-content/v2/api/reference/rest/v2.1/liasettings/requestgmbaccess

Required parameters: gmbEmail, accountId, 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-content/v2/api/reference/rest/v2.1/liasettings/requestinventoryverification

Required parameters: merchantId, accountId, country

Optional parameters: none

Requests inventory validation for the specified country.

https://developers.google.com/shopping-content/v2/api/reference/rest/v2.1/liasettings/requestinventoryverification

Required parameters: merchantId, accountId, country

Optional parameters: none

Requests inventory validation for the specified country.
sourceraw docstring

setinventoryverificationcontact$clj

(setinventoryverificationcontact$ auth parameters)

https://developers.google.com/shopping-content/v2/api/reference/rest/v2.1/liasettings/setinventoryverificationcontact

Required parameters: language, accountId, merchantId, contactName, country, contactEmail

Optional parameters: none

Sets the inventory verification contract for the specified country.

https://developers.google.com/shopping-content/v2/api/reference/rest/v2.1/liasettings/setinventoryverificationcontact

Required parameters: language, accountId, merchantId, contactName, country, contactEmail

Optional parameters: none

Sets the inventory verification contract for the specified country.
sourceraw docstring

setposdataprovider$clj

(setposdataprovider$ auth parameters)

https://developers.google.com/shopping-content/v2/api/reference/rest/v2.1/liasettings/setposdataprovider

Required parameters: merchantId, country, accountId

Optional parameters: posExternalAccountId, posDataProviderId

Sets the POS data provider for the specified country.

https://developers.google.com/shopping-content/v2/api/reference/rest/v2.1/liasettings/setposdataprovider

Required parameters: merchantId, country, accountId

Optional parameters: posExternalAccountId, posDataProviderId

Sets the POS data provider for the specified country.
sourceraw docstring

update$clj

(update$ auth parameters body)

https://developers.google.com/shopping-content/v2/api/reference/rest/v2.1/liasettings/update

Required parameters: accountId, merchantId

Optional parameters: none

Body:

{:kind string, :countrySettings [{:about LiaAboutPageSettings, :inventory LiaInventorySettings, :onDisplayToOrder LiaOnDisplayToOrderSettings, :hostedLocalStorefrontActive boolean, :storePickupActive boolean, :posDataProvider LiaPosDataProvider, :country string}], :accountId string}

Updates the LIA settings of the account. Any fields that are not provided are deleted from the resource.

https://developers.google.com/shopping-content/v2/api/reference/rest/v2.1/liasettings/update

Required parameters: accountId, merchantId

Optional parameters: none

Body: 

{:kind string,
 :countrySettings [{:about LiaAboutPageSettings,
                    :inventory LiaInventorySettings,
                    :onDisplayToOrder LiaOnDisplayToOrderSettings,
                    :hostedLocalStorefrontActive boolean,
                    :storePickupActive boolean,
                    :posDataProvider LiaPosDataProvider,
                    :country string}],
 :accountId string}

Updates the LIA settings of the account. Any fields that are not provided are deleted from the resource.
sourceraw docstring

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

× close