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
(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 [{:method string, :merchantId string, :batchId integer, :datafeedId string, :datafeed Datafeed}]}
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 [{:method string, :merchantId string, :batchId integer, :datafeedId string, :datafeed Datafeed}]} Deletes, fetches, gets, inserts and updates multiple datafeeds in a single request.
(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.
(fetchnow$ auth parameters)
https://developers.google.com/shopping-content/v2/api/reference/rest/v2.1/datafeeds/fetchnow
Required parameters: merchantId, datafeedId
Optional parameters: none
Invokes a fetch for the datafeed in your Merchant Center account.
https://developers.google.com/shopping-content/v2/api/reference/rest/v2.1/datafeeds/fetchnow Required parameters: merchantId, datafeedId Optional parameters: none Invokes a fetch for the datafeed in your Merchant Center account.
(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.
(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 {:columnDelimiter string, :quotingMode 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], :language string, :includedDestinations [string], :country 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 {:columnDelimiter string, :quotingMode 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], :language string, :includedDestinations [string], :country string}], :id string, :attributeLanguage string, :kind string, :contentType string} Registers a datafeed configuration with your Merchant Center account.
(list$ auth parameters)
https://developers.google.com/shopping-content/v2/api/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-content/v2/api/reference/rest/v2.1/datafeeds/list Required parameters: merchantId Optional parameters: maxResults, pageToken Lists the configurations for datafeeds in your Merchant Center account.
(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 {:columnDelimiter string, :quotingMode 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], :language string, :includedDestinations [string], :country 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 {:columnDelimiter string, :quotingMode 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], :language string, :includedDestinations [string], :country 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.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close