Content API for Shopping: localinventory. Manage your product listings and accounts for Google Shopping See: https://developers.google.com/shopping-content/v2/docs/reference/rest/v2.1/localinventory
Content API for Shopping: localinventory. Manage your product listings and accounts for Google Shopping See: https://developers.google.com/shopping-content/v2/docs/reference/rest/v2.1/localinventory
(custombatch$ auth parameters body)
https://developers.google.com/shopping-content/v2/api/reference/rest/v2.1/localinventory/custombatch
Required parameters: none
Optional parameters: none
Body:
{:entries [{:batchId integer, :merchantId string, :method string, :productId string, :localInventory LocalInventory}]}
Updates local inventory for multiple products or stores in a single request.
https://developers.google.com/shopping-content/v2/api/reference/rest/v2.1/localinventory/custombatch Required parameters: none Optional parameters: none Body: {:entries [{:batchId integer, :merchantId string, :method string, :productId string, :localInventory LocalInventory}]} Updates local inventory for multiple products or stores in a single request.
(insert$ auth parameters body)
https://developers.google.com/shopping-content/v2/api/reference/rest/v2.1/localinventory/insert
Required parameters: merchantId, productId
Optional parameters: none
Body:
{:availability string, :pickupSla string, :salePrice {:value string, :currency string}, :instoreProductLocation string, :customAttributes [{:name string, :value string, :groupValues [CustomAttribute]}], :pickupMethod string, :kind string, :storeCode string, :quantity integer, :price {:value string, :currency string}, :salePriceEffectiveDate string}
Updates the local inventory of a product in your Merchant Center account.
https://developers.google.com/shopping-content/v2/api/reference/rest/v2.1/localinventory/insert Required parameters: merchantId, productId Optional parameters: none Body: {:availability string, :pickupSla string, :salePrice {:value string, :currency string}, :instoreProductLocation string, :customAttributes [{:name string, :value string, :groupValues [CustomAttribute]}], :pickupMethod string, :kind string, :storeCode string, :quantity integer, :price {:value string, :currency string}, :salePriceEffectiveDate string} Updates the local inventory of a product in your Merchant Center account.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close