Liking cljdoc? Tell your friends :D

happygapi.content.accountstatuses

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

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

custombatch$clj

(custombatch$ auth parameters body)

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

Required parameters: none

Optional parameters: none

Body:

{:entries [{:accountId string, :batchId integer, :destinations [string], :merchantId string, :method string}]}

Retrieves multiple Merchant Center account statuses in a single request.

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

Required parameters: none

Optional parameters: none

Body: 

{:entries [{:accountId string,
            :batchId integer,
            :destinations [string],
            :merchantId string,
            :method string}]}

Retrieves multiple Merchant Center account statuses in a single request.
sourceraw docstring

get$clj

(get$ auth parameters)

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

Required parameters: accountId, merchantId

Optional parameters: destinations

Retrieves the status of a Merchant Center account. No itemLevelIssues are returned for multi-client accounts.

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

Required parameters: accountId, merchantId

Optional parameters: destinations

Retrieves the status of a Merchant Center account. No itemLevelIssues are returned for multi-client accounts.
sourceraw docstring

list$clj

(list$ auth parameters)

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

Required parameters: merchantId

Optional parameters: destinations, maxResults, pageToken

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

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

Required parameters: merchantId

Optional parameters: destinations, maxResults, pageToken

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

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

× close