Liking cljdoc? Tell your friends :D

happygapi.content.datafeedstatuses

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

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

custombatch$clj

(custombatch$ auth parameters body)

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

Required parameters: none

Optional parameters: none

Body:

{:entries [{:batchId integer, :country string, :datafeedId string, :language string, :merchantId string, :method string}]}

Gets multiple Merchant Center datafeed statuses in a single request.

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

Required parameters: none

Optional parameters: none

Body: 

{:entries [{:batchId integer,
            :country string,
            :datafeedId string,
            :language string,
            :merchantId string,
            :method string}]}

Gets multiple Merchant Center datafeed statuses in a single request.
sourceraw docstring

get$clj

(get$ auth parameters)

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

Required parameters: datafeedId, merchantId

Optional parameters: country, language

Retrieves the status of a datafeed from your Merchant Center account.

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

Required parameters: datafeedId, merchantId

Optional parameters: country, language

Retrieves the status of a datafeed from your Merchant Center account.
sourceraw docstring

list$clj

(list$ auth parameters)

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

Required parameters: merchantId

Optional parameters: maxResults, pageToken

Lists the statuses of the datafeeds in your Merchant Center account.

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

Required parameters: merchantId

Optional parameters: maxResults, pageToken

Lists the statuses of the datafeeds in your Merchant Center account.
sourceraw docstring

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

× close