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 [{:destinations [string], :includeAttributes boolean, :batchId integer, :merchantId string, :productId string, :method string}]}

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 [{:destinations [string],
            :includeAttributes boolean,
            :batchId integer,
            :merchantId string,
            :productId string,
            :method string}]}

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

get$clj

(get$ auth parameters)

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

Required parameters: merchantId, productId

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: merchantId, productId

Optional parameters: destinations

Gets the status of a product from your Merchant Center account.
sourceraw 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.
sourceraw 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: merchantId, productId

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

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: merchantId, productId

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

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

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

× close