Liking cljdoc? Tell your friends :D

happygapi.content.datafeeds

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

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

custombatch$clj

(custombatch$ auth parameters body)

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

Required parameters: none

Optional parameters: none

Body:

{:entries [{:batchId integer, :datafeed Datafeed, :datafeedId string, :merchantId string, :method string}]}

Deletes, fetches, gets, inserts and updates multiple datafeeds in a single request.

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

Required parameters: none

Optional parameters: none

Body: 

{:entries [{:batchId integer,
            :datafeed Datafeed,
            :datafeedId string,
            :merchantId string,
            :method string}]}

Deletes, fetches, gets, inserts and updates multiple datafeeds in a single request.
sourceraw docstring

delete$clj

(delete$ auth parameters)

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

Required parameters: datafeedId, merchantId

Optional parameters: none

Deletes a datafeed configuration from your Merchant Center account.

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

Required parameters: datafeedId, merchantId

Optional parameters: none

Deletes a datafeed configuration from your Merchant Center account.
sourceraw docstring

fetchnow$clj

(fetchnow$ auth parameters)

https://developers.google.com/shopping-contentapi/reference/rest/v2.1/datafeeds/fetchnow

Required parameters: datafeedId, merchantId

Optional parameters: none

Invokes a fetch for the datafeed in your Merchant Center account.

https://developers.google.com/shopping-contentapi/reference/rest/v2.1/datafeeds/fetchnow

Required parameters: datafeedId, merchantId

Optional parameters: none

Invokes a fetch for the datafeed in your Merchant Center account.
sourceraw docstring

get$clj

(get$ auth parameters)

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

Required parameters: datafeedId, merchantId

Optional parameters: none

Retrieves a datafeed configuration from your Merchant Center account.

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

Required parameters: datafeedId, merchantId

Optional parameters: none

Retrieves a datafeed configuration from your Merchant Center account.
sourceraw docstring

insert$clj

(insert$ auth parameters body)

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

Required parameters: merchantId

Optional parameters: none

Body:

{:format {:columnDelimiter string, :fileEncoding string, :quotingMode string}, :name string, :fileName string, :fetchSchedule {:timeZone string, :paused boolean, :hour integer, :minuteOfHour integer, :password string, :username string, :dayOfMonth integer, :weekday string, :fetchUrl string}, :targets [{:country string, :excludedDestinations [string], :includedDestinations [string], :language string}], :id string, :attributeLanguage string, :kind string, :contentType string}

Registers a datafeed configuration with your Merchant Center account.

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

Required parameters: merchantId

Optional parameters: none

Body: 

{:format {:columnDelimiter string,
          :fileEncoding string,
          :quotingMode string},
 :name string,
 :fileName string,
 :fetchSchedule {:timeZone string,
                 :paused boolean,
                 :hour integer,
                 :minuteOfHour integer,
                 :password string,
                 :username string,
                 :dayOfMonth integer,
                 :weekday string,
                 :fetchUrl string},
 :targets [{:country string,
            :excludedDestinations [string],
            :includedDestinations [string],
            :language string}],
 :id string,
 :attributeLanguage string,
 :kind string,
 :contentType string}

Registers a datafeed configuration with your Merchant Center account.
sourceraw docstring

list$clj

(list$ auth parameters)

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

Required parameters: merchantId

Optional parameters: maxResults, pageToken

Lists the configurations for datafeeds in your Merchant Center account.

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

Required parameters: merchantId

Optional parameters: maxResults, pageToken

Lists the configurations for datafeeds in your Merchant Center account.
sourceraw docstring

update$clj

(update$ auth parameters body)

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

Required parameters: datafeedId, merchantId

Optional parameters: none

Body:

{:format {:columnDelimiter string, :fileEncoding string, :quotingMode string}, :name string, :fileName string, :fetchSchedule {:timeZone string, :paused boolean, :hour integer, :minuteOfHour integer, :password string, :username string, :dayOfMonth integer, :weekday string, :fetchUrl string}, :targets [{:country string, :excludedDestinations [string], :includedDestinations [string], :language string}], :id string, :attributeLanguage string, :kind string, :contentType string}

Updates a datafeed configuration of your Merchant Center account.

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

Required parameters: datafeedId, merchantId

Optional parameters: none

Body: 

{:format {:columnDelimiter string,
          :fileEncoding string,
          :quotingMode string},
 :name string,
 :fileName string,
 :fetchSchedule {:timeZone string,
                 :paused boolean,
                 :hour integer,
                 :minuteOfHour integer,
                 :password string,
                 :username string,
                 :dayOfMonth integer,
                 :weekday string,
                 :fetchUrl string},
 :targets [{:country string,
            :excludedDestinations [string],
            :includedDestinations [string],
            :language string}],
 :id string,
 :attributeLanguage string,
 :kind string,
 :contentType string}

Updates a datafeed configuration of your Merchant Center account.
sourceraw docstring

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

× close