Liking cljdoc? Tell your friends :D
Clojure only.

happygapi.content.regionalinventory

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

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

custombatch$clj

(custombatch$ auth parameters body)

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

Required parameters: none

Optional parameters: none

Body:

{:entries [{:batchId integer, :merchantId string, :method string, :productId string, :regionalInventory RegionalInventory}]}

Updates regional inventory for multiple products or regions in a single request.

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

Required parameters: none

Optional parameters: none

Body: 

{:entries [{:batchId integer,
            :merchantId string,
            :method string,
            :productId string,
            :regionalInventory RegionalInventory}]}

Updates regional inventory for multiple products or regions in a single request.
sourceraw docstring

insert$clj

(insert$ auth parameters body)

https://developers.google.com/shopping-contentapi/reference/rest/v2.1/regionalinventory/insert

Required parameters: merchantId, productId

Optional parameters: none

Body:

{:availability string, :customAttributes [{:groupValues [CustomAttribute], :name string, :value string}], :kind string, :price {:currency string, :value string}, :regionId string, :salePrice {:currency string, :value string}, :salePriceEffectiveDate string}

Update the regional inventory of a product in your Merchant Center account. If a regional inventory with the same region ID already exists, this method updates that entry.

https://developers.google.com/shopping-contentapi/reference/rest/v2.1/regionalinventory/insert

Required parameters: merchantId, productId

Optional parameters: none

Body: 

{:availability string,
 :customAttributes [{:groupValues [CustomAttribute],
                     :name string,
                     :value string}],
 :kind string,
 :price {:currency string, :value string},
 :regionId string,
 :salePrice {:currency string, :value string},
 :salePriceEffectiveDate string}

Update the regional inventory of a product in your Merchant Center account. If a regional inventory with the same region ID already exists, this method updates that entry.
sourceraw docstring

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

× close