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
(custombatch$ auth parameters body)
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-content/v2/api/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.
(insert$ auth parameters body)
https://developers.google.com/shopping-content/v2/api/reference/rest/v2.1/regionalinventory/insert
Required parameters: merchantId, productId
Optional parameters: none
Body:
{:regionId string, :price {:value string, :currency string}, :salePrice {:value string, :currency string}, :salePriceEffectiveDate string, :availability string, :customAttributes [{:name string, :value string, :groupValues [CustomAttribute]}], :kind string}
Updates 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: merchantId, productId Optional parameters: none Body: {:regionId string, :price {:value string, :currency string}, :salePrice {:value string, :currency string}, :salePriceEffectiveDate string, :availability string, :customAttributes [{:name string, :value string, :groupValues [CustomAttribute]}], :kind string} Updates 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.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close