Liking cljdoc? Tell your friends :D

happygapi.content.productstatuses

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

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

custombatch$clj

(custombatch$ auth parameters body)

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

Required parameters: none

Optional parameters: none

Body:

{:entries [{:includeAttributes boolean, :merchantId string, :method string, :productId string, :destinations [string], :batchId integer}]}

Gets the statuses of multiple products in a single request.

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

Required parameters: none

Optional parameters: none

Body: 

{:entries [{:includeAttributes boolean,
            :merchantId string,
            :method string,
            :productId string,
            :destinations [string],
            :batchId integer}]}

Gets the statuses of multiple products in a single request.
raw docstring

get$clj

(get$ auth parameters)

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

Required parameters: productId, merchantId

Optional parameters: destinations

Gets the status of a product from your Merchant Center account.

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

Required parameters: productId, merchantId

Optional parameters: destinations

Gets the status of a product from your Merchant Center account.
raw docstring

list$clj

(list$ auth parameters)

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

Required parameters: merchantId

Optional parameters: destinations, maxResults, pageToken

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

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

Required parameters: merchantId

Optional parameters: destinations, maxResults, pageToken

Lists the statuses of the products in your Merchant Center account.
raw docstring

repricingreports-list$clj

(repricingreports-list$ auth parameters)

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

Required parameters: productId, merchantId

Optional parameters: pageSize, ruleId, endDate, startDate, pageToken

Lists the metrics report for a given Repricing product.

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

Required parameters: productId, merchantId

Optional parameters: pageSize, ruleId, endDate, startDate, pageToken

Lists the metrics report for a given Repricing product.
raw docstring

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

× close