Liking cljdoc? Tell your friends :D

happygapi.content.datafeeds

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

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

custombatch$clj

(custombatch$ auth parameters body)

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

Required parameters: none

Optional parameters: none

Body:

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

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

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

Required parameters: none

Optional parameters: none

Body: 

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

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

delete$clj

(delete$ auth parameters)

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

Required parameters: merchantId, datafeedId

Optional parameters: none

Deletes a datafeed configuration from your Merchant Center account.

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

Required parameters: merchantId, datafeedId

Optional parameters: none

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

fetchnow$clj

(fetchnow$ auth parameters)

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

Required parameters: datafeedId, merchantId

Optional parameters: none

Invokes a fetch for the datafeed in your Merchant Center account. If you need to call this method more than once per day, we recommend you use the Products service to update your product data.

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

Required parameters: datafeedId, merchantId

Optional parameters: none

Invokes a fetch for the datafeed in your Merchant Center account. If you need to call this method more than once per day, we recommend you use the Products service to update your product data.
sourceraw docstring

get$clj

(get$ auth parameters)

https://developers.google.com/shopping-content/v2/api/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-content/v2/api/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-content/v2/api/reference/rest/v2.1/datafeeds/insert

Required parameters: merchantId

Optional parameters: none

Body:

{:format {:quotingMode string, :columnDelimiter string, :fileEncoding 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 [{:excludedDestinations [string], :includedDestinations [string], :country 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-content/v2/api/reference/rest/v2.1/datafeeds/insert

Required parameters: merchantId

Optional parameters: none

Body: 

{:format {:quotingMode string,
          :columnDelimiter string,
          :fileEncoding 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 [{:excludedDestinations [string],
            :includedDestinations [string],
            :country 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-content/v2/api/reference/rest/v2.1/datafeeds/list

Required parameters: merchantId

Optional parameters: pageToken, maxResults

Lists the configurations for datafeeds in your Merchant Center account.

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

Required parameters: merchantId

Optional parameters: pageToken, maxResults

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

update$clj

(update$ auth parameters body)

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

Required parameters: datafeedId, merchantId

Optional parameters: none

Body:

{:format {:quotingMode string, :columnDelimiter string, :fileEncoding 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 [{:excludedDestinations [string], :includedDestinations [string], :country string, :language string}], :id string, :attributeLanguage string, :kind string, :contentType string}

Updates a datafeed configuration of your Merchant Center account. Any fields that are not provided are deleted from the resource.

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

Required parameters: datafeedId, merchantId

Optional parameters: none

Body: 

{:format {:quotingMode string,
          :columnDelimiter string,
          :fileEncoding 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 [{:excludedDestinations [string],
            :includedDestinations [string],
            :country string,
            :language string}],
 :id string,
 :attributeLanguage string,
 :kind string,
 :contentType string}

Updates a datafeed configuration of your Merchant Center account. Any fields that are not provided are deleted from the resource.
sourceraw docstring

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

× close