Liking cljdoc? Tell your friends :D

happygapi.content.accounts

Content API for Shopping: accounts. Manages product items, inventory, and Merchant Center accounts for Google Shopping. See: https://developers.google.com/shopping-contentapi/reference/rest/v2.1/accounts

Content API for Shopping: accounts.
Manages product items, inventory, and Merchant Center accounts for Google Shopping.
See: https://developers.google.com/shopping-contentapi/reference/rest/v2.1/accounts
raw docstring

authinfo$clj

(authinfo$ auth parameters)

https://developers.google.com/shopping-contentapi/reference/rest/v2.1/accounts/authinfo

Required parameters: none

Optional parameters: none

Returns information about the authenticated user.

https://developers.google.com/shopping-contentapi/reference/rest/v2.1/accounts/authinfo

Required parameters: none

Optional parameters: none

Returns information about the authenticated user.
sourceraw docstring

claimwebsite$clj

(claimwebsite$ auth parameters)

https://developers.google.com/shopping-contentapi/reference/rest/v2.1/accounts/claimwebsite

Required parameters: accountId, merchantId

Optional parameters: overwrite

Claims the website of a Merchant Center sub-account.

https://developers.google.com/shopping-contentapi/reference/rest/v2.1/accounts/claimwebsite

Required parameters: accountId, merchantId

Optional parameters: overwrite

Claims the website of a Merchant Center sub-account.
sourceraw docstring

custombatch$clj

(custombatch$ auth parameters body)

https://developers.google.com/shopping-contentapi/reference/rest/v2.1/accounts/custombatch

Required parameters: none

Optional parameters: none

Body:

{:entries [{:account Account, :accountId string, :batchId integer, :force boolean, :linkRequest AccountsCustomBatchRequestEntryLinkRequest, :merchantId string, :method string, :overwrite boolean}]}

Retrieves, inserts, updates, and deletes multiple Merchant Center (sub-)accounts in a single request.

https://developers.google.com/shopping-contentapi/reference/rest/v2.1/accounts/custombatch

Required parameters: none

Optional parameters: none

Body: 

{:entries [{:account Account,
            :accountId string,
            :batchId integer,
            :force boolean,
            :linkRequest AccountsCustomBatchRequestEntryLinkRequest,
            :merchantId string,
            :method string,
            :overwrite boolean}]}

Retrieves, inserts, updates, and deletes multiple Merchant Center (sub-)accounts in a single request.
sourceraw docstring

delete$clj

(delete$ auth parameters)

https://developers.google.com/shopping-contentapi/reference/rest/v2.1/accounts/delete

Required parameters: accountId, merchantId

Optional parameters: force

Deletes a Merchant Center sub-account.

https://developers.google.com/shopping-contentapi/reference/rest/v2.1/accounts/delete

Required parameters: accountId, merchantId

Optional parameters: force

Deletes a Merchant Center sub-account.
sourceraw docstring

get$clj

(get$ auth parameters)

https://developers.google.com/shopping-contentapi/reference/rest/v2.1/accounts/get

Required parameters: accountId, merchantId

Optional parameters: none

Retrieves a Merchant Center account.

https://developers.google.com/shopping-contentapi/reference/rest/v2.1/accounts/get

Required parameters: accountId, merchantId

Optional parameters: none

Retrieves a Merchant Center account.
sourceraw docstring

insert$clj

(insert$ auth parameters body)

https://developers.google.com/shopping-contentapi/reference/rest/v2.1/accounts/insert

Required parameters: merchantId

Optional parameters: none

Body:

{:websiteUrl string, :name string, :adsLinks [{:adsId string, :status string}], :businessInformation {:address AccountAddress, :customerService AccountCustomerService, :phoneNumber string}, :id string, :kind string, :sellerId string, :adultContent boolean, :youtubeChannelLinks [{:channelId string, :status string}], :googleMyBusinessLink {:gmbEmail string, :status string}, :users [{:admin boolean, :emailAddress string, :orderManager boolean, :paymentsAnalyst boolean, :paymentsManager boolean}]}

Creates a Merchant Center sub-account.

https://developers.google.com/shopping-contentapi/reference/rest/v2.1/accounts/insert

Required parameters: merchantId

Optional parameters: none

Body: 

{:websiteUrl string,
 :name string,
 :adsLinks [{:adsId string, :status string}],
 :businessInformation {:address AccountAddress,
                       :customerService AccountCustomerService,
                       :phoneNumber string},
 :id string,
 :kind string,
 :sellerId string,
 :adultContent boolean,
 :youtubeChannelLinks [{:channelId string, :status string}],
 :googleMyBusinessLink {:gmbEmail string, :status string},
 :users [{:admin boolean,
          :emailAddress string,
          :orderManager boolean,
          :paymentsAnalyst boolean,
          :paymentsManager boolean}]}

Creates a Merchant Center sub-account.
sourceraw docstring

link$clj

(link$ auth parameters body)

https://developers.google.com/shopping-contentapi/reference/rest/v2.1/accounts/link

Required parameters: accountId, merchantId

Optional parameters: none

Body:

{:action string, :linkType string, :linkedAccountId string, :services [string]}

Performs an action on a link between two Merchant Center accounts, namely accountId and linkedAccountId.

https://developers.google.com/shopping-contentapi/reference/rest/v2.1/accounts/link

Required parameters: accountId, merchantId

Optional parameters: none

Body: 

{:action string,
 :linkType string,
 :linkedAccountId string,
 :services [string]}

Performs an action on a link between two Merchant Center accounts, namely accountId and linkedAccountId.
sourceraw docstring

list$clj

(list$ auth parameters)

https://developers.google.com/shopping-contentapi/reference/rest/v2.1/accounts/list

Required parameters: merchantId

Optional parameters: maxResults, pageToken

Lists the sub-accounts in your Merchant Center account.

https://developers.google.com/shopping-contentapi/reference/rest/v2.1/accounts/list

Required parameters: merchantId

Optional parameters: maxResults, pageToken

Lists the sub-accounts in your Merchant Center account.
sourceraw docstring

listlinks$clj

(listlinks$ auth parameters)

https://developers.google.com/shopping-contentapi/reference/rest/v2.1/accounts/listlinks

Required parameters: accountId, merchantId

Optional parameters: maxResults, pageToken

Returns the list of accounts linked to your Merchant Center account.

https://developers.google.com/shopping-contentapi/reference/rest/v2.1/accounts/listlinks

Required parameters: accountId, merchantId

Optional parameters: maxResults, pageToken

Returns the list of accounts linked to your Merchant Center account.
sourceraw docstring

update$clj

(update$ auth parameters body)

https://developers.google.com/shopping-contentapi/reference/rest/v2.1/accounts/update

Required parameters: accountId, merchantId

Optional parameters: none

Body:

{:websiteUrl string, :name string, :adsLinks [{:adsId string, :status string}], :businessInformation {:address AccountAddress, :customerService AccountCustomerService, :phoneNumber string}, :id string, :kind string, :sellerId string, :adultContent boolean, :youtubeChannelLinks [{:channelId string, :status string}], :googleMyBusinessLink {:gmbEmail string, :status string}, :users [{:admin boolean, :emailAddress string, :orderManager boolean, :paymentsAnalyst boolean, :paymentsManager boolean}]}

Updates a Merchant Center account.

https://developers.google.com/shopping-contentapi/reference/rest/v2.1/accounts/update

Required parameters: accountId, merchantId

Optional parameters: none

Body: 

{:websiteUrl string,
 :name string,
 :adsLinks [{:adsId string, :status string}],
 :businessInformation {:address AccountAddress,
                       :customerService AccountCustomerService,
                       :phoneNumber string},
 :id string,
 :kind string,
 :sellerId string,
 :adultContent boolean,
 :youtubeChannelLinks [{:channelId string, :status string}],
 :googleMyBusinessLink {:gmbEmail string, :status string},
 :users [{:admin boolean,
          :emailAddress string,
          :orderManager boolean,
          :paymentsAnalyst boolean,
          :paymentsManager boolean}]}

Updates a Merchant Center account.
sourceraw docstring

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

× close