Liking cljdoc? Tell your friends :D

happygapi.content.productstatuses

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

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

custombatch$clj

(custombatch$ auth parameters body)

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

Required parameters: none

Optional parameters: none

Body:

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

Gets the statuses of multiple products in a single request.

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

Required parameters: none

Optional parameters: none

Body: 

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

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

get$clj

(get$ auth parameters)

https://developers.google.com/shopping-contentapi/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-contentapi/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-contentapi/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-contentapi/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

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

× close