Liking cljdoc? Tell your friends :D
Clojure only.

happygapi.content.regionalinventory

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

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

custombatch$clj

(custombatch$ auth parameters body)

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

Required parameters: none

Optional parameters: none

Body:

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

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

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

Required parameters: none

Optional parameters: none

Body: 

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

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-content/v2/api/reference/rest/v2.1/regionalinventory/insert

Required parameters: productId, merchantId

Optional parameters: none

Body:

{:customAttributes [{:groupValues [CustomAttribute], :name string, :value string}], :salePrice {:value string, :currency string}, :salePriceEffectiveDate string, :regionId string, :kind string, :price {:value string, :currency string}, :availability 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-content/v2/api/reference/rest/v2.1/regionalinventory/insert

Required parameters: productId, merchantId

Optional parameters: none

Body: 

{:customAttributes [{:groupValues [CustomAttribute],
                     :name string,
                     :value string}],
 :salePrice {:value string, :currency string},
 :salePriceEffectiveDate string,
 :regionId string,
 :kind string,
 :price {:value string, :currency string},
 :availability 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