Liking cljdoc? Tell your friends :D

happygapi.content.datafeedstatuses

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

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

custombatch$clj

(custombatch$ auth parameters body)

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

Required parameters: none

Optional parameters: none

Body:

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

Gets multiple Merchant Center datafeed statuses in a single request.

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

Required parameters: none

Optional parameters: none

Body: 

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

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

get$clj

(get$ auth parameters)

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

Required parameters: datafeedId, merchantId

Optional parameters: language, country

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

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

Required parameters: datafeedId, merchantId

Optional parameters: language, country

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

list$clj

(list$ auth parameters)

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

Required parameters: merchantId

Optional parameters: pageToken, maxResults

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

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

Required parameters: merchantId

Optional parameters: pageToken, maxResults

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